.btn-download1,.btn-download1:hover{
	color: #fff;
	border: unset;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	border-radius: 5px;
	background: #ff8d00;
	box-shadow: 4px 5px 7px #00000070;
}
.btn-download2,.btn-download2:hover{
	color: #fff;
	border: unset;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	border-radius: 5px;
	background: #0047ff;
	box-shadow: 4px 5px 7px #00000070;
}
.btn-download3,.btn-download3:hover{
	color: #fff;
	border: unset;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
}
.icon1{
	background: #FFF;
	border-radius: 50%;
	padding: 8px;
	color: red;
}
.icon2{
	background: #FFF;
	border-radius: 50%;
	padding: 8px;
	color: green;
}
.icon3{
	background: #001e45;
	border-radius: 50%;
	padding: 8px;
	color: #00c6f9;
}
.btn-download1:hover .icon1{
	background: red;
	color: #FFF;
}
.btn-download2:hover .icon2{
	background: green;
	color: #FFF;
}
#spinner {
	width: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.bar {
	border: 1px solid #666;
	height: 15px;
	width: 92%;
	text-align: center;
	border-radius: 10px;
	.in {
		animation: fill 120s linear 1;
		height: 100%;
		border-radius: 10px;
		background-color: #0a3b84;
	}
}

@keyframes fill {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
#loader-area1{
	position: relative;
	color: #FFF;
	border-radius: 5px;
	box-shadow: 0px 0px 7px #00000070;
	background: #FFF;

}


#blur-image {
	filter: blur(4px);
	transition: filter 80s linear;
}

#loader-area{
	position: relative;
	color: #FFF;
}
.question label{
	font-size: 12px;
}
.feedback{
	border: unset;
	background: #FFF;
	border-radius: 50%;
	box-shadow: 0px 0px 7px #00000070;
	padding: 8px 12px;
}
#thumbsup{
	color: blue;
}
#thumbsdown{
	color: red;
}
.file-box{
	box-shadow: 3px 6px 6px #939393;
	border-radius: 5px;
	background: #f5f5f5;
}
.clr-red{
	color: red;
}
.samplebar {
	height: 5px;
	width: 100%;
}
.samplebar .in {
	animation: fill 60s linear 1;
	height: 100%;
	background-color: green;
}

@keyframes fill {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
.requestsample{
	background: #001f45;
	border-radius: 5px;
	font-size: 12px;
	color: #FFF;
	padding: 4px 15px;
}
.salesdock-side .nav-link{
	color: #FFF !important;
	border: 1px solid #333;
	margin-bottom: 10px;
	font-size: 14px;
	box-shadow: 1px 2px 4px #001D47;
	background: #001f45;
	border-radius: 50px;

}
.salesdock-side .nav-link.active{
	color: #001D47 !important;
	border: 1px solid #46c9fc;
	background: #46c9fc;
	font-weight: bold;
	box-shadow: 0px 0px 7px #001D47;

}
.icon4{
	background: #FFF;
	border-radius: 50%;
}
.btnbuynow,.btnbuynow:hover{
	font-size: 14px !important;
	color: #FFF !important;
	background: #ff7000 !important;
	text-decoration: none !important;
}

.getsample,.getsample:hover{
	font-size: 14px !important;
	color: #FFF !important;
	background: #001D47 !important;
	text-decoration: none !important;
}
.aditional-info h3{
	font-size: 18px;
	font-weight: bold;
	color: #001d47;
	padding-bottom: 10px;
	border-bottom: 1px solid #34343447;
}
.aditional-info ul{
	position: relative;
	padding-left: 20px;
	list-style: none;
}
.aditional-info li{
	margin-bottom: 10px;
	font-size: 15px;
}

.aditional-info li::before {
	font-family: 'FontAwesome';  
	content: '\f178';
	position: absolute;
	left: 0;
	color: #001d47;
	font-size: 14px;
	padding-right: 15px;
}

.ddetails{
	min-height: 400px;
	max-height: 400px;
	overflow: auto;
	color: #000 !important;
	scrollbar-width: thin;
	scrollbar-color:#00C4F4 #F5F5F5;
}

.ddetails1{
	min-height: 150px !important;
}

.ddetails::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.ddetails::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}

