body:auth-form {
    padding: 200px 50px;
}

/* validation message */
span.validation-msg {
    color: red;
}

/* success message */
span.mb-1{
    color: green;
}

table.dataTable.display tbody tr td:last-child{
    display:flex;
}

table.dataTable tbody tr td{
    color:#000;
}

table.dataTable.display tbody tr td:nth-child(2) {
    max-width: 480px !important;
}
table.dataTable.display tbody tr td:nth-child(3) {
    max-width: 480px !important;
}

/* focus button */
.btn{
    box-shadow: none !important;
}
@media only screen and (max-width: 767px) {
    table.dataTable.display tbody tr td:nth-child(2) {
        max-width: 10px !important;
    }
    .quixnav.active{
        left: 0;
    }
    .content-body {
        margin-left: 0px;
    }
    .quixnav {
        left: -275px;
    }
 }
 .card-body .basic-form label {
    color: black !important;
}
.card-body{
    color:black !important;
}
.form-group strong{
    color:black !important;
}

table.dataTable.display tbody tr td a {
    color: black;
}

table.dataTable.display tbody tr td .btn {
    color: white;
}

table.dataTable.display tbody tr td img{
    width: 100px;
    height: 100px;
    object-fit: cover;
}

table.dataTable.display tbody tr td:last-child {
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 30px;
}

.drag-drop-box h4{
    padding-bottom: 10px;
    font-size: 16px;
}

.drag-drop-box .dropzone{
    border: 1px dashed;
    border-radius: 5px;
    margin-bottom: 30px;
}

.drag-drop-box {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 30px;
}

.drag-drop-box span{
    color: #b8bbbb;
}

#mediaTable.dataTable.display tbody tr td:last-child {
    max-width: 280px !important;
    word-break: break-all;
}
