@media (max-width: 600px) {
    body {
      padding: 0;
      margin: 0;
      min-width: 350px;
    }
    #content {
        /* pass */
        position: relative;
        width: 100%;
    }
    /* #content .container {
      position: relative;
      margin: 0 !important;
      padding: 0 !important;
      width: 95% !important;
      max-width: 95% !important;
    } */
    .container, .row {
        position: relative;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .col-md-4, .col-md-6, .col-md-8 {
        padding: 0;
    }
    .radio-inputs {
        padding-left: 0;
    }
    .form-check {
        height: 80px;
    }
    .form-check input, .form-check label {
        display: inline-block !important;
        vertical-align: middle !important;
    }
    .form-check label {
        width: 70%;
        line-height: 20px;
    }
    .doc-name, .doc-validation-info, .doc-validation-code {
        display: none !important;
    }
    tr.filters input {
        display: none;
    }
    #tpe-space {
        text-align: left !important;
        margin-top: 20px !important;
    }
    #tpe-space a {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
    }
    div:has(table) {
        overflow-x: auto !important;
    }
    div:has(table) .btn {
        margin-bottom: 10px;
    }
    footer {
        height: 250px !important;
        padding: 20px;
    }
    section {
        padding: 10px !important;
    }
    .profile-top {
        background: #333;
        /* background: -webkit-linear-gradient(to left, rgb(227, 229, 232), rgba(166, 193, 238, 1));
        background: linear-gradient(to left, rgb(227, 229, 232), rgba(166, 193, 238, 1)); */
        min-height: 400px !important;
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .profile-name {
        margin: 0;
        margin-top: 20px;
    }
    .accordion-button small {
        display: none;
    }
    #item-preview-header h3 {
        display: block;
        width: 100% !important;
        
    }
}