.profit-clr-blue {
	color: #1A69DF;
}

.profit-clr-blue1 {
	color: #555F7E !important;
}

.profit-clr-blue2 {
	color: #1C2A53;
}

.profit-blue {
	background-color: #1A69DF;
}

.profit-bg1 {
	background-color: #EFF5FF;
}

.profit-bg2{
	background-color: #d9e7ff;
}

.bg-alise{
	background-color: aliceblue;
}

.profit-card-bg1{
	background-color: #EFF5FF;
}

.profit-card-bg2{
	background-color: #FFF7E1;
}

.profit-card-bg3{
	background-color: #F0EFFF;
}

.profit-card-bg4{
	background-color: #FFF4F1;
}

.profit-card-icon-bg1{
	background-color: #d9e7ff;
}

.profit-card-icon-bg2{
	background-color: #ffecba
}

.profit-card-icon-bg3{
	background-color: #dad8ff;
}

.profit-card-icon-bg4{
	background-color: #ffe5de;
}

.profit-upload-bg{
	background-color: #e4eaee;
}

button.btn.btn-link.rounded-circle.p-2.profit-card-icon-bg5:hover{background-color: #EFF5FF;}

.profit-text {
	color: #1C2A53;
}

.profit-text1 {
	color: #8E95A9;
}

.w-40 {
	width: 40% !important;
}

.nav-link {
	color: #1C2A53;
}

.nav-link:hover {
	color: #0a58ca;
}

.profit-border {
	border-color: #E9EAF3 !important;
}

.profit-border1 {
	border-color: #E2EAFF !important;
}

.px-7{
	padding-left: 7rem;
	padding-right: 7rem;
}

.profile-logout-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: normal;
    margin: 0;
    color: #2a3547;}

	.profile .dropdown-toggle::after{
		vertical-align: 0.155em !important;
		margin-left: 0.0em !important;
	}

@media (max-width: 767px) {
	.banner {
		display: none !important;
	}
}

/*new*/

.sb-sidenav .sb-sidenav-footer .nav .nav-link {
	display: flex;
	align-items: center;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	position: relative;
}

.sb-sidenav .sb-sidenav-footer .nav {
	flex-direction: column;
	flex-wrap: nowrap;
}

/*forget-password*/

.card-password {
	min-width: 500px;
	max-width: 500px;
}

/*folders*/

.folder-icon {
	color: #c7c7c7;
}

/*file-upload*/

.drag-file-area {
	border: 2px dashed #bcbcbc;
	margin: 10px 0 15px;
	padding: 30px 50px;
	width: 500px;
	text-align: center;
}

.drag-file-area .upload-icon {
	font-size: 50px;
}

.drag-file-area h3 {
	font-size: 26px;
	margin: 15px 0;
}

.drag-file-area label {
	font-size: 19px;
}

.drag-file-area label .browse-files-text {
	cursor: pointer;
}

.browse-files span {
	position: relative;
	top: -25px;
}

.default-file-input {
	opacity: 0;
}

.upload-button {
	background-color: #1C2A53;
	cursor: pointer;
}

.w-500 {
	width: 500px;
}




.position-relative {
	position: relative;
  }
  
  .show-password, .hide-password {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
  }


/*custom badge*/

.badge-pill {
    border-radius: 40px;
    text-transform: capitalize;
}

.badge-pill.bg-success {
    background: honeydew !important;
    border: 1px solid green;
	color: green !important;
}

.badge-pill.bg-warning {
    background: oldlace !important;
    border: 1px solid chocolate;
    color: chocolate !important;
}
.badge-pill.bg-dark {
    background: #ddd !important;
    border: 1px solid #333;
    color: #333 !important;
}

.badge-pill.bg-primary {
    background: #f3f8fb !important;
    border: 1px solid #0d6efd;
    color: #0d6efd !important;
}
.badge-pill.bg-info {
    background: #0dcaf010 !important;
    border: 1px solid #0dcaf0;
    color: #0dcaf0 !important;
}

a.nav-link:hover {
	 background-color: #6761611c;/* 6b6b6b1c */
	 color: #2a3575;
}
a.nav-link.active, a.nav-link:focus{
    background-color: #d9e7ff;
    color: #2a3575;
}
a.nav-link {
	margin: 2px 10px;
	border-radius: 0.375rem;
}
/* .card {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
} */


/* Add this CSS to your styles */
.alert-fade-out {
	opacity: 0;
	transition: opacity 2s ease-out;
  }
  /* for Table do not break*/
  th, tr td:first-child {
	text-wrap: nowrap;
  }
  .profile-logout-name {
	max-width: 100px;
  }

