@import 'https://fonts.googleapis.com';
@import 'https://fonts.gstatic.com';
@import 'https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap';

:root {
  --primary-color: #11212B;
  --secondary-color: #009DFF;
}

body {
	font-size: 16px;
	background: #F5F5F5;
	font-family: "Nunito", serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: "Nunito", serif;
}

.custom-shadow {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.card {
	border: none;
	border-radius: 20px;
}
.card-body {
	padding: 20px;
}
.form-group {
	margin-bottom: 10px;
}
.form-group.validation label {
	position: relative;
}
.form-group.validation label:after {
	color: #F00;
	content: '*';
	margin-left: 5px;
}
.form-group.validation label.error {
	color: #f00;
	font-size: 14px;
	margin-top: 5px;
	padding-left: 20px;
}
.form-group.validation label.error:after {}
.form-label {
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 5px;
	color: var(--primary-color);
}
.form-control, .form-select {
	border-radius: 30px;
	border-color: #E0E0E0;
	padding: .75rem 1rem;
	background-color: #F5F5F5;
}
.input-group-text {
	padding: .375rem 1rem;
	border-radius: 30px 0 0 30px;
}
.form-control:focus, .form-select:focus {
	border-color: #11212b75;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(17, 33, 43, 0.25);
}

.browse {
	position: relative;
}
.validation .browse .browse-label {
	padding: .75rem 1rem;
}
.browse .browse-label {
	gap: 10px;
	display: flex;
	align-items: center;
	border-radius: 30px;
	border-color: #E0E0E0;
	padding: .5rem .75rem;
	background-color: #F5F5F5;
	border: 1px solid #ced4da;
}
.browse input[type="file"] {
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: absolute;
}
.browse .view {
	z-index: 99;
	color: #009DFF;
	cursor: pointer;
	position: relative;
}
.browse .delete {
	color: #f00;
	z-index: 99;
	cursor: pointer;
	font-size: 20px;
	margin-left: auto;
	position: relative;
}
.browse .filedetail {
	display: flex;
	margin-right: auto;
	padding-left: 10px;
	flex-direction: column;
	width: calc(100% - 70px);
}
.browse .filedetail span.name {
	color: #000;
	overflow: hidden;
	font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.browse .filedetail span.datetime {
	font-size: 12px;
}
.browse.file .browse-label {
	align-items: center;
	justify-content: flex-end;
} 
.browse.file .delete {
	margin-left: unset;
}
.form-group span.note {
	color: #6D6E71;
	font-size: 12px;
	padding-left: 20px;
}
.btn {
	padding: 8px 20px;
	border-radius: 30px;
	border-radius: px;
}
.btn:focus {
	box-shadow: none;
}
.btn-light {
	background: #E6E7E8;
}
.btn-primary:focus {
  color: #000;
  border-color: #009DFF;
  background-color: #009DFF;
  box-shadow: 0 0 0 .25rem rgba(0, 157, 255, 0.5);
}
.theme-radius {
	border-radius: 30px;
}
/* .btn-info {
	color: #ffff;
    background-color: #347fce;
    border-color: #347fce;
} */

/*Login*/
.login-container {
	width: 100%;
	display: flex;
	background: #fff;
	max-width: 800px;
	border-radius: 20px;
}
.login-banner {
	width: 300px;
	display: none;
	position: relative;
  background-size: cover;
  border-radius: 20px 0 0 20px;
  background-position: right 0;
  background-image: url('../../img/signbanner.jpg');
}
.login-banner:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 20px 0 0 20px;
	background: rgba(0, 0, 0, 0.75);
}
.login-container form {
	padding: 20px 50px 40px;
	width: calc(100% - 0px);
}

/*SignIn*/
.signin-container {
	width: 100%;
	display: flex;
	background: #fff;
	max-width: 1000px;
	border-radius: 20px;
}
.signin-banner {
	width: 300px;
	display: none;
	position: relative;
  background-size: cover;
  border-radius: 20px 0 0 20px;
  background-position: right 0;
  background-image: url('../../img/signbanner.jpg');
}
.signin-banner:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 20px 0 0 20px;
	background: rgba(0, 0, 0, 0.75);
}
.signin-container form {
	padding: 20px 50px 40px;
	width: calc(100% - 0px);
}
.signin-container form label.btn {
	color: #012970;
	text-align: left;
	position: relative;
	border-radius: 10px;
  border-color: #012970;
}
.signin-container form label.btn p {
	padding-left: 40px;
}
.signin-container form .btn-check:checked + .btn {
  border-color: #012970;
	background-color: #012970;
}
.signin-container form .btn-check + .btn:after {
	top: 10px;
	left: 10px;
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	background-size: cover;
	background-position: center;
	filter: grayscale(100%);
	background-image: url('../../img/selected-plan.png');
}
.signin-container form .btn-check:checked + .btn:after {
	filter: grayscale(0%);
	background-image: url('../../img/selected-plan.png');
}

