label,
.el-switch span {
    user-select: none;
}

.swal2-shown {
    overflow: unset !important;
    padding-right: 0px !important;
}

.mw-100px {
    min-width: 100px;
}

.mw-260px {
    min-width: 260px;
}

.el-form-item__error {
    padding-top: 5px !important;
}

.table.gs-0 th:first-child,
.table.gs-0 td:first-child {
    padding-left: 9px !important;
}

.table.gs-0 td:last-child {
    padding-right: 9px !important;
}

@media (max-width: 991.98px) {

    .dropzone {
        grid-template-columns: repeat(3, 1fr);
    }

    .dropzone .dz-preview {
        height: 70px;
        width: 70px;
    }

    .table-responsive {
        overflow-x: unset;
    }

    .table-responsive table thead {
        display: none
    }

    .table-responsive table tr {
        display: block;
        margin-bottom: 1.5rem;
    }

    .table-responsive table tr:last-child {
        margin-bottom: unset;
    }

    .table-responsive table td {
        display: block;
        text-align: right;
    }

    .table-responsive table td div.d-flex {
        display: block !important
    }

    .table-responsive table td div.d-flex.flex-buttons {
        display: flex !important;
        justify-content: center;
    }

    .table-responsive table td::before {
        content: attr(data-label);
        float: left;
    }

    .table-responsive table td:last-child {
        border-bottom: 0;
    }

    table th,
    table td {
        font-size: 1.25rem;
    }



}