@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');

/* @font-face {
    font-family: "Roboto Condensed";
    src: url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap")
}
 */

    #ws_msg_body {
        resize: none;
    }

    /*body { background-color: #30303d; color: #fff; }*/
    .chartdiv {
        /*width: 100%;*/
        height: 300px;
    }

    .chartdiv {
        font-family: "Roboto Condensed";
    }

    svg {
        display: block;
        margin: auto;
    }

.equal-height {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.equal-height .card-content {
  flex: auto;
}

/*цвет стрелочек в свернутых таблицах*/
td.dtr-control::before {
color: rgba(255, 255, 255, 0.8) !important;
}

/*цвет фона выпадающих списков в таблицах*/
div.dataTables_wrapper select option {
background: rgba(0, 0, 0, 0.8)
}