
.torfx-calculator {
    background: #EFEFEF;
    border: 1px solid #b1b1b1;
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #29235C;
    font-size: 16px;
    margin-bottom: 20px;
}

.input-wrapper {
    border: 1px solid #b1b1b1;
    background-color: white;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    justify-items: center;
    min-height: 58px;
    min-width: 170px;
    position: relative;
    margin: 40px 0 20px;

}

.input-container {
    display: flex;
    justify-items: center;
    width: 100%;
    flex-grow: 1;
    box-sizing: border-box;
}

.input-container.dropdown {
    border-right: 1px solid #b1b1b1;
    flex-grow: 1;
    max-width: 320px;
}

@media (max-width: 839px) {
    .input-wrapper {
        display: flex;
        flex-direction: column;
    }

    .input-container.dropdown {
        border-right: none;
        max-width: 100%;
        border-bottom: 1px solid #b1b1b1;

    }

    .input-container input {
        border-radius: 0 0 4px 4px;
    }
}

.input-container input,
.input-container select {
    width: 100%;
    border: none;
    font-size: 16px;
    padding: 20px;
}


.input-container select {
    border: none;
}

/* //// */
.CurrencyAnswer-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0px 21px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #29235C;
}

.error {
    color: #E50051;
}
.input-label {
    background: #E50051;
    color: #fff !important;
    font-size: 0.9rem;
    line-height: 19px;
    border-radius: 3px;
    text-transform: uppercase;
    text-align: center;
    left: 20px;
    top: -12px;
    min-width: 165px;
    padding: 2px 5px;
    position: absolute;

    z-index: 1;
}

/* ------------ seelct2 stuff */

.select2 {}


.select2-container {
    display: flex;
    justify-items: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #29235C;
    font-size: 16px;
}

.select2-container .selection {
    align-self: center;
    width: 100%;
    padding: 10px;
}

.select2-container .select2-selection--single {
    display: flex;
    justify-items: center;
    align-items: stretch;
    border: none;
    margin: 10px;

}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: flex;
    justify-items: center;
    flex-direction: row;
    padding: 0;
}


.select2-selection__rendered img {
    max-width: 40px;
    margin-right: 10px;
    height: auto;
    ;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: auto;
    right: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    /* border: none; */
    border-color: #2D2E82 transparent transparent transparent;
    border-width: 8px 6px 0 6px;
    position: relative;
    display: block;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #2D2E82 transparent;
    border-width: 0 6px 8px 6px;

}

.select2-search .select2-search__field {
    padding: 10px;
}

.select2-results .currencyCode {
    font-weight: bold;
}
.select2-results__option--disabled {
    display: none;
}
.flag {
    background: none;
    box-shadow: none;
}