@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@100..900&display=swap');
body {
	min-height: 100vh;
	position: relative;
	background-color: #fff !important;
	color: #2a2f5b !important;
	/* font-family: "Public Sans", sans-serif !important; */
	font-family: "Noto Sans Bengali", sans-serif;
	font-weight: 400;
	font-size: 16px !important;
	font-style: normal;
}
.form-control:focus {
	box-shadow: none;
}
a {
	text-decoration: none;
}
.fw-norbold{
	font-weight: 500 !important;
}
.small, small {
	font-size: 80%;
}
img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
.prime_it_world-wrapper label {
	font-weight: normal;
}
.form-select:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: none;
}
.form-control, .form-select, .form-check-input {
	border: 1px solid #c6d0d9;
}
.form-check-input:focus {
	box-shadow: none;
}
.form-check-input[type="radio"], .form-check-label{
	cursor: pointer;
}
.form-check-input {
	border-radius: 3px !important;
	width: 15px;
	height: 15px;
}
.form-check-input:checked[type="radio"] {
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
}
.bootstrap-tagsinput .tag {
	display: inline-block;
	padding: 2px 6px;
	margin: 2px;
	font-size: 15px;
	border-radius: 3px;
}
.bootstrap-tagsinput .label-info {
	background: #1b00ff;
}
.table td, .table th {
	vertical-align: middle;
}
/* Sidebar CSS  */
.prime_it_world-sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 200px;
	display: block;
	z-index: 1002;
	color: #fff;
	font-weight: 200;
	-webkit-box-shadow: 4px 4px 10px rgba(69,65,78,.06);
	-moz-box-shadow: 4px 4px 10px rgba(69,65,78,.06);
	box-shadow: 4px 4px 10px rgba(69,65,78,.06);
	transition: all .3s;
	background: #1a2035;
}
.logo-header {
	float: left;
	width: 200px;
	height: 60px;
	line-height: 60px;
	color: #333;
	z-index: 1001;
	font-size: 17px;
	font-weight: 400;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 1001;
	display: flex;
	align-items: center;
	position: relative;
	transition: all .3s;
	background: #f5f7fd;
}
.logo-header .logo {
	color: #2a2f5b;
	opacity: 1;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}
.logo-header .logo img {
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 0;
	text-decoration: none;
	white-space: nowrap;
	max-height: 25px;
  	max-width: 140px;
}
.logo-header .logo img.navbar-brand-icon {
	display: none;
}
.logo-header .nav-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: absolute;
	top: 0;
	right: 8px;
	z-index: 5;
}
.toggle-sidebar, .sidenav-toggler {
	width: 24px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1a2035;
    cursor: pointer;
}
.pitw-menu-right, .pitw-menu-left {
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 3px;
	background: currentColor;
}
.pitw-menu-right::after, .pitw-menu-right::before, .pitw-menu-left:before, .pitw-menu-left:after {
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 3px;
	background: currentColor;
	content: "";
	position: absolute;
	top: -6px;
	right: 0;
	width: 10px;
}
.pitw-menu-right::after, .pitw-menu-left:after {
	top: 6px;
	width: 14px;
}
.pitw-menu-right-alt{
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 3px;
	background: currentColor;
}
.pitw-menu-right-alt::after, .pitw-menu-right-alt::before {
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 3px;
	background: currentColor;
	content: "";
	position: absolute;
	top: -6px;
	left: 0;
	width: 10px;
}
.pitw-menu-right-alt::after {
	top: 6px;
	width: 14px;
}
.pitw-menu-right-alt::after, .pitw-menu-right-alt::before, .pitw-menu-right::after, .pitw-menu-right::before {
	transition: all .2s;
}
.toggle-sidebar:hover .pitw-menu-right-alt::after, .toggle-sidebar:hover .pitw-menu-right-alt::before, .toggle-sidebar:hover .pitw-menu-right::after, .toggle-sidebar:hover .pitw-menu-right::before {
	width: 100%;
}
.sidebar-wrapper {
    position: relative;
    max-height: calc(100vh - 60px);
    width: 100%;
    z-index: 4;
    transition: all .3s;
    overflow-y: auto;
    
    /* Slim scrollbar styles */
    scrollbar-width: thin; /* For Firefox */
    scrollbar-color: #888 transparent; /* For Firefox */
}

