* {
	border: 0px;
	outline: none !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style-type: none;
}

body,
html {
	overflow-x: hidden;
	height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	color: inherit;
}

a:hover,
a:focus {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	text-decoration: none;
	outline: none;
	color: #0078be;
}

a:focus {
	outline: none;
}

textarea {
	resize: none;
}

img {
	max-width: 100%;
}

body {
	font-family: 'Plus Jakarta Sans', sans-serif;
	background-color: #f9f9fb;
	font-size: 14px;
	color: #727b9a;
}

.material-icons,
.material-icons-outlined {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	/* Preferred icon size */
	display: inline-block;

	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
	vertical-align: middle;
}

.notification-wrapper .material-icons-outlined {
    font-size: 25px !important;
}

.headerMenu .material-icons-outlined {
    font-size: 25px !important;
    margin-left: -2px;
}


.mb-0 {
	margin-bottom: 0px !important;
}

.mb-1 {
	margin-bottom: 10px !important;
}

.mb-2 {
	margin-bottom: 20px !important;
}

.mb-3 {
	margin-bottom: 30px !important;
}

.mb-4 {
	margin-bottom: 40px !important;
}

.mb-5 {
	margin-bottom: 50px !important;
}

.mb-6 {
	margin-bottom: 60px !important;
}

.mb-7 {
	margin-bottom: 70px !important;
}

.mb-6 {
	margin-bottom: 80px !important;
}

.mb-7 {
	margin-bottom: 90px !important;
}

.p-3 {
	padding: 30px 0 !important;
}

.p-4 {
	padding: 40px 0 !important;
}

.p-5 {
	padding: 50px 0 !important;
}

.p-10 {
	padding: 100px 0 !important;
}

hr {
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 2px solid #13496f;
}

.gap-2 {
	gap: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-bottom: 15px;
}

h2,
.h2 {
	color: #13496f;
	font-size: 26px;
	font-weight: 800;
}

h2 small,
.h2 small {
	font-size: 60%;
	display: inline-block;
}

h3,
.h3 {
	font-size: 18px;
	font-weight: 700;
}

h4,
.h4 {}

h5,
.h5 {}

h6,
.h6 {}

p {}

p small {
	font-size: 10px;
}

.btn {
	font-size: 12px;
	min-width: inherit;
	padding: 11px 20px;
	line-height: normal;
	border-radius: 35px;
}

.btn.semiRound {
	border-radius: 8px;
}

.btn.btn-sm {
	font-size: 13px;
	min-width: inherit;
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 8px;
	padding-left: 13px;
	line-height: normal;
}

.btn-primary {
	color: #fff;
	background-color: #0078bd;
	border-color: #0078bd;
}

.btn-primary:hover,
.btn-primary:focus {
	color: #fff;
	background-color: #0498ee;
	border-color: #0498ee;
}

.btn-info {
	color: #fff;
	background-color: #a5b0cc;
	border-color: #a5b0cc;
}

.btn-info:hover,
.btn-info:focus {
	color: #fff;
	background-color: #b1bedc;
	border-color: #b1bedc;
}

.btn-success {
	color: #fff;
	background-color: #08a34f;
	border-color: #08a34f;
}

.btn-success:hover,
.btn-success:focus {
	color: #fff;
	background-color: #0ab959;
	border-color: #0ab959;
}

.btn-danger {
	color: #fff;
	background-color: #e81b2b;
	border-color: #e81b2b;
}

.btn-danger:hover,
.btn-danger:focus {
	color: #fff;
	background-color: #f82f40;
	border-color: #f82f40;
}

.btn-link {}

.btn-link:hover,
.btn-link:focus {
	text-decoration: underline;
}

.text-primary {
	color: #0078be !important;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #0078be !important;
	text-decoration: underline;
}

.text-info,
a.text-info {
	color: #13496f !important;
}

.text-muted {
	color: #a5b0cc !important;
}

.text-success {
	color: #08a34f !important;
}

.text-none {
	text-transform: none;
}

