.sip_row{
    width: 100%;
    padding: 25px;
    display: flex;
    flex-direction:row;
    flex-wrap: nowrap;
    /*justify-content: space-evenly;*/
    justify-content: center;
    align-items: center;
    align-content: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sip_col{}
/**/
.sip_col:nth-child(1) {
    margin-right: 5%;
}
.sip_col:nth-child(2) {
    margin-right: 5%;
}
.sip_col:nth-child(3) {/*sip*/
    margin-right: 30%;
}
.sip_col:nth-child(4) {
    margin-right: 5%;
}
/*
@media (max-width: 575.98px) {
    .sip_row{
        padding: 10px;
        margin: auto;
    }
    .sip_col:nth-child(1) {
        margin: auto;
    }
    .sip_col:nth-child(2) {
        margin: auto;
    }
    .sip_col:nth-child(3) {
        margin: auto;
    }
    .sip_col:nth-child(4) {
        margin: auto;
    }
}
*/
@media (max-width: 767.98px) {
    .sip_col:nth-child(3) {/*sip*/
        margin-right: 12%;
    }
}

/**/
.transmitter{
    width: 50px;
    height: 110px;
    margin: 2px;
    text-align: center;
    line-height: 50px;
    font-size: 11px;
    position: relative;
    display: flex;
    flex-direction:column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
}
.transmitter a{
    width: inherit;
    height: inherit;
    position: relative;
    z-index: 50;
    cursor: pointer;
    background-color: inherit;
    display: flex;
    flex-direction:column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    text-transform: uppercase;
    color: #002f47;
}

.transmitter .transmitter-intext, .transmitter .transmitter-intext1, .transmitter .transmitter-intext2{
    position: absolute;
    background-color: white;
    border: 1px solid #606060;
    left: 0;
    top: 30px;
}
.transmitter .transmitter-intext{z-index: 30;}
.transmitter .transmitter-intext1{z-index: 20;}
.transmitter .transmitter-intext2{z-index: 10;}

.transmitter img{
    width: 100%;
}

.transmitter.client img, .transmitter.to_client img{
    padding: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffffff;
}

.dealer .transmitter-intext, .dealer .transmitter-intext1, .dealer .transmitter-intext2{
    width: 43px;
    height: 42px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 40px;
}

.lb .transmitter-intext, .lb .transmitter-intext1, .lb .transmitter-intext2{
    width: 52px;
    height: 52px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    left: -1px;
    top: 28px;
}
.lb .transmitter-intext1{
    left: 2px;
    top: 32px;
}
.lb .transmitter-intext2{
    left: 5px;
    top: 35px;
}
.sip .transmitter-intext, .sip .transmitter-intext1, .sip .transmitter-intext2{
    width: 52px;
    height: 52px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-weight: bold;
    left: -1px;
    top: 28px;
}
.sip .transmitter-intext1{
    left: 2px;
    top: 32px;
}
.sip .transmitter-intext2{
    left: 5px;
    top: 35px;
}

.transmitter .deactivated .transmitter-intext, .transmitter .deactivated .transmitter-intext1, .transmitter .deactivated .transmitter-intext2{
    background-color: white;
    border: 2px solid #8f0e04 !important;
    color: #8f0e04 !important;
}

.radius{
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.red{
    /*background-color: #8f0e04 !important;*/
}



@keyframes move {
    0% {
        right: 0;
    }
    100% {
        right: 100%;
    }
}


/** WAYS **/
.line{
    position: absolute;
    height: 2px;
    min-width: 10px;
    background-color: #606060;
    z-index: 1;
}

.line:after {
    content: "";
    position: absolute;
    top: -1.8px;
    z-index: 1;
    background-color: #00baf2;
    animation: move 1.5s linear infinite;
    overflow: hidden;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.line.deaktive{
    background-color: #8f0e04;
}
.line.deaktive:after {
    animation: none;
    background-image: none;
}


/**************** for wp elementor **************************/
#diagram-app{
    position: relative;
    width: 100%;
    height: 357px;
    overflow: hidden;
}
#vays{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}
.sip_row{
    position: relative;
    z-index: 10;
    width: 100%;
    height: 357px;
}
.app-placeholder{
    display: block;
}
@media (max-width: 1025px) {
    .app-placeholder{
        display: none;
    }
    #vays{
        top: -193px;
        left: -29px;
    }
}
/**************** for wp elementor **************************/