﻿.cursor-pointer{
    cursor:pointer;
}
.hide{
    display:none !important;
}
.error {
   color: #d00 !important
}
.mt-28 {
    margin-top: 26px;
}
.ml-10{
    margin-left:10px
}
.d-flex{
    display:flex;
}
.mr-10 {
    margin-right: 10px
}
pre {
    white-space: pre-wrap; /* Since CSS 2.1 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.color-txt{
    color:white !important;
}