.form-control {
	font-size: 14px;
	padding: 12px 15px;
	border: 1px solid #d2edfc;
	height: auto;
	line-height: normal;
	border-radius: 8px;
	font-size: 12px;
	color: #6d738a;
}

.form-control:focus {
	outline: none;
	box-shadow: none;
}

select.form-control {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	background-image: url(../img/drop-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 6px;
}

.mainBody {
	min-height: 100%;
}

.bodyLeft {
	min-width: 100px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 80px;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}

.menuIcon {
	cursor: pointer;
	position: absolute;
	right: 50%;
	top: 15px;
	transform: translateY(-0%) translateX(50%);
	color: #a5b0cc;

}

.menuText {
	display: none;
}

.bodyLeft.bodyLeftOpen {
	min-width: inherit;
	white-space: nowrap;
	text-align: left;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;

}

.bodyLeft.bodyLeftOpen .menuIcon {
	right: 0;
	transform: translateY(-0%) translateX(0%);
}

.menuCloseBtn {
	display: none;
}

.bodyLeft.bodyLeftOpen .menuOpenBtn {
	display: none;
}

.bodyLeft.bodyLeftOpen .menuCloseBtn {
	display: block;
}

.footerLogo2 {
	display: none;
}

.bodyLeft.bodyLeftOpen .footerLogo1 {
	display: none;
}

.bodyLeft.bodyLeftOpen .footerLogo2 {
	display: block;
	max-width: 140px;
}

.bodyLeft.bodyLeftOpen .menuText {
	display: inline-block;
}

.bodyRight {
    width: calc(100% - 70px);
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
}

.header {
	padding-top: 20px;
	padding-bottom: 30px;
}

.headerUser img {
	width: 30px;
	height: 30px;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 3px;
	vertical-align: middle;
	border-color: #d2d2d2;
	border: 1px solid #d2d2d2;
	box-shadow: 0px 0px 12px #d2d2d2;
	min-width: 30px;
    min-height: 30px;
}

.headerUser {
	color: #8995b1;
	font-weight: 600;
	font-size: 13px;
	display:flex;
	gap:2px;
}

.headerDropdown {
	margin-left: 20px;
}

.headerDropdown button {
	background-color: transparent;
	padding: 0;
	line-height: normal;

}

.headerDropdown .dropdown-toggle::after {
	display: none;
}

.headerDropdown .material-icons-outlined {
	font-size: 35px;
	line-height: 27px;
}

.dropdown-menu {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border: none;
}

.dropdown-item {
	font-size: 12px;
}

.menuList {
	height: calc(100% - 70px);
	padding-bottom: 40px;
}

.menuList li {
	color: #858896;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 10px;
}

.menuList li .material-icons-outlined {
	color: #a5b0cc;
}

.menuList li.active,
.menuList li.active .material-icons-outlined,
.menuList li:hover .material-icons-outlined {
	color: #0078be;

}

.menuList li ul {
	padding-left: 32px;
	display: none;
}

.menuList li ul li {
	color: #bac0d6;
	font-size: 12px;

}

.bodyLeft.bodyLeftOpen .menuList li ul {
	display: block;
}

.menuText {
	padding-left: 8px;
}

.menuBottom p {
	white-space: nowrap;
	font-size: 13px;
	color: #22293f;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 10px;
}

.dashboardBox {
	height: 180px;
	background-color: #fff;
	border-radius: 35px;
	position: relative;
	transition: all 0.3s ease-in-out 0.1s;
}


.dashboardGrid li {
	max-width: 300px;
	width: 100%;
	padding-right: 20px;
	margin-bottom: 20px;

}

.dashboardBoxIcon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #f5f9fd;
	text-align: center;
	line-height: 50px;
	position: absolute;
	right: 10px;
	top: 10px;
	transition: all 0.3s ease-in-out 0.1s;
	color: #a5b0cc;
}

.entryText {
	font-size: 12px;
	font-weight: 700;
	color: #0078be;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-0px);
	white-space: nowrap;
	right: 100%;
	margin-right: 10px;
	transition: all 0.3s ease-in-out 0.1s;
}