.wrapper {
	padding: 0 8px 20px;
	min-height: 100vh;
	position: relative;
}
.wrapper.toggled {
	width: 100%;
	position: fixed;
}
.wrapper.toggled:before {
	left: 0;
	z-index: 9;
	width: 100%;
	content: '';
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
}
.wrapper .header {
	z-index: 999;
	padding: 10px;
	min-height: 75px;
	background: #FFF;
	position: relative;
	margin-bottom: 20px;
	border-radius: 0 0 20px 20px;
}
.wrapper .logo {
  line-height: 1;
}
.wrapper .logo img {
  max-height: 125px;
  margin-right: 6px;
}
.wrapper .logo span {
  font-size: 24px;
  font-weight: 700;
  color: #11212b;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  font-family: "Nunito", sans-serif;
}
.wrapper .logo small {
  color: #012970;
  font-size: 0.6rem;
}
.header .user-actions {
	gap: 15px;
	margin-left: auto;
	border-radius: 30px;
	align-items: center;
	display: inline-flex;
	padding: 12.5px 12.5px;
	background: var(--primary-color);
	box-shadow: 0 0 10px rgba(0, 0, 0, 1.0) inset;
}
.header .user-actions .btn-primary {
	width: 30px;
	height: 30px;
	padding: 0;
	display: flex;
	background: #fff;
	border-radius: 30px;
	align-items: center;
	border-color: #FFF;
	justify-content: center;
	color: var(--primary-color);
}
.header .user-actions .btn-flat {
	width: 30px;
	height: 30px;
	padding: 0;
	color: #FFF;
}
.header .user-actions .btn-flat span {
	font-size: 30px;
}
.header .user-actions span.name {
	color: #fff;
	font-weight: 600;
}
.header .user-actions .dropdown-toggle {
  padding: 0;
  /* color: #FFF; */
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
	background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.08);
}
.header .user-actions .dropdown-toggle:after {
	display: none;
}
.header .user-actions .dropdown-menu {
	padding: 1rem;
	border-radius: 20px;
}
.header .user-actions .dropdown-menu .dropdown-item {
	padding: 0.5rem;
	border-radius: 20px;
	transition: ease-out all 0.3s;
	-o-transition: ease-out all 0.3s;
	-ms-transition: ease-out all 0.3s;
	-moz-transition: ease-out all 0.3s;
	-webkit-transition: ease-out all 0.3s;
}
.header .user-actions .message-item a {
	gap: 10px;
	display: flex;
	align-items: start;
}
.header .user-actions .message-item h4 {
	font-size: 16px;
}
.header .user-actions .message-item a .date{
	color: #999;
	font-size: 14px;
}
.header .user-actions .notification-item {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: #e4e4e4 solid 1px;
}
.header .user-actions .notification-item:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
.header .user-actions .notification-item a {
	padding: 0 0 10px 0;
	border-bottom: #ccc solid 1px;
}
.header .user-actions .notification-item h4 {
	font-size: 16px;
}
.header .user-actions .notification-item a .date{
	color: #999;
	font-size: 14px;
}