.ddetails::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
}
.ddetails p,.ddetails div, .ddetails a{
	font-size: 16px;
	color: #000 !important;
}
.btn-outline-primary i{
	background: #FFF;
	padding: 7px;
	border-radius: 50%;
}
.btn-outline-primary:hover{
	color: #FFF !important;
}
.ddetails h3{
	font-size: 18px;
	font-weight: bold;
	color: #000 !important;
}
.ddetails h4{
	color: #000 !important;

	font-size: 16px;
	font-weight: bold;
}
.report-box {
	box-shadow: 0px 0px 10px #0a3b8466;
	border-bottom: 2px solid #0a3b84;
	border-radius: 5px;
	background: #FFF;
}
.pull-box{
	box-shadow: 0px 0px 6px #000000;
	padding: 10px 10px;
	border-radius: 5px;
	text-align: center;
	border: 1px solid transparent;
}
.pull-box:hover{
	background: #46c9fc;
	color: #0a3b84;
	box-shadow: unset;
	border: 1px solid #0a3b8450;
}
.pull-box:hover .pull-icon i{
	background: #0a3b84;
}
.pull-icon i{
	font-size: 14px;
	border-radius: 50%;
	background: #999;
	color: #FFF;
	padding: 5px;
}
.report-box:hover {
	background: #1effff20;
	box-shadow: 0px 0px 10px #0a3b8466;
	border-bottom: 2px solid #0a3b84;
}
.footer-area1{
	background: #FFF;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	box-shadow: 0px 0px 10px #0a3b8466;
}

.nav-link1 i{
	color: #46c9fc;
	padding: 6px; 
	font-size: 12px;
	border: 2px solid #FFF;
	border-radius: 50%;
	font-weight: bold;
}

.sidebar {
	width: 4rem;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 100;
	cursor: pointer;
	background: #0a3b84;
	transition: 0.5s;
	overflow: hidden;
}

.sidebar:hover {
	width: 14rem;
}
.brand{
	text-align: center;
	border-bottom: 1px solid #FFF;
}
.brand img{
	margin-top: 10px;
	height: 30px;
	width: 30px;

}

.sidebar:hover img{
	height: 40px;
	width: 100px;
}
.sidebar:hover .brand{
	padding-bottom: 10px;
}

.nav-list {
	list-style: none;
	padding-inline-start: 10px;
}

.nav-item {
	padding: 10px 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-inline-start: 0px;
}
.fa-power-off{
	background: #FFF;
	color: red;
	padding: 8px 9px;
	border-radius: 50%;
	margin-right: 2px;
}
.nav-item:hover .nav-item__text,.nav-link1.active .nav-item__text{
	background: #46c9fc;
	color:#0a3b84 ;
	border-radius: 30px;
}

.nav-item a {
	position: relative;
	white-space: nowrap;
	display: flex;
	gap: 10px;
}

.nav-item__icon {
	position: relative;
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-item__text {
	position: relative;
	display: none;
	font-size: 14px !important;
	color: #FFF;
	letter-spacing: 0.05em;
	padding: 4px 7px;
}

.avatar {
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1em;
	font-weight: 700;
}

.logout {
	margin-left: 0.2rem;
}

.sidebar:hover .brand span {
	display: inline;  
}

.sidebar:hover .nav-item {
	justify-content: start;
}

.sidebar:hover .nav-item__text {
	display: flex;
	align-items: center;
}
.info-heading{
	background: #00C4F4;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 7px 20px;
}
.info-heading h3{
	color: #FFF;
	font-size: 18px;
	font-weight: ;
}

.info-heading1{
	background: #001D47;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 7px 20px;
}
.info-heading1 h3{
	color: #FFF;
	font-size: 18px;
	font-weight: ;
}
.reach-out-us{
	background-image: url(../png/footer.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
	border-radius: 5px;
	padding: 30px 40px;
}