.select2-container{
    width: 100% !important;
}

.col-detail{
    padding-left: 10px;
    border-bottom: 1px solid #e9e9e0;
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}

.col-detail h6{
    margin-bottom: 0px;
    color: #484848;
    font-size: 0.93rem;
}

.col-detail h6 span {
    padding-bottom: 0px;
}
.col-detail h6 span {
    width: 250px;
    display: inline-block;
    font-weight:500;
    font-size: 0.93rem;
}

.col-detail span {
    padding: 0 10px;
    font-size: 0.85em;
    /*padding-top: 3px;*/
}


@media print {
  
    img, svg {
        max-width: inherit;
    width: inherit;
        }
        
    header, footer, aside, nav, form, iframe, .main-footer, .backResi, .btnPrintResi, .btnBack, .btnPrint, .form-inline {
        display: none;
        }
        
   
    
}