@charset "utf-8";
/* CSS Document */
.detailed-price-sec{
	border-bottom: 1px solid #e2e8f0;
	padding: 50px 0;
}
.detailed-price-sec h2{
	font-size: 1.6rem;
	line-height: 2.2rem;
}
.detailed-price-sec form{
	max-width: 450px;
	width: 100%;
	margin: 0 auto 20px auto;
	display: block;
}
.detailed-price-sec form input[type="text"]{
	width: 100%;
	padding: 12px 15px 12px 37px;
	font-size: 1.2rem;
	line-height: 1.6rem;
	border-radius: 15px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 10px 50% #fff;
	background-size: 20px auto;
	box-shadow: 0 1px 2px 0 #efefef;
	margin-bottom: 0;
}

.detailed-price-filter{
	width: 100%;
	max-width: 933px;
	margin: 0 auto 24px auto;
	justify-content: center;
}
.detailed-price-filter button{
	background-color: #fff;
	border: 1px solid #e2e8f0;
	color: #64748b;
	border-radius: 10px;
	padding: 9px 16px;
	font-size: 1.2rem;
	line-height: 1.6rem;
	text-transform: capitalize;
	margin-right: 9px;
	margin-bottom: 4px;
	margin-top: 0;
}
.detailed-price-filter button.bg-trustblue{
	background-color: #1d4fa1;
	color: #fff;
}
.detailed-price-filter button:last-child{
	margin-right: 0;
	margin-bottom: 0;
}
.rate-chart-table-con{
	overflow: hidden;
}
.rate-chart-table-cont{
	overflow-y: auto;
	width: 100%;
	max-height: 397px;
}
.rate-chart-table-wrapper{
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #f1f5f9;
	box-shadow: 1px 0px 25px -5px #e2e8f0;
}
.hidden {
    display: none;
}
.rate-chart-table{
	width: 100%;
}
.text-blue, .text-orange, .text-indigo, .text-pink, .vivid-green, .luminous-vivid, .text-slate{
	font-weight:600;
	font-family: 'Inter 18pt', sans-serif;
	font-size: 1.2rem;
	line-height: 1.6rem;
	display: inline-block;
	padding: 3px 12px;
	border-radius: 50px;
}
.text-blue{
	border-radius: 50px;
	background-color: #eff6ff;
}
.text-orange{
	background-color:#ffd6c6;
	color: #c2410c;
}
.text-indigo{
	background-color:#eef2ff;
	color: #4338ca;
}
.text-pink{
	background-color:#fdf2f8;
	color: #be185d;
}
.text-purple{
	background-color:#faf5ff;
	color: #7e22ce;
}
.text-slate{
	background-color:#f8fafc;
	color: #334155;
}
.vivid-green{
	background-color:#e6fff6;
	color: #00d084;
}
.luminous-vivid{
	background-color: #fff3d1;
    color: #e0a500;
}
.rate-empty-state{
	padding: 20px 14px;
	text-align: center;
	font-weight:600;
	font-family: 'Inter 18pt', sans-serif;
	font-size: 1.2rem;
	line-height: 1.6rem;
}


.table-header{
	position: sticky;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}
@media only screen and (min-width: 500px){
	
}
@media only screen and (min-width: 768px){
	.detailed-price-sec{
		padding: 60px 0;
	}
	.detailed-price-sec h2{
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
	.detailed-price-sec form{
		margin-bottom: 30px;
	}
	.detailed-price-sec form input[type="text"]{
		padding: 14px 15px 14px 42px;
		font-size: 1.4rem;
		line-height: 1.8rem;
		background-size: 24px auto;
	}
	.rate-empty-state{
		padding: 56px 20px;
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
	.bg-trustblue button:hover{
		color: #1d4fa1;
	}
}
@media only screen and (min-width: 1025px){
	.rate-chart-table tr{
		-webkit-transition: all .5s;
        -khtml-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
	}
	.rate-chart-table tr:hover{
		background-color: #f8fafc;
	}
}
@media only screen and (min-width: 1200px){
	.detailed-price-sec{
		padding: 70px 0;
	}
	
}
@media only screen and (min-width: 1500px){
	.detailed-price-sec{
		padding: 80px 0;
	}
	.detailed-price-sec h2{
		font-size: 2.4rem;
		line-height: 3.0rem;
	}
}


