/*
 * Created By : Ahmad Windi Wijayanto
 * Email : ahmadwindiwijayanto@gmail.com
 * website : https://whendy.net
 * --------- 1/25/20 1:22 AM ---------
 */

.dataTables_scrollHeadInner { width: 100% !important; }
div.dataTables_wrapper div.dataTables_processing {
    top: 1%!important;
    left: 0%!important;
    width: 98.5%!important;
    height: 80%!important;
    margin-left: 10px!important;
    margin-top: 0!important;
    z-index: 20;
    background: rgb(0 0 0 / 55%)!important;
}
div.dataTables_processing_content {
    background: #ffffff;
    width: 200px;
    padding: 15px;
    border-radius: 3px;
    font-size: 17px;
    font-weight: bold;
    top: 42%;
    left: 42%;
    position: absolute;
}
.btn-group-xs>.btn{
    padding: .125rem .25rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .15rem;
}

.pointer, .cursor-pointer, .pointer-cursor, .custom-control-label {
    cursor: pointer!important;
}
.move, .cursor-move {
    cursor: move!important;
}
/*
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.1em!important;
}*/

.bg-blue-purple:after {
    background: -webkit-linear-gradient(to right, #2926ac 0%, #6128be 100%);
    background: -moz-linear-gradient(to right, #2926ac 0%, #6128be 100%);
    background: -o-linear-gradient(to right, #2926ac 0%, #6128be 100%);
    background: linear-gradient(to right, #2926ac 0%, #6128be 100%);
}

.sidebar-bluepurple .nav-sidebar > .nav-item > .nav-link,
.sidebar-bluepurple .nav-sidebar > .nav-item > .nav-link:hover,
.sidebar-bluepurple .nav-treeview > .nav-item > .nav-link,
.sidebar-bluepurple .nav-treeview > .nav-item > .nav-link:hover {
    color: #FFFFFF;
}

.sidebar-bluepurple .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-bluepurple .nav-treeview > .nav-item > .nav-link.active {
    background: -webkit-linear-gradient(to right, #6128be 0%, #2926ac 100%);
    background: -moz-linear-gradient(to right, #6128be 0%, #2926ac 100%);
    background: -o-linear-gradient(to right, #6128be 0%, #2926ac 100%);
    background: linear-gradient(to right, #6128be 0%, #2926ac 100%);
    color: #ffffff;
}

.sidebar-bluepurple .nav-sidebar > .nav-item > .nav-link:hover,
.sidebar-bluepurple .nav-treeview > .nav-item > .nav-link:hover {
    background: -webkit-linear-gradient(to right, #6128be 0%, #2926ac 100%);
    background: -moz-linear-gradient(to right, #6128be 0%, #2926ac 100%);
    background: -o-linear-gradient(to right, #6128be 0%, #2926ac 100%);
    background: linear-gradient(to right, #6128be 0%, #2926ac 100%);
}

.sidebar-bluepurple {
    background: -webkit-linear-gradient(to right, #2926ac 0%, #6128be 100%);
    background: -moz-linear-gradient(to right, #2926ac 0%, #6128be 100%);
    background: -o-linear-gradient(to right, #2926ac 0%, #6128be 100%);
    background: linear-gradient(to right, #2926ac 0%, #6128be 100%);
}

body.login-page div.card {
    /*box-shadow: 0 0 0 #f8f9fa, 0 0 10px #f8f9fa;*/
    margin-bottom: 1rem;
}

body.login-page div.card div.card-body {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.bg-trashed {
    background-color: #dc354536!important;
    color: #000000!important;
}

/* force select2 to match bootstrap form-control-sm */
.select2-container--bootstrap4 .select2-selection--single.form-control-sm .select2-selection__placeholder {
    color: #757575;
    line-height: 1.25rem;
}
.select2-container--bootstrap4 .select2-selection--single.form-control-sm .select2-selection__rendered {
    line-height: 1.25rem;
}
.select2-container--bootstrap4 .select2-selection--single.form-control-sm {
    height: calc(1.25rem + 11px)!important;
}
.select2-container--bootstrap4 .select2-selection--single.form-control-sm .select2-selection__clear {
    margin-top: 0.1em!important;
    margin-right: 0!important;
}

.form-control-noborder{height: calc(1.8125rem + 0px);padding: 0 0;font-size: unset!important;line-height: 1.5;border-radius: 0!important;width: 80%;border: 0!important;background: none!important;}

.select2-container--default .select2-selection--multiple {border: 1px solid #ced4da!important;}
.select2-container--default .select2-selection--multiple .select2-selection__choice {background-color: #007bffc9!important;}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {color: #FFFFFF!important;}

table tbody tr td ul.fa-ul,
table tr td ul.fa-ul,
table tbody tr td ol.fa-ul,
table tr td ol.fa-ul
{
    margin-left: 25px;
}
table tr td ul.table-ul,
table tr td ol.table-ul{
    padding-inline-start: 20px;
}

table.table-vertical-align-middle tbody td {
    vertical-align: middle;
}
table.table-vertical-align-top tbody td {
    vertical-align: top;
}
table.table-vertical-align-bottom tbody td {
    vertical-align: bottom;
}
ul.tab-input-language .nav-item, ul.tab-view-language .nav-item {
    margin-bottom: -3px;
}
ul.tab-input-language li a.nav-link, ul.tab-view-language li a.nav-link {
    padding: .1rem .5rem;
}

.text-decoration-dashed {
    text-decoration: revert;
    color: inherit;
    text-decoration-style: dashed !important;
    text-decoration-color: #007bff;
}

/* UI Autocomplate */
.ui-autocomplete {
    position: absolute;
    /*top: 100%;*/
    /*top: 97%!important;*/
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    /*width: 100%!important;*/
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}
.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}
.ui-state-hover, .ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
}

.datepicker, .datetimepicker {
    transform: translate(0, 3.5em);
}

.datetimepicker th.clear {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: none;
}
.datetimepicker th.clear:hover{
    background-color: #d72a39;
}

.datetimepicker th.today {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: none;
}

.datetimepicker th.today:hover {
    background-color: #13a0b7;
}

.direct-chat-primary .right>.direct-chat-text {
    background: #007bff;
    border-color: #007bff;
    color: #fff;
    float: right;
}
.right .direct-chat-text {
    margin-left: 0;
    margin-right: 7px;
}
.direct-chat-text {
    width: fit-content;
}
.comment-report{
    margin-bottom: 30px;
}
.comment-report .far{
    margin-right: 5px;
    color: #1b9bff;
  }
  .comment-report button{
    background-color: #1b9bff;
    border-color: #1b9bff;
  }
  .card-report.tracking{
    background-color: #1b9bff;
    border-color: #1b9bff;
    color: #ffffff;
  }
  .comment-report .comment-box{
    border-radius: 5px;
    padding: 10px 20px;
    margin: 5px 0px;
  }
  .comment-report .comment-box h4{
    font-size: 14px;
  }
  .comment-report .comment-box h5{
    font-size: 12px;
  }
  .comment-report .comment-box.admin{
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
  }
  .comment-report .comment-box.admin .far{
    color: #004085;
  }
  .comment-report .comment-box.pengadu{
    background-color: #cce5ff;
    color: #155724;
    border-color: #c3e6cb;
    text-align: right;
  }
  .comment-report .comment-box.pengadu .far, .comment-report .comment-box.pengadu .fas{
    color: #155724;
    float: right;
    margin-left: 10px;
    margin-right: 0px;
  }

.ui-autocomplete-loading { background:url(../images/loader-16.gif) no-repeat right center }

.dropdown-menu.show {
    z-index: 1039;
}
.dropdown-toggle.remove-caret:after { content: none!important; }

.dataTables_scrollBody {
    min-height: 350px;
}

.modal-dialog .overlay {
    height: -moz-available!important;          /* WebKit-based browsers will ignore this. */
    height: -webkit-fill-available!important;;  /* Mozilla-based browsers will ignore this. */
    height: fill-available!important;;
    top: 58px!important;
}
/* Header fixed to the top of the modal */
.modal-header--sticky {
    position: sticky;
    top: 0;
    background-color: inherit; /* [1] */
    z-index: 1055; /* [2] */
}

/* Footer fixed to the bottom of the modal */
.modal-footer--sticky {
    position: sticky;
    bottom: 0;
    background-color: #fff; /* [1] */
    z-index: 1055; /* [2] */
}