.header .mob-user {
	gap: 10px;
	display: flex;
	padding: 0 10px;
	align-items: center;
	white-space: nowrap;
}
.header .mob-user span.name {
	color: var(--primary-color);
}
.wrapper > .content {
	display: flex;
	min-height: calc(100vh - 115px);
}
.aside-left {
	z-index: 99;
	width: 250px;
	left: -270px;
	margin: 0 12px;
	position: absolute;
	transition: ease-out all 0.3s;
	-o-transition: ease-out all 0.3s;
	-ms-transition: ease-out all 0.3s;
	-moz-transition: ease-out all 0.3s;
	-webkit-transition: ease-out all 0.3s;
}
.toggled .aside-left {
	left: 8px;
}
.aside-left .card {
	border: none;
	height: 100%;
	border-radius: 20px;
	min-height: calc(100vh - 115px);
}
.aside-left .card-body {
	display: flex;
	gap: 5px;
	flex-direction: column;
}
.aside-left .card .btn {
	gap: 5px;
	display: flex;
	font-weight: 600;
	padding: 12px 15px;
	border-radius: 45px;
	align-items: center;
	background: #F5F5F5;
	border-color: #F5F5F5;
	color: var(--primary-color);
	transition: ease-out all 0.3s;
	-o-transition: ease-out all 0.3s;
	-ms-transition: ease-out all 0.3s;
	-moz-transition: ease-out all 0.3s;
	-webkit-transition: ease-out all 0.3s;
}
.aside-left .card .btn:hover {
	background: #FFF;
	padding: 12px 17px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
}
.aside-left .card .btn.active {
	color: #fff;
	padding: 12px 22px;
	border-color: var(--primary-color);
	background: var(--primary-color);
	box-shadow: 0 0 10px rgba(0, 0, 0, 1.0) inset;
}
.aside-left .card .btn .icon {
	font-size: 24px;
}
.aside-left .add-req {
	top: 50%;
	right: 15px;
	width: 30px;
  height: 30px;
  display: flex;
	position: absolute;
  align-items: center;
  border-radius: 30px;
  justify-content: center;
	color: var(--primary-color);
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  border: var(--primary-color) solid 3px;
}
.aside-left .add-req.active {
	color: #FFF;
	border-color: #FFF;
}
.aside-left .footer {
	padding-top: 10px;
	border-top: #d4d4d4 solid 1px;
}
.aside-left .footer b {
	display: block;
	color: var(--primary-color);
}
.aside-right {
	width: calc(100% - 0px);
}
.page-title {
	display: flex;
	font-size: 24px;
	font-weight: 700;
	line-height: 33px;
	margin-bottom: 20px;
	align-items: center;
  padding-bottom: 10px;
	color: var(--primary-color);
	justify-content: space-between;
	border-bottom: #e4e4e4 solid 1px;
}
.page-title .add-req {
	gap: 5px;
	top: 10px;
	right: 10px;
	color: #FFF;
	display: flex;
	font-size: 14px;
	padding: 5px 15px 5px 10px;
	position: absolute;
	align-items: center;
	border-radius: 20px;
	justify-content: center;
	text-transform: uppercase;
	background: var(--primary-color);
}
.page-title .add-req span.name {
	display: none;
}

/*Data Table*/
.table-striped > tbody > tr:nth-of-type(2n+1) {
	background: #009DFF0A;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: rgba(0, 0, 0, 0.3);
}
.table > :not(caption) > * > * {
	box-shadow: none;
}
.table > :not(:last-child) > :last-child > *,
.wrapper table.dataTable.no-footer {
	border-color: #E8E8E8;
}
.wrapper table.dataTable.no-footer {
	border-bottom: none;
}
.wrapper .dataTables_wrapper .dataTables_length select {
	border-radius: 20px;
	padding: 5px 0 5px 10px;
}
.wrapper .dataTables_wrapper .dataTables_filter input {
	border-radius: 20px;
}
.wrapper .dataTables_wrapper {
	padding-top: 10px;
}
.dataTables_length {
	margin-bottom: 10px;
}
.wrapper .dataTables_wrapper, .dataTables_wrapper .dataTable {
	border-top: 1px solid #E8E8E8;
}
.wrapper table.dataTable tbody th, .wrapper table.dataTable tbody td {
	padding: 5px 10px;
}
.wrapper .dataTables_wrapper .dataTables_paginate .paginate_button {
	background: #FFFFFF;
	border-radius: 50px;
	border-color: #e4e4e4;
}
.wrapper .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #FFF !important;
	background: var(--primary-color);
}
.table {
	color: #333;
}
thead, tbody, tfoot, tr, td, th {
	border-color: #E8E8E8;
}
th {
	white-space: nowrap;
}
td .actions {
	gap: 10px;
	align-items: start;
	display: inline-flex;
	justify-content: flex-start;
}
td .actions .btn {
	padding: 0;
}
td .actions .btn span {
	font-size: 20px;
}
th.actions-container {
	max-width: 120px;
}
td .form-control, td .form-select {
	padding: .25rem 0.5rem;
}
/*Dashboard*/
.data-card {
	gap: 5px;
	display: flex;
	align-items: center;
}
.data-card .icon {
	font-size: 50px;
	color: var(--secondary-color);
}
.data-card .data {
	display: flex;
	position: relative;
	flex-direction: column;
}
.data-card .data label {
	color: #6D6E71;
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
}
.data-card .data span {
	line-height: 0.9;
	font-size: 36px;
	font-weight: bold;
	color: var(--primary-color);
}
.data-card .add-req {
	gap: 5px;
	top: 10px;
	right: 10px;
	color: #FFF;
	display: flex;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	position: absolute;
	align-items: center;
	border-radius: 20px;
	justify-content: center;
	text-transform: uppercase;
	background: var(--primary-color);
}
.data-card .add-req span.name {
	display: none;
}
.data-card .add-req span.icon {
	color: #FFF;
	font-size: 18px;
}

