.guest-background{
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.roles-table .dt-checkboxes-cell{
    display: none;
}
.product-action{
    font-size: 17px;
}
.data-list-upload .dropify-wrapper{
    margin: 0px 4px;
    border-radius: 5px;
}
.dropify-wrapper .dropify-preview .dropify-render img{
    margin: auto;
}

.colored-toast.swal2-icon-success {
  background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
  background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
  background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
  background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
  background-color: #87adbd !important;
}

.colored-toast .swal2-title {
  color: white;
}

.colored-toast .swal2-close {
  color: white;
}

.colored-toast .swal2-html-container {
  color: white;
}
.table-responsive .dt-checkboxes-cell .dt-checkboxes{
    border-width: 0px !important;
}

.table-responsive .dt-checkboxes-cell .dt-checkboxes:focus{
    background-color: transparent !important;
    box-shadow: none !important;
}

.table-responsive .checkbox:focus{
    background-color: transparent !important;
    box-shadow: none !important;
}
.main-body-content-orders{
    max-height: 400px;
    overflow-y: scroll;
}