.dashboardBoxText {
	position: absolute;
	bottom: 10px;
	left: 25px;
	color: #0078be;
	transition: all 0.3s ease-in-out 0.1s;
}

.dashboardBoxText h4 {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 10px;

}

.dashboardBoxText h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

.dashboardBoxText h6 {
	font-size: 11px;
	font-weight: 400;
	margin-bottom: 10px;
}

.dashboardBox:hover,
.dashboardBox.checked {
	background-color: #0078be;
}

.dashboardBox:hover .dashboardBoxText,
.dashboardBox.checked .dashboardBoxText {
	color: #fff;
}

.dashboardBox:hover .dashboardBoxIcon,
.dashboardBox.checked .dashboardBoxIcon {
	background-color: #3c91d9;
	color: #fff;
}

.dashboardBox:hover .entryText {
	color: #fff;
}

table.dataTable,
table.table {
	border: solid 1px #d2edfc;
	border-radius: 10px;
}

table.dataTable .material-icons-outlined,
table.table .material-icons-outlined {
	font-size: 17px;
	color: #bac0d6;

}

table.dataTable tr:last-child td,
table.table tr:last-child td {
	border-bottom: none;
}

table.dataTable td,
table.dataTable th,
table.table td,
table.table th {
	border-color: #d2edfc;
	color: #727b9a;
	padding: 15px;

}

table.dataTable th,
table.table th {
	font-size: 14px;
	line-height: normal;
	vertical-align: top;
}

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

.pagination .page-link {
	background-color: transparent;
	color: #324b5a;
	font-size: 12px;
	border-radius: 35px;
	border-color: #d2edfc;
}

.pagination .page-item {
	margin: 0 3px;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
	border-radius: 35px;
}

.pagination .page-link.active,
.active>.page-link {
	color: #fff;
	background-color: #0078be;
	border-color: #0078be;
}

.dataTables_wrapper {
	font-size: 12px;
}

div.dataTables_wrapper div.dataTables_length label {
	font-weight: 700;
	font-size: 12px;
	color: #464062;
}

div.dataTables_wrapper div.dataTables_length select {
	border-color: #d2edfc;
	border-radius: 10px;
	font-size: 12px;
	color: #6d738a;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 5px;
}

table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
	color: #0078be !important;
	font-size: 20px !important;
}

.form-group {
	margin-bottom: 20px;
}

.form-check {
	font-size: 12px;
}

