/*
Author       : Dreamguys
Template Name: Truelysell - Bootstrap Html Template
Version      : 1.0
*/

/*============================
 [Table of CSS]

1. General
2. Table
3. Bootstrap Classes
4. Select2
5. Nav Tabs
6. Components
7. Avatar
8. Header
9. Sidebar
10. Content
11. Toggle Button
12. Login
13. Notifications
14. Dashboard
15. Profile
16. Responsive

========================================*/

/*-----------------
	1. General
-----------------------*/

@font-face {
	font-family: 'CircularStd';
	font-style: normal;
	font-weight: 400;
	src: local('Circular Std Book'), url('../fonts/CircularStd-Book.woff') format('woff');
}
@font-face {
	font-family: 'CircularStd';
	font-style: italic;
	font-weight: 400;
	src: local('Circular Std Book Italic'), url('../fonts/CircularStd-BookItalic.woff') format('woff');
}
@font-face {
	font-family: 'CircularStd';
	font-style: normal;
	font-weight: 500;
	src: local('Circular Std Medium'), url('../fonts/CircularStd-Medium.woff') format('woff');
}
@font-face {
	font-family: 'CircularStd';
	font-style: italic;
	font-weight: 500;
	src: local('Circular Std Medium Italic'), url('../fonts/CircularStd-MediumItalic.woff') format('woff');
}
@font-face {
	font-family: 'CircularStd';
	font-style: normal;
	font-weight: 600;
	src: local('Circular Std Bold'), url('../fonts/CircularStd-Bold.woff') format('woff');
}
@font-face {
	font-family: 'CircularStd';
	font-style: italic;
	font-weight: 600;
	src: local('Circular Std Bold Italic'), url('../fonts/CircularStd-BoldItalic.woff') format('woff');
}
@font-face {
	font-family: 'CircularStd';
	font-style: normal;
	font-weight: 800;
	src: local('Circular Std Black'), url('../fonts/CircularStd-Black.woff') format('woff');
}
@font-face {
	font-family: 'CircularStd';
	font-style: italic;
	font-weight: 800;
	src: local('Circular Std Black Italic'), url('../fonts/CircularStd-BlackItalic.woff') format('woff');
}
html {
	height: 100%;
}
.main-wrapper {
    overflow-x: hidden;
}
body {
	background-color: #f8f9fa;
	color: #333;
	font-family: 'CircularStd', sans-serif;
	font-size: 0.9375rem;
	height: 100%;
	line-height: 1.5;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'CircularStd', sans-serif;
	margin-top: 0;
}
a {
	outline: none;
	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;
}
.table-responsive {
	white-space: nowrap;
}
.table>:not(caption)>*>* {
	padding: .75rem;
	box-shadow: unset;
	background-color: unset;
}
.table>:not(:first-child) {
    border-top: 1px solid rgb(0 0 0 / 12%);
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.form-row.additional-cont-label .form-group label {
    margin-bottom: 0;
}
.form-control {
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    font-size: 15px;
    height: 40px;
}
.appoint-control {
    width: 200px !important;
}
.form-control:focus {
	border-color: #bbb;
	box-shadow: none;
	outline: 0 none;
}
.form-control.form-control-sm {
	height: calc(1.5em + .5rem + 2px);
}

.form-control.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
}
a {
	color: #009ce7;
}
.add-more-additional a {
    color: #ff0080;
}
input,
button,
a {
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-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: 1.25rem;
}
 .form-row.additional-cont-label .form-group {
    margin-bottom: 0;
 }
.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);
}
.font-weight-600 {
	font-weight: 600;
}

/*-----------------
	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 {
	border-top: 0;
	padding: 10px 8px;
}
.table-nowrap td,
.table-nowrap th {
	white-space: nowrap
}
.table.dataTable {
	border-collapse: collapse !important;
}
.table td a {
    color: #333;
}
.table td a.btn-primary {
	color: #fff;
}
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 {
    align-items: center;
    display: inline-flex;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
	white-space: nowrap;
}
table.table td h2 a {
	color: #333;
}
table.table td h2 a:hover {
	color: #0400ff;
}
table.table td h2 span {
	color: #888;
	display: block;
	font-size: 12px;
	margin-top: 3px;
}
.table thead tr th {
	font-weight: 600;
	border: 0;
}
.table tbody tr {
	border-bottom: 1px solid rgb(0 0 0 / 12%);
}
.table tbody tr:last-child {
	border-color: transparent;
}
.table.table-center td,
.table.table-center th {
	vertical-align: middle;
}
.table-hover tbody tr:hover {
	background-color: #f7f7f7;
}
.table-hover tbody tr:hover td {
	color: #474648;
}
.table-striped thead tr {
	border-color: transparent;
}
.table-striped tbody tr {
	border-color: transparent;
}
.table-striped tbody tr:nth-of-type(even) {
	background-color: rgba(255, 255, 255, 0.3);
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(235, 235, 235, 0.4);
}
.table-bordered {
	border: 1px solid rgba(0, 0, 0, 0.05) !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;
}
.actions a {
	width: 85px;
}
.cal-icon {
	position: relative;
	width: 100%;
}
.cal-icon:after {
	color: #979797;
	content: "\f073";
	display: block;
	font-family: "FontAwesome";
    font-size: 15px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 10px;
}
.invoice-total-inner .add-links:hover {
    color: #0400ff;
}

#map-container {
	padding: 6px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #ccc #999 #ccc;
	-webkit-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
	-moz-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
	box-shadow: rgba(64, 64, 64, 0.1) 0 2px 5px;
	width: 800px;
}
#map {
	width: 790px;
	height: 500px;
}
/*-----------------
	3. Bootstrap Classes
-----------------------*/

.btn-block {
	width: 100%;
}
.btn-link {
	text-decoration: none;
}
.btn-link:hover {
	text-decoration: underline;
}
.btn.focus, .btn:focus {
    box-shadow: unset;
}
.btn-white {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
}
.btn.btn-rounded {
	border-radius: 50px;
}
.bg-primary,
.badge-primary {
	background-color: #0400ff !important;
}
a.bg-primary:focus, 
a.bg-primary:hover, 
button.bg-primary:focus, 
button.bg-primary:hover {
    background-color:  #0400ff !important;
}
.bg-success,
.badge-success {
	background-color: #27c24c !important;
}
a.bg-success:focus, 
a.bg-success:hover, 
button.bg-success:focus, 
button.bg-success:hover {
    background-color: #23ad44 !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;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.bg-danger,
.badge-danger {
	background-color: #f05050 !important;
	color: #333;
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}
a.bg-danger:focus, 
a.bg-danger:hover, 
button.bg-danger:focus, 
button.bg-danger:hover {
    background-color: #ee3939 !important;
}
.bg-white {
	background-color: #fff;
}
.bg-purple,
.badge-purple {
    background-color: #9368e9 !important;
}
.text-primary,
.dropdown-menu > li > a.text-primary {
	color: #0400ff !important;
}
.text-success,
.dropdown-menu > li > a.text-success {
	color: #23ad44 !important;
}
.text-danger,
.dropdown-menu > li > a.text-danger {
	color: #f05050 !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: #0400ff;
	border: 1px solid #0400ff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
	background-color:  #0400ff;
	border: 1px solid  #0400ff;
}
.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:  #0400ff;
	border: 1px solid  #0400ff;
}
.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
	background-color:  #0400ff;
	border-color:  #0400ff;
	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: #0400ff;
    border-color: #0400ff;
    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: #27c24c;
	border: 1px solid #27c24c
}
.btn-success:hover,
.btn-success:focus,
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
	background-color: #23ad44;
	border: 1px solid #23ad44;
	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: #23ad44;
	border: 1px solid #23ad44
}
.btn-success.active:not(:disabled):not(.disabled),
.btn-success:active:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle {
	background-color: #23ad44;
	border-color: #23ad44;
	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: #27c24c;
    border-color: #27c24c;
    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-warning.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;
}
.btn-danger {
	background-color: #f05050;
	border: 1px solid #f05050;
}
.form-group a {
    margin-top: 0;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
	background-color: #ee3939;
	border: 1px solid #ee3939;
}
.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: #ee3939;
	border: 1px solid #ee3939;
}
.btn-danger.active:not(:disabled):not(.disabled),
.btn-danger:active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
	background-color: #ee3939;
	border-color: #ee3939;
	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: #0400ff;
	border-color: #0400ff;
}
.btn-outline-primary:hover {
	background-color: #0400ff;
	border-color: #0400ff;
}
.btn-outline-primary:focus, 
.btn-outline-primary.focus {
	box-shadow: none;
}
.btn-outline-primary.disabled, 
.btn-outline-primary:disabled {
	color: #0400ff;
	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: #0400ff;
	border-color: #0400ff;
}
.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: #27c24c;
	border-color: #27c24c;
}
.btn-outline-success:hover {
	background-color: #27c24c;
	border-color: #27c24c;
}
.btn-outline-success:focus, .btn-outline-success.focus {
	box-shadow: none;
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #27c24c;
	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: #27c24c;
	border-color: #27c24c;
}
.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: #009efb;
	border-color: #009efb;
}
.btn-outline-info:hover {
	color: #fff;
	background-color: #009efb;
	border-color: #009efb;
}
.btn-outline-info:focus, .btn-outline-info.focus {
	box-shadow: none;
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
	background-color: transparent;
	color: #009efb;
}
.btn-outline-info:not(:disabled):not(.disabled):active, 
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
	background-color: #009efb;
	border-color: #009efb;
}
.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: #f05050;
	border-color: #f05050;
}
.btn-outline-danger:hover {
	color: #fff;
	background-color: #f05050;
	border-color: #f05050;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
	box-shadow: none;
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	background-color: transparent;
	color: #f05050;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, 
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
	background-color: #f05050;
	border-color: #f05050;
}
.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: #0400ff;
	border-color: #0400ff;
}
.pagination > li > a, 
.pagination > li > span {
	color: #0400ff;
}
.page-link:hover {
	color: #0400ff;
}
.page-link:focus {
	box-shadow: unset;
}
.page-item.active .page-link {
	background-color: #0400ff;
	border-color: #0400ff;
}
.dropdown-menu {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	transform-origin: left top 0;
	box-shadow: inherit;
	background-color: #fff;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #0400ff;
}
.navbar-nav .open .dropdown-menu {
	border: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
.settings-tab .nav .nav-link {
	margin-bottom: 15px;
	color: #333;
}
.settings-tab .nav .nav-link:hover {
	background: #e8e8e8;
	color: #333;
}
.settings-tab .nav .nav-link.active, .settings-tab .nav .show > .nav-link {
	background: #0400ff;
	color: #fff;
}
.dropdown-menu {
	font-size: 14px;
}
.card {
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.875rem;
}
.card-body {
	padding: 1.5rem;
}
.card-header {
	border-bottom: 1px solid #e6e6e6;
	padding: 1rem 1rem;
}
.card-footer {
	background-color: #fff;
	border-top: 1px solid #e6e6e6;
	padding: 1rem 1.5rem;
}
.card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
}
.card .card-header .card-title {
    margin-bottom: 0;
	font-size: 18px;
}
.btn-update:hover{
	background: transparent;
	color:#0400ff;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.custom-radios {
    padding-left: 25px;
}

.custom-radios input[type="radio"] + label {
    position: relative;
}

