.iowd-signup-text-part {
    margin: 30px 0 30px 40px;
    border-right: 1px solid #E4E4E4;
}
.iowd-button-container {
    display: flex;
    justify-content: center;
    margin-right: 40px;
}
.iowd-container * {
    box-sizing: border-box;
}
.iowd-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #323A45;
    font-family: sans-serif;
    margin-left: -20px;
}
.iowd-header {
    background-color: #FFFFFF;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
}
.iowd-header-img {
    display: flex;
    align-self: center;
}
.iowd-body-container {
    display: flex;
    justify-content: center;
    max-width: 100%;
    font-family: Open Sans, sans-serif !important;
    color: #323A45;
}
.iowd-body-container p {
    margin: 0;
}
/*.two-body .two-not-finished-notice {*/
/*    box-sizing: border-box;*/
/*    padding: 4px 6px 4px 26px;*/
/*    font-size: 12px;*/
/*    line-height: 19px;*/
/*    letter-spacing: 0.1px;*/
/*    background-repeat: no-repeat;*/
/*    background-position: 6px center;*/
/*    margin-bottom: 10px;*/
/*    background-color: #FD3C310D;*/
/*    border: 1px solid #FD3C311A;*/
/*    border-radius: 6px;*/
/*    background-image: url(../images/info_red_bg.svg);*/
/*    width: fit-content;*/
/*}*/
/*.two-container.connected .two-body-container {*/
/*    width: 714px;*/
/*    flex-direction: row;*/
/*    flex-wrap: wrap;*/
/*}*/
.iowd-container.disconnected .iowd-body-container {
    width: 940px;
    flex-direction: row;
    flex-wrap: wrap;
}

.iowd-body {
    background-color: #FFFFFF;
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-self: center;
    border-radius: 6px;
    border: 1px solid #323A4533;
}
.iowd-greeting {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
}
.iowd-waving-hand {
    display: inline-block;
    vertical-align: sub;
}
.iowd-plugin-status {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    margin-top: 5px;
}
.iowd-plugin-description {
    font-size: 14px;
    line-height: 20px;
}
/*.two-score0 {*/
/*    background: url(../images/speed/red-info.svg) no-repeat #FD3C310D;*/
/*    background-size: 30px;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    position: absolute;*/
/*    left: -15px;*/
/*    top: -15px;*/
/*    border-radius: 30px;*/
/*}*/
.iowd-button {
    border-radius: 6px;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    width: 260px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-top: 55px;
    text-transform: capitalize;
    color: #FFFFFF;
    cursor: pointer;
}
/*.two-button.two_cache_button {*/
/*    margin-top: 30px;*/
/*    text-transform: capitalize;*/
/*    height: 40px;*/
/*}*/
/*.two-button.two_cache_button:focus {*/
/*    color: #fff;*/
/*}*/
/*.two_cache_button .two-loading {*/
/*    position: relative;*/
/*    width: 14px;*/
/*    height: 14px;*/
/*    margin-top: -14px;*/
/*}*/
/*.two_cache_button .two-loading:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    background: transparent url(../images/speed/loader.svg) 0% 0% no-repeat padding-box;*/
/*    animation: rotation 1s infinite linear;*/
/*    width: 14px;*/
/*    height: 14px;*/
/*    top: 3px;*/
/*    left: -7px;*/
/*}*/
/*@keyframes rotation {*/
/*    from {*/
/*        transform: rotate(0deg);*/
/*    }*/
/*    to {*/
/*        transform: rotate(359deg);*/
/*    }*/
/*}*/
.iowd-button:hover {
    opacity: 0.8;
    color: #ffffff;
}
.iowd-button-green {
    background-color: #22B339;
}

.iowd-button[disabled] {
    cursor: default;
}
.iowd-button-connect {
    background-color: #22B339;
    align-self: center;
}
.iowd-button-connect:hover {
    background-color: #22B339CC;
    color: #FFFFFF;
}
.iowd-button-connect[disabled] {
    background-color: #22B33980;
    color: #FFFFFF80;
}

