.logo-application-tracking{
  width: auto;
  height: 125px;
  margin-bottom: 28px;
  margin-top:50px;
}
.background-reference-follow-text {
    font-size: .8rem;
    border-radius: 10rem;
    padding: 1.3rem 1rem;
    color: #014fa2;
    background-color: #f4f7fa;
    box-shadow: none !important;
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}
.application-follow-text {
    color: #014fa2;
    background-color: #fff;
    border-color: #014fa2;
    width: 100%;
    border-radius: 33px;
    font-weight: bold;
    border: 1px;
    outline: 0;
    font-size: 1.2rem;
    border-radius: 10rem;
    padding: 1.3rem;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(0 78 161);
    box-shadow: 0 0 0 0.1rem rgb(1 79 162);
}
.title-status {
    font-size: 30px;
    color: #014fa2;
    font-weight: 600;
    text-align: center;
}
.card-icon{
  font-size: 50px;
  padding: 15px;
  text-align: center;
  margin-top:75px;
}
.card-icon-color {
    color: #fee100;
}
.card-settings {
    width: 100%;
    height: 325px;
    filter: drop-shadow(4px 4px 4px #d1d0d0);
    margin-bottom: 44px;
    border: 0;
    color: #014fa2;
}
.card-transaction-successful{
  background-color: #0bc15c;
  color: #fff !important;
  filter: drop-shadow(4px 4px 4px #999999);
}
.img-customer-support{
  height: 60px;
  float: left;
  margin-right: 20px;
}
.customer-service {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
}
.customer-service--content_title {
  color: #6e7787;
  font-size: 14px;
  font-weight: 500;
}
.customer-service--content_phone-number {
  color: #273142;
  font-size: 24px;
  font-weight: 500;
  transition: linear 0.3s;
}
.customer-service--content_phone-number:hover {
  color: #014fa2;
  text-decoration: none;
  font-size: 26px;
  transition: linear 0.3s;
}
.card-query{
  border: 0 !important;
  filter: drop-shadow(2px 2px 2px #d1d0d0);
  width: 100%;
  margin-bottom: 35px;
}
.textbox-query {
  font-size: .8rem;
  border-radius: 10rem;
  padding: 1.3rem 1rem;
}
.textbox-query:focus{
  color: #6e707e;
  background-color: #fff;
  border-color: #fb6a00;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgb(248 105 0);
  box-shadow: 0 0 0 0.1rem rgb(252 106 0);
}
.btn-query{
  background: rgb(213, 221, 229);
  width: 100%;
  color:#fff;
  padding: 15px 10px;
  border-radius: 10rem;
  box-shadow: none !important;
  transition: linear 0.3s;
}
.btn-query:hover{
  background: rgb(39, 49, 66);
  transition: linear 0.3s;
}
.arrow {
  position: relative;
  margin: 10px;
  margin-top: 147px;
  color: #008009;
  font-size: 48px;
}
@media (max-width: 1024px){
  .card-settings {
    height: 270px;
}
}
@media(max-width:991px){
  
}

