@charset "UTF-8";
/***************************************/
/*********     ProgressBar   ***********/
/***************************************/
#requestProgressBar {
    margin: -12px 0 12px;
    width: 100%;
    height: 4px;
    border-radius: 20px;
}

/***************************************/
/*********      scrollbar    ***********/
/***************************************/

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 5px;
}

.dark-model ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    border: 2px solid rgba(255, 255, 255, 0.13);
    background-color: rgba(239, 216, 216, 0.3);
}

.dark-model ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.55);
}

.dark-model ::-webkit-scrollbar-thumb:window-inactive {
    background-color: rgba(255, 255, 255, 0.52);
}

.light-model ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    border: 2px solid rgba(255, 255, 255, 0.13);
    background-color: rgba(0, 0, 0, .3);
}

.light-model ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .8);
}
/*
    private final static List<ChartPoint> BUY_POINTS = new ArrayList<>(){{
        add(ChartPoint.builder().r(21.0).g(231.0).b(3.0).build());
        add(ChartPoint.builder().r(20.0).g(139.0).b(17.0).build());
    }};

    private final static List<ChartPoint> SELL_POINTS = new ArrayList<>(){{
        add(ChartPoint.builder().r(130.0).g(41.0).b(22.0).build());
        add(ChartPoint.builder().r(112.0).g(37.0).b(25.0).build());
        add(ChartPoint.builder().r(185.0).g(48.0).b(18.0).build());
        add(ChartPoint.builder().r(74.0).g(31.0).b(29.0).build());
    }};
    background-color: rgba(21, 231, 3);
    background-color: rgba(20, 139, 17);
    background-color: rgba(130, 41, 22);
    background-color: rgba(112, 37, 25);
    background-color: rgba(185, 48, 18);
    background-color: rgba(74, 31, 29);
*/
.light-model ::-webkit-scrollbar-thumb:window-inactive {
    background-color: rgba(0, 0, 0, .2);
    background-color: rgba(255, 246, 12);
    background-color: rgba(0, 188, 212);
    background-color: rgba(16, 92, 24);
    background-color: rgba(12, 185, 10);
    background-color: rgba(21, 231, 3);
    background-color: rgba(20, 139, 17);
    background-color: rgba(130, 41, 22);
    background-color: rgba(112, 37, 25);
    background-color: rgba(185, 48, 18);
    background-color: rgba(74, 31, 29);
}

/***************************************/
/*********      validator    ***********/
/***************************************/
.error {
    border-color: #EA5200;
}

label.error {
    background: url(../img/validation/false.png) no-repeat 0 center;
    font-weight: bold !important;
    padding: 0 0 0 18px;
    color: #EA5200;
    margin-right: 20px;
    font-size: 86%;
}

.checked {
    background: url(../img/validation/true.png) no-repeat center center;
}

.d-flex.hide {
    display: none !important;
}


.hide {
    display: none !important;
}

.form-hide {
    width: 0 !important;
    height: 0 !important;
}

.display-flex {
    display: flex;
}

.tree-item-title-container {
    margin-left: 3px;
    border-radius: 2px;
    padding: 2px;
}

.none-decoration:hover {
    text-decoration: none
}

.light-model .tree-item-title-container a :hover {
    color: #344050 !important;
}

.light-model .tree-item-title-container a {
    color: #344050 !important;
}

.dark-model .tree-item-title-container a :hover {
    color: #f9fafd !important;
}

.dark-model .tree-item-title-container a {
    color: #f9fafd !important;
}

.light-model .selected-bg {
    background-color: #9da9bb;

}

.dark-model .selected-bg {
    background-color: #828282;
}

.padding-top-2 {
    padding-top: 2px;
}

.tree-item-icon {
    color: #2c7be5;
}

.settings-pannel {
    background-image: url(../img/generic/4.jpg);
}

.multiselect-wrapper {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: left;
}

.multiselect-wrapper button {
    text-align: left;
}

.multiselect-wrapper span {
    margin-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.multiselect-wrapper .dropdown-menu {
    width: 100%;
}

.multiselect-wrapper .caret {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 0;
    height: 0;
}

.multiselect-wrapper label.checkbox, .multiselect-wrapper label.radio {
    padding: 3px 20px 3px 30px !important;
    width: 100%;
}

.flatpickr-calendar {
    margin-top: 15px;
}

.btn-cus1 {
    background-color: rebeccapurple !important;
    border-color: rebeccapurple !important;
    color: #fff !important;
}

.btn-cus1:hover:not(:disabled):not(.disabled), .btn-cus1:focus:not(:disabled):not(.disabled) {
    color: #fff !important;
}

.btn-cus1:hover {
    color: #fff;
    background-color: #7b44b3 !important;
    border-color: #7b44b3 !important;
}

.transfer-container {
    border-style: dashed;
    padding: 15px;
}

.text-center {
    text-align: center;
}

.full-witdh {
    width: 100%;
}

.font-17-900 {
    font-size: 17px;
    font-weight: 900;
}

.link-text {
    color: #2c7be5;
}

.red-bg {
    background-color: #db1b3f;
    color: white;
    padding: 5px;
    border-radius: 5px;
}

.green-bg {
    background-color: #00ac64;
    color: white;
    padding: 5px;
    border-radius: 5px;
}

.blue-bg {
    background-color: #02b0fb;
    color: white;
    padding: 5px;
    border-radius: 5px;
}

.purple-bg {
    background-color: #c114be;
    color: white;
    padding: 5px;
    border-radius: 5px;
}

.orange-bg {
    background-color: #FB7F02FF;
    color: white;
    padding: 5px;
    border-radius: 5px;
}

.dark-model .split-line {
    border: 1px solid #344050;
    border-bottom-width: 0;
}

.light-model .split-line {
    border: 1px solid #d8e2ef;
    border-bottom-width: 0;
}

.web-console-log-line {
}

.exec-pipe-title.active {
    font-weight: 700;
    color: #1283e4;
}

.json-editor-item-row {
    margin-bottom: 15px;
}

.pipeline-console-title {
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    display: inline-flex;
}

.pipeline-console-title ul {
    display: contents !important;
}

.pipeline-console-title li {
    display: contents !important;
}

.pipeline-console-btn-group {
    width: 100%;
    height: 100%;
    display: contents;
}

.pipeline-console-btn-group :hover {
    background-color: #edf2f9;
}

.pipeline-console-btn {
    background-color: rgba(237, 242, 249, 0.49);
    width: 3%;
    position: absolute;
    height: 100%;
    top: -9%;
    display: flex;
    justify-content: center;
    align-items: center;
    float: inherit;
    z-index: 99999999999;
}

.pipeline-console-btn.left-btn {
    left: 0;
    border-radius:0 4px 4px 0
}

.pipeline-console-btn.right-btn {
    right: 0;
    border-radius:4px 0 0 4px
}

.pipeline-console-btn span {
    width: 100%;
    height: 100%;
}

.web-console-container {
    max-height: 500px;
    width: 100%;
    overflow-y: scroll;
    white-space: nowrap;
}
.tip-star-img{
    width: 60px;
}
.tip-star-container{
    position: absolute;
    z-index: 9999999;
    right: 3%;
    bottom: 0;
}
