table.dataTable > thead .sorting:before {
    display: none !important;
}

table.dataTable > thead .sorting:after {
    display: none !important;
}

.table td,
.table th {
    vertical-align: revert;
    padding: 0.6rem !important;
    /* min-width: 100%; */
}

.custom-file-label:lang(tr)::after {
    content: " Yükle";
}

.custom-file-control:lang(en)::after {
    content: "Choose file...";
}

table.cart th,
#main-content table.cart th,
table.cart td,
#main-content table.cart td,
table.cart tr,
#main-content table.cart tr,
#content-area table tr,
#content-area table td,
#content-area table th {
    max-width: 100px;
    padding: 0.857em 0.587em;
}

.select_bg {
    background-color: yellowgreen;
}

.select_bg_2 {
    background-color: yellow;
}

.select_bg_3 {
    background-color: rgb(128, 230, 241);
}

.select_bg_4 {
    background-color: rgb(188, 216, 237);
}

.dataTables_wrapper input[type="search"] {
    width: 100%;
    min-width: 200px;
    min-height: 40px;
    border: 2px solid #aaa;
    border-radius: 4px;
    margin: 8px 0;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    transition: .3s;
}

.dataTables_wrapper input[type="search"]:focus {
    width: 300px;
    border-color: dodgerBlue;
    box-shadow: 0 0 8px 0 dodgerBlue;
}

.dataTables_wrapper input[type="search"]:hover {
    width: 300px;
    border-color: #be1d46;
    box-shadow: 0 0 8px 0 #ec0a86;
}



.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible .close {
    position: relative;
    top: -0.5rem;
    right: -1.25rem;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