.loginBg {
	background-image: url("../img/login-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.loginBg {
	background-color: #13456a;
}

.loginArea {
	max-width: 400px;
	margin: 10% auto 10% auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.loginArea.loginAreaLg {
	max-width: 1000px;
}

.loginArea.loginAreaLg .dashboardBox {
	border: 1px solid #0078be;
}

.loginArea.loginAreaLg ul li label {
	display: block !important;
	cursor: pointer;
	text-align: left;
}

.loginArea.loginAreaLg .loginBox {
	background-color: #f9f9fb;
	padding-top: 50px;
	padding-bottom: 50px;
}

.loginLogo {
	max-width: 250px;
	margin: 0 auto;
	width: 100%;
}

.loginBox {
	padding: 40px;
	background-color: #fff;
	border-radius: 8px;
}

.userTypeList li {
	padding: 0 2px 4px 2px;
}

.userTypeList li input {
	display: none;
}

.userTypeList li label {
	border-radius: 8px;
	font-size: 11px;
	font-weight: 800;
	color: #13496f;
	border: 1px solid #d2edfc;
	padding: 10px 15px;
	cursor: pointer;
	background-color: #fff;
}

.userTypeList li input[type=radio]:checked+label {
	background-color: #0078be;
	border-color: #0078be;
	color: #fff;
	cursor: default;
}

.viewText {
	padding-left: 14px;
	font-size: 12px;
}

.font700 {
	font-weight: 700;
}

.tableToggle.dropdown-toggle {
	background-color: transparent;


}

.tableToggle.dropdown-toggle .material-icons-outlined {
	color: #0079bd;
}

.tableToggle.dropdown-toggle::after {
	display: none;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {

	height: 15px;
	width: 15px;

	box-shadow: none;

	line-height: 17px;

	background-color: #0079bd;
}

table.dataTable>tbody>tr.child ul.dtr-details {
	display: block;
}

.form-switch .form-check-input {
	width: 30px;
	height: 16px;
}

.form-check-input:checked {
	background-color: #0079bd;
	border-color: #0079bd;
}

.input-group.date {
	position: relative;
}

.input-group.date .input-group-addon {
	position: absolute;
	right: 6px;
	transform: translateY(-50%) translateX(-0px);
	top: 50%;
}

.input-group.date .form-control {
	border-radius: 8px !important;
}

.input-group.date .input-group-addon span {
	width: auto;
	height: auto;
	font-size: 20px;
	cursor: default;
}

.bootstrap-datetimepicker-widget {
	padding: 20px;
	margin-top: 1px;
	border-radius: 4px;
	font-size: 12px;
}

.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
	height: 30px;
}

.btn-close {
	background-color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	padding: 0;
	position: absolute;
	top: 8px;
	right: 8px;
	font-size: 10px;
	opacity: 1 !important;
	color: #13496f !important;
	background-image: none;
	z-index: 9;
}

.btn-close .material-icons-outlined {
	font-size: 20px;
	opacity: 0.7;
}

.modal-body {
	padding-top: 40px;
	padding: 30px;
}

.hiddenBlock {}

.signatureBox {
	background-color: #fff;
	border: 1px solid #d2edfc;
	border-radius: 8px;
	padding: 30px 20px;
}

.signatureBox canvas {
	border: dashed 5px #f9f9f9;
	margin: 0 auto;
	display: block;
	object-fit: contain;
}

.logo {
	max-width: 180px;

}

.newDataTable .mb-3 {
	margin-bottom: 6px !important;
}

.newDataTable .table-responsive {
	border-radius: 10px;
	border: solid 1px #d2edfc;
}

.newDataTable .table-responsive table.table {
	border: none;
	margin: 0;
}

p.errorAlert {
	font-size: 11px;
	line-height: normal;
}

.userImg {
	height: 128px;
	width: 128px;
	border-radius: 50% !important;
	overflow: hidden;
	margin: 0 auto;
	border-color: #d2d2d2;
	border: 1px solid #d2d2d2;
	box-shadow: 0px 0px 12px #d2d2d2;
}

.upload-imges-wrapper {
	padding: 20px;
	;
}

.file-uploder-wrapper {
	display: flex;
	justify-content: center;
}

.file-uploder-wrapper .qq-uploader {
	width: inherit;
}

body .fc .fc-button {
	border-radius: 8px;
	font-size: 12px;
	min-width: inherit;
	padding: 9px 16px;
}

body .fc .fc-button-primary {
	color: #373838;
	background-color: #fff;
	border-color: #dbf2ff;
}

body .fc .fc-button-primary:hover,
body .fc .fc-button-primary:not(:disabled).fc-button-active,
body .fc .fc-button-primary:not(:disabled):active {
	color: #fff;
	background-color: #0498ee;
	border-color: #0498ee;
	outline: none !important;
	box-shadow: none !important;
}

body .fc-h-event {
	background-color: #0498ee;
	border-color: #0498ee;

}

body .fc .fc-button-primary:disabled {
	background-color: #a5b0cc;
	border-color: #a5b0cc;
}

body .fc .fc-daygrid-day-number {
	text-decoration: none !important;
	font-size: 55px;
	font-weight: 700;
	color: #13496f;
}

body .fc .fc-daygrid-day-top {
	justify-content: center;
}

body .fc .fc-col-header-cell-cushion {
	padding: 15px 5px;
	color: #a5b0cc;
	font-size: 12px;
}

body .fc-theme-standard td,
body .fc-theme-standard th {
	border-color: #dbf2ff;
}

body .fc-theme-standard .fc-scrollgrid {
	border-color: #dbf2ff;
}

body .fc .fc-daygrid-day.fc-day-today {
	background-color: rgb(237 248 255);
}

body .fc-direction-ltr .fc-button-group>.fc-button:not(:last-child),
body .fc-direction-ltr .fc-button-group>.fc-button:not(:first-child) {
	border-radius: 8px;
	margin: 0 2px;
}

.fileBox {
	background-color: #fff;
	padding: 20px;
	border-radius: 25px;
	position: relative;
	padding-top: 40px;
	height: 100%;
}

.fileBoxIcons {
	position: absolute;
	right: 15px;
	top: 4px;
}

.badge {
	border-radius: 35px;
	padding: 8px 15px;
	font-weight: normal;
}

a.bg-secondary:hover {
	color: #fff;
}

.fileImg {
	height: 150px;
	overflow: hidden;
	position: relative;
}

.fileImgHold {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	overflow: hidden;
}

.fileImg .material-icons-outlined {
	font-size: 100px;
	color: #727b9a !important;
}

.fileImgHold img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.page404 {
	position: absolute;
	left: 50%;
	text-align: center;
	top: 50%;
	max-width: 560px;
	width: 100%;
	transform: translateY(-50%) translateX(-50%);
	padding: 20px;
}

.page404 .h1 {
	color: #13496f;
	font-size: 150px;
	font-weight: 800;
}

.filterBox {
	min-width: 150px;
}

.filterBox .btn {
	padding: 0 10px;
}

.filterPlus .material-icons-outlined {
	font-size: 18px;
}

.filterPlus .btn {
	padding: 11px 12px;
}
.bulletList{
	margin-left: 17px;
}
.bulletList li{
	margin-bottom: 5px;
	font-size: 12px;
	list-style: disc;
}

.ellips{
    width: 240px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis !important;
}
.tabscontent {
	padding-top: 25px;
	display:none;
	width:100%;

	}
	ul.list li {
		list-style-type:none;
		margin-left:20px;
		}

		ul.tabs {
		width:100%;
		overflow:hidden;
		border-bottom: solid 1px #a5b0cc;
		}

		ul.tabs li {
		list-style-type:none;
		display:block;
		float:left;
		color:#fff;
		padding:8px 15px;
		margin-right:2px;
		border-bottom:2px solid #a5b0cc;
		background-color: #a5b0cc;
		-moz-border-radius: 4px 4px 0 0;
		-webkit-border-radius: 4px 4px 0 0;
		cursor:pointer;
		}



		ul.tabs li.current {
		border-bottom:2px solid #0078bd;
		background-color:#0078bd;
		}
	.folderBox  {
		background-color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
	position: relative;

	}
	.folderBox a{
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
	}
	.folderBox span{
		margin-right: 5px;
	}

.btn-text{
    border: 0px !important;
    padding: 0px;
    font-weight: 600;
}

.filterArea.border-bottom {
    border-bottom: 1px solid #b1bedc;
    padding-bottom: 25px;
}
.AddNewWrapper{
    position: absolute;
    left: 35px;
    top: 48px;
}

.folderMenuList li .material-icons-outlined {
    color: #a5b0cc;
}

.AddNewWrapper .btn-primary{
    padding: 2px 5px;
}
.AddNewWrapper .btn-primary .material-icons-outlined{
    font-size: 20px;
}
.AddNewWrapper .btn-primary::after{
    display: none;
}
.AddNewWrapper .label{
    display: none;
}

.AddNewWrapper.bodyLeftOpen{
    left: 12px;
    top: 20px;
}
.AddNewWrapper.bodyLeftOpen .btn-primary{
    padding: 8px 25px 6px 13px;
}
.AddNewWrapper.bodyLeftOpen .btn-primary .material-icons-outlined{
    font-size: 24px;
}
.AddNewWrapper.bodyLeftOpen .btn-primary::after{
    display: inline-block;
}
.AddNewWrapper.bodyLeftOpen .label{
    display: inline-block;
    font-size: 10px;
font-weight: 600;
letter-spacing: 1px;
padding-left: 7px;
}

.breadcumb{
    display: inline-flex;
justify-content: center;
align-items: center;
}
.breadcumb .page-name{
    font-size: 12px !important;
font-weight: 600;
color: #13496f !important;
}
.roundBox{
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border-radius: 4px;
	padding: 25px;
}

.chatHold{
	margin-bottom: 25px;
}
.chatScroll{
	height: auto;
	min-height:80px;
	overflow-y: scroll;
	margin-bottom: 20px;
}
.chatName{
	position: relative;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    min-width: 35px;
    border: solid 1px #0078be ;
    color: #fff;
	background-color: #0078be ;

}
.chatNameText{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.chatHeadLeft{
	width: 50px;
}
.chatHeadMid{
	width: 100%;
	padding-left: 15px;
}
.chatHeadMid p{
	color: #000;
}
.chatHeadMid p small{
	color: #727b9a;
	padding-left: 10px;
}
.chatHeadRight{
	padding-right: 5px;
}
.chatHead .dropdown-toggle{
	background-color: transparent;
	padding: 0;
}
.chatHead .dropdown-toggle::after{
	display: none;
}
.chatBody{
	padding-top: 0px;
	font-size: 12px;
	padding-left: 60px;
	padding-right: 10px;
}
.chatSend{
	position: absolute;
	right: 5px;
	top: 5px;
	color: #0078be;
    background: transparent;
}
.chatInputArea .form-control{
	padding-right: 40px;
}
.floatingChat{
	position: fixed;
	width: 100%;
	max-width: 440px;
	right: 20px;
	bottom: 0px ;
	background-color: #fff;
	padding: 20px;
	box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    border-radius: 4px 0 0 0;
	transition: all 0.3s ease-in-out 0s;
	transform: translateY(100%);
	z-index: 99;
}
.floatingChatOpen{
	bottom: 0px;
	transform: translateY(0);
}
.floatingBtn {
    background-color: #0078be;
    color: #fff;
    border-radius: 30px;
    position: absolute;
    top: -50px;
    right: 0;
    cursor: pointer;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
}
.userCircle{
	margin: 0 auto;
	position: relative;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    border: solid 1px #0078be ;
    color: #fff;
	background-color: #0078be ;
}
.userCircleText{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 26px;
}

.photoCircle{
	margin: 0 auto;
	position: relative;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    color: #fff;
}

.photoCircle img {
    background-color: transparent !important;
    border-radius: 50% !important;
    height: 100px !important;
    width: 100px !important;
    border:transparent !important;
}

.iconCircle{
	margin: 0 auto;
	position: relative;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    color: #fff;
    background-color: #0078be !important;
}

.iconCircle .material-icons-outlined{
    margin-left: 2px;
    width: 25px;
    height: 25px;
}

.action .btn{
    padding: 4px 6px;
    border-radius: 10px;
}

.floatingChat .btn-close {
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px;
    opacity: 1 !important;
    color: #13496f !important;
    background-image: none;
    z-index: 9;
}
.user-info-wrapper{
    height: 80%;
}
.user-info-wrapper .user-col > div{
height: calc(100% - 30px);
}
.user-info-wrapper .roundBox{
    height: 100%;
}
.user-info-wrapper  .chatScroll{
    height: 390px;
}

/*
*Notifiction
*/

.notification {
    color:var(--falcon-gray-1000);
    text-decoration:none;
    background-color:var(--falcon-notification-bg);
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-size:.8333333333rem;
    font-family:"Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
   }
   .notification:not(.notification-flush) {
    border:1px solid var(--falcon-border-color);
    -webkit-box-shadow:var(--falcon-box-shadow-sm);
    box-shadow:var(--falcon-box-shadow-sm);
    border-radius:.375rem;
    padding:1rem
   }
   .notification:hover,
   .notification:focus {
    color:var(--falcon-dark);
    text-decoration:none
   }
   .notification-body {
    margin-bottom:.25rem
   }
   .notification-time {
    margin-bottom:0;
    color:var(--falcon-gray-600);
    font-size:.8333333333rem
   }
   .notification-unread {
    background-color:var(--falcon-notification-unread-bg) !important
   }
   .notification-unread:hover,
   .notification-unread:focus {
    background-color:var(--falcon-notification-unread-hover-bg) !important
   }
   .notification-indicator {
    position:relative
   }
   .notification-indicator::before {
    position:absolute;
    content:"";
    right:.125rem;
    top:.5rem;
    height:1rem;
    width:1rem;
    border-radius:50%;
    border:2px solid var(--falcon-notification-indicator-border-color)
   }
   .notification-indicator-number {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    position:absolute;
    right:.125rem;
    top:.505rem;
    height:1rem;
    width:1rem;
    font-size:.67rem;
    color:#fff;
    font-weight:700
   }
   .notification-indicator-primary::before {
    background-color:var(--falcon-primary)
   }
   .notification-indicator-secondary::before {
    background-color:var(--falcon-secondary)
   }
   .notification-indicator-success::before {
    background-color:var(--falcon-success)
   }
   .notification-indicator-info::before {
    background-color:var(--falcon-info)
   }
   .notification-indicator-warning::before {
    background-color:var(--falcon-warning)
   }
   .notification-indicator-danger::before {
    background-color:var(--falcon-danger)
   }
   .notification-indicator-light::before {
    background-color:var(--falcon-light)
   }
   .notification-indicator-dark::before {
    background-color:var(--falcon-dark)
   }
   .notification-indicator-fill::before {
    border:0
   }
   .dropdown-menu-notification {
    min-width:26rem;
    max-width:5rem
   }
   .dropdown-menu-notification .card-header,
   .dropdown-menu-notification .card-footer {
    padding-top:.5rem;
    padding-bottom:.5rem;
    border:0px !important;
   }
   .dropdown-menu-notification .list-group-flush .list-group-item {
    padding:0
   }
   .dropdown-menu-notification .list-group-flush .list-group-item .notification-flush {
    padding:.5rem 1rem
   }
   .dropdown-menu-notification .list-group-flush .list-group-title {
    background-color:var(--falcon-notification-title-bg);
    font-weight:600;
    font-size:.6944444444rem;
    color:var(--falcon-gray-600);
    padding:.25rem 1.25rem
   }
   .svg-inline--fa.fa-w-16 {
    width: 1em;
  }
  .notification-wrapper .card-link {
    font-size: .8333333333rem;
    font-weight: 600;
  }
  .notification-wrapper .card-header-title{
    font-size: .8333333333rem;
    font-weight: 600;
  }
  .notification-wrapper  .scrollbar-overlay{
    max-height: 30rem;
    overflow-y: scroll;
    padding: 15px;
  }
  .notification-wrapper{
    margin-right: 5px;
    margin-top: -10px;
    margin-left: 15px;
  }
  .notification-wrapper  .dropdown-menu-notification{
    padding: 0px !important;
  }
  .notification-wrapper  .chatName{
    height: 30px;
    width: 30px;
    min-width: 30px;
    font-size: 10px;
  }
  .notification-wrapper  .chatBody{
    padding-left: 45px;
  }
  .dropdown-menu-notification{
    right: 10px;
  }

  body .fc .fc-daygrid-day-number{
      font-size:24px !important;
      line-height:26px !important;
      padding:0px !important;
  }
 .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{
     min-height:1px !important;
 }
 .fc .fc-scrollgrid-section-body table tr{
    height:40px !important;
 }
 body .fc-theme-standard .fc-scrollgrid{
     max-width:1000px;
     margin:0 auto;
 }

.headerRight{
    margin-left: auto;
}

.table-responsive {
  overflow-x:scroll;
}

.nav-link{
    padding: 8px 10px;
}
.input-group.date .input-group-addon span {
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.multi-select{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    /*background: transparent !important;*/
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+) !important;
    background-repeat: no-repeat !important;
    background-position-x: 100% !important;
    background-position-y: 5px !important;
    background-size:18px !important;
}


.fix-dropdown-position{
    transform: translate(60px, 33px) !important;

}
.fix-dropdown-position{
    font-size: 14px;
    font-weight: 500;
}
.dropdown-item .material-icons-outlined{
    color: #a5b0cc;
}
.dropdown-item:hover .material-icons-outlined{
    color: #0078be;
}
.bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th{
    font-size: 12px;
}
.bootstrap-datetimepicker-widget td a.btn{
    border: 0px !important;
}


@media (max-width: 1365px) {
    .ellips{
        width: 180px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis !important;
    }
}

@media (max-width: 1199px) {
    .ellips{
        width: 160px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis !important;
    }
}

@media (max-width: 991px) {
	.p-10 {
		padding: 70px 0 !important;
	}

	.filterBox {
		width: 33%;
		float: left;
	}

	.filterArea h4.mb-0 {
		margin-bottom: 10px !important;
	}

    .ellips{
        width: 160px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis !important;
    }

}

@media (max-width: 767px) {

	h2,
	.h2 {
		font-size: 22px;
	}

	h3,
	.h3 {
		font-size: 16px;
	}

	.dashboardGrid li {
		max-width: 300px;
		width: calc(50% - 10px);
		padding-right: 10px;
		margin-bottom: 10px;
	}

	.bodyRight {
		padding-right: 15px;
		padding-left: 15px;
	}

	.menuList li {
		font-size: 9px;
	}

	.menuList li ul li {
		font-size: 9px;

	}

	.bodyLeft {
		min-width: 60px;
		padding-left: 10px;
		padding-right: 10px;

	}

	.menuBottom p {
		font-size: 7px;
	}

	.menuText {
		padding-left: 4px;
	}

	body {
		font-size: 13px;
	}

	.headerUser {
		font-size: 10px;
	}

	.bodyRight.bodyRightClose {
		position: relative;
	}

	.bodyRight.bodyRightClose:after {
		content: '';
		background-color: #001018;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		position: absolute;
		opacity: 0.9;
		z-index: 999;
	}

	.loginArea.loginAreaLg .loginBox {
		padding-left: 10px;
		padding-right: 10px;
	}

	.dataTables_length {
		margin-bottom: 5px;
	}

	div.dataTables_wrapper div.dataTables_filter label {
		width: 100%;
		display: flex;
		align-items: center;
	}

	div.dataTables_wrapper div.dataTables_filter input {
		width: 100%;
	}

	.signatureBox canvas {
		width: 240px;
	}

	.logo {
		max-width: 120px;
	}

	.page404 .h1 {
		font-size: 100px;
	}

	.page404 .h2 {
		font-size: 18px;
	}

	.filterBox {
		width: calc(50% - 4px);
		margin-bottom: 4px;
		min-width: inherit;
		padding-right: 4px;
	}

	.filterBox.filterBoxSearch {
		width: calc(100% - 55px);
		padding-right: 4px;
	}

    .ellips{
        width: 200px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis !important;
    }
    
    .fc .fc-toolbar-title {
        font-size: 14px;
    }
    body .fc .fc-daygrid-day-number {
        font-size: 12px !important;
    }
    .fc .fc-toolbar.fc-header-toolbar {
        flex-direction: column;
        gap: 15px;
    }
    .dropdown-menu-notification{
        min-width: 280px;
    }
}

@media (max-width: 675px) {
    .ellips{
        width: 160px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis !important;
    }
}

@media (max-width: 575px) {
	.dashboardGrid li {
		max-width: 100%;
		width: 100%;
		padding-right: 0px;
		margin-bottom: 10px;
	}

    .ellips{
        width: 120px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis !important;
    }
}
@media (max-width: 414px) {
	.floatingChat {
		max-width: 280px;
	}
	
	.headerDropdown {
        margin-left: 5px;
    }
    
    .notification-wrapper {
        margin-left: 5px;
    }
}