/*Recent Activities*/
.activity-container {
	gap: 10px;
	display: flex;
	flex-direction: column;
}
.activity-item {
	gap: 10px;
	display: flex;
	padding-bottom: 10px;
	border-bottom: #D4D4D4 solid 1px;
}
.activity-item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.activity-item .icon {
	width: 40px;
	height: 40px;
	display: flex;
	color: #6D6E71;
	font-size: 18px;
	background: #D9D9D9;
	border-radius: 30px;
	align-items: center;
	justify-content: center;
}
.activity-item .activity {
	display: flex;
	flex-direction: column;
	width: calc(100% - 50px);
}
.activity-item label {
	color: #000;
	line-height: 1;
	font-size: 16px;
	font-weight: bold;
}
.activity-item span {
	color: #6D6E71;
	font-size: 12px;	
	font-weight: bold;
}
.docdata .form-label {
	padding-left: 0;
	display: block;
}
.form-detail .form-label {
	padding-left: 0;
	display: block;
}

.client-nav-pills {
  padding: 10px;
	background: #11212b;
  border-radius: 30px;
}
.client-nav-pills .nav-link {
	color: #FFF;
	border-radius: 30px;
}
.client-nav-pills .nav-link.active {
	background: #FFF;
	color: var(--primary-color);
}

/*Pricing*/
.text-90 { font-size: .9em !important; }
.text-110 { font-size: 1.1em!important; }
.text-left { text-align: left !important; }
.text-dark-l1 { color: #56585e !important; }
.deleted-text { text-decoration: line-through; }
.mt-25, .my-25 { margin-top: .75rem !important; }
.ml-35, .mx-35 { margin-left: 1.25rem!important; }
.mt-n475, .my-n475 { margin-top: -2.5rem!important; }
.text-primary-d1 { color: #276ab4 !important; text-transform: uppercase; }

/*NOC Custom Parser PDF*/
.customparser-content {
	overflow: auto;
	max-height: 300px;
	margin-bottom: 20px;
}
.customparser-pdf {
	width: 100%;
	height: calc(100% - 65px);
}
.parsed-value {
	display: none;
	padding-left: 20px;
	text-transform: capitalize;
	text-decoration: underline;
}
.tooltip {
	font-style: italic;
}
.text-near-input {
	text-align: right;
}


/*viewNoteModal*/


@media only screen and (min-width: 600px) {}
@media only screen and (min-width: 768px) {
	.page-title .add-req span.name {
		display: block;
	}
	.data-card .icon {
		font-size: 100px;
		color: var(--secondary-color);
	}
	.data-card .data label {
		font-size: 24px;
	}
	.data-card .data span {
		font-size: 60px;
	}
	.login-banner, .signin-banner {
		display: block;
	}
	.login-container form, .signin-container form {
		width: calc(100% - 300px);
	}
}
@media only screen and (min-width: 992px) {
	.aside-left {
		left: unset;
		position: static;
	}
	.aside-right {
		width: calc(100% - 250px);
	}
}
@media (min-width: 1200px) {
  .wrapper .logo {
    width: 280px;
  }
}
@media only screen and (min-width: 1400px) {
	.data-card .add-req {
		padding: 5px 15px 5px 10px;
	}
	.data-card .add-req span.name {
		display: block;
	}
}



  .bell {
    position: relative; 
    display: inline-block;
  }


/* notification bell css */
.notification-bell {
    display: none; 
}

  .notification-bell {
    position: absolute;
    top: 0px; 
    right: 0px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification-bell .material-symbols-outlined {
    font-size: 20px !important; 
    color: #F44336 ; 
}

@media only screen and (max-width: 767px) {
	.text-near-input {
		text-align: left;
	}
}

.legal-desc {
    display: inline-flex;              
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 15px;
    border: 2px solid #636364;
    background-color: #fffbf8;
    max-width: fit-content;           
}


.legal-desc-text {

	padding: 0px 10px;
}


@media (max-width: 768px) {
    .legal-desc {
        display: none;
    }
}



.btn-invoice {
	
	padding: 6px 16px;
	border-radius: px;
	margin-bottom: 0.5rem; 
	display: inline-block;
}

.btn-paynow {
	
    color: #ffffff;
    background-color: #3b94d3;
    border-color: #0dcaf0
}


@media (max-width: 576px) {
	.btn-invoice {
	  display: block;        
	  width: 100%;           
	  margin-bottom: 0.5rem;
	}
  }