html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.container {
}
.pd-0{
  padding: 0px !important;
}

.dis-inherit{
  flex-direction: inherit !important;
}
.card-deck .card-2 {
  max-width: 130px;
  margin: 1%;
  min-width: none;
}
.card-deck .card {
  min-width: 300px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: #28a745 !important;
}
.itemtext{
	max-width: 200px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (max-width: 768px) {
  .img_request {
    width: 100%;
  }
  }