/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/
.modal-title {
    color: #854fff;
}

.fix-label-search-btn {
    margin-top: 30px;
}

.table .thead-light button {
    width: 100%;
    font-weight: bold;
    background-color: transparent;
    border: none;
    text-align: left;
    color: #364a63;
}

.table .thead-dark button {
    width: 100%;
    font-weight: bold;
    background-color: transparent;
    border: none;
    text-align: left;
    color: #fff;
}

.th-sort:hover {
    text-decoration: none;
}

.th-sort:focus {
    outline: none;
}

.th-sort:after {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: "";
    position: relative;
    top: -10px;
    right: -5px;
}

.th-sort.asc:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    content: "";
    position: relative;
    top: 4px;
    right: -5px;
}

.th-sort.desc:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000;
    content: "";
    position: relative;
    top: -4px;
    right: -5px;
}

.table .thead-light .th-sort.asc:after {
    border-top: 5px solid #364a63;
}

.table .thead-light .th-sort.desc:after {
    border-bottom: 5px solid #364a63;
}

.table .thead-dark .th-sort.asc:after {
    border-top: 5px solid #fff;
}

.table .thead-dark .th-sort.desc:after {
    border-bottom: 5px solid #fff;
}

.form-scroll {
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: scroll;
}