.iowd-step {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.iowd-steps {
    margin: 14px 0 20px 0;
}
.iowd-step-check {
    width: 40px;
    height: 40px;
    box-shadow: 0 3px 6px #00000027;
    border-radius: 50%;
    padding: 3px;
    box-sizing: border-box;
    flex: 0 0 auto;
}
.iowd-step-check-inner {
    background-repeat: no-repeat;
    background-position: center;
    width: 34px;
    height: 34px;
    border: 4px solid #22B339;
    border-radius: 50%;
    box-sizing: border-box;
}
.iowd-step-check-inner.iowd-check {
    background-image: url("../img/check.svg");
}
.iowd-step-check-inner.iowd-star {
    background-image: url("../img/star.svg");
}
.iowd-step-check-inner.iowd-flash {
    background-image: url("../img/flash.svg");
}
.iowd-step-title {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    margin: 11px 12px;
}
.iowd-step-body {
    flex: 0 1 100%;
    margin: 0 52px;
    position: relative;
}
.iowd-step-header {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}
.iowd-step-description {
    font-size: 14px;
    line-height: 20px;
}
.iowd-step-1 .iowd-step-description{
    margin-bottom: 32px;
}
.iowd-step-body:before {
    content: "";
    position: absolute;
    top: 6px;
    left: -32px;
    height: calc(100% - 15px);
    border: 1px solid #22B339;
    border-radius: 7px;
    background-color: #22B339;
}
.iowd-step-1 .iowd-step-body:before {
    opacity: 0.3;
}
.iowd-step-2 .iowd-step-body:before {
    height: calc(100% - 6px);
}

/*.two-disconnect-popup {*/
/*    position: fixed;*/
/*    top: 0; right: 0; bottom: 0; left: 0;*/
/*    background-color: #323A4534;*/
/*    display: none;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    z-index: 9999;*/
/*    color: #323A45;*/
/*    font-family: sans-serif;*/
/*}*/
/*.two-disconnect-popup.open {*/
/*    display: flex;*/
/*}*/
/*.two-disconnect-popup-body {*/
/*    width: 700px;*/
/*    height: 390px;*/
/*    margin: 0 auto;*/
/*    background-color: #FFFFFF;*/
/*    border-radius: 13px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-self: center;*/
/*    padding: 35px 50px;*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*    justify-content: space-between;*/
/*    position: relative;*/
/*}*/
/*.two-disconnect-popup-content {*/
/*    max-width: 480px;*/
/*    flex-grow: 1;*/
/*    margin: 10px 0;*/
/*}*/
/*.two-disconnect-popup-content>p {*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*    margin: 20px 0;*/
/*}*/
/*.two-disconnect-popup-title {*/
/*    font-size: 24px;*/
/*    line-height: 34px;*/
/*    font-weight: 800;*/
/*}*/
/*.two-disconnect-popup-list p {*/
/*    font-size: 14px;*/
/*    line-height: 18px;*/
/*    position: relative;*/
/*    padding-left: 25px;*/
/*}*/
/*.two-disconnect-popup-list p:before {*/
/*    content: '';*/
/*    display: inline-block;*/
/*    background-image: url('../images/error_solid.svg');*/
/*    width: 22px;*/
/*    height: 17px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: -1px;*/
/*}*/
/*.two-button-cancel, .two-button-cancel:hover {*/
/*    background-color: #E6E7E8;*/
/*    color: #323A45;*/
/*}*/
/*.two-disconnect-popup-button {*/
/*    display: inline-block;*/
/*    width: 180px;*/
/*    box-sizing: border-box;*/
/*    margin: 10px;*/
/*}*/
/*.two-button-disconnect {*/
/*    background-color: #FD3C31;*/
/*    color: #FFFFFF;*/
/*}*/
/*.two-button-disconnect:hover {*/
/*    background-color: #FD3C31CC;*/
/*    color: #FFFFFF;*/
/*}*/
/*.two-disconnect-popup-button-container {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: end;*/
/*}*/
/*.two-close-img {*/
/*    position: absolute;*/
/*    top: 15px;*/
/*    right: 15px;*/
/*    cursor: pointer;*/
/*}*/

@media screen and (max-width: 767px){
    .iowd-image-container{
        display: none;
    }
}