
body{
	margin: 0;
  font-family: Poppins, Helvetica, "sans-serif";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3F4254;
  text-align: left;
  background-color: #ffffff;
}
.h-100{
	min-height: 0;
}
.content{
	max-width:100%;
	margin:0;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid #EBEDF3;
  border-radius: 0.42rem;
  width: 24%;
 
}
.text-white{
	color: #fff;
}

.card > .card-body {
  padding: 2rem 2.25rem;
  -webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
min-height: 1px;
padding: 2.25rem;
}

.bg-theme1 {
  background-color: #3699FF;
}
.justify-content-between {
  justify-content: space-between;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.d-flex {
  display: flex;
}
.mb-5{
	margin-bottom: 15px;
}
.card-title {
  font-size: 32px;
  font-weight: bold;
}
.bg-info {
  background-color: #8950FC !important;
}
.bg-success {
  background-color: #1BC5BD !important;
}
.bg-dark {
  background-color: #181C32 !important;
}
.card.w-100{
	width: 100%;
}
.mb-1{
	margin-bottom: 5px;
}
.p-5 {
  padding: 1.25rem !important;
}
.font-weight-bolder{
	font-weight: bold;
} 
.right-one {
  width: 375px;
  margin-left: 10px;
}
.bg-theme {
  background-color: #3699FF;
}
.p-3 {
  padding: 0.75rem !important;
}
.right-one i{
	color:#B5B5C3;
}
.d-inline-block {
  display: inline-block;
}


/*For Card Color SCHEME CHANGES */

.card-body {
padding: 0 !important;
}
.card-body > div:first-child {
margin-bottom: 15px;
padding: 25px;
}
.card-body > div:nth-child(2) {
padding: 10px 25px;
}
.bg-theme1 {
background-color: rgba(16, 108, 139, .8);
}
.bg-theme1 .card-body > div:nth-child(2) {
background-color: rgba(16, 108, 139, 1);
}
.bg-info {
background-color: rgba(132, 201, 235, .8) !important;
}
.bg-info .card-body > div:nth-child(2) {
background-color: rgb(132, 201, 235);
}
.bg-success {
background-color: rgba(43, 66, 118, .8) !important;
}
.bg-success .card-body > div:nth-child(2) {
background-color: rgb(43, 66, 118);
}
.bg-dark {
background-color: rgba(169, 170, 170,.8) !important;
}
.bg-dark .card-body > div:nth-child(2) {
background: rgb(169, 170, 170);
}

.card-body.p-5 {
padding: 15px !important;
}
.card-body.p-5 > div:first-child {
padding: 0;
margin: 0;
}


.card-title {
line-height: 1;
}

.card-body > div:first-child {
margin-bottom: 15px;
}

.right-one .col-lg-3 {
  width: 100%;
}

.w-100 {
  width: 100%;
}



/*******FORM BOX ********/



.form-box{
  border: 10px solid #3c76a3;
  min-height: 300px;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  min-width: fit-content;
}
.form-box h3 {
  margin: 0 0 30px 0;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 15px;
}

.form-box .w-d label{
   min-width: 34%;
     text-align: right;
}
.form-box .w-d .form-control{
     min-width: 50%;
}
.form-box label {
  min-width: 100%;
  display: inline-block;
  margin-bottom: 5px;

  margin-right: 12px;
  color: #000000;
}

.form-group {
  margin-bottom: 10px;
}
.form-control {
   min-width: 90%;
  min-height: 20px;
  padding: 10px;
  display: inline-block;
  border: 2px solid #ccc;
  border-radius: 10px;
}
fieldset {
  background-color: #FAFAFA;
  padding: 16px;
  border: 1px solid #eee;
  padding: 20px;
  color: #828282;
  margin-bottom: 15px;
}
.legend1 {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: bold;
}
.btn.btn-primary {
  padding: 15px 25px;
  background: #3c76a3;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 16px;
}
.text-center{
  text-align: center;
}
.btn-box{
  margin-top: 20px;
}

.position-relative{
  position: relative;
}
.form-box label span {
  color: red;
  font-size: 12px;
  position: absolute;
  right: 44px;
}

.display-inline label, .display-inline input{
  min-width: auto;
  display: inline-block;
}

table.list-table, .list-table th, .list-table td {
  border:1px solid #ddd;
   border-collapse: collapse;
   padding: 5px 10px;
   font-size: 14px;
}



/*****inspired CSS****/

.content-1200{
  max-width: 1200px;
  margin: 0 auto;
}

.cols-4{
  width: 33%;
  display: inline-block;
  vertical-align: top;
}
select.form-control {
  width: 100%;
}
.form-box.no-border{
  border: none;
}
.results {
  min-height: 500px;
  background: #f3f3f3;
}
.bg-grey{
  background: #f3f3f3;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.form-box.no-border .display-inline input {
  min-width: auto;
  display: inline-block;
  margin-right: 10%;
}
.c-l{
  padding-left: 30%;
  font-size: 12px;
  color: #999;
}