.detail-content>form{
padding-top: 5% !important;
    display: inline-block;
    position: relative;
    width: inherit !important;
    height: inherit !important;
    box-sizing: border-box;
}
.section-nice .content-section9 .detail-content_content .content-top .content_right .custom-loading{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    column-gap: 16px;
}
.detail-content {
    overflow: hidden; 
    height: auto !important;
}
.section-nice .content-section9{
    height: 100% !important;
}
@media screen and (max-width:991px) {
    .section-nice .content-section9 .detail-content_content .content-top .content_right .custom-loading{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    row-gap: 16px;
}
}