/* For Chrome, Edge, and Safari */
.sidebar-wrapper::-webkit-scrollbar {
    width: 6px;
}
.sidebar-wrapper::-webkit-scrollbar-track {
    background: transparent;
}
.sidebar-wrapper::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 3px;
}
.sidebar-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #666;
}
.prime_it_world-sidebar .nav{
	display: block;
	float: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
.prime_it_world-sidebar .nav > .nav-item {
	display: list-item;
	width: 100%;
}
.prime_it_world-sidebar .nav > .nav-item.submenu {
	background: rgba(0,0,0,.16);
}
.prime_it_world-sidebar .nav > .nav-item a{
	display: flex;
	align-items: center;
	padding: 5px 15px;
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	position: relative;
	text-decoration: none;
    color: #e1e6ff;
}
.prime_it_world-sidebar .nav > .nav-item a.active, .prime_it_world-sidebar .nav > .nav-item a:hover {
	background: #fff;
	color: #1a2035;
}
.prime_it_world-sidebar .nav > .nav-item a.active::after, .prime_it_world-sidebar .nav > .nav-item a:hover::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-right: 14px solid #1a2035;
}
.prime_it_world-sidebar .nav > .nav-item > a.has-sub.active::after {
	display: none;
}
.prime_it_world-sidebar .nav > .nav-item a i{
	color: #8d9498;
	margin-right: 15px;
	width: 25px;
	text-align: center;
	vertical-align: middle;
	float: left;
	font-size: 16px;
	line-height: 30px;
}
.prime_it_world-sidebar .nav > .nav-item a.active i, .prime_it_world-sidebar .nav > .nav-item a:hover i {
	color: #6861ce;
}
.prime_it_world-sidebar .nav > .nav-item a p{
	font-size: 15px;
	margin-bottom: 0;
	white-space: nowrap;
	margin-left: 8px;
}
.prime_it_world-sidebar .nav > .nav-item a.active p {
	color: #1a2035;
	font-weight: 600;
}
.prime_it_world-sidebar .nav > .nav-item a .caret {
	display: inline-block;
	margin-left: auto;
	border: 0;
	width: auto;
	height: auto;
}
.prime_it_world-sidebar .nav > .nav-item a .caret::before {
	content: "\f0d7";
	font-family: 'Line Awesome Free';
	font-weight: 900;
}
.prime_it_world-sidebar .nav > .nav-item a.active .caret::before {
	content: "\f0d9";
}
.prime_it_world-sidebar .nav > .nav-item a.active .caret::before {
	content: "\f0d7";
}
.prime_it_world-sidebar .nav-collapse {
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 0;
	margin-bottom: 0;
}
.prime_it_world-sidebar .nav .sub-item {
	width: 100%;
}
.prime_it_world-sidebar .nav .nav-item .sub-item a {
	padding-left: 35px;
	opacity: .85;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.prime_it_world-sidebar .nav .nav-item .sub-item a i {
	margin-right: 10px;
	font-size: 14px;
}
.prime_it_world-sidebar .nav .nav-section {
	margin: 15px 0 0 0;
}
.prime_it_world-sidebar .nav .nav-section .text-section {
	padding: 12px 25px;
	font-size: 12px;
	color: #fdfdfd;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .5px;
	background: #c6f2e70a;
	margin-left: 15px;
	position: relative;
}
.prime_it_world-sidebar .nav .nav-section .text-section::before {
	border-left: 5px solid #6861ce;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	content: "";
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
}
.prime_it_world-sidebar .nav .nav-section .sidebar-mini-icon{
	text-align: center;
	font-size: 15px;
	color: #909093;
	display: none;
}
.prime_it_world-panel {
	position: relative;
	width: calc(100% - 200px);
	height: 100vh;
	min-height: 100%;
	float: right;
	transition: all .3s;
}
.prime_it_world_header {
	background: #fff;
	min-height: 60px;
	width: calc(100% - 198px);
	position: fixed;
	z-index: 1001;
	border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}
.sidebar_minimize .prime_it_world_header {
	width: calc(100% - 66px);
}
.pitw-header-nav {
	display: flex;
	justify-content: space-between;
	padding: 10px 20px;
	align-items: center;
}
.navbar-search .input-group {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.18);
	border-radius: 5px;
	background: #f5f7fd;
	height: 39px;
	overflow: hidden;
}
.navbar-search .form-control {
	border: 0;
	outline: 0;
	box-shadow: none;
	background: transparent;
	padding-left: 35px;
}
.navbar-search .input-group .btn.btn-search {
	position: absolute;
	height: 39px;
}
.navbar_right {
	margin-left: auto;
}
.user-profile-toggle {
	display: flex;
	align-items: center;
}
.user-profile-toggle img {
	width: 40px;
	border-radius: 50%;
	margin-right: 10px;
}
.profile-username {
	color: #4f4d4d;
}
.avatar-sm {
	width: 38px;
	height: 38px;
}
.avatar-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.user-box {
	display: flex;
	padding: 10px 12px;
}
.avatar-lg {
	width: 80px;
	height: 80px;
}
.user-box .u-text {
	padding: 0 10px;
}
.user-box .u-text h4 {
	margin-bottom: 5px;
	margin-top: 4px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
}
.user-box .u-text .text-muted {
	font-size: 12px;
	margin-bottom: 5px;
}
.user-box .u-text .btn {
	font-size: 11px;
}
.user-action {
	padding: 15px 15px 10px 15px;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #dfdddd;
	margin-top: 5px;
}
.user-action a {
	text-decoration: none;
	color: #000;
	font-weight: 600;
	font-size: 12px;
	border: 1px solid #ccc;
	padding: 5px 10px;
	border-radius: 4px;
	background: #f5f7fd;
}
.user-action a.profile:hover {
	background: #06034d;
	color: #fff;
	border-color: #06034d;
}
.user-action a.logout:hover {
	background: red;
	color: #fff;
	border-color: red;
}
.user-action #logout-form {
	display: none;
}
.messages-notif-box, .notif-box {
	width: 280px;
	padding: 0 !important;
}
.dropdown-title {
	border-bottom: 1px solid #f1f1f1;
	color: #444;
	font-size: 1rem;
	font-weight: 600;
	padding: 12px 15px;
	text-align: center;
}
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
	left: -12px;
	margin-left: 12px;
	max-height: 250px;
	overflow: scroll;
}
.messages-notif-box .notif-center a, .notif-box .notif-center a {
	display: flex;
	color: #4d585f;
}
.messages-notif-box .notif-center a {
	border-bottom: 1px solid #f1f1f1;
}
.messages-notif-box .notif-center a .notif-img, .notif-box .notif-center a .notif-img {
	display: inline-flex;
	width: 40px;
	height: 40px;
	margin: 10px;
	align-items: center;
	justify-content: center;
	background: #eee;
	border-radius: 50%;
}
.messages-notif-box .notif-center a .notif-img img, .notif-box .notif-center a .notif-img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.messages-notif-box .notif-center a .notif-content, .notif-box .notif-center a .notif-content {
	padding: 10px 15px 10px 0;
}
.messages-notif-box .notif-center a .notif-content {
	padding: 7px 15px 7px 5px;
}
.messages-notif-box .notif-center a .notif-content .subject, .notif-box .notif-center a .notif-content .subject {
	font-size: 13px;
	font-weight: 600;
	display: block;
	margin-bottom: 2px;
}
.messages-notif-box .notif-center a .notif-content .block, .notif-box .notif-center a .notif-content .block {
	font-size: 13px;
	line-height: 20px;
	display: block;
}
.messages-notif-box .notif-center a .notif-content .time, .notif-box .notif-center a .notif-content .time {
	color: #7d8c95;
	font-size: 11px;
}
.messages-notif-box .notif-center a:hover, .notif-box .notif-center a:hover {
	text-decoration: none;
	background: #fafafa;
	transition: all .2s;
}
.messages-notif-box .see-all, .notif-box .see-all {
	border-top: 1px solid #f1f1f1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
	color: #555;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
}
.messages-notif-box .see-all i, .notif-box .see-all i {
	float: right;
}
.message-notif-scroll.scrollbar-outer, .notif-scroll.scrollbar-outer {
	height: 250px;
	overflow: scroll;
}
.messages-notif-box .notif-center a .notif-icon, .notif-box .notif-center a .notif-icon {
	display: inline-flex;
	width: 40px;
	height: 40px;
	margin: 10px;
	align-items: center;
	justify-content: center;
	background: #eee;
	border-radius: 50%;
}
.prime_it_world-footer {
	border-top: 1px solid #eee;
	padding: 15px;
	background: #fff;
	position: absolute;
	width: 100%;
    height: 52px;
}
.prime_it_world-main {
	min-height: calc(100% - 112px);
	margin-top: 60px;
	overflow: hidden;
	width: 100%;
	max-width: unset;
	padding: 0 !important;
}
.pitw-page-inner {
	padding: 15px 0;
}
.pitw-page-header {
	padding-bottom: 20px;
}
.pitw-page-header h3 {
	line-height: 30px;
	font-size: 24px;
}
h4.page-title {
    font-weight: 700;
    font-size: 22px;
    color: #022b67;
}
.top_fd_link {
	text-align: right;
}
.top_fd_link a {
	border: 1px solid;
	padding: 5px 10px;
	border-radius: 4px;
	background: #337ab7;
	color: #fff;
	margin-left: 10px;
}
.top_fd_link a:hover {
	text-decoration: none;
	color: #000;
	background: #70bdff69;
}
.prime_it_world-auth-page{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}
.pitw-auth-box{
	width: 360px;
}
.pitw-auth-card {
	box-shadow: 0 0 1px rgba(var(--bs-body-color-rgb), 0.125), 0 1px 3px rgba(var(--bs-body-color-rgb), 0.2);
	border: 0;
	border-top: 3px solid #6861ce;
}
.pitw-auth-card .card-header {
	text-align: center;
	padding: 16px;
	background: #fff;
}
.pitw-auth-card .card-header img {
	height: 25px;
}
.pitw-auth-box-msg {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}
.forgot-password {
	font-weight: 600;
	font-size: 15px;
}
.pitw-page-inner {
	padding: 15px;
}
.pitw-box {
	border-radius: 6px;
	box-shadow: 0 1px 3px #939191;
	position: relative;
	display: block;
	margin-bottom: 1.25rem;
}
.pitw-box-inner{
	padding: 15px;
}
.pitw-box-inner h3 {
	font-weight: 600;
	font-size: 30px;
}
.pitw-box-inner p {
	font-size: 16px;
	margin: 0;
}
.pitw-box-icon {
	position: absolute;
	top: 0;
	right: 15px;
	z-index: 0;
	height: 70px;
	font-size: 70px;
	color: #ffffff45;
	transition: transform 0.3s linear;
}
.pitw-box:hover .pitw-box-icon {
	transform: scale(1.1);
}
.pitw-box-footer {
	position: relative;
	z-index: 10;
	display: block;
	padding: 3px 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.07);
	color: #fff;
}
.pitw-box-footer i {
	font-size: 12px;
}
.profile-photo {
	width: 160px;
	height: 160px;
	margin: 0 auto 15px;
	position: relative;
}
.profile-photo .edit-avatar {
	position: absolute;
	right: -15px;
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.4);
	box-shadow: 0 2px 4px rgba(0,0,0,.4);
}
.contact-directory-box .contact-avatar span img, .profile-photo .avatar-photo, .profile-photo .edit-avatar {
	border-radius: 100%;
}
.nav-tabs .nav-item {
	margin-right: 2px;
}
.nav-tabs .nav-link {
	font-size: 14px;
	font-weight: 600;
	background: #f5f7fd;
	border-radius: 0;
	border: 1px solid #dce0e3;
}
.nav-tabs .nav-item:first-child .nav-link {
	border-top-left-radius: 5px;
}
.nav-tabs .nav-item:last-child .nav-link {
	border-top-right-radius: 5px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
	border-left: 0;
	border: 1px solid #43527f;
	background: #42517e;
	color: #fff;
}
.nav-tabs .nav-link i {
	margin-right: 5px;
}
.form-control::placeholder {
	opacity: .7;
	font-size: 14px;
}
.pitw-card-heading {
	font-weight: 700;
	font-size: 22px;
	color: #022b67;
}
.card-footer .small.text-muted, .card-footer .pagination {
	margin-bottom: 0;
}
.form_post_title {
	font-weight: 600;
	font-size: 17px;
	line-height: 32px;
}
.pitw_cat_box {
	max-height: 260px;
	overflow-y: scroll;
	scrollbar-width: thin;
    scrollbar-color: #888 transparent;
}
.pitw_cat_box::-webkit-scrollbar {
    width: 6px;
}
.pitw_cat_box::-webkit-scrollbar-track {
    background: transparent;
}
.pitw_cat_box::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 3px;
}
.pitw_cat_box::-webkit-scrollbar-thumb:hover {
    background-color: #666;
}
.pitw_cat_box .toggle-icon {
	background: #e5e9ed;
	width: 18px;
	height: 18px;
	line-height: 16px;
	border-radius: 4px;
	border: 1px solid #d2d0d0;
	font-size: 10px;
	text-align: center;
	color: blue;
}
.ads-card-header .pitw-card-heading {
	font-size: 16px;
}
.form-switch .form-check-input {
	background-color: red;
	border: 0;
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
	background-color: #028e02;
}

