.question-background{
    background-color: #f0f9ff;
}
.background-contact{
    background-color:#FA4A23;
    border: 1px solid #FA4A23;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: background-color 0.3s linear;
    -ms-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
.background-contact:hover,.form-question-bg,.hds{
    background-color: #01203d;
}
.bg-question{
    background: #F5FAFF;
    border: 2px solid #DEE5EC;
    font-size: 0.75rem;
}
.border-related,.background-contact:hover{
    border: 1px solid #01203D;
}
.contact-submit {
    background-color: #FA4A23;
    border: 1px solid #FA4A23;
}
.contact-submit:hover {
    background-color: #01203D;
    border: 1px solid #01203D;
    -webkit-transition: background-color 0.3s linear;
    -ms-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
    border: 1px solid white !important;
}
.arrow-related{
    background-color: #1E2D3E;
}
.question-imput{
    height: 2.875rem;
}
.question-imput1{
    height: 5rem !important;
}
.question-imput::placeholder {
    color: white !important;
}
.question-ans{
    border: 3px solid #00D600;
    box-shadow: -1px 3px 13.3px -1px #01AC01;
}
.detail-question-ht{
    height: 10.625rem;
}
.image-top-question1{
    top: 12.063rem;
    width: 3.75rem;
    height: 3.75rem;
}
.image-top-question2{
    top: 11.938rem;
    width: 95%;
}
.question-top{
    padding-top: 4rem;
}
#message-answer .fa-info-circle {
    top: 68%;
    right: 1.5%;
}
.question-thead{
    background: #ccc;
    height: 3.125rem;
}
.question-body tr{
    background-color: #c9eff9;
    font-size: 0.875rem;
}
@media (min-width: 992px) {
    .width-question{
        max-width: 17rem !important;
        width: 17rem;
    }
    .bg-question{
        font-size: 0.875rem;
    }
    .detail-question-ht{
        height: 15.625rem;
        width: 50rem;
    }
    .image-top-question1{
        top: 13.438rem;
        width: 7.5rem;
        height: 7.5rem;
    }
    .image-top-question2{
        top: 12.063rem;
        width: 80%;
        height: inherit;
    }
    .question-top{
        padding-top: 5rem;
    }
}
