.currency-input {
    position: relative;
    overflow: visible;
}

.currency-select {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.custom-select .selected-option img {
    width: 24px;
    height: 18px;
    border-radius: 3px;
    object-fit: cover;
}

.selected-option img {
    margin-right: 3px;
}

@media (max-width: 768px) {
    .currency-input input {
        text-align: right;
        padding-right: 0.5rem;
        min-height: 45px;
    }
}

input[type="number"] {
    appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.converter-title {
    position: absolute;
    top: calc(0% - 80px);
    font-size: 36px;
    color: #000;
    z-index: 10;
}

.converter-container {
    margin-top: 40px;
}

.search input {
    text-align: left;
    padding: 0 0 0 12px;
}