.modal-body input[type=number]::-webkit-outer-spin-button,
.modal-body input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.modal-body input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}
.calculation-cell .ins_row {
	display: flex;
	font-size: 13px;
	justify-content: space-between;
}
.calculation-cell .ins_heading {
	/* width: 120px; */
	text-align: left;
}
.calculation-cell .ins_amount {
	text-align: right;
	flex-grow: 1;
	max-width: 90px;
}
.installment-cell .ins_row {
	font-size: 13px;
}
.installment-cell .ins_row:not(:last-child) {
	border-bottom: 1px solid #cac7c7;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
.installment-cell .ins_row .badge {
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 1px;
}
.details-cell .ins_row, .customer-cell .ins_row {
	display: flex;
	font-size: 14px;
	line-height: 1.2;
}
.details-cell .ins_row:not(:last-child), .customer-cell .ins_row:not(:last-child) {
	border-bottom: 1px solid #cac7c7;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
.details-cell .ins_row .ins_heading {
	width: 90px;
}
.customer-cell .ins_row .ins_heading {
	width: 55px;
}
.details-cell .ins_row .separetor, .customer-cell .ins_row .separetor {
	margin-right: 10px;
	font-weight: 600;
}
.status-badge {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
}
.status-paid {
    background-color: #28a745;
    color: white;
}
.status-overdue {
    background-color: #dc3545;
    color: white;
}
.status-upcoming {
    background-color: #ffc107;
    color: black;
}
.status-future {
    background-color: #17a2b8;
    color: white;
}
.search-results {
	max-height: 300px;
	overflow-y: auto;
	background: white;
	z-index: 1000;
}
.search-results .list-group-item {
	border: none;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}
.search-results .list-group-item:hover {
	background-color: #f8f9fa;
}
.search-results .list-group-item:last-child {
	border-bottom: none;
}
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 1040;
}

.modal-container {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1050;
	width: 90%;
	max-width: 800px;
	max-height: 90vh;
	overflow-y: auto;
}

.modal-content {
	background: white;
	border-radius: 0.5rem;
	box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.modal-header {
	padding: 1rem;
	border-bottom: 1px solid #dee2e6;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modal-body {
	padding: 1.5rem;
}

.modal-footer {
	padding: 1rem;
	border-top: 1px solid #dee2e6;
	display: flex;
	justify-content: flex-end;
	gap: 0.5rem;
}

/* Animation */
.modal-container {
	animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
	from {
		opacity: 0;
		transform: translate(-50%, -60%);
	}
	to {
		opacity: 1;
		transform: translate(-50%, -50%);
	}
}
@media (min-width: 576px) {
    .pitw-page-inner {
        padding-right: 25px;
        padding-left: 25px;
    }
}
.sales-table th {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
}
.sales-table td {
	font-size: 14px;
	vertical-align: middle;
	padding: 3px 7px;
	background: transparent !important;
}
.sales-table td .text-muted {
	color: #76718c !important;
}
.any-installment-due {
    background-color: #fff0ed !important;
    border-left: 3px solid #fdcb6e;
}
.fourth-installment-due {
    background-color: #ffd5cb !important;
    border-left: 3px solid #e17055;
}
.fully-paid {
    background-color: #e1fff7 !important;
    border-left: 3px solid #00b894;
}
.fourth-installment-due.any-installment-due {
    background-color: #fab1a0 !important;
    border-left: 3px solid #e17055;
}
.fully-paid.any-installment-due,
.fully-paid.fourth-installment-due,
.fully-paid.fourth-installment-due.any-installment-due {
    background-color: #55efc4 !important;
    border-left: 3px solid #00b894;
}
tfoot tr {
    font-weight: bold;
}
tfoot .table-primary {
    background-color: #cfe2ff !important;
}
@media print {
    .pitw_print_area {
		font-size: 12px !important;
    }
	.no-print{
		display: none;
	}
	.fas.fa-sort, .fas.fa-sort-down, .fas.fa-sort-up {
		display: none;
	}
}
@media screen and (min-width: 992px) {
    .sidebar_minimize .prime_it_world-sidebar, .sidebar_minimize .logo-header {
	    text-align: center;
        width: 65px;
        transition: all .3s;
    }
    .sidebar_minimize .logo-header .logo img.navbar-brand-logo {
        display: none;
    }
    .sidebar_minimize .logo-header .logo img.navbar-brand-icon {
        display: block;
    }
    .nav-toggle .sidenav-toggler {
        display: none;
    }
    .sidebar_minimize .prime_it_world-sidebar .sidebar-wrapper .nav-item a .caret, .sidebar_minimize .prime_it_world-sidebar .sidebar-wrapper .nav-item a p, .sidebar_minimize .prime_it_world-sidebar .sidebar-wrapper .nav-item a span, .sidebar_minimize .prime_it_world-sidebar .sidebar-wrapper .nav-item .collapse {
        display: none;
        transition: all .3s;
    }
    .sidebar_minimize .prime_it_world-sidebar .sidebar-wrapper .nav-section .sidebar-mini-icon {
        display: block;
    }
    .sidebar_minimize .prime_it_world-sidebar .sidebar-wrapper .nav-section .text-section {
        display: none;
    }
    .sidebar_minimize .prime_it_world-sidebar .sidebar-wrapper .nav-item a i {
        margin-right: unset;
        font-size: 18px;
    }
    .toggle-sidebar.toggled {
       display: none;
    }
    .sidebar_minimize.sidebar_minimize_hover .prime_it_world-sidebar {
        width: 230px;
        position: fixed;
        height: 100vh;
        top: 0;
    }
    .sidebar_minimize.sidebar_minimize_hover .prime_it_world-sidebar .logo-header {
        width: 230px;
    }
    .sidebar_minimize.sidebar_minimize_hover .logo-header .logo img.navbar-brand-logo {
        display: block;
    }
    .sidebar_minimize.sidebar_minimize_hover .logo-header .logo img.navbar-brand-icon{
        display: none;
    }
    .sidebar_minimize.sidebar_minimize_hover .prime_it_world-sidebar .sidebar-wrapper .nav-item a .caret, .sidebar_minimize.sidebar_minimize_hover .prime_it_world-sidebar .sidebar-wrapper .nav-item a p, .sidebar_minimize.sidebar_minimize_hover .prime_it_world-sidebar .sidebar-wrapper .nav-item a span, .sidebar_minimize.sidebar_minimize_hover .prime_it_world-sidebar .sidebar-wrapper .nav-item .collapse {
        display: block;
    }
    .sidebar_minimize.sidebar_minimize_hover .prime_it_world-sidebar .sidebar-wrapper .nav-item a i {
        margin-right: 15px;
        font-size: 16px;
    }
    .sidebar_minimize.sidebar_minimize_hover .prime_it_world-sidebar .sidebar-wrapper .nav-section .sidebar-mini-icon {
        display: none;
    }
    .sidebar_minimize.sidebar_minimize_hover .prime_it_world-sidebar .sidebar-wrapper .nav-section .text-section {
        display: block;
        text-align: left;
    }
    .sidebar_minimize_hover .toggle-sidebar.toggled {
        display: flex;
    }
    .sidebar_minimize .prime_it_world-header, .sidebar_minimize .prime_it_world-panel {
        width: calc(100% - 65px);
        transition: all .3s;
    }
    .main-header-logo {
        display: none;
    }
	.dropdown-user-card {
		position: absolute;
		background: #fff;
		border: 1px solid rgba(0, 0, 0, 0.18);
		border-radius: 7px;
		top: 100%;
		right: 20px;
		transform: translate3d(0px, -240px, 0px) !important;
		transition: 0.5s;
	}
	.dropdown-user-card.open{
		transform: translate3d(0px, 0px, 0px) !important;
	}
}
@media screen and (max-width: 991.5px) {
    .prime_it_world-sidebar {
        position: fixed;
        left: 0 !important;
        right: 0;
        -webkit-transform: translate3d(-265px,0,0);
        -moz-transform: translate3d(-265px,0,0);
        -o-transform: translate3d(-265px,0,0);
        -ms-transform: translate3d(-265px,0,0);
        transform: translate3d(-265px,0,0) !important;
        transition: all .5s;
        margin-top: 0;
    }
    .sidebar-collapse .prime_it_world-sidebar {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0) !important
    }
    .prime_it_world-panel {
        width: 100%;
        transition: all .5s;
    }
    .sidebar-collapse .prime_it_world-panel {
        -webkit-transform: translate3d(200px,0,0);
        -moz-transform: translate3d(200px,0,0);
        -o-transform: translate3d(200px,0,0);
        -ms-transform: translate3d(200px,0,0);
        transform: translate3d(200px,0,0) !important;
    }
    .prime_it_world_header{
        width: 100% !important;
        transition: all .5s;
    }
	.pitw-header-nav .navbar-search, .pitw-header-nav .profile-username{
		display: none;
	}
    .nav-toggle {
		display: flex;
		align-items: center;
	}
    .nav-toggle .toggle-sidebar {
        display: none;
    }
    .pitw-menu-left::before, .pitw-menu-left::after{
        left: 0;
        right: auto;
    }
    .prime_it_world-sidebar .sidebar-logo {
        display: none;
    }
	.sidebar-wrapper {
		max-height: 100%;
	}
    .prime_it_world-wrapper.sidebar-collapse {
        overflow-x: hidden;
    }
	.mini_header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 15px;
		height: 60px;
	}
	.mini_header .navbar-brand{
		max-height: 30px;
		padding: 0;
	}
	.mini_header .more {
		font-size: 22px;
		padding: 0;
		color: #040250;
		width: 24px;
		cursor: pointer;
		text-align: center;
		margin-top: 4px;
	}
	.user-profile-toggle {
		display: none;
	}
	.user-profile-toggle img {
		margin-right: 0;
	}
    .pitw-header-nav {
		justify-content: center;
		border-top: 1px solid rgba(0, 0, 0, 0.18) !important;
		position: fixed;
		left: 0px;
		transform: translate3d(0px, -250px, 0px);
		transition: 0.5s;
		margin-top: 0px;
		right: 0;
		width: 100%;
		background: #fff;
	}
	.open_card .pitw-header-nav {
		transform: translate3d(0px, 0px, 0px) !important;
		transition: 0.5s;
	}
	.prime_it_world-main {
		transform: translate3d(0px, 0, 0px) !important;
		transition: 0.5s;
	}
	.topbar_open .prime_it_world-main {
		transition: all .5s ease-in-out;
		transform: translate3d(0px, 185px, 0px) !important;
	}
	.dropdown-toggle.profile-pic {
		display: none !important;
	}
	.dropdown-user-card {
		border: 1px solid rgba(0, 0, 0, 0.18);
		border-radius: 7px;
		transition: 0.5s;
	}
	.open-profile .prime_it_world-main {
		margin-top: 250px;
		transition: 0.5s;
	}
	.main-header-logo {
		z-index: 9999999999999999;
		position: relative;
		background: #fff;
		border-bottom: 1px solid rgba(0, 0, 0, 0.18);
	}
	.nav-search {
		width: 100%;
		margin-right: 0 !important;
	}	
	.dropdown-search .nav-search .input-group {
		background: 0 0 !important;
		box-shadow: none !important;
		border: 0 !important;
	}
	.nav-search .form-control {
		border: 0;
		background: 0 0 !important;
		font-size: 1rem;
		padding: 4px 10px;
		min-width: 250px;
		max-width: 100%;
	}
	.profile-pic span {
		display: none;
	}
	.pitw-box-icon {
		height: 50px;
		font-size: 50px;
	}
	.pitw-box-inner p {
		font-size: 14px;
		margin-bottom: 0;
	}
	.reverse_item_2 {
		order: -1;
		margin-bottom: 20px;
	}
	.navbar_right {
		margin-left: 0;
	}
	.installment-cell .ins_row .badge {
		display: none;
	}
	.calculation-cell .ins_row {
		line-height: 1.2;
	}
	.calculation-cell .ins_heading {
		margin-right: 5px;
	}
	.calculation-cell .ins_heading span {
		display: none;
	}
	.details-cell .ins_row .ins_heading, .customer-cell .ins_row .ins_heading {
		width: auto;
	}
	.details-cell .ins_row .ins_heading span {
		display: none;
	}
	.details-cell .ins_row .separetor, .customer-cell .ins_row .separetor {
		margin-right: 5px;
		margin-left: 3px;
	}
	.fas.fa-sort, .fas.fa-sort-down, .fas.fa-sort-up {
		display: none;
	}
}
@media screen and (max-width: 767.5px) {
	.card-header .d-flex.justify-content-between {
		flex-wrap: wrap;
	}
	.card-header .search-box {
		order: 3;
		margin-top: 10px;
	}
	.modal-container {
		width: 95%;
		max-height: 95vh;
	}
	
	.modal-body {
		padding: 1rem;
	}
}
@media screen and (max-width: 575.5px) {
	h4.page-title {
		font-size: 20px;
	}
	.breadcrumb-item {
		font-size: 14px;
	}
	.pitw_actions .btn.btn-sm {
		font-size: 10px;
		padding: 3px 6px;
	}
	.table td, .table th {
		vertical-align: middle;
		font-size: 14px;
		padding: 5px 8px !important;
	}
	.pitw-card-heading {
		font-size: 20px;
	}
	.nav-tabs .nav-item .nav-link {
		padding: 5px 10px;
	}
	.nav-tabs .nav-item .nav-link i {
		display: none;
	}
	.form-control, .form-select, .form-check-input {
		font-size: 14px;
	}
	.form-control::placeholder {
		opacity: .7;
		font-size: 12px;
	}
	.card-header.ads-card-header {
		flex-wrap: wrap;
	}
	.ads-card-header .pitw-card-heading {
		text-align: center;
		width: 100%;
		margin-bottom: 10px !important;
	}
	.ads-card-header .form-switch {
		margin-right: auto;
	}
	.reporter_header {
		flex-wrap: wrap;
	}
	.reporter_header_btns {
		text-align: center;
		width: 100%;
		margin-top: 12px;
	}
	.reporter_header_heading p{
		font-size: 14px;
	}
	.installment-cell .d-block.fst-italic {
    	display: none !important;
    }
}