body {
    text-align: right;
}
.calculator * {
    box-sizing: border-box;
}
.calculator {
    color: gray;
    display: flex;
    flex-direction: column;
    font-family: sans-serif;
    font-size: 1em;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    background: #ebebeb;
    width: 100%;
}
.myCalcJustifyContentCenter {
    display: flex;
    justify-content: center;
}
.calculator .showTempRes {
    position: absolute;
    width: 200px;
    height: 200px;
    padding: 20px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.29);
}
.calculator button {
    outline:none;
    border:none;
    background: none;
}
.calculator .mainTitle__txt {
    font-size: 1.5em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.iteration .iteration__title {
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.calculator .inputUserAction {
    background: #ebebeb;
    margin-right: 30px;
}
.calculator .inputUserAction-email label {
    display: block;
    direction: rtl;
    margin-bottom: 10px;
    text-align: center;
}
.calculator .inputUserAction:last-child {
    margin-right: 0;
}
.calculator .inputTitle {
    color: gray;
    font-size: 1em;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.5;
}
.calculator .bfh-selectbox {
    direction: ltr;
}
.calculator .bfh-selectbox-options {
    margin: -10px 0 0 !important;
    width: 100%;
}
.calculator .bfh-selectbox .bfh-selectbox-toggle {
    padding: 12px 24px 8px 12px;
}
.calculator .bfh-selectbox-toggle.form-control {
    height: auto;
}
.calculator .bfh-datepicker {
    background: white;
    border-radius: 30px;
    direction: ltr;
}
.calculator .bfh-datepicker span.input-group-addon {
    border-radius: 30px 0 0 30px;
}
.calculator .bfh-datepicker-calendar {
    width: 100%;
}
.calculator .bfh-datepicker-calendar>table.calendar {
    width: 100% !important;
}
.calculator .bfh-datepicker input {
    text-align: center;
    direction: ltr;
}
.calculator input {
    text-align: center;
    border-radius: 30px;
}
.calculator .bfh-selectbox {
    text-align: center;
}
.calculator .bfh-selectbox a{
    border-radius: 30px;
}

.calculator .userActionBlock {
    margin: 20px 0;
}
.calculator .userAction__title {
    text-align: center;
    margin-bottom: 10px;
}
.calculator .userAction__btnBlock {
    display: flex;
    justify-content: center;
}
.calculator .userAction__btnBlock-email{
    flex-direction: column;
    align-items: center;
}
.calculator .userActionBlock .cryptoCalcBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(23, 49, 80, 0.21);
    border-radius: 30px;
    border: 1px solid #173150;
    color: #173150;
    margin-right: 5px;
    margin-left: 5px;
    padding: 10px 30px;
    transition: background .3s;
    width: 86px;
    height: 38px;
}
.calculator .userActionBlock .cryptoCalcBtn.cryptoCalcBtn-active {
    background: #173150;
    border: 1px solid #173150;
    color: white;
}
.calculator .userActionBlock .cryptoCalcBtn:last-child {
    margin-right: 0;
}
.calculator .userActionBlock .cryptoCalcBtn:hover {
    background: #173150;
    border: 1px solid #173150;
    color: white;
    cursor: pointer;
}

.calculator .iteration-step3 {
    display: none;
}
.calculator .showResult {
    display: flex;
    direction: ltr;
    align-items: center;
    border-radius: 30px;
    height: initial;
    padding: 0;
    overflow: hidden;
}
.calculator .showResult .showResult__icon  {
    background: #eee;
    border-radius: 4px 0 0 4px;
    padding: .375rem .75rem;
    width: 50px;
}
.calculator .showResult .showResult__icon img {
    opacity: .7;
}
.calculator .showResult .showResult__value {
    font-weight: bold;
    font-size: 1.5em;
    color: #f36c3f;
    margin: 0 auto;
    padding: 0 15px;
}

.calculator .userActionBlock-calculate {
    margin-bottom: 40px;
}

.calculator .iteration-step4 {
    display: none;
}
.calculator .choicePlaceTradeBlock {
    margin-top: 20px;
}
.calculator .userActionBlock .cryptoCalcBtn.cryptoCalcBtn-email {
    display: block;
    border: 1px solid #00ce5f;
    background: rgba(0, 206, 95, 0.21);
    color: #007a3b;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    outline: rgba(0, 206, 95, 0.21);
    padding: 10px 50px;
    width: initial;
}
.calculator .userActionBlock .cryptoCalcBtn.cryptoCalcBtn-emailUnactive {
    display: block;
    border: 1px solid #8b8b8b;
    background: rgb(193, 193, 193);
    color: #282828;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    outline: rgb(193, 193, 193);
    padding: 10px 50px;
    width: initial;
}
.calculator .userActionBlock .cryptoCalcBtn.cryptoCalcBtn-email:hover {
    background: rgba(0, 206, 95, 1);
    color: white;
}
.calculator .userActionBlock .cryptoCalcBtn.cryptoCalcBtn-emailUnactive:hover {
    border: 1px solid #8b8b8b;
    background: rgb(193, 193, 193);
    color: #282828;
    outline: rgb(193, 193, 193);
}
.calculator .userAction__btnBlock-email .submitResultTxt {
    text-align: center;
    color: #03853e;
    opacity: 0;
    transition: opacity 1s;
}
.calculator .resultItem-noLoadingData {
    color: red;
}
.getPDF {
    display: none;
}
.calculator .loader {
    display: none;
    border-radius: 25px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.71);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}
.calculator .loader p {
    margin-bottom: 10px;
}
.calculator .loader .loader__img {
    width: 200px;
    border-radius: 50px;
    overflow: hidden;
}
.cryptoCalculatorPluginAlignElement {
    text-align: right;
}

