.upload-wrap {
  position: relative;
  background-color: #eee;
  background-size: cover;
  width: 200px;
  aspect-ratio: 1 / 1.41;
  text-align: center;
  border-radius: 5px;
  padding-top: 230px;
  margin-right: 20px;
  margin-bottom: 15px;
}

.muted {
  color: #999;
}

.min-width-75 {
  min-width: 75px;
}

.display-application {
  position: relative;
  display: grid;
  grid-template-columns: auto;
  min-height: 250px;
  border-top: 5px solid;
  box-shadow: 0px 7px 22px -4px rgba(0,0,0,.05);
}

.applications-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin-top: 40px;
}

.display-application .upload-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.display-details {
  background-color: white;
  padding: 20px;
  padding-bottom: 35px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.filepond--action-download-item {
  width: 1.625em !important;
}

.internId {
  position: absolute;
  top: -5px;
  right: 5px; 
  z-index: 5;
}

.qfq-note-no-padding {
  margin-top: -1px;
}

.border-rejected {
  border-color: #ebccd1;
}

.border-approved {
  border-color: #d6e9c6;
}

.border-screening,
.border-draft, .border-submitted {
  border-color: #ccc;
}

.border-feedback {
  border-color: #2e6da4;
}

.feedback-grid {
  display: grid;
  grid-template-columns: [left-start] 50px [right-start] 20px [center-start] auto [center-end] 20px [left-end] 50px [right-end];
}

.feedback-grid .left {
  grid-column: left;
}

.feedback-grid .center {
  grid-column: center;
}

.feedback-grid .right {
  grid-column: right;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

section.approgress {
  margin-right:30px;
  max-width: 660px;
}

section.approgress ol > li {        
  display: table-cell;
  height: 30px;        
  position: relative;
  padding: 0px;
  margin: 0px;
  text-align: center;
  color: #333;
}

section.approgress ol > li > a {         
  display: block;
  position:relative;        
  line-height: 30px; /* equal to the list item's height */
  height:100%;
  width: 100%;         
  border: 1px solid #ccc;
  color: #333;
}

section.approgress ol > li > a.active {
  background-color: #337ab7;
  border-color: #2e6da4;
  color: white;
}

section.approgress  ol > li > a.active:after, ol > li.active > a:before {
  border-color: transparent transparent transparent #337ab7 !important;
}


section.approgress ol>li:hover>a {
  border-color: #66afe9;
  cursor: pointer;
}

section.approgress ol>li>a.disabled, section.approgress ol>li>a.disabled:before, section.approgress ol>li>a.disabled:after {
  pointer-events: none;
  cursor: not-allowed;
}

section.approgress ol>li:hover>a.disabled {
  border-color: #ccc;
}

section.approgress ol>li:hover>a.disabled:after {
  border-color: transparent transparent transparent #ccc;
}

section.approgress ol {
  display: table;
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
}

section.approgress  ol > li > a:after, section.approgress ol > li > a:before {
  content:"";
  display:inline-block;        
  border-width: 16px;
  border-style: solid;
  width: 0px;
  height: 0px;
  left: 100%;
  top: -1px;        
  position: absolute;        
  z-index: 1;
}

section.approgress  ol > li > a:after {
  border-color: transparent transparent transparent #ccc;
}

section.approgress ol > li:hover > a:after {
  border-color: transparent transparent transparent #66afe9;
}

section.approgress ol > li > a:before {
  border-width: 14px;
  display: block;
  border-color: transparent transparent transparent #ffffff;
  z-index: 2;
  top:1px;
}

section.approgress  ol > li > a.active:after {
  border-color: transparent transparent transparent #2e6da4;
}

section.approgress ol > li > a.active:before {
  border-color: transparent transparent transparent #337ab7;
}

section.approgress  ol > li > a.done:after {
  border-color: transparent transparent transparent #bce8f1;
}

section.approgress ol > li > a.done:before {
  border-color: transparent transparent transparent #d9edf7;
}

section.approgress ol > li > a.done {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.timeline {
  display: flex;
  padding: 5px;
  width: 100%;
  height: 80px;
  border: 1px solid #ccc;
  gap: 4px;
  background-color: #fff;
  margin-bottom: 10px;
}

.timeline div {
	text-align: center;
	line-height: 70px;
}

.timeline div:nth-child(even) {
	background-color: #A0CED9;
}

.timeline div:nth-child(odd) {
	background-color: #ADF7B6;
}

.timeline div.feedback {
	background-color: #FFC09F;
}

.timeline div.screening {
	background-color: #FFEE93;
}

.timeline div.submit {
	background-color: #A0CED9;
}

.counter {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  height: 180px;
  text-align: center;}
            
  .container{
   margin: 10px, 0px,0px ,0px; }
             
  h4 { font-weight: bold;}
  .dashboard-section h4{margin-top:0px;}
              
   .counter-number {
   font-size: 26px;
   font-weight: bold;
   color: #333;
   margin: 10px 0; }   
            
   .status-detail {
   font-size: 14px;
   color: #6c757d;
   margin-bottom: 5px;}
            
   .custom-container {
   padding-top:20px;
   padding-left:0px;
   padding-right:0px;}
          
   .customButton {
   font-size: 20px;}
           
   .activeButton{
   font-weight: bold;}
           
   .internId{
   display:flex;
   margin: 10px 5px 5px 5px;
   justify-content:right;}
            
   .counter p {
	margin-bottom:0px;
	color: white;    		       
            }
            


@media (min-width: 576px) {
	.display-application {
	  max-width: 420px;
         }

	 .applications-grid {
           grid-template-columns: 2fr;
         }

}

@media (min-width: 1240px) {
	.applications-grid {
	  grid-template-columns: repeat(4, 1fr);
	}
}

.badge-title {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    margin: 0.5rem;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

