
/*# sourceMappingURL=custom.min.css.map */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: none
}

::-webkit-scrollbar-thumb {
    background: rgba(30, 30, 30, .8);
    box-shadow: none;
    border-radius: 5px
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(30, 30, 30, .8)
}

textarea.height-fix {
    height: 200px !important;
}


.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.textarea-64.form-control {
    height: 64px !important;
}