.kv-table-header {
    background: none !important;
}

td a:hover {
    text-decoration: none;
}

td, tr {
    text-align: center;
    vertical-align: middle;
}

.bootstrap-select .dropdown-toggle .caret {
    display: none !important;
}

html {
    background-color: #151521;
}

table {

}

.global-preloader {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 9999 !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: rgba(18, 18, 18, 0.64) !important;
    transition: opacity 1s, visibility 0s 0s !important;
}

.preloader_hidden {
    visibility: hidden !important;
    opacity: 0 !important;
    transition: opacity 1.5s, visibility 0s 1s !important;
}

.toastr-top-right {
    margin-top: 50px
}

/*-------------input-color picker-----------------*/
.sp-preview {
    height: 30px;
    width: 30px;
}

.sp-preview {
    margin: 0;
}

.sp-dd {
    display: none;
}

.sp-preview {
    border: 0;
}

.help-block-error {
    color: red;
    margin-top: 0.5vw;
}

/*-----------------select2-input---------------------*/
.select2-selection.select2-selection--single{
    height: 34px !important;
}
.select2-selection.set-default-height{
    height: 43.6px !important;
}
.select2-search__field {
    background: transparent;
}

.select2-container--material .select2-selection--single .select2-selection__rendered {
    font-size: 1.175rem !important;
}
/*---------------------------------------------*/