.buttonTransparent
{
    padding: 0;
    background-color: transparent;
    border: none;
}

.buttonTransparent:disabled
{
    opacity: 0.2;
}

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

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

.display-flex{
    display: flex;
    align-items: center;
    margin-bottom: 3px !important;
    margin-top: 3px !important;
}

.list {
    display: block;
    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;
    //cursor: pointer;
}

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

@for $i from 1 through 11 {
    .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;
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.margins {
    margin-left: 30px;
    text-align: center;
}

.w-200{
    width: 200px;
}

.input{
    width: 80px;
    margin-right: 20px;
}

.w-277{
    width: 277px;
}

.e-margins{
    margin-left: 21px;
    margin-top: 36px !important;
}

.componnent-wrapper{
    height: 100%;
    display: flex;
    margin-bottom: 3px !important;
    margin-top: 3px !important;
}

.header-text{
    font-size: 20px;
}

.title-text{
    font-weight: 700;
}