

.input-group-changelly .form-control{

}

.form-control.input-trx{
    min-height: 50px;
}
.input-group-changelly .form-control.form-control-amount{
    width: 70% !important;

}
.input-group-changelly .selectpicker_custom.form-control{
    width: 30% !important;
}

.input-group-changelly .form-control{
    min-height: 50px;
    border: 1px solid #ccc;
}
.changelly-highlight{
    font-size: 1.2em;
}
.changelly-highlight b{
    font-size: 1.4em;
    background-color: #1d3f5b;
    color:#fff;
    padding: 5px 15px;
    border-radius: 8px;
}
.changelly-highlight b span{
    cursor: pointer;
}

.exchange-right,
.exchange-left,
.exchange-middle{
    display: inline-block;
    vertical-align: top;
    max-width: 400px;
}
.exchange-right,
.exchange-left{
    width: 400px;
}

.exchange-middle{
    min-width: 50px;
    text-align: center;
    font-size: 2em;
}

.changelly-exchange{
    position: relative;
}

.changelly-modul-loading-overlay-status,
.changelly-modul-loading-overlay-3,
.changelly-modul-loading-overlay-2,
.changelly-modul-loading-overlay{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: #e5e9ed;
    text-align: center;
}

.changelly-modul-loading-overlay-3,
.changelly-modul-loading-overlay-2{
    display: none;
}

.cha-error-message,
.validation-error-message{
    color: red;
    font-size: 1.3em;
    font-weight: 600;
    text-align: center;
}
.cha-success-message{
    color: green;
    font-size: 1.3em;
    font-weight: 600;
    text-align: center;
}
.exchange-row{
    margin: 15px 0;
}

.exchange-btn-wrap{
    text-align: center;
}

input[type="button"]:disabled.btn-cha-exchange {
    background: #dddddd !important;
    color: #bbb !important;
    cursor: not-allowed;
}

input[type="button"]:disabled:hover.btn-cha-exchange{
    box-shadow: none;
}

.cha-step .cha-step-header{
    color: #bec5cd;
}
.cha-step.cha-step-complete .cha-step-header{
    color: green;
}

.cha-step .cha-step-header .step-counter{
    float: left;
    width: 40px;
    text-align: center;
    font-size: 1.6em;
    font-weight: 900;
    line-height: 33px;
}
.cha-step .cha-step-header h2{
    margin-left: 40px;
    font-weight: bold;
    color: #bec5cd;
}
.cha-step.cha_step_processing .cha-step-header .step-counter span,
.cha-step.cha_step_processing .cha-step-header h2{
    color: #333;
}

.cha-step-content{
    position: relative;
    margin-left: 40px;
}

.cha-step .cha-step-header .step-counter i{
    display: none;
}
.cha-step .cha-step-header .step-counter span{
    display: inline;
}

.cha-step.cha_step_complete .cha-step-header h2{
    color: green;
}

.cha-step.cha_step_complete .cha-step-header .step-counter i{
    display: inline;
    color: green;
}
.cha-step.cha_step_complete .cha-step-header .step-counter span{
    display: none;
}


.changelly-exchange-status-wrapper{
    position: relative;
    max-width: 900px;
    margin: auto;
}