.custom-radios input[type="radio"] + label::after {
    position: absolute;
    content: "";
    background: #C9C9C9;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: -18px;
    top: 6px;
}
.input-tags.form-control {
    display: block;
    border-radius: 5px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    min-height: 50px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 10px;
}
.bootstrap-tagsinput {
    display: block;
    border-radius: 5px;
    background: #FFf;
    border: 1px solid #ddd;
    min-height: 40px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 10px;
	width:100%;
	box-shadow: none;
}
.manidory{
	color: #0400ff;
    margin-left: 5px;
}
.settings-label {
    margin-bottom: 10px;
}
.settings-btn {
    border: 1px solid #D7D7D7;
    border-radius: 5px;
    color: #000000;
    cursor: pointer;
    font-weight: 400;
    padding: 15px 15px;
    position: relative;
    width: 100%;
    height: 50px;
}
.settings-btn .hide-input {
    position: relative;
    z-index: 1;
    cursor: pointer;
    min-height: auto;
    padding-left: 4px;
    padding-top: 0;
    line-height: 10px;
    width: 100%;
    opacity: 0;
}
.settings-btn .upload {
    position: absolute;
    z-index: 11;
    background: #0400ff;
    border-radius: 5px;
    right: 2px;
    top: 1.5px;
    width: 44px;
    height: 45px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.btn-reset {
    background: #858585;
    color: #fff;
}
.form-head span {
    color: #FF0000;
    font-size: 10px;
    margin-left: 10px;
}
.form-heads{
	font-size: 18px;
	font-weight: 500;
	color:#0400ff ;
}
.socail-links-set ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.cards{
	border:1px solid #EEF1FE;
	box-shadow: 0px 0px 12px 0px #37494805;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.socail-links-set a.dropdown-toggle.nav-link {
    background: #858585;
    color: #fff;
    border-radius: 5px;
}
.btn-reset:hover {
    background: #0400ff;
    color: #fff;
}
.btn-success {
    background: #26AF48;
    color: #fff !important;
}
.f-14{
	font-size: 14px !important;
}

.upload-images {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    display: flex;
    margin-top: 20px;
    width: 196px;
    height: auto;
    justify-content: space-around;
    align-items: center;
    position: relative;
	padding: 5px ;
}
.upload-images img {
    max-height: 195px;
    width: 100%;
}
.settings-size {
    font-size: 14px;
    color: #131523;
    margin-top: 10px;
    margin-bottom: 0;
	font-weight: 400;
}
.upload-images .btn-icon {
	color: #ff0000;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    padding: 0;
    width: 15px;
    height: 15px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    right: 10px;
    top: 10px;
    justify-content: center;
    -webkit-justify-content: center;
    background: #fff;
    border-radius: 50%;
    font-size: 9px;
    border: 1px solid #ff0000;
}
.upload-images .btn-icon:hover{
	background: #ff0000;
	color: #fff;
}
.color-set{
	width:25px;
	height:25px;
	border-radius: 5px;
    display: block;
    margin-left: 25px;
    margin-right: 15px;
}
.clr-default{
	background: #ff0080;
}
.clr-orange{
	background: #FC8543;
}
.clr-blue{
	background: #0400ff;
}
.clr-red{
	background: #F43F3F;
}
.clr-green{
	background: #17D053;
}
textarea.form-control {
    height: 100px;
}
.slidecontainer {
	width: 100%;
}
.slider {
	-webkit-appearance: none;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #0400ff 0%, #0400ff 50%, #c4c4c4 50%, #c4c4c4 100%);
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 10px;
}
.slider::-webkit-slider-thumb:hover {
	background: #000000;
}
.slider::-moz-range-thumb:hover {
	background: #000000;
}
.upload-images.upload-imagesprofile img {
    width: 68px;
    height: 68px;
    background: #c4c4c4;
    padding: 10px;
    border-radius: 5px;
}
.upload-images h6{
	font-size: 12px;
	font-weight: 600;
	margin-top: 10px;
}
.upload-images h5{
	font-size: 10px;
	font-weight: 400;
}
.upload-images.upload-imagesprofile {
    width: 80px;
    height: 80px;
    padding: 5px;
    display: block;
}
.loan-set h3 {
    font-size: 12px;
    color: #131523;
    font-weight: 400;
}
.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	cursor: pointer;
	background: #0400ff;
	border:2px solid #fff;
	box-shadow: 0px 4px 14px rgba(154, 154, 154, 0.25);
}
.slider::-moz-range-thumb {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #FFFFFF;
	box-shadow: 0px 4px 14px rgba(154, 154, 154, 0.25);
}
.bootstrap-tagsinput .tag {
    margin-right: 5px;
    margin-bottom: 5px;
    color: #fff;
    background: #0400ff !important;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 30px 7px 15px;
    border-radius: 40px;
}
.hidden-web{
    display: block;
}
.custom-radios .custom-control-input:checked~.custom-control-label::before{
	border:1px solid #0400ff;
}
.custom-radios .custom-control-input:checked~.custom-control-label::after{
	background:#0400ff;
}
.custom-radios input[type="radio"] + label::before {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	border: 1px solid #C9C9C9;
	left: -22px;
	top: 2px;
	border-radius: 50%;
	background: #fff !important;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}
.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: #0400ff;
	text-shadow: unset;
}
.bootstrap-datetimepicker-widget table td.today:before{
	border-bottom-color:#0400ff;
}
.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;
}

/*-----------------
	4. Select2
-----------------------*/
.select2-container{
    z-index: 9999;
}
.select2-container .select2-selection--single {
	border: 1px solid #ddd;
	height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px;
	right: 7px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #ddd transparent transparent;
	border-style: solid;
	border-width: 6px 6px 0;
	height: 0;
	left: 50%;
	margin-left: -10px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #ddd;
	border-width: 0 6px 6px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 30px;
	padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #333;
	font-size: 15px;
	font-weight: normal;
	line-height: 38px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #0400ff;
}
.select2-container--default .select2-selection--multiple {
	border: 1px solid #ddd;
	min-height: 40px;
}

/*-----------------
	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: #0400ff;
	border-color: #0400ff;
	color: #fff;
}
.tab-content {
	padding-top: 20px;
}
.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;
}
.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: #0400ff;
	border-color: #0400ff;
	color: #fff;
}
.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: #0400ff;
}
.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: #0400ff;
	background-color: transparent;
	transition: none 0s ease 0s; 
	-moz-transition: none 0s ease 0s; 
	-o-transition: none 0s ease 0s; 
	-ms-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;
}

/*-----------------
	6. Components
-----------------------*/

.progress-xs {
	height: 4px;
}
.progress-sm {
	height: 15px;
}
.progress.progress-sm {
	height: 6px;
}
.progress.progress-md {
	height: 8px;
}
.progress.progress-lg {
	height: 18px;
}
.row.row-sm {
    margin-left: -3px;
    margin-right: -3px;
}
.row.row-sm > div {
    padding-left: 3px;
    padding-right: 3px;
}

/*-----------------
	7. Avatar
-----------------------*/

.avatar {
	position: relative;
	display: inline-block;
	width: 3rem;
	height: 3rem
}
.cat-avatar {
	position: relative;
	display: inline-block;
	width: 8rem;
	height: 8rem
}
.cat-avatar > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.avatar > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.avatar-title {
	width: 100%;
	height: 100%;
	background-color: #0400ff;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.avatar-away:before,
.avatar-offline:before,
.avatar-online:before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 25%;
	height: 25%;
	border-radius: 50%;
	content: '';
	border: 2px solid #fff;
}
.avatar-online:before {
	background-color: #27c24c;
}
.avatar-offline:before {
	background-color: #f05050;
}
.avatar-away:before {
	background-color: #ffbc34;
}
.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;
}

/*-----------------
	8. Header
-----------------------*/

.header {
	background: #3b3b3b;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	height: 60px;
	transition: all 0.45s ease 0s;
}
.header .header-left {
	float: left;
	height: 60px;
	padding: 0 20px;
	position: relative;
	text-align: center;
	width: 280px;
	z-index: 1;
	transition: all 0.2s ease-in-out;
	display: none;
}
.header .header-left .logo {
	display: inline-block;
	line-height: 60px;
}
.header .header-left .logo img {
    max-height: 24px;
    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 #fff;
	border-right: 2px solid #fff;
	content: '';
	height: 8px;
	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: 8px;
	vertical-align: 2px;
}
.header .has-arrow .dropdown-toggle[aria-expanded="true"]:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.user-menu {
    float: right;
    margin: 0;
    position: relative;
    z-index: 99;
    padding: 10px 0;
}
.user-menu.nav > li > a {
	color: #333;
	font-size: 14px;
	padding: 0 15px;
}
.user-menu.nav > li > a:hover,
.user-menu.nav > li > a:focus {
	background-color: transparent;
}
.user-menu.nav > li.view-btn > a:hover i,
.user-menu.nav > li.view-btn > a:focus i {
    color: #fff;
}
.user-menu.nav > li.view-btn > a:focus {
    background-color: #923564 !important;
}
.user-menu.nav > li > a:hover i,
.user-menu.nav > li > a:focus i {
	color: #333;
}
.user-img {
	display: inline-block;
	margin-right: 3px;
	position: relative;
}
.user-img img {
	width: 40px;
	height: 40px;
	-o-object-fit: cover;
	object-fit: cover;
}
.user-menu.nav > li > a.mobile_btn {
	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 {
    padding: 7px 15px;
}
.user-menu .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    border-top: 1px solid #e3e3e3;
    padding: 10px 15px;
}
.user-menu .dropdown-menu .dropdown-item:hover {
    color: #0400ff;
}
.header .dropdown-menu > li > a:focus,
.header .dropdown-menu > li > a:hover {
	background-color: #0400ff;
	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: #0400ff;
	margin-right: 10px;
	text-align: center;
	width: 18px;
}
.header .user-menu .dropdown-menu > li > a i {
	color: #0400ff;
	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 {
	display: none;
	float: left;
}
.slide-nav .sidebar {
	margin-left: 0;
}
.user-header {
    background-color: #f9f9f9;
    display: flex;
    padding: 10px 15px;
}
.user-header .user-text {
	margin-left: 10px;
}
.user-header .user-text h6 {
    margin-bottom: 2px;
}
.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: 0;
    width: 100%;
    z-index: 1000;
}
.sidebar-overlay.opened {
    display: block;
}
html.menu-opened {
	overflow: hidden;
}
html.menu-opened body {
	overflow: hidden;
}
.user-menu.nav > li.view-btn > a {
    display: flex ;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 9px 15px;
    border-radius: 6px;
    background-color: #0400ff;
}
.user-menu.nav > li.view-btn > a:hover {
    background-color: #0400ff;
    color: #fff;
}
.user-menu.nav > li.view-btn > a i {
    font-size: 17px;
    position: relative;
}
.view-btn {
    margin-right: 15px;
}
.select-by {
    min-width: 134px;
    margin-right: 25px;
}
.modal.contentmodal .modal-content h3 {
	font-size: 24px;
}
.delete-wrap {
	margin-bottom: 30px;
}
.delete-wrap h2 {
	font-size: 24px;
	margin-bottom: 25px;
}
.modal-content .close-btn i {
    font-size: 20px;
    color: #F0142F;
}
.modal-content.doctor-profile {
    border-radius: 10px;
}
.delete-wrap p {
	font-size: 24px;
	margin-bottom: 20px;
}
.del-icon {
	margin-bottom: 23px;
}
.del-icon i {
	font-size: 60px;
	color: #F0142F;
	margin-bottom: 23px;
}
.submit-section {
	text-align: center;
	margin-top: 25px;
}
.del-icon {
    margin-bottom: 23px;
}
.modal.contentmodal .modal-content .submit-section .btn{
    padding: 7px 12px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    min-width: 150px;
    margin-top: 5px;
}
/*-----------------
	9. Sidebar
-----------------------*/

