
    /* .panel-heading {
    background-color: linear-gradient(to right, #0b0c13, #1e252a) !important;
    color: #58a6ff;

} */


table>tbody>tr,
table>thead>tr {
    border-bottom: hidden;
}

.signals_action_btn {
    background-color: #060607;
    border: solid 1px grey;
}

.myModal{
    background-color: #000000e6;
    border: 1px solid gray;
    box-shadow: 0px 0px 60px 6px #2b588b;
}

.signals_action_dropdown {
    position: absolute;
    will-change: transform;
    top: 0px;
    left: 0px;
    transform: translate3d(2132px, 1759px, 0px);
    background: black;
    border: 0.5px solid grey;
    box-shadow: 0px 0px 20px 0px grey;
}

.signals_action_btn:hover {
    background-color: #337ab7;
}

:root {
    --table-bg-color: #0d1117;
    --table-border-color: #30363d;
}

.scroll {
    max-height: 700px;
    overflow-y: auto;
}

.myTable {
    /* display: block !important; */
    overflow-x: auto !important;
    white-space: nowrap !important;
}

.myTbody {

    display: table !important;
    width: 100% !important;
}

.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #2a2a2a59 !important;
    background: linear-gradient(to right, #0b0c13, #1e252a)
}


/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #20202057;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.form-control {
    background-color: transparent !important;
    color: #337ab7 !important;
    border: 1px dotted #337ab7 !important;
    /* rgba(0, 255, 255, 0.726) ;*/
}

hr{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #337ab7;
}

option {
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #1f2226;
    font-size: 16px;
}

.breadcrumb {
    /* background-color: #0b0c13; */
    background-color: transparent !important;
}

.form-group select input {
    outline: none;
    border: none;
}

optgroup {
    background-color: #060607;
}

.myModals {
    background-color: #040b04d1 !important;
    border: 1px solid grey;
    /* background-color: #171d2478!important; */
    outline: none;
}

.btn-default {
    background-color: #21262d;
    color: #58a6ff;
    border-color: #f0f6fc1a;
    /*font-weight: bold;*/
}

.btn-default:hover {
    background-color: #313842;
    color: #58a6ff;
    border-color: #f0f6fc1a;
    /* font-weight: bold; */
}

.btn-primary:visited,
.btn-primary:active {
    background-color: #58a6ff;
    color: rgb(189, 189, 189);
    outline-color: #060607;
}

.progress {
    background-color: #060607;
}

input[type="radio"]:checked:before {
    content: "";
    display: block;
    position: relative;
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: red;
}

.pips {
    color: dodgerblue;
    margin-inline-start: 5px;
}

/* ===============  radio button  ================ */
.radio-toolbar {
    margin: 10px;
}

.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #ddd;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 2px solid #444;
    border-radius: 4px;
}

.radio-toolbar label:hover {
    background-color: #dfd;
}

.radio-toolbar input[type="radio"]:focus+label {
    border: 2px dashed #444;
}

.radio-toolbar input[type="radio"]:checked+label {
    background-color: #bfb;
    border-color: #4c4;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    /* vertical-align: top; */
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

/* ===============  radio button  ================ */