/*General Styling*/

.block {
    display: block;
}

.block>div {
    display: inline;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

/* Fiat Swap*/

#balance-fiat {
    width: 11vw;
}

#limit-fiat {
    width: 11vw;
}

.circle-swap {
    border: 1px solid #3498db;
    border-radius: 50px;
    padding: 20px;
    font-size: 40px;
    color: #3498db;
    transition: 0.3s;
}

.circle-swap:hover {
    border: 1px solid #3a3a3a;
    color: #3a3a3a;
    transition: 0.3s;
}

select {
    padding: 5px;
    border: 1px solid #3498db;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 18px;
}

.float-left>label {
    display: block;
}

.float-right>label {
    display: block;
}

#fiat-enter {
    width: 50%;
    padding: 5px;
    margin-top: 10px;
}

#fiat-receive {
    width: 50%;
    padding: 5px;
    margin-top: 10px;
    background-color: whitesmoke;
}

#fiat-swap {
    display: none;
}

#fiat-swap>section>h4 {
    display: inline-block;
}

#fiat-swap section {
    display: inline-block;
    border: 1px solid #3498db;
    padding: 30px;
    background-color: white;
    border-radius: 15px;
    margin-top: 15px;
}

ul {
    text-align: left;
    padding: 10px;
    background-color: whitesmoke;
    border-radius: 15px;
    list-style: none;
}

.swap {
    background-color: #ffffff;
    font-size: 18px;
    padding: 7px 30px;
    border-radius: 15px;
    margin-top: 20px;
    color: #3498db;
    transition: 0.3s;
    border: 2px solid #3498db;
    cursor: pointer;
    display: inline-block;
}

.swap:hover {
    background-color: #3498db;
    color: white;
    transition: 0.3s;
}

/* Crypto Swap */

#limit-crypto {
    width: 11vw;
}

#crypto-enter {
    width: 50%;
    padding: 5px;
    margin-top: 10px;
}

#crypto-receive {
    width: 50%;
    padding: 5px;
    background-color: whitesmoke;
    margin-top: 10px;
}

#crypto-swap {
    display: none;
}

#crypto-swap {
    display: none;
}

#crypto-swap>section>h4 {
    display: inline-block;
}

.left-balance {
    margin-left: 18px;
    padding-bottom: 30px;
}

#crypto-swap section {
    display: inline-block;
    border: 1px solid #3498db;
    padding: 30px;
    background-color: white;
    border-radius: 15px;
    margin-top: 15px;
}