.sidebar {
    background-color: #fff;
    bottom: 0;
    left: 0;
    margin-top: 0;
    position: fixed;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    width: 280px;
    z-index: 1001;
}
.sidebar.opened {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.sidebar-inner {
	height: 100%;
	min-height: 100%;
	transition: all 0.2s ease-in-out 0s;
}
.sidebar-menu {
    padding: 15px;
}
.sidebar-menu ul {
	font-size: 15px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.sidebar-menu li a {
	color: #333;
	display: block;
	font-size: 16px;
	height: auto;
	padding: 0 20px;
}
.sidebar-menu li a:hover {
    color: #0400ff;
}
.sidebar-menu > ul > li > a:hover {
    background-color: #e8e8e8;
    color: #000;
}
.sidebar-menu > ul > li.active > a:hover {
    background-color:  #0400ff;
    color: #fff;
}
.sidebar-menu li.active > a {
    background-color: #0400ff;
    color: #fff;
}
.menu-title {
    color: #9e9e9e;
    display: flex;
    font-size: 14px;
    opacity: 1;
    padding: 5px 15px;
    white-space: nowrap;
}
.menu-title > i {
	float: right;
	line-height: 40px;
}
.sidebar-menu li.menu-title a {
    color: #ff9b44;
    display: inline-block;
    margin-left: auto;
    padding: 0;
}
.form-links a {
	color:#009AF4;
	text-decoration: underline;
	font-size: 14px;
}
.form-groupbtn ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.form-groupbtn  .btn {
	min-width:104px;
    padding: 7px 15px;
    font-size: 16px;
}
.socail-links-set .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    right: 10px;
    top: 17px;
}
.form-groupbtn ul li {
    margin-right: 12px;
}

.btn-update {
    border: 1px solid #0400ff;
    color: #fff;
    background: #0400ff;
}

.btn-cancel {
    border: 1px solid #242424;
    color: #242424;
}

.btn-cancel:hover {
    background: #242424;
    color: #fff;
}
.card-heads {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-heads {
	display: flex;
}
.sidebar-menu li.menu-title a.btn {
    color: #fff;
    display: block;
    float: none;
    font-size: 15px;
    margin-bottom: 15px;
    padding: 10px 15px;
}
.sidebar-menu ul ul a.active {
	color: #0400ff;
	text-decoration: underline;
}
.mobile_btn {
	display: none;
	float: left;
}
.sidebar .sidebar-menu > ul > li > a span {
	transition: all 0.2s ease-in-out 0s;
	display: inline-block;
	margin-left: 10px;
	white-space: nowrap;
}
.sidebar .sidebar-menu > ul > li > a span.chat-user {
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar .sidebar-menu > ul > li > a span.badge {
	margin-left: auto;
}
.sidebar-menu ul ul a {
    display: block;
    font-size: 15px;
    padding: 7px 10px 7px 50px;
    position: relative;
}
.service-det-head {
    border: 1px solid #f0f0f0;
    border-radius: 0.25rem;
    background: #fff;
    margin-top: 14px;
    padding: 1rem;
    margin-bottom: 1.875rem;
}
.sidebar-menu ul ul {
	display: none;
}
.sidebar-menu ul ul ul a {
	padding-left: 65px;
}
.sidebar-menu ul ul ul ul a {
	padding-left: 85px;
}
.sidebar-menu > ul > li {
    margin-bottom: 5px;
    position: relative;
}
.sidebar-menu > ul > li:last-child {
    margin-bottom: 0;
}
.sidebar-menu .menu-arrow i {
	-webkit-transition: -webkit-transform 0.15s;
	-o-transition: -o-transform 0.15s;
	transition: transform .15s;
	position: absolute;
	right: 20px;
	display: inline-block;
	text-rendering: auto;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	top: 10px;
	width: auto;
}
.sidebar-menu li a.subdrop .menu-arrow i {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sidebar-menu ul ul a .menu-arrow {
	top: 10px;
}
.sidebar-menu > ul > li > a {
    align-items: center;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    padding: 10px 15px;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
}
.sidebar-menu > ul > li > a.subdrop {
    background: #0400ff;
    color: #fff;
}
.sidebar-menu ul li a i {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	vertical-align: middle;
	width: 20px;
	transition: all 0.2s ease-in-out 0s;
}
.sidebar-menu ul li.menu-title a i {
	font-size: 16px !important;
	margin-right: 0;
	text-align: right;
	width: auto;
}
.sidebar-menu li a > .badge {
    color: #fff;
}

/*-----------------
	10. Content
-----------------------*/

.main-wrapper {
	width: 100%;
	height: 100vh;
	min-height: 100vh;
}
.page-wrapper {
	margin-left: 280px;
	padding-top: 60px;
	position: relative;
	transition: all 0.4s ease;
}
.page-wrapper > .content {
	padding: 1.875rem 1.875rem 0;
}
.page-header {
	margin-bottom: 1.875rem;
}
.page-header .request-info {
    color: #ff0080;
}
.page-header .breadcrumb {
    background-color: transparent;
    color: #6c757d;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
    padding: 0;
}
.page-header .breadcrumb a {
	color: #333;
}
.page-title {
    color: #333;
    margin-bottom: 5px;
}

/*-----------------
	11. Toggle Button
-----------------------*/

.check {
	display: block;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	position: absolute;
}
.checktoggle {
    background-color: #e0001a;
    border-radius: 12px;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 24px;
    margin-bottom: 0;
    position: relative;
    width: 48px;
}
.checktoggle:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(5px, -50%);
	width: 16px;
	height: 16px;
	background-color: #fff;
	border-radius: 50%;
	transition: left 300ms ease, transform 300ms ease;
}
.check:checked + .checktoggle {
	background-color: #55ce63;
}
.check:checked + .checktoggle:after {
	left: 100%;
	transform: translate(calc(-100% - 5px), -50%);
}
.onoffswitch {
	margin-left: auto;
    position: relative;
	width: 73px;
    -webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; 
	overflow: hidden; 
	cursor: pointer;
	border-radius: 20px;
	margin-bottom: 0;
}
.onoffswitch-inner {
	display: block;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
    width: 200%;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    box-sizing: border-box;
    color: #fff;
    display: block;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 32px;
    padding: 0;
    width: 50%;
}
.onoffswitch-inner:before {
	background-color: #55ce63;
    color: #fff;
    content: "ON";
    padding-left: 14px;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 14px;
    background-color: #ccc;
    color: #fff;
    text-align: right;
}
.onoffswitch-switch {
    background: #fff;
    border-radius: 20px;
    bottom: 0;
    display: block;
	height: 20px;
    margin: 5px;
    position: absolute;
    right: 43px;
    top: 0;
    transition: all 0.3s ease-in 0s;
    width: 20px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
.custom-modal .modal-body {
    padding: 20px 20px 0px 20px;
}

/*-----------------
	12. Login
-----------------------*/

.login-wrapper {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.loginbox {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.02);
    max-width: 500px;
	padding: 40px;
    width: 100%;
}
.account-logo img {
	max-height: 80px;
	width: auto;
}

/*-----------------
	13. Notifications
-----------------------*/

.notifications {
	padding: 0;
}
.notifications .notification-time {
	font-size: 12px;
	line-height: 1.35;
	color: #bdbdbd;
}
.notifications .media {
	margin-top: 0;
	border-bottom: 1px solid #f5f5f5;
}
.notifications .media:last-child {
	border-bottom: none;
}
.notifications .media a {
	display: block;
	padding: 10px 15px;
	border-radius: 2px;
}
.notifications .media a:hover {
	background-color: #fafafa;
}
.notifications .media > .avatar {
	margin-right: 10px;
}
.notifications .media-list .media-left {
	padding-right: 8px;
}
.topnav-dropdown-header {
	border-bottom: 1px solid #eee;
	text-align: center;
}
.topnav-dropdown-header, 
.topnav-dropdown-footer {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
.topnav-dropdown-footer {
	border-top: 1px solid #eee;
}
.topnav-dropdown-footer a {
	display: block;
	text-align: center;
	color: #333;
}
.user-menu.nav > li > a .badge {
    background-color: #f43f3f;
    display: block;
    font-size: 10px;
    font-weight: bold;
    height: 10px;
    width: 10px;
    position: absolute;
    right: 7px;
    top: 7px;
    border: 2px solid #fff;
    line-height: unset;
    padding: 0;
}
.user-menu.nav > li > a > i {
	font-size: 20px;
}
.noti-details {
	color: #989c9e;
    margin-bottom: 0;
}
.noti-title {
	color: #333;
}
.notifications .noti-content {
	height: 290px;
	width: 350px;
	overflow-y: auto;
	position: relative;
}
.notification-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.notifications ul.notification-list > li{
	margin-top: 0;
	border-bottom: 1px solid #f5f5f5;
}
.notifications ul.notification-list > li:last-child {
	border-bottom: none;
}
.notifications ul.notification-list > li a {
	display: block;
	padding: 10px 15px;
	border-radius: 2px;
}
.notifications ul.notification-list > li a:hover {
	background-color: #fafafa;
}
.notifications ul.notification-list > li .list-item {
    border: 0;
    padding: 0;
    position: relative;
}
.topnav-dropdown-header .notification-title {
    color: #333;
    display: block;
    float: left;
    font-size: 14px;
}
.topnav-dropdown-header .clear-noti {
    color: #f83f37;
    float: right;
    font-size: 12px;
    text-transform: uppercase;
}
.noti-time {
    margin: 0;
}

/*-----------------
	14. Dashboard
-----------------------*/

.dash-widget-icon {
    align-items: center;
    border-radius: 10px;
    color: #fff;
    display: inline-flex;
    font-size: 20px;
    height: 60px;
    justify-content: center;
    text-align: center;
    width: 60px;
    background-color: #0400ff;
}
.dash-count {
    font-size: 18px;
    margin-left: auto;
}
.dash-widget-info {
    margin-left: auto;
    text-align: right;
}
.dash-widget-info h3 {
    margin-bottom: 10px;
	font-size: 1.5rem;
}
.dash-widget-info h6 {
    margin-bottom: 0;
}
.dash-widget-header {
    align-items: center;
    display: flex;
}
.submit-section {
	text-align: center;
	margin-top: 30px;
}
.back-btn:hover{
    color: #000000;
}
.submit-btn {
    background-color: #000000;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    min-width: 200px;
    padding: 10px 20px;
}
.submit-btn:hover{
    background-color: #85084c;
}

/*-----------------
	15. Profile
-----------------------*/

.profile-menu {
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    padding: 0.9375rem 1.5rem;
}
.profile-menu .nav-tabs.nav-tabs-solid {
	background-color: transparent;
}
.cal-icon {
	position: relative;
	width: 100%;
}
.cal-icon:after {
	color: #979797;
	content: "\f073";
	display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    font-size: 15px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 10px;
}
.main-wrapper > .header {
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.02);
    left: 310px;
    position: fixed;
    right: 50px;
    top: 50px;
    border-radius: 10px;
}
.page-wrapper {
	border-radius: 25px;
	background-color: #f5f5f5;
	padding-top: 90px;
	min-height: calc(100vh - 40px);
}
.main-wrapper {
	background-color: #fff;
	height: auto;
	padding: 20px 20px 20px 0;
}
.card {
    border: 0;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.02);
}
.header.fixed-header {
    margin: 0;
    right: 0;
    border-radius: 0;
    transition: all 0.45s ease 0s;
    top: 0;
    left: 280px;
    background-color: #0400ff;
}
.sidebar-logo {
    display: flex;
    padding: 20px 20px 0;
    justify-content: center;
}
.sidebar-logo img {
	max-height: 46px;
	width: auto;
}
.pricing-box .pricing-selected .card {
    background-color: #0400ff;
    border-color: #0400ff;
    color: #fff;
}
.pricing-box .pricing-selected .pricing-header h2 {
    color: #fff;
}
.pricing-box .pricing-selected .pricing-header p {
	color: #fff;
}
.pricing-box .pricing-selected .pricing-card-price .heading2 {
	color: #fff;
}
.pricing-box .pricing-selected .pricing-card-price p {
	color: #fff;
}
.pricing-box .pricing-selected .btn {
	background-color: #fff;
	color: #0400ff;
}
.pricing-box .pricing-selected .pricing-options li {
	color: #fff;
}
.pricing-box .pricing-header {
	margin-bottom: 2rem;
}
.pricing-box .pricing-header h2 {
	margin-bottom: 0;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.2;
}
.pricing-box .pricing-header p {
	color: #9b9b9b;
	font-size: .875rem;
	line-height: 1.43;
}
.pricing-box .pricing-card-price {
	margin-bottom: 1.563rem;
}
.pricing-box .pricing-card-price .heading2 {
	margin-bottom: 5px;
}
.pricing-box .pricing-card-price p {
	color: #9b9b9b;
}
.pricing-box .pricing-card-price p + p {
	margin: 0;
}
.pricing-box .pricing-options {
	list-style: none;
	padding: 0;
	margin-bottom: 1.875rem;
}
.pricing-box .pricing-options li {
	margin-bottom: 12px;
	font-size: 0.875rem;
	line-height: 1.43;
	position: relative;
}
.add-button {
    box-shadow: 0px 0px 12px 0px rgba(255, 0, 128, 0.2);
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.filter-btn {
    box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.02);
    border: 0;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #0400ff;
    border-radius: 10px;
}
.filter-btn:hover, .filter-btn:focus {
    background-color: #0400ff;
	color: #fff;
}
.filter-card .form-group {
	margin-bottom: 1.5rem;
}
.has-error .help-block {
	color: red;
}
small.help-block {
   color: #F44336 !important;
}
.toggle.ios, .toggle-on.ios, .toggle-off.ios {
	border-radius: 20px;
}
.toggle.ios .toggle-handle {
	border-radius: 20px;
}
.service-header {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.service-header h2 {
	font-weight: bold;
}
.service-cate a {
    color: #fff;
    padding: 2px 10px;
    text-transform: uppercase;
    background: #d9c505;
    border-radius: 4px;
    font-size: 13px;
    display: inline-block;
}
.service-images {
    margin-bottom: 30px;
}
.widget {
    margin-bottom: 30px;
}
.service-amount {
    color: #0400ff;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
	margin-left: auto;
}
.about-author {
    min-height: 80px;
}
.about-provider-img {
    background-color: #fff;
    height: 80px;
    overflow: hidden;
    position: absolute;
    width: 80px;
}
.provider-details {
    margin-left: 100px;
}
.ser-provider-name {
    display: inline-block;
    margin-bottom: 5px;
    color: #272b41;
    font-size: 16px;
    font-weight: 600;
}
.last-seen {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.last-seen i {
    color: #ffbc34;
    margin-right: 5px;
    font-size: 12px;
}
.last-seen i.online {
    color: #00e65b;
}
.provider-info {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 4px;
}
.available-widget ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}
.available-widget ul li {
    color: #858585;
    overflow: hidden;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}
.available-widget ul li span {
	float: left;
}
.available-widget ul li:first-child {
	padding-top: 0;
}
.available-widget ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.rating {
    list-style: none;
    margin: 0 0 7px;
    padding: 0;
    width: 100%;
}
.rating i {
    color: #dedfe0;
}
.rating i.filled {
    color: #fbc418;
}
.service-widget .rating {
    color: #757575;
    font-size: 14px;
    margin-bottom: 15px;
}
.service-widget .rating i {
	font-size: 14px;
}
.nav-tabs.menu-tabs {
	margin-bottom: 30px;
}
.nav-tabs.menu-tabs .nav-item.active .nav-link {
	color: #0400ff;
}
.nav-tabs.menu-tabs .nav-item {
	padding-right: 2.25rem;
}
.nav-tabs.menu-tabs .nav-link {
	padding: 0 0 1rem;
	font-weight: 700;
	position: relative;
	border: none;
	outline: none;
	display: inline-flex;
	align-items: center;
	background: transparent;
}
.nav-tabs.menu-tabs .nav-link::before, .nav-tabs .nav-link::after {
	position: absolute;
	content: '';
}
.nav-tabs.menu-tabs .nav-link::after {
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: #0400ff;
	opacity: 0;
}
.nav-tabs.menu-tabs .nav-item.active .nav-link::after {
	opacity: 1;
}
.nav-tabs.menu-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	background: transparent;
}
.nav-tabs.menu-tabs .nav-link:focus {
	color: #0400ff;
}
.nav-tabs.menu-tabs .nav-link .badge {
    margin-left: 0.25rem;
}
.noti-dropdown > a {
	display: inline-flex;
	position: relative;
	z-index: 1;
	padding: 6px !important;
	min-width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
}
.noti-dropdown > a::before {
    position: absolute;
    z-index: -1;
    height: 20px;
    width: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
    content: '';
    background-color: #e5e5e5;
    border-radius: 50%;
    opacity: 0;
    transition: all .3s;
}
.noti-dropdown > a:hover::before {
    opacity: 1;
    height: 40px;
    width: 40px;
}
.login-page {
	background-color: #f5f5f5;
	position: relative;
	padding: 0;
	margin: -20px -20px -20px 0;
}
.login-body {
    z-index: 10;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 15px;
    min-height: 100vh;
    display: flex;
}
.login-header {
	margin-bottom: 20px;
}
.login-header p {
	margin-bottom: 0;
}
.login-header h3 {
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.login-header h3 span {
	color: #0400ff;
}
.login-body .form-control {
	height: 50px;
}
.account-btn {
    font-size: 20px;
    font-weight: 500;
    display: block;
    width: 100%;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
}
.login-body .form-control::placeholder{color:#bbb;opacity:1}
.filter-card .form-group {

    margin-bottom: 1.5rem;
    position: relative;
}
.filter-card .form-group label {
    position: absolute;
    background: white;
    font-size: 12px;
    left: 10px;
    top: -7px;
    padding: 0 7px;
    color: #858585;
	z-index: 1;
}
.filter-card .form-control {
	height: 48px;
}
.filter-card .btn {
	height: 48px;
}
.filter-card .select2-container .select2-selection--single {
    height: 48px;
}
.filter-card .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
}
.filter-card .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
}
#toggle_btn {
	align-items: center;
	color: #333;
	display: inline-flex;
	float: left;
	font-size: 26px;
	height: 60px;
	justify-content: center;
	padding: 0 20px;
}
.service-carousel .owl-nav {
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.service-carousel:hover .owl-nav{
	opacity:1;
	visibility:visible;
}
.service-carousel .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	background: #666;
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin-top: -24px;
}
.service-carousel .owl-carousel .owl-nav div:hover{
	color:#fff;
}
.service-carousel .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.service-carousel .owl-carousel .owl-nav .owl-prev:hover{
	left:-65px;
}
.service-carousel .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.service-carousel .owl-carousel .owl-nav .owl-next:hover{
	right:-65px;
}
.service-carousel .owl-dots{
	margin-top:50px;
}
.service-carousel .owl-dots .owl-dot{
	margin-right:5px;
}
.service-carousel .owl-dots .owl-dot:last-child{
	margin-right:0px;
}
.service-carousel .owl-dots .owl-dot span{
	width: 12px;
	height: 12px;
	line-height: 12px;
	margin:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.service-carousel .owl-dots .owl-dot.active span {
	border-color: transparent;
	width: 30px;
	height: 12px;
}
.check {
	display: block;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	position: absolute;
}
.checktoggle {
    background-color: #e0001a;
    border-radius: 12px;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 24px;
    margin-bottom: 0;
    position: relative;
    width: 48px;
}
.checktoggle:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(5px, -50%);
	width: 14px;
	height: 14px;
	background-color: #fff;
	border-radius: 50%;
	transition: left 300ms ease, transform 300ms ease;
}
.select-language .dropdown.select button {
    background: #ff0080;
    color: #fff;
   }
      
.check:checked + .checktoggle {
	background-color: #55ce63;
}
.check:checked + .checktoggle:after {
	left: 100%;
	transform: translate(calc(-100% - 5px), -50%);
}
.onoffswitch {
	margin-left: auto;
    position: relative;
	width: 73px;
    -webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; 
	overflow: hidden; 
	cursor: pointer;
	border-radius: 20px;
	margin-bottom: 0;
}
.onoffswitch-inner {
	display: block;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
    width: 200%;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    box-sizing: border-box;
    color: #fff;
    display: block;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 32px;
    padding: 0;
    width: 50%;
}
.onoffswitch-inner:before {
	background-color: #55ce63;
    color: #fff;
    content: "ON";
    padding-left: 14px;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 14px;
    background-color: #ccc;
    color: #fff;
    text-align: right;
}
.onoffswitch-switch {
    background: #fff;
    border-radius: 20px;
    bottom: 0;
    display: block;
	height: 20px;
    margin: 5px;
    position: absolute;
    right: 43px;
    top: 0;
    transition: all 0.3s ease-in 0s;
    width: 20px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
.avatar-view {
  display: block;
  height: 220px;
  width: 220px;
  border: 3px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  cursor: pointer;
  overflow: hidden;
}

.avatar-view img {
  width: 100%;
}

.avatar-body {
  padding-right: 15px;
  padding-left: 15px;
}

.avatar-upload {
  overflow: hidden;
}

.avatar-upload label {
  display: block;
  float: left;
  clear: left;
  width: 100px;
}

.avatar-upload input {
  display: block;
  margin-left: 110px;
}

.avatar-alert {
  margin-top: 10px;
  margin-bottom: 10px;
}

.avatar-wrapper {
  height: 364px;
  width: 100%;
  margin-top: 15px;
  box-shadow: inset 0 0 5px rgba(0,0,0,.25);
  background-color: #fcfcfc;
  overflow: hidden;
}

.avatar-wrapper img {
  display: block;
  height: auto;
  max-width: 100%;
}

.avatar-preview {
  float: left;
  margin-top: 15px;
  margin-right: 15px;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}

.avatar-preview:hover {
  border-color: #ccf;
  box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.avatar-preview img {
  width: 100%;
}

.preview-lg {
  height: 184px;
  width: 184px;
  margin-top: 15px;
}

.preview-md {
  height: 100px;
  width: 100px;
}

.preview-sm {
  height: 50px;
  width: 50px;
}

label.Visibility {
    padding: 0.2em;
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.upload-images {
    position: relative;
}
.upload-images img {
    border-radius: 4px;
    height: 100%;
    width: 100%;
}
.upload-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 0;
}
.upload-wrap li {
    margin: 10px;
    list-style: none;
}

@media (min-width: 992px) {
  .avatar-preview {
    float: none;
  }
}

.avatar-btns {
  margin-top: 30px;
  margin-bottom: 15px;
}

.avatar-btns .btn-group {
  margin-right: 5px;
}

.loading {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff url("../img/eye.gif") no-repeat center center;
	background-size: 64px 64px;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: .75;
	filter: alpha(opacity=75);
	z-index: 20140628;
}
.notifi-menu {
  max-height:250px;
  overflow-y:scroll;
  max-width:250px;
}

.notifi-title {
  font-weight:bold;
  text-align:center;
  padding: 6px 10px 10px;
  }

.notifi-list-group-item {
  border-width:1px;
  white-space:normal !important;
}

.noti-contents {
	display: flex;
	flex-direction: column;
    margin-left: 15px;
    color: #a1a1a1;
    justify-content: center;
}
#filter_inputs {
	display: none;
}
/*#world-map-markers {
	width:100%;
	height: 410px;
}*/
.form-control.chngstatus {
	width: 140px;
	font-size: .875rem;
}
.form-control.request_status_change, .form-control.refun_status {
	width: 120px;
	font-size: .875rem;
}
.error {
	color:#f00;
}
.service-img {
	width: 60px;
}
textarea.form-control.content-textarea {
	height: 100px;
	min-height: auto;
}
.fav-icon {
	width: 32px;
}
.site-logo {
	max-height: 32px;
    width: auto;
}
#flash_succ_message {
    position: fixed;
    z-index: 999;
    right: 30px;
    top: 30px;
}
#flash_error_message {
    position: fixed;
    z-index: 999;
    right: 30px;
    top: 30px;
}
.admin-noti-wrapper .noti-list {
    padding: 7px 10px;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    transition: 0.2s ease;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    margin-bottom: 5px;
    position: relative;
}
.admin-noti-wrapper .noti-list .noti-avatar {
    left: auto;
    height: 40px;
    width: 40px;
    position: absolute;
}
.admin-noti-wrapper .noti-list .noti-avatar img {
    height: 40px;
    width: 40px;
}
.admin-noti-wrapper .noti-list .noti-contents {
    margin-left: 50px;
	font-size: 13px;
}
.admin-noti-wrapper .noti-list .noti-contents h3 {
	color: #333;
    font-size: 16px;
	margin-bottom: 0;
}

#map-container {
	padding: 6px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #ccc #999 #ccc;
	-webkit-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
	-moz-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
	box-shadow: rgba(64, 64, 64, 0.1) 0 2px 5px;
	width: 800px;
}
#map {
	width: 790px;
	height: 500px;
}
/*-----------------
	Language
-----------------------*/
.settings-page-wrap {
    flex: 1;
}
.settings-page-wrap .setting-title h4 {
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 0px;
    padding-bottom: 20px;
    color: #333;
}
.settings-page-wrap .page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.settings-page-wrap .card-title-head h6 {
    border-bottom: 0;
    padding-bottom: 0;
}
.settings-page-wrap .page-header .table-top-head li {
    list-style: none;
}
.settings-page-wrap .new-employee-field span {
    color: #5B6670;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
.page-wrapper .page-header {
    margin-bottom: 25px;
}
.table-top-head {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.table-top-head li {
    margin-right: 10px;
    flex-shrink: 0;
}
.table-top-head li a {
    height: 38px;
    border: 1px solid rgba(145, 158, 171, 0.3);
    background: #fff;
    border-radius: 8px;
    padding: 6px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.table-list-card .card-body {
    padding: 0;
}
.table-list-card .table-top {
    padding: 24px 24px 0;
}
.table-top {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-set {
    display: flex;
}
.search-set .search-input {
    position: relative;
}
.search-set .search-input .btn-searchset {
    border-radius: 50px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
}
.search-set .search-input input[type=search] {
    height: 38px;
    border: 1px solid var(--Stroke, rgba(145, 158, 171, 0.3));
    background: var(--White, #FFF);
    width: 298px;
    border-radius: 8px;
    padding: 10px;
}
.search-path {
    margin-left: auto;
}
.btn-secondary {
    background-color: #333;
    border-color: #333;
}
.btn-secondary:hover {
    background-color: #FF0080;
    border-color: #FF0080;
}
.table-list-card .table-responsive {
    padding: 24px;
    border-top: 1px solid rgba(145, 158, 171, 0.3);
}
.table-list-card .table-responsive {
    padding: 24px;
    border-top: 1px solid rgba(145, 158, 171, 0.3);
}
.table-list-card .table-responsive {
    padding: 24px;
    border-top: 1px solid rgba(145, 158, 171, 0.3);
}
.table-responsive {
    overflow: auto;
}
table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}
.table {
    margin: 0;
}
.table tbody td.action-table-data .language-action a {
    border: 0;
    color: #fff;
}

.table tbody td.action-table-data .language-action a.btn-secondary {
	padding: .25rem .5rem;
	font-size: .875rem;
}

table tbody td.action-table-data a {
    border-radius: 8px;
    padding: 8px;
}
.table tbody tr td a {
    font-weight: 400;
}
.checkboxs {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    user-select: none;
}
.checkboxs input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkboxs input ~ .checkmarks {
    border: 1px solid #B9B9C3;
    border-radius: 5px;
}
.checkboxs input:checked ~ .checkmarks:after {
    display: block;
}
.checkboxs .checkmarks:after {
    left: 3px;
    top: 0px;
    width: 5px;
    height: 9px;
    content: "";
    position: absolute;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.table tbody td.action-table-data .language-action .checkboxs .checkmarks {
    top: 5px;
}
.checkboxs input:checked ~ .checkmarks {
    background-color: #ff0080;
    border-color: #ff0080;
}
.checkboxs .checkmarks {
    height: 15px;
    width: 15px;
    position: absolute;
    top: 0;
    left: 0;
}
.table tbody tr td {
    padding: 0.75rem;;
    color: #333;
    font-weight: 400;
    border-bottom: 1px solid #E9ECEF;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 15px;
}
.progress.attendance {
    width: 127px;
    height: 7px;
}
.language-progress .progress-bar-warning {
    width: 80%;
}
.progress-bar-warning {
    background-color: #ff0080;
}
.language-progress span {
    position: absolute;
    top: -10px;
    color: #333;
}
.language-progress .progress-bar-success {
    width: 100%;
}
.progress-bar-success {
    background-color: #28C76F;
} 
.language-progress .progress-bar-violet {
    background-color: #7367F0;
    width: 5%;
}
.language-progress .progress-bar-violet-two {
    background-color: #7367F0;
    width: 40%;
}
.badge-linesuccess {
    color: #28C76F !important;
    padding: 5px 10px;
    border-radius: 8px;
    border: 1px solid var(--Success, #28C76F);
    font-size: 14px;
}
.badge {
    font-weight: 600;
}  
.badge-linedanger {
    color: #ff0000 !important;
    padding: 5px 10px;
    border-radius: 8px;
    border: 1px solid var(--Danger, #F00);
    font-size: 14px;
}
.table thead th {
    font-weight: 600;
    color: #333;
    padding: 15px 17px;
    white-space: nowrap;
    position: relative;
}
.table .edit-delete-action, table tbody td.action-table-data a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.table tbody td.action-table-data .language-action a.language-import {
    background-color: #FAFBFE;
}
.page-header .btn-added {
    font-weight: 600;
    font-size: 14px;
}
.card {
    margin: 0 0 24px;
    border: 1px solid rgba(145, 158, 171, 0.3);
}
.table-top-head li a i.fa-print {
    width: 24px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.table tbody td.action-table-data .language-action a.language-import i.fa-download {
    color: #092C4C;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
table.table tr:hover {
    background-color: #f7f7f7;
}
.table tbody td.action-table-data .language-action a.language-import:hover {
    background-color: #ff0080;
}

.table-list-card .table thead {
    background: #FAFBFE;
    --bs-table-bg: $__none;
    border-bottom: 1px solid #E9ECEF;
}
.table-list-card .table thead {
    border-bottom: none !important;
}
table tbody td.action-table-data a .fa-trash-alt {
    color: #f62d51;
    width: 14px;
    height: 14px;
}
.page-wrapper .page-header .back-btn {
    display: flex;
    gap: 10px;
    margin-bottom: 0;
}
.back-btn a.btn-translation {
    background-color: #FF0080;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
}
.back-btn a.btn-translation:hover {
    background-color: #FF0080;
    color: #fff;
}
.back-btn a.btn-translation:hover i.fa-arrow-left {
    color: #fff;
}
.back-btn a.btn-translation i.fa-arrow-left {
    color: #fff;
}
.selected-language {
    border: 1px solid rgba(145, 158, 171, 0.3);
    padding: 5px 10px;
    border-radius: 8px;
    color: #333;
    font-weight: 500;
}
table tbody td.action-table-data a i.fa-edit {
    color: rgb(40, 142, 199);
    width: 14px;
    height: 14px;
}
table tbody td.action-table-data a {
    border: 1px solid rgba(145, 158, 171, 0.3);
    border-radius: 0.25rem;
    padding: 8px;
}
.edit-delete-action a:hover {
    background-color: #FF0080;
    border-color: #ff0080;
}
.edit-delete-action a:hover i.fa-edit{
    color: #fff !important;
}
.edit-delete-action a.confirm-text:hover {
    background-color: #f62d51;
    border-color: #f62d51;
}
.edit-delete-action a.confirm-text:hover i.fa-trash-alt{
    color: #fff !important;
}
.offcanvas.offcanvas-end.em-payrol-add {
    max-width: 1192px !important;
}
.offcanvas.show:not(.hiding) {
    transform: none;
}
.offcanvas.offcanvas-end {
    top: 0;
    right: 0;  
    transition: all 0.5s;
}
/* .select2.select2-container {
    display: none !important;
} */
.select-language .dropdown.select button {
    background: #fff;
    color: #000;
}
.select-language .dropdown.select button:focus {
    outline: none !important;
    box-shadow: none;
}

.offcanvas.offcanvas-end.show {
width: 100%;
    visibility: visible;
    z-index: 999;
    height: 100vh;
    overflow: auto;
}
.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
}
.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
    visibility: visible;
}
.page-wrapper-new {
    background: #fff;
    padding: 24px;
    border-radius: 8px;
}
.page-wrapper-new .page-header {
    margin-bottom: 40px;
}
/*table.table thead th:before, table.table thead th:after {
    opacity: 1;    
    position: absolute;
    bottom: 0.9em;
    display: block;
}
table.table thead th:after {
    right: 0.5em;
    content: "\2193";
}
table.table thead th:before {
    right: 1em;
    content: "\2191";
}*/
table.table thead th.sorting_disabled:before{
    content: "";
}
table.table thead th.sorting_disabled:after{
    content: "";
}
table.table thead th.no-sorted:before{
    content: "";
}
table.table thead th.no-sorted:after{
    content: "";
}
.language-set-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.pagees-header {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}





/*-----------------
	25. Blog
-----------------------*/

.blog {
	background: #fff;
	border-radius: 18px;
    margin-bottom: 25px;
    padding: 1.5rem;
    position: relative;
}
.grid-blog .blog-image {
    margin-bottom: 20px;
    border-radius: 10px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.total-booking-report label.badge {
	padding: 0.55em 1em !important;
}
.blog-image, .blog-image > a, .blog-image img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}
.blog-image img {
	height: auto;
	border-radius: 10px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -o-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.blog-content {
    position: relative;
	margin-bottom: 10px;
}
.grid-blog .entry-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
	padding: 0;
}
.grid-blog .entry-meta li {
    margin-bottom: 15px;
}
.entry-meta li {
    display: inline-block;
    margin-right: 15px;
}
.grid-blog .post-author {
    width: 189px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.back-btn {
	font-weight: 600;
	font-size: 16px;
	color: #0400ff;
	display: inline-block;
	margin-bottom: 18px;
}
.post-author span:nth-child(1):hover {
    color: #0400ff;
}
.post-author a {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}
.post-author img {
    border-radius: 5px;
    width: 42px;
    height: 42px;
    margin-right: 10px;
}
.grid-blog .blog-title {
    font-size: 16px;
    margin: 0 0 6px;
}
.grid-blog .blog-title a {
	color: #333333;
}
.grid-blog .blog-content p {
    margin: 0 0 15px;
    color: #71717A;
}
.post-title {
	display: block;
	color: #131523;
    font-weight: 600;
}
.post-date {
	font-size: 12px;
	color: #7E84A3;
}
.blog-views {
	position: absolute;
	top: 20px;
	left: 15px;
	background: #F5F6FA;
    border-radius: 6px;
    padding: 2px 5px;
	display: flex;
    display: -ms-flexbox;
    align-items: center;
    font-size: 12px;
	min-width: 22px;
	justify-content: center;
}
.blog-catagories {
	position: absolute;
	top: 15px;
	right: 15px;
	background: #0400ff;
    border-radius: 6px;
    min-width: 92px;
    padding: 6px 10px;
	display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center
}
.blog-catagories p{
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0px;
}
.blog-views img {
	width: auto;
	margin-right: 5px;
}
.edit-delete-btn a{
    margin-right: 6px;
    border-radius: 5px;
    padding: 6px 13px;
}
.edit-delete-btn a:nth-child(1){
    margin-right: 6px;
    background: rgba(23, 208, 83, 0.21);
}
.edit-delete-btn a:nth-child(2){
    background: rgba(255, 0, 0, 0.1);
}
.btn-blog {
	padding: 10px 22px;
}
.edit-options{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.active-text {
	color: #1B5A90;
}
.modal.contentmodal .modal-content .submit-section .btn.btn-download {
	min-width: 200px;
}
.list-links {
	display: flex;
    display: -ms-flexbox;
	flex-wrap: wrap;
	padding: 0;	
}
.list-links li {
	margin: 0 15px 10px 0;
    list-style: none;
}
.list-links li a {
	background: #FFFFFF;
	border-radius: 5px;
	padding: 12px 30px;
	color: #131523;
	border: 1px solid #F5F6FA;
	display: inline-block;
}
.list-links li a:hover {
	background: #e5e5e8;
}
.list-links li.active a {
	background: #FFFFFF;
    border: 1px solid #0400ff;
	color: #0400ff;
}
.select-by .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #131523;
    border-style: solid;
    border-width: 0 2px 2px 0;
    padding:4px;
    height:0;
    left:50%;
    margin-left:-5px;
    margin-top:-5px;
    position: absolute;
    top: 45%;
    width: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.modal-select-box .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #131523;
    border-style: solid;
    border-width: 0 2px 2px 0;
    padding:4px;
    height:0;
    left:50%;
    margin-left:-5px;
    margin-top:-5px;
    position: absolute;
    top: 45%;
    width: 0;
    transform: rotate(224deg);
    -webkit-transform: rotate(224deg);
}
.select-by .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #131523;
    border-width: 2px 0 0 2px;
    padding:3px;
    margin-top:-2px;
}
.pagination-tab{
    padding: 30px;
}
.header.fixed-header .user-menu.nav > li.view-btn > a{
    background-color: #fff;
    color: #000000;
}
.header.fixed-header .user-menu.nav > li.view-btn > a:hover{
    background-color: #d19eb7;
    color: #fff;
}
.modal-select-box .select2-container--default .select2-selection--single .select2-selection__arrow b  {
    border-color: #131523;
    border-width: 2px 0 0 2px;
    padding:3px;
    margin-top:-2px;
}
.status-toggle {
    display: flex;
    align-items: center;
}
.status-toggle span{
    margin-left: 8px;
    font-weight: 400;
    font-size: 14px;
}


.contacts li.marking {
	background-color: #f5f5f6;
}

input[type=number].sub-amount::-webkit-inner-spin-button, 
input[type=number].sub-amount::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.total-booking-report label.badge {
	padding: 0.55em 1em !important;
}

.chat-scroll {
	max-height: calc(100vh - 255px);
	overflow-y: auto;
}
.contacts_card .chat-scroll {
	max-height: calc(100vh - 327px);
}
.contacts_body {
	padding-top:0;
}
.msg_card_body{
	overflow-y: auto;
}
.chat-window .chat-cont-left .chat-search {
	background-color: #f5f5f6;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 15px;
	width: 100%;
}
.chat-search .input-group {
	width: 100%;
}
.chat-search .input-group .form-control {
	background-color: #fff;
	border-radius: 50px;
	padding-left: 36px;
}
.chat-search .input-group .form-control:focus {
	border-color: #ccc;
	box-shadow: none;
}
.chat-search .input-group .input-group-prepend {
	align-items: center;
	bottom: 0;
	color: #666;
	display: flex;
	left: 15px;
	pointer-events: none;
	position: absolute;
	top: 0;
	z-index: 4;
}
.search {
	border-radius: 15px 0 0 15px !important;
	background-color: rgba(0,0,0,0.1) !important;
	border:0 !important;
	color:fff !important;
}
.search:focus {
	box-shadow:none !important;
	outline:0px !important;
}
.type_msg {
	background-color: rgba(0,0,0,0.1) !important;
	border:0 !important;
	overflow-y: auto;
}
.type_msg:focus {
	box-shadow:none !important;
	outline:0px !important;
}
.attach_btn {
	border-radius: 15px 0 0 15px !important;
	background-color: rgba(0,0,0,0.1) !important;
	border:0 !important;
	color: white !important;
	cursor: pointer;
}
.send_btn {
	border-radius: 0 15px 15px 0 !important;
	background-color: rgba(0,0,0,0.1) !important;
	border:0 !important;
	color: white !important;
	cursor: pointer;
}
.search_btn {
	background-color: transparent;
	border:0 !important;
}
.contacts {
	list-style: none;
	padding: 0;
}
.contacts li {
	margin-bottom: 15px;
}
.user_img {
	height: 45px;
	width: 45px;
	border:1.5px solid #f5f6fa;

}
.user_img_msg {
	height: 40px;
	width: 40px;
	border:1.5px solid #f5f6fa;

}
.img_cont {
	position: relative;
	height: 45px;
	width: 45px;
}
.img_cont_msg {
	height: 40px;
	width: 40px;
}
.online_icon {
	position: absolute;
	height: 15px;
	width:15px;
	background-color: #4cd137;
	border-radius: 50%;
	bottom: 0.2em;
	right: 0.4em;
	border:1.5px solid white;
}
.offline{
	background-color: #c23616 !important;
}
.user_info {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 15px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.user_info .user-name {
	color: #2c3038;
}
.user_info span {
	font-size: 16px;
}
.user_info p {
	font-size: 14px;
	color: #8d8d8d;
}
.msg_cotainer {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 10px;
	border-radius: 5px;
	background-color: #e4e4e4;
	padding: 10px;
	position: relative;
}
.msg_cotainer_send {
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 10px;
	border-radius: 5px;
	background-color: #0400ff;
	color: #fff;
	padding: 10px;
	position: relative;
}
.msg_time {
	color: #1a1a1a;
	font-size: 10px;
	position: relative;
	display:block;
}
.msg_time_send {
	position: relative;
	color:rgba(230, 230, 230, 0.8);
	font-size: 10px;
	display: block;
}
.msg_head {
	position: relative;
}
a.delete_user_data1 {
	pointer-events: none;
	cursor: default;
}
/*-----------------
	26. Blog Details
-----------------------*/
.close-btn{
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 18px;
}
.blog-single-post .blog-image {
	margin-bottom: 20px;
    border-radius: 10px;
}
.blog-single-post .blog-title {
	font-weight: 700;
	color: #000000;
	margin-bottom: 25px;
    font-size: 20px;
}
.about-author-img {
	background-color: #fff;
	height: 62px;
	width: 62px;
}
.about-author-img img {
	border-radius: 5px;
	height: 62px;
	width: 62px;
}
.author-details {
	margin-left: 20px;
	flex: 1;
}
.about-author {
	display: flex;
    display: -ms-flexbox;
	align-items: center;
}
.author-details .blog-author-name {
	display: inline-block;
	color: #131523;
	font-weight: 600;
	margin-bottom: 5px;
}
.author-details .blog-author-name span {
	font-size: 12px;
	font-weight: 400;
	color: #7E84A3;
	padding-left: 3px;
}
.author-details p {
	font-size: 12px;
}
.blog-comments .comments-list {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.blog-comments .comments-list li {
	clear: both;
	padding-left: 57px;
}
.blog-comments .comments-list li .comment {
	margin-bottom: 20px;
}
.blog-comments .comments-list li .comment-author {
	left: 0;
	position: absolute;
}
.blog-comments .comments-list li img.avatar {
	height: 42px;
	width: 42px;
	border-radius: 5px;
}
.blog-comments .comment-btn {
    color: #000000;
    display: inline-block;
    font-size: 12px;
}
.blog-comments .comment-btn img {
	width: auto !important; 
}
.blog-author-name {
	font-size: 14px;
    font-weight: 600;
	margin-bottom: 5px;
}
.blog-date {
    color: #7E84A3;
    font-size: 12px;
	padding-left: 15px;
    font-weight: 400;
}
.comments-list .comment-block p {
    font-size: 12px;
    margin-bottom: 10px;
}
.new-comment .form-floating>.form-control, .form-floating>.form-select {
    height: 50px;
}
.new-comment .form-floating>label {
    padding: 0.8rem 0.6rem;
}
.social-share {
	float:left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.social-share > li {
	display: inline-block;
	float:left;
	margin-left: 10px;
	text-align: center;
}
.social-share > li:first-child {
	margin-left: 0;
}
.social-share > li > a {
	border: 1px solid #0400ff;
	border-radius: 6px;
	color: #0400ff;
	display: flex;
    display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	height: 40px;
	width: 40px;
}
.social-share > li > a:hover {
	background-color: #0400ff;
	color: #fabbdb;
	border-color: #fabbdb;
}
.post-list ul {
	margin: 0 0 20px;
	padding-left: 0;
	list-style: none;
	display: flex;
    display: -ms-flexbox;
	align-items: center;
	flex-wrap: wrap;
}
.post-list ul li {
	font-size: 12px;
	color: #7E84A3;
	margin-bottom: 5px;
	margin-right: 30px;
}
.post-list ul li i {
	padding-right: 5px;
}
.post-list ul li:last-child {
	margin-right: 0;
}
.post-author img {
    border-radius: 5px;
    width: 36px;
	height: 36px;
    margin-right: 10px;
}
.post-author span:nth-child(1) {
	font-size: 14px;
    font-weight:500;
	color:  #131523;;
    transition: all 0.5s;
}
.post-author span:nth-child(2) {
	font-size: 12px;
    font-weight:400;
	color:  #7E84A3;;
    transition: all 0.5s;
}
.blog-content p {
    font-size: 14px;
}
a.blog-author-name:hover {
    color: #0400ff;
}
a.comment-btn:hover {
    color: #0400ff;
}
.save-btn {
	font-weight: 600;
    font-size: 16px;
    padding: 6px 75px;
}
.upload-file {
	margin-bottom: 20px;
}
.upload-file h6 {
	font-weight: 400;
	margin-bottom: 15px;
}
.upload-file img {
	border-radius: 5px;
	margin-bottom: 6px;
}
.upload-file p {
	font-size: 12px;
	color: #7E84A3;
}
.up-img {
	position: relative;
	padding-left: 11px;
}
.up-img .close-icon {
	position: absolute;
    top: -9px;
}
.bank-details .modal-footer.blog-categories-btn {
    justify-content: start;
}
.blog-categories-btn {
   padding: 20px;
}
.modal-footer.blog-categories-btn >.bank-details-btn .btn {
    border-radius: 4px;
}
.checktoggle.checkbox-bg {
    background-color: #fff;
    border: 1px solid #D7D7D7;
}
.checktoggle.checkbox-bg::after {
    background: rgba(0, 0, 0, 0.25);
}
.check:checked + .checktoggle.checkbox-bg::after {
    background-color: #fff;
}
.categories-table .pagination {
    display: none;
}
.categories-table .dataTables_info {
    display: none;
}
.categories-table tr:last-child td {
    padding-bottom: 0px;
}
.blog-view .card-header{
    padding: 15px ;
}
.blog-image:hover img {
    transform: scale(1.1);
}
.blog-image {
    overflow: hidden;
}
.service-fields {
	margin-bottom: 20px;
}
.service-fields h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
.ck.ck-editor__editable_inline, .ck.ck-toolbar {
	border-color: #ddd !important;
}
.add-more a {
	color: #0400ff;
}
.service-fields-btns {
	margin-top: 20px;
}
.service-fields-btns .btn {
	min-width: 104px;
    padding: 7px 15px;
    font-size: 16px;
}
.service-fields-btns .btn-cancel {
	margin-right: 10px;
}
.set-access {
	font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.checkbox-list li {
	margin-right: 10px;
	margin-bottom: 10px;
	width: 31.33%;
}
.checkbox-list li .custom_check {
	margin-bottom: 0;
}
.checkbox-select-all .custom_check {
	font-size: 16px;
    font-weight: 600;
	margin-bottom: 15px;
}
.bootstrap-select > .dropdown-toggle {
  background-color: #fff;
  border-color: #ddd;
  color: #333;
  font-size: 15px;
}

/*-----------------
	16. Responsive
-----------------------*/

@media only screen and (min-width: 992px) {
	.header.fixed-header #toggle_btn {
		align-items: center;
		color: #fff;
		display: inline-flex;
		float: left;
		font-size: 30px;
		height: 60px;
		margin-left: 15px;
		justify-content: center;
		padding: 0 20px;
	}
	.mini-sidebar .header-left .logo img {
		height: auto;
		max-height: 24px;
		width: auto;
	}
	.mini-sidebar .header .header-left .logo {
		display: none;
	}
	.mini-sidebar .header-left .logo.logo-small {
		display: block;
	}
	.mini-sidebar .header .header-left {
		padding: 0 5px;
		width: 90px;
	}
	.mini-sidebar .sidebar {
		width: 90px;
	}
	.mini-sidebar.expand-menu .sidebar {
		width: 280px;
	}
	.mini-sidebar .sidebar-menu {
		padding: 15px 19px;
	}
	.mini-sidebar .menu-title {
		visibility: hidden;
		white-space: nowrap;
	}
	.mini-sidebar.expand-menu .menu-title {
		visibility: visible;
	}
	.mini-sidebar .menu-title a {
		visibility: hidden;
	}
	.mini-sidebar.expand-menu .menu-title a {
		visibility: visible;
	}
	.modal-open.mini-sidebar .sidebar {
		z-index: 1051;
	}
	.mini-sidebar .sidebar .sidebar-menu ul > li > a span {
		display: none;
		transition: all 0.2s ease-in-out;
		opacity: 0;
	}
	.mini-sidebar.expand-menu .sidebar .sidebar-menu ul > li > a span {
		display: inline;
		opacity: 1;
	}
	.mini-sidebar .page-wrapper {
		margin-left: 90px;
	}
	.mini-sidebar.expand-menu .page-wrapper {
		margin-left: 280px;
	}
	.mini-sidebar .main-wrapper > .header {
		left: 120px;
	}
	.mini-sidebar .header.fixed-header {
		left: 90px;
	}
	.mini-sidebar .sidebar-menu > ul > li > a {
		border-radius: 10px;
		padding: 10px 16px;
	}
	.mini-sidebar.expand-menu .main-wrapper > .header {
		left: 310px;
	}
	.mini-sidebar.expand-menu .main-wrapper > .header.fixed-header {
		left: 280px;
	}
}
@media only screen and (max-width: 1399.98px) {
.checkboxs .checkmarks:after {
        left: 4px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .card-heads.head-appoints {
        display: block;
    }
    .card-heads.head-appoints .card-title {
        margin-bottom: 14px;
    }
    .card-heads.head-appoints .col-auto {
        padding-left: 0;
    }
}
@media only screen and (max-width: 991.98px) {
	.header .header-left {
		position: absolute;
		width: 100%;
		display: block;
	}
	.header.fixed-header .mobile_btn{
		color:#fff ;
	}
    .hidden-web{
        display: none;
    }
	.mobile_btn {
		color: #333;
		cursor: pointer;
		display: flex;
		font-size: 26px;
		height: 60px;
		left: 0;
		padding: 0 15px;
		position: absolute;
		text-align: center;
		top: 0;
		z-index: 10;
		justify-content: center;
		align-items: center;
	}
	#toggle_btn {
		display: none;
	}
	.header .header-left .logo {
		display: none;
	}
	.header-left .logo.logo-small {
		display: block;
	}
	.header .header-left .logo img {
		max-height: 36px;
		height: 36px;
	}
	.main-wrapper > .header {
		left: 50px;
	}
	.main-wrapper > .header.fixed-header {
		left: 0;
	}
	.main-wrapper {
		padding: 20px;
	}
	.sidebar {
		margin-left: -225px;
		width: 225px;
		-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;
	}
	.nav-tabs.menu-tabs .nav-item {
		padding-right: 1.25rem;
	}
    .view-btn{
        display: none;
    }
    .select-by{
        display: none;
    }
}

@media only screen and (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;
	}
	.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 {
		max-width: 450px;
		min-height: unset;
	}
	.error-box h1 {
		font-size: 6em;
	}
	.error-box .btn {
		font-size: 15px;
		min-width: 150px;
		padding: 8px 20px;
	}
	.dash-count {
		font-size: 16px;
	}
	.nav-tabs.menu-tabs {
		margin-top: -15px;
	}	
	.nav-tabs.menu-tabs .nav-item {
		margin-top: 20px;
	}
	.settings-btns .btn-grey {
		font-size: 13px;
	}
	.label {
	    display: inline-block;
	    padding: 0.35em 0.65em;
	    font-size: .75em;
	    font-weight: 700;
	    line-height: 1;
	    color: #fff;
	    text-align: center;
	    white-space: nowrap;
	    vertical-align: baseline;
	    border-radius: 0.25rem;
	}
	.service-fields h3 {
		font-size: 16px;
	}
}

@media only screen and (max-width: 575.98px) {
	.main-wrapper > .header {
		right: 35px;
		top: 35px;
		left: 35px;
	}
	.bg-danger-light {
		width: 100%;
	}
	.form-groupbtn .btn {
		min-width: auto;
		padding: 7px 15px;
		font-size: 16px;
		margin-bottom: 15px;
	}
	li.nav-item.dropdown.noti-dropdown {
		display: none;
	}
	.main-wrapper > .header.fixed-header {
		right: 35px;
		top: 0;
		left: 0;
		width: 100%;
	}
	.card {
		margin-bottom: 0.9375rem;
	}
	.page-wrapper > .content {
		padding: 0.9375rem 0.9375rem 0;
	}
	.card-body {
		padding: 1.25rem;
	}
	.card-header {
		padding: .75rem 1.25rem;
	}
	.card-footer {
		padding: .75rem 1.25rem;
	}
	.page-header {
		margin-bottom: 0.9375rem;
	}
	.loginbox {
		padding: 1.25rem;
	}
	.notifications .noti-content {
		width: 300px;
	}
	.filter-btn {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}
	.add-button {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}
    .inactive-style{
        margin-top: 15px;
    }
    .card-heads.head-appoints .card-title {
        font-size: 16px;
    }


    .settings-page-wrap .page-header {
        display: block !important;
    }
    .page-wrapper .page-header .back-btn {
        margin-bottom: 14px;
    }
    .select-language {
        margin-bottom: 14px;
    }
    .table-top-head {
        justify-content: start;
    }

    .page-wrapper .page-header .page-btn {
        display: inline-block !important;
        margin-bottom: 14px;
    }
    .page-wrapper-new .page-header {
        display: block;
    }
    .page-wrapper-new .page-header {
        margin-bottom: 24px;
    }
    .page-wrapper-new .page-header .page-title {
        display: block !important;
    }
    
}
.upload-size {
	width: 90px;
    height: 110px;
}
.settings-btns .btn-orange {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 26px;
    margin-right: 15px;
    background: #0400ff;
    border: 1px solid #0400ff;
    color: #fff;
    border-radius: 4px;
}
.settings-btns .btn-grey {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 26px;
    background: #fff;
    color: #242424;
    border: 1px solid #242424;
    border-radius: 4px;
}
.settings-form .social-icon {
    width: 50px;
    height: 40px;
    margin-right: 6px;
    color: #fff;
    background: #0400ff;
    border: 1px solid #0400ff;
    border-radius: 5px;
    font-size: 24px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    padding: 4px;
}
.settings-form {
    margin-top: 20px;
}
.change-photo-btn {
    color: #7E84A3;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    padding: 15px;
    position: relative;
    transition: .3s;
    text-align: center;
    height: 120px;
    background: #FAFAFA;
    border: 1px dashed #ddd;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    margin: auto;
    margin-bottom: 10px;
}
.change-photo-btn input.upload {
    bottom: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100px;
    width: 100%;
    
}
.change-photo-btn p{
    margin:0;
    color: #E0E0E0;
}
.settings-form .trash {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    width: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    background-color: #0400ff;
    color: #fff;
    position: relative;
    right: -6px;
    font-size: 20px;
}
.settings-form .trash:hover {
    color: #fff;
    opacity: 0.8;
}
.add-links {
    background-color: #0400ff;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 26px;
    border-radius: 4px;
}
.settings-form .bootstrap-tagsinput .tag {
    margin-right: 5px;
    color: #fff;
    background: #0400ff !important;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 12px;
    font-family: 'Titillium Web', sans-serif;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
    position: relative;
    left: 17px;
    cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
}
.settings-form .bootstrap-tagsinput input {
    line-height: 36px;
    border: 1px solid transparent;
}


.report-card {
    border-radius: 5px;
}
.card-body {
    position: relative;
}
.app-listing {
    padding: 0;
    margin: 0 -15px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.app-listing li {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
}
.multipleSelection {
    position: relative;
    margin-bottom: 20px;
}
.multipleSelection .selectBox, .SortBy .selectBoxes {
    position: relative;
    background: #fff;
    width: 100%;
    padding: 13px 10px;
    font-weight: 400;
    background: #FFFFFF;
    border: 1px solid #F7F8F9;
    border-radius: 7px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.selectBox p {
    color: #1B2559;
    font-weight: 500;
}
.selectBox p .select-icon {
    color: #0400ff;
    width: 20px;
    height: 20px;
}
.report-btn {
    margin-bottom: 20px;
}
.report-btn .btn {
    font-weight: 600;
    color: #0400ff;
    background: #FFFFFF;
    border: 2px solid #0400ff;
    border-radius: 8px;
    width: 100%;
    padding: 11px 0;
}
.multipleSelection #checkBoxes, .SortBy #checkBox {
    display: none;
    position: absolute;
    width: 300px;
    left: 0;
    z-index: 1;
    margin-top: 10px;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #F2ECFF;
    box-shadow: 0px 4px 44px rgb(231 234 252 / 75%);
    border-radius: 6px;
}
.multipleSelection #checkBoxes::before, .SortBy #checkBox::before {
    border: 7px solid #F2ECFF;
    border-color: transparent transparent #ffffff #ffffff;
    box-shadow: -2px 2px 2px -1px rgb(0 0 0 / 10%);
    content: "";
    left: 30px;
    position: absolute;
    top: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.checkbox-title {
    font-weight: 600;
    font-size: 16px;
    color: #0400ff;
    margin-bottom: 14px;
}
#checkBoxes .form-custom {
    margin-bottom: 14px;
}
#checkBoxes .form-custom .form-control {
    padding-left: 14px;
    border: 1px solid rgba(231, 234, 252, 0.75);
    border-radius: 6px;
}
.selectBox-cont {
    height: 220px;
    overflow-y: auto;
    padding-right: 5px;
}
.custom_check {
    color: #1B2559;
    display: inline-block;
    position: relative;
    font-size: 14px;
    margin-bottom: 15px;
    padding-left: 30px;
    cursor: pointer;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.custom_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 21px;
    border: 1px solid #C4C4C4;
    background-color: #fff;
    border-radius: 6px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.custom_check input:checked ~ .checkmark {
	background-color: #0400ff;
    border-color: #0400ff;
}
.custom_check .checkmark::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    display: none;
    left: 5px;
    top: 2px;
    color: #ffffff;
    font-size: 9px;
}
.custom_check input:checked ~ .checkmark:after {
    display: block;
}
#checkBoxes .btn-grey {
    background: rgba(231, 234, 252, 0.75);
    color: #1B2559;
    margin-top: 10px;
}
#checkBoxes .btn, #checkBox .btn {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 0px;
}
.selectBox-cont-one {
    overflow-y: inherit;
}
.selectBox-cont {
    height: 220px;
    overflow-y: auto;
    padding-right: 5px;
}
.date-picker {
    width: 50%;
    float: left;
    padding-right: 10px;
}
#checkBoxes .form-custom {
    margin-bottom: 14px;
}
#checkBoxes .date-picker .form-custom .form-control {
    padding-left: 10px;
}
#checkBoxes .form-custom .form-control {
    padding-left: 14px;
    border: 1px solid rgba(231, 234, 252, 0.75);
    border-radius: 6px;
}
.date-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.date-list ul li {
    width: 100%;
    padding: 0;
    padding-bottom: 5px;
}
.date-list .date-btn {
    background: #fff;
    color: #1B2559;
    border: 1px solid #E7EAFC;
    border-radius: 4px;
    padding: 10px 0 !important;
    width: 100%;
}
.date-list .date-btn:hover {
    background: #0400ff;
    color: #fff;
    border: 1px solid #E7EAFC;
}
.invoices-tabs-card {
    background: transparent;
    box-shadow: unset;
}
.invoices-main-tabs {
    border-bottom: 2px solid #F3F3F3;
    padding-bottom: 10px;
}
.invoices-tabs ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.invoices-tabs ul li {
    position: relative;
    display: inline-block;
    margin-right: 36px;
}
.invoices-tabs ul li a.active {
    color: #0400ff;
    border-bottom: 2px solid #0400ff;
}
.invoices-tabs ul li a {
    font-weight: 600;
    font-size: 16px;
    color: #1B2559;
    padding-bottom: 24px;
}
.invoices-settings-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
}
.invoices-settings-icon {
	color: #0400ff;
    margin-right: 20px;
}
.invoices-settings-btn .btn {
    font-weight: 600;
    color: #fff;
    padding: 12px 0;
    min-width: 167px;
    background: #0400ff;
    border: 1px solid #0400ff;
    border-radius: 6px;
    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;
}
.invoices-settings-icon .feather {
    width: 24px;
    height: 24px;
    font-size: 24px;
}
.invoices-settings-btn .btn .feather {
    margin-right: 6px;
}
.invoices-links .feather {
    width: 25px;
    height: 25px;
    font-size: 24px;
}
.inovices-card {
    border-radius: 5px;
}
.inovices-card .card-body {
    padding: 15px;
}
.inovices-widget-header {
    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;
}
.inovices-widget-icon img {
    width: 50px;
}
.inovices-widget-header .inovices-amount {
    font-weight: 600;
    font-size: 24px;
    color: #0400ff;
}
.invoices-links.active {
    color: #0400ff;
}
.inovices-all {
    font-weight: 600;
    color: #1B2559;
    margin-top: 16px;
    margin-bottom: 0px;
}
.inovices-all span {
    font-size: 10px;
    margin-left: 15px;
}
.invoices-links {
    color: #1B2559;
    margin-right: 20px;
}
.invoices-grid-card {
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgb(228 228 228 / 25%);
    border-radius: 10px;
    color: #1B2559;
}
.invoices-grid-card .card-header {
    padding: 20px;
    border: 0;
}
.invoice-grid-link {
    color: #1B2559;
}
.invoices-grid-card .card-header .action-icon {
    color: #1B2559;
    display: initial;
}
.card-middle {
    padding: 20px;
    background: #F7F7FF;
}
.card-middle-avatar {
    align-items: center;
    display: inline-flex;
    font-size: 16px;
    margin: 0;
}
.card-middle-avatar a {
    color: #1B2559;
}
.invoices-grid-card .card-body {
    padding: 20px;
}
.invoices-grid-card .card-body span {
    font-size: 14px;
}
.invoices-grid-card .card-body h6 {
    font-size: 16px;
    font-weight: 500;
    color: #1B2559;
    margin-top: 4px;
}
.invoices-grid-card .card-footer {
    padding: 20px;
    border: 0;
}
.invoices-grid-card .card-footer .badge {
    border-radius: 6px;
    font-size: 13px;
    font-weight: 400;
    padding: 7px 18px;
}
.invoices-grid-card .bg-success-dark {
    background: #008F64;
}
.invoices-grid-card .bg-danger-dark {
    background: #FF0000;
}
.invoices-grid-card .bg-secondary-dark {
    background: #7638FF;
}
.invoices-grid-card .bg-primary-dark {
    background: #2196f3;
}
.invoices-grid-card .bg-secondary-dark {
    background: #7638FF;
}
.invoices-grid-card .bg-primary-dark {
    background: #2196f3;
}
.invoices-grid-card .bg-danger-dark {
    background: #FF0000;
}
.invoices-grid-card .bg-success-dark {
    background: #008F64;
}
.invoice-load-btn {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.invoice-load-btn .btn {
    font-weight: 700;
    font-size: 16px;
    color: #0400ff;
    min-width: 170px;
    padding: 12px 15px;
    background: #FFFFFF;
    border: 2px solid #0400ff;
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.invoice-load-btn .btn span {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    vertical-align: 0;
    border: 3px solid #0400ff;
    border-right-color: #0400ff;
    border-radius: 50%;
}
.invoices-create-btn .delete-invoice-btn {
    background: #0400ff;
    margin-right: 10px;
}
.invoices-create-btn .invoices-preview-link {
    font-weight: 600;
    color: #0400ff;
    margin-right: 30px;
}
.invoices-create-btn .btn {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    padding: 10px 0px;
    min-width: 160px;
}
.invoices-create-btn .save-invoice-btn {
    background: #fff;
    border: 1px solid #0400ff;
    color: #0400ff;
}
.invoices-add-card {
    background: #FFFFFF;
    border-radius: 10px;
}
.invoices-main-form {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
}
.invoices-form label {
    font-weight: 600;
    color: #1B2559;
}
.invoices-form .multipleSelection .selectBox {
    border: 2px solid #0400ff;
    border-radius: 6px;
}
.multipleSelection #checkBoxes-one {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    margin-top: 10px;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #F2ECFF;
    box-shadow: 0px 4px 44px rgb(231 234 252 / 75%);
    border-radius: 6px;
}
.invoices-form .form-control {
    height: 50px;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
}
.invoice-details-title {
    font-weight: 500;
    font-size: 20px;
    color: #1B2559;
    margin-bottom: 0.5rem;
}
.invoice-details-box {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
}
.invoice-inner-head {
    padding: 26px;
    border-bottom: 1px solid #E5E5E5;
}
.invoice-inner-head span {
    color: #1B2559;
}
.invoice-inner-head span a {
    font-weight: 500;
    color: #0400ff;
}
.invoice-inner-footer {
    padding: 0;
}
.invoice-inner-date {
    padding: 26px;
    border-right: 1px solid #E5E5E5;
}
.invoice-inner-footer span {
    font-weight: 500;
    color: #1B2559;
    position: relative;
}
.invoice-inner-footer .form-control {
    position: absolute;
    color: #0400ff;
    background: transparent;
    border: 0;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0 10px;
}
#show-invoices {
    display: none;
}
.invoice-info {
    margin-bottom: 20px;
}
.invoice-item .customer-text {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
}
.invoice-item .customer-text a {
    font-size: 14px;
    color: #0400ff;
    margin-left: 12px;
}
.invoice-item .invoice-details-two {
    text-align: left;
    color: #000;
}
.invoice-add-table h4 {
    font-weight: 600;
    font-size: 20px;
    color: #0400ff;
    margin-bottom: 30px;
}
.invoice-add-table {
    padding-top: 20px;
    padding-bottom: 30px;
}
.table {
    color: #333;
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
}
.invoice-add-table td, .invoice-add-table th {
    border-color: #E5E5E5;
    padding: 20px;
}
.invoice-add-table th {
    background: #F8F9FA;
}
.invoice-fields .field-title {
    font-weight: 600;
    font-size: 16px;
    color: #1B2559;
    margin-bottom: 15px;
}
.field-box {
    padding: 15px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
}
.field-box p {
    font-weight: 500;
    font-size: 14px;
    color: #1B2559;
    margin-bottom: 10px;
}
.field-box .btn {
    min-width: 266px;
    border-radius: 4px;
    padding: 30px 0;
}

.btn-primary {
	background-color: #0400ff;
    border: 1px solid #0400ff;
}
.invoice-faq .faq-tab {
    padding-top: 10px;
}
.faq-tab .panel-title {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: 10px 20px;
    margin-bottom: 0px;
    position: relative;
}
.faq-tab .panel-title a {
    color: #C4C4C4;
}
.faq-tab .panel-title a.collapsed::after {
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 20px;
    top: 10px;
    color: #0400ff;
    font-weight: 600;
    font-size: 14px;
}
.faq-tab .panel-title a:not(.collapsed)::after {
    color: #FF0000;
}
.faq-tab .panel-title a::after {
    content: '\f068';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 20px;
    top: 10px;
    color: #f09e9e;
    font-weight: 600;
    font-size: 14px;
}
.invoice-total-card .invoice-total-title {
    font-weight: 600;
    font-size: 16px;
    color: #1B2559;
    margin-bottom: 15px;
}
.invoice-total-box {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
}
.invoice-total-inner {
    padding: 15px;
}
.invoice-total-box p {
    color: #1B2559;
    margin-bottom: 20px;
    position: relative;
}
.check {
    display: block;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
}
.invoice-total-inner .checktoggle {
    background-color: #C4C4C4;
    border: 1px solid #C4C4C4;
    border-radius: 12px;
    cursor: pointer;
    font-size: 0;
    height: 15px;
    margin-left: 10px;
    top: 3px;
    margin-bottom: 0;
    position: absolute;
    width: 30px;
    display: inline-block;
}
.invoice-total-inner .checktoggle:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(5px, -50%);
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    transition: left 300ms ease, transform 300ms ease;
}
.invoice-total-box p span {
    float: right;
}
.invoice-total-box .add-links-bg {
    background: transparent;
    padding: 0;
    color: #18aefa;
}
.invoice-total-box .add-links-one {
    font-weight: 500;
    color: #0400ff;
}
.invoice-total-box .service-trash-one {
    margin-top: 10px;
    color: #1B2559;
}
.invoice-total-box .service-trash-one i {
    color: #EC1361;
}
.invoice-total-footer {
    border-top: 1px solid #E5E5E5;
    padding: 15px;
}
.invoice-total-footer h4 {
    font-size: 20px;
    margin-bottom: 0;
    color: #0400ff;
}
.invoice-total-footer h4 span {
    float: right;
}
.invoice-total-box .add-links {
    font-weight: 500;
    color: #0400ff;
    margin-bottom: 20px;
    display: block;
}
.upload-sign {
    float: right;
    margin-top: 20px;
}
.service-upload {
    border: 2px dashed #E5E5E5;
    text-align: center;
    padding: 30px 0;
    background-color: #fff;
    position: relative;
    width: 330px;
}
.service-upload span {
    font-size: 15px;
    color: #858585;
    display: block;
}
.service-upload input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.services-upload {
    border: 2px dashed #E5E5E5;
    text-align: center;
    padding: 30px 0;
    background-color: #fff;
    position: relative;
    width: 100%;
}
.services-upload span {
    font-size: 15px;
    color: #858585;
    display: block;
}
.services-upload input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.upload-sign .btn {
    border-radius: 8px;
    min-width: 198px;
    padding: 10px 0;
}
.btn-primary {
	background-color: #0400ff;
    border:1px solid  #0400ff;
}
.invoices-page-header .invoices-breadcrumb-item i {
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: #0400ff;
    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;
}
.invoices-page-header .invoices-breadcrumb-item a {
    font-weight: 600;
	color: #0400ff;
    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;
}
.invoice-item .invoice-logo {
    margin-bottom: 30px;
}
.invoice-item .invoice-logo img {
	width: auto;
    max-height: 40px;
}
.invoice-item-one {
    border-bottom: 1px solid rgba(231, 234, 252, 0.75);
}
.invoice-item-one .invoice-info {
    margin-bottom: 30px;
    text-align: right;
}
.invoice-head {
    margin-bottom: 30px;
}
.invoice-head h2 {
    font-weight: 600;
    font-size: 28px;
    color: #1B2559;
    text-transform: uppercase;
    margin-bottom: 0;
}

.text-primary, .dropdown-menu > li > a.text-primary {
    color: #0400ff !important;
}
.invoice-head p {
    font-weight: 400;
    font-size: 20px;
    color: #1B2559;
    margin-bottom: 0;
}
.invoice-item-bg {
    background: #0400ff;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.invoice-circle-img {
    position: relative;
}
.invoice-circle-img .invoice-circle1 {
    position: absolute;
    left: 0;
    opacity: 0.1;
}
.invoice-circle-img .invoice-circle2 {
    position: absolute;
    right: 0;
    opacity: 0.1;
}
.invoice-item-bg .invoice-info {
    border-right: 1px solid #fff;
    padding: 30px;
    margin-top: 20px;
}
.invoice-item-bg .customer-text-one {
    color: #fff;
}
.customer-text-one {
    font-size: 20px;
    color: #1B2559;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
.invoice-item-bg .invoice-name {
    color: #fff;
}
.invoice-name {
    color: #1B2559;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.invoice-item .invoice-details {
    text-align: right;
    font-weight: 400;
}
.invoice-item-bg .invoice-details-two {
    color: #fff;
}

.invoice-item .invoice-details-two {
    text-align: left;
}
.invoice-info p {
    margin-bottom: 0;
}
.invoice-item-bg .invoice-info-one p {
    color: #fff;
    margin-bottom: 10px;
}
.table.table-center td, .table.table-center th {
    vertical-align: middle;
}

.invoice-table > thead > tr > th {
    background: #F5F7FF;
    border-top: 0;
    font-weight: 500;
    font-size: 16px;
    color: #1B2559;
}
.invoice-payment-box h4 {
    font-weight: 600;
    font-size: 16px;
    color: #1B2559;
    margin-bottom: 16px;
}
.invoice-payment-box .payment-details {
    background: transparent;
    border: 2px dashed #0400ff;
}

.payment-details {
    width: 266px;
    border-radius: 4px;
    padding: 15px;
    background: #0400ff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.invoice-payment-box .payment-details p {
    font-weight: 600;
    font-size: 16px;
    color: #1B2559;
}

.payment-details p {
    color: #fff;
    max-width: 140px;
    font-weight: 400;
    margin-bottom: 0;
}
.invoice-sign-box {
    margin-top: 30px;
}
.invoice-terms {
    margin-bottom: 30px;
}
.invoice-terms h6 {
    font-weight: 500;
    font-size: 20px;
    color: #1B2559;
    margin-bottom: 6px;
}
.invoice-terms p {
    font-weight: 400;
    font-size: 16px;
    color: #8F9BBA;
}
.invoice-sign {
    padding-top: 30px;
}
.invoice-sign span {
    color: #1B2559;
    margin-top: 18px;
}
.custom-modal .modal-content {
    border: 0;
    border-radius: 10px;
}
.form-header {
    text-align: center;
    margin-bottom: 30px;
}
.form-header h3 {
    color: #1B2559;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}
.form-header p {
    color: #929292;
    font-size: 15px;
    margin-bottom: 0;
}
.modal-btn > .row {
    margin-left: -8px;
    margin-right: -8px;
}
.modal-btn > .row > div {
    padding-left: 8px;
    padding-right: 8px;
}
.paid-continue-btn {
    background-color: #0400ff;
    border: 1px solid #0400ff;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    text-align: center;
}
.modal-btn > .row > div {
    padding-left: 8px;
    padding-right: 8px;
}
.paid-cancel-btn {
	background-color: #fff;
    border: 1px solid #0400ff;
    border-radius: 5px;
    color: #0400ff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    text-align: center;
}
.bank-details .close {
    background: transparent;
    border: 0;
    color: #1B2559;
    font-size: 28px;
    line-height: normal;
    top: 20px;
    width: auto;
    height: auto;
    right: 20px;
}
.custom-modal .modal-footer {
    border: 0;
    justify-content: center;
    padding: 0 30px 30px;
}
.bank-details-btn .btn {
    min-width: 160px;
    border-radius: 8px;
    padding: 10px 0;
    color: #fff;
}
.bank-details-btn .bank-save-btn {
    color: #0400ff !important;
    border-color: #0400ff;
}
.bank-details-btn .bank-save-btn:hover {
    background: #0400ff;
    border: 1px solid #0400ff;
    color: #fff !important;
}
.bank-details-btn .bank-cancel-btn {
    background: #0400ff;
}
.bank-details .modal-footer {
    justify-content: end;
    padding: 20px;
}

.bank-details-btn .btn {
    min-width: 160px;
    border-radius: 8px;
    padding: 10px 0;
    color: #000;
}
.invoice-setting-btn .cancel-btn {
    background: #0400ff;
}
.btn-primary-save-bg {
    background-color: #fff;
    color: #0400ff !important;
    border-color: #0400ff;
}
.btn-primary-save-bg:hover {
    background: #0400ff;
    border: 1px solid #0400ff;
    color: #fff !important;
}
.invoice-setting-btn .btn {
    min-width: 160px;
    padding: 10px 0;
    color: #fff;
    border-radius: 8px;
}
.settings-menu ul li  {
    list-style: none;
}
.settings-menu ul li a {
    color: #455560;
    padding: 0;
    border: 0 !important;
    display: inline-block;
}
.settings-menu ul li i {
    margin-right: 10px;
    font-size: 20px;
    min-width: 25px;
}
.settings-menu ul {
    display: block;
    padding: 0;
}
.settings-menu ul li i {
    margin-right: 10px;
    font-size: 20px;
    min-width: 25px;
}
.settings-menu ul li + li {
    margin-top: 15px;
}
.settings-menu ul li a.active {
    color: #0400ff !important;
    border: 0;
}
.invoices-upload-btn {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    color: #000000;
    cursor: pointer;
    font-weight: 400;
    padding: 15px 15px;
    position: relative;
    width: 100%;
    height: 50px;
}
.invoices-upload-btn .hide-input {
    position: relative;
    z-index: 1;
    cursor: pointer;
    min-height: auto;
    padding-left: 4px;
    padding-top: 0;
    line-height: 10px;
    width: 100%;
    opacity: 0;
}
.invoices-upload-btn .upload {
    position: absolute;
    background: #0400ff;
    border-radius: 4px;
    right: 6px;
    top: 8px;
    width: 136px;
    height: 32px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.table .bg-success-dark {
    background: #008F64;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.table .bg-danger-dark {
    background: #FF0000;
}
.invoice-add-table .add-btn {
    color: #0400ff;
}
.invoice-add-table .remove-btn {
    color: #FF0000;
}
.payment_trash .fe-trash-2 {
    color: #fff;
}
.invoice-total-box .service-amount {
    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;
}
.invoice-total-box .service-trash {
    margin-bottom: 10px;
    color: #1B2559;
}
.invoice-total-box .service-trash i {
    color: #EC1361;
}
.invoice-total-box .service-amount1 {
    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;
}
.invoice-item-two {
    padding-top: 30px;
    padding-bottom: 30px;
}
.invoice-item-two .invoice-details {
    color: #1B2559;
    font-weight: 400;
}
.invoice-item-box {
    background: #F7F7FF;
    border-radius: 5px;
    padding: 15px;
    width: 200px;
    float: right;
    margin-top: 20px;
}
.invoice-item-box p {
    color: #1B2559;
    font-weight: 400;
    margin-bottom: 10px;
}
.invoice-info.invoice-info2 {
    text-align: right;
}
.invoice-info {
    margin-bottom: 20px;
}
.customer-text-one {
    font-size: 20px;
    color: #1B2559;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
.invoice-issues-box {
    background: #0400ff;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
}
.invoice-issues-date {
    padding-top: 20px;
    padding-bottom: 20px;
}
.invoice-issues-date p {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 0;
}
.invoice-table-wrap {
    margin-bottom: 30px;
}
.inovices-month-info {
    padding-top: 50px;
}
.inovices-month-info .form-control {
    height: 42px;
}
.settings-form .links-cont .social-icon::after {
    content: "";
    border-top: 0.2em solid;
    border-right: 0.2em solid transparent;
    border-bottom: 0;
    border-left: 0.2em solid transparent;
    margin-left: 4px;
}
.add-links:hover {
    color: #fff;
    opacity: 0.8;
}
.settings-btns .btn-grey:hover {
    background: #242424;
    border: 1px solid #242424;
    color: #fff;
}
.invoices-create-btn .save-invoice-btn:hover {
    background: #0400ff;
    border: 1px solid #0400ff;
    color: #fff;
}
#checkBoxes .date-picker .bootstrap-datetimepicker-widget table td {
    padding-left: 10px;
    padding-right: 10px;
}

input[type="file"] {
  display: block;
}
.imageThumb {
  max-height: 75px;
  border: 2px solid;
  padding: 1px;
  cursor: pointer;
}
.pip {
  display: inline-block;
  margin: 10px 10px 0 0;
}
.remove {
  display: block;
  background: #444;
  border: 1px solid black;
  color: white;
  text-align: center;
  cursor: pointer;
}
.remove:hover {
  background: white;
  color: black;
}

.header-navbar-rht .logged-item .nav-link .badge_col {
    position: absolute;
    top: 15px;
    right: 0;
}

.bg-yellow-chat {
    background: #ff0080;
}

.badge_col {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.chat_color{
	color: #333;
}

.badge_chats {
    color: #ff0080; 
}

.chat_color{
     color: #333;
}


.settings-wrapper .settings-page-wrap .page-header form .page-btn .select-language .select2.select2-container {
    display: none !important;
}