.convert-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0 20px;
}

@media (max-width: 992px) {
    .convert-wrap {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .convert-wrap {
        padding: 0;
    }
}

.categories-box .list-item .category a:focus {
    border: solid #005a73 1px;
}

.convert-box {
    max-width: 42%;
    display: inline-block;
}

@media (max-width: 992px) {
    .convert-box {
        max-width: 100%;
        width: 100%;
    }
}

.convert {
    background: transparent;
    display: flex;
    max-width: 100%;
}

@media (max-width: 992px) {
    .convert {
        width: 100%;
    }
}

.convert .amount,
.select-box.currency .selected {
    border-radius: 10px;
    border: 1px solid #d6d6d6;
}

.select-box.currency .selected {
    padding-left: 55px;
}

.select-box.currency .selected:focus {
    outline: 2px solid #005a73;
    outline-offset: 2px;
    transition: none;
}

.select-box.currency .country {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
}

.select-box li {
    position: relative;
    padding: 5px 0 5px 55px;
}

.select-box li:focus {
    outline: 2px solid #005a73;
    transition: none;
}

.convert .amount {
    padding: 9px 10px;
}

.convert input {
    text-align: left;
}

.select-box.currency {
    border: 0;
}

.select-box.currency.currency-from {
    margin-left: 8px;
}

.convert-box .label {
    display: block;
    color: #000;
    margin-bottom: 7px;
    padding: 0 10px;
    text-align: left;
    font-size: 14px;
}

.swap-icon {
    background: transparent;
    border-radius: 0;
    display: inline-block;
    margin: 0 10px;
    width: 44px;
    height: 44px;
    font-size: 26px;
}

.swap-icon .icon-shuffle {
    line-height: 50px;
}

.swap {
    border-radius: 10px;
    border: 0;
    background: #fcb813;
    width: 42px;
    height: 42px;
    margin-right: 0;
    margin-bottom: 0;
}

.swap:focus {
    outline: 2px solid #005a73;
    outline-offset: 2px;
    transition: none;
}

@media (max-width: 992px) {
    .swap {
        margin-top: 15px;
    }
}

.convert-results {
    margin-bottom: 20px;
    max-width: 50%;
    margin: 0 auto;
    padding-top: 30px;
}

@media (max-width: 992px) {
    .convert-results {
        max-width: 100%;
        width: 100%;
    }
}

.from-amount,
.to-amount {
    text-align: center;
}

.from-amount {
    margin-bottom: 10px;
    line-height: 22px;
}

.result-amount {
    font-size: 56px;
}

@media (max-width: 992px) {
    .result-amount {
        font-size: 44px;
    }
}

.from-amount .from-currency,
.to-amount .to-currency {
    text-transform: uppercase;
    font-size: 22px;
}

.from-amount {
    font-size: 22px;
}

.from-amount .equal {
    display: inline-block;
    margin-left: 3px;
    font-size: 22px;
}

.to-amount {
    line-height: 56px;
}

@media (max-width: 992px) {
    .to-amount {
        line-height: 44px;
    }
}

.currencySymbol img {
    width: 100%;
    height: auto;
}

.secondary .table-row .center>tbody>tr>td {
    height: 50px;
}

@media (max-width: 767px) {
    .secondary .table-row .center>tbody>tr>td {
        height: auto;
    }
}

@media (min-width: 993px) {
    .convert-to {
        width: 290px;
    }
}

.convert-to .currency-to {
    width: 100%;
}

.currencySymbol {
    background-color: transparent;
}

.currency-input .field-wrap {
    max-width: 1100px;
    padding: 0 30px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.currency-input input {
    width: auto;
    flex: 1 1 auto;
    margin-right: 20px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select,
    textarea,
    input {
        font-size: 16px !important;
    }
}

.currency-section .search-section {
    padding-bottom: 0;
}

.currency-date {
    text-align: center;
    color: #687177;
    margin-bottom: 5px;
}

.currency-calculator {
    margin-bottom: 0;
    background: #fff;
}

.search-section .search-container {
    background-color: #f7f7f7;
}

.currency-section .main-table thead {
    background-color: #f7f7f7;
}

.currency-section .search .field input {
    background: #fff;
}

.currency-section .search-section .search-container {
    padding: 43px 0 60px;
}

.currency-section .table-header {
    margin: 36px auto 0;
}

.convert-box .currency-labels {
    text-align: left;
    white-space: nowrap;
}

.convert-box .currency-labels .label {
    display: inline-block;
    white-space: normal;
}

.convert-box .currency-labels .label.label-amount, .convert-box .currency-labels .label.label-from {
    width: 50%;
}

@media only screen and (max-width: 480px) {
    .convert-box .currency-labels .label.label-amount {
        width: 40%;
    }

    convert-box .currency-labels .label.label-from {
        width: 60%
    }
}