$red:#d0021b;
//this table related css and for example ones in connector grid component should be merged
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.icon-button {
    cursor: pointer;
    font-size: 30px;
    vertical-align: middle;
    .close-icon {
        cursor: pointer;
        position: absolute;
        right: 10px;
    }
}

.steps {
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0;
    height: 60px;
    padding: 0;
    justify-content: space-between;
}

.btnStep {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .5px;
    background-color: transparent;
    border: 0px;
    outline: none;
}

.btnStep:disabled {
    opacity: .6!important;
    cursor: default;
}

.step::before {
    background-color: #ccc9cc;
    margin-left: 16px;
    min-width: 70%;
    height: 2px;
}

@for $i from 1 through 6 {
    .step:nth-child(#{$i}) .btnStep::before {
        content: '#{$i}';
    }
}

.btnStep::before {
    display: inline-block;
    width: 40px;
    min-width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    right: 0;
    background-color: #000;
    margin-right: 12px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 13px;
}

// .btnStep:focus::before {
//     background-color: $red;
// }

// .btnStep:after {
//     content: " ";
//     background-color: #ccc9cc;
//     margin-left: 16px;
//     min-width: 80px;
//     height: 2px;
//     display: inline-block;
// }

.arms-table{
    // position: absolute;
    bottom: 41px;
    right: 18px;
    height: 100%;
    background-color: white;
}

// @media only screen and (max-width: 1800px) {
//     .adjust-table{
//         width: 45%;
//     }
// }

.arms-table th, .arms-table td{
    text-align: center;
}

td, th {
    padding: 1px;
}

.red-button {
    font-family: inherit;
    padding: 7px 14px;
}

.currentTab::before{
    background-color:$red !important;
}

.display-flex{
    display: flex;
   // align-items: center;
    margin-bottom: 10px;
}