﻿@charset "utf-8";
/* CSS Document */

body {
  font-family: 'Rajdhani', sans-serif;
  color: #555555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1f1f1f;
}



.align-c{
	text-align: center;
}

/*------/ Space Padding /------*/

.section-t8 {
  padding-top: 8rem;
}

.section-t2 {
  padding-top: 2rem;
}

.section-t3 {
  padding-top: 3rem;
}

.section-b2 {
  padding-bottom: 2rem;
}

.agent1 {
    padding-top: 3rem;
}

.date-input {
    padding: 10px;
    border: 1px solid #0A21D3;
    border-radius: 10px;
    margin: 5px;
}

.search-date .form-control{
	border: none;
}
.search-date .btn-date-search{
	/*width:200px;*/
	height: 50px;
	margin-top: 35px;
	
	
}
.search-details .progress{
	height: 3rem!important;
	font-size: 1.5rem!important;
	background-color: #ecf5fd!important;
	margin-top:8px;
}
.search-details .id{
	color:#0A21D3;
}
.search-details .progress-bar {
    color: #000000;
    padding-top: 5px;
}
.search-details h6{
   margin:0px !important; 
}
.search-details h1{
    font-weight:600;
}
.agent1 .progress-bar {
	background-color: #eab330;
}
.agent2 .progress-bar {
	background-color: #f8f408;
}
.agent3 .progress-bar {
	background-color: #0bb40e;
}
a:link{
	color: #000000;
}
a:hover {
	color: #F76641;
}
a:visited{
	color: #2d3b48;
}
