.filteration {
  margin-top: 1.5rem;
}
#applicationCount .card, #paymentCount .card {
  margin-bottom: 2rem;
}

.form-wrapper.filteration .form-control-cell .control {
  box-shadow: none;
  border-color: #bfb8af;
  position: relative;
  height: auto;
}
.workspace .form-wrapper.filteration .form-control-cell .control {
  border-color: #888;
  color: #2F2B2B;
  overflow: hidden;
}
.workspace .form-wrapper.filteration .form-control-cell .control::after {
  display: none;
}
.form-wrapper.filteration {
  box-shadow: 0px 3px 6px #00000029;
  /* display: block; */
  padding: 1rem 1.3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.workspace .form-wrapper.filteration {
  box-shadow: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1.25rem;
}

/* Hide Calendar Icon In Chrome */
.form-wrapper.filteration input[type="date"]::-webkit-inner-spin-button,
.form-wrapper.filteration input[type="date"]::-webkit-calendar-picker-indicator ,
.form-wrapper.filteration input[type=date]::-webkit-outer-spin-button{
  color:transparent !important;
  background:transparent !important;
  z-index:1;
  /* display: none !important; */
  -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    opacity: 0 !important;
}
.workspace .my-applications .card-body {
  background: #ebebeb;
  height: 6.142857143rem;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}
.workspace .my-applications .card-title,
.workspace .my-applications .card-text {
  color: #707070;
  margin: 0;
}
.workspace .my-applications .icon-wrapper {
  /* display: inline-block; */
  width: 4.285714286rem;
  height: 4.285714286rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.714285714rem 0.93rem;
  font-size: 2.5rem;
}
.workspace .my-applications .icon-wrapper i::before {
  color: #dc6951;
}
.workspace .my-applications .card-body h5 {
  font-size: 1.714285714rem;
  line-height: 2.285714286rem;
}
.workspace .my-applications .card-text {
  margin-top: 0.3rem;
}
.workspace .my-applications .my-applications-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}


.related-message-wrapper{
  width: 60.214rem;
  margin: 0 auto 0;
  max-width: 100%;
  padding-bottom: 3.714rem;
}

.related-message-wrapper h4{
  margin-top: 2.14rem;
  color: #505050;
  font-size: 1.286rem;
  font-family: "Effra-medium" !important;
}
.related-message-wrapper .pagination-wrapper{
  margin-bottom: 0px;
}
@media(min-width:768px){
  #applicationCount .col-sm-3:nth-child(2), #applicationCount .col-sm-3:nth-child(3), #applicationCount .col-sm-3:nth-child(4), #applicationCount .col-sm-3:nth-child(6) {
    padding-right: 5px;
  }
  .form-wrapper.filteration input[type="date"]:before {
  font-family: "maan";
  content: "\e901";
  position: absolute;
  right: 1.07rem;
  z-index: 0;
  }
}
@media (min-width: 992px) {
  .workspace .d-flex {
    display: flex;
  }
  #applicationCount .card, #paymentCount .card {
    margin-bottom: 1rem;
  }
}
@media(max-width:768px){
  .form-wrapper.filteration .picklist-cell:not([role="radiogroup"]) .control:after{
  font-size: .9rem;
  }
}