﻿::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 8px;
    background-color: white;
    background-image: linear-gradient(195deg,#66bb6a,#43a047);
    /*background-image: -webkit-linear-gradient(45deg, rgba(233, 30, 99, 0.8) 25%, transparent 25%, transparent 50%, rgba(233, 30, 99, 0.9) 50%, rgba(233, 30, 99, 1) 75%, transparent 75%, transparent );*/
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    background: #ededed;
    border-radius: 8px;
}

.input-group .form-label {
    z-index: 2;
}
.input-group > .form-control:focus, .input-group > .form-select:focus {
    z-index: 1;
}

.fix-last-tr-td-border tr:last-child td {
    border-width:1px!important;
}

.btn-link{
    cursor:pointer;
}
/*:-webkit-autofill,
:-webkit-autofill:active,
:-webkit-autofill:default,
:-webkit-autofill:before,
:-webkit-autofill:after,
:-webkit-autofill:hover,
:-webkit-autofill:focus {
    border: none;
    background: #00000000 !important;
    -webkit-text-fill-color: #000;
    z-index: -2!important;
}*/

.form-label-lg {
    line-height:4.5rem!important;
}