  .fa-retweet {
    font-size:30px;
    transition: 0.4s;
    cursor: pointer;
}
.rotate-btn {
    transform: rotate(180deg);
}
select:focus {
    border: 1.5px dashed #007bff !important;
    outline: 0;
}

.currency-container {
    max-width: 1200px;
    background: #fff;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.currency-user-div-1 {
    width: 96%;
    
    background: #fff;
    display: flex;
    border-radius: 10px;
    padding-top:10px;
padding-bottom:10px;
    
}
[name="currency-convert-input"],
[name="currency-search-input"] {
    width: 110px;
    padding: 10px;
    background: #e9eaee;
    border-radius: 10px;
    
    margin: 5px;
    border: 1px solid #ccc;
}
[name="currency-angle-icon"],
[name="currency-arrow-icon"] {
    
    color: #454746;
    margin-top: 10px;
}
[name="currency-select-currency"] {
    width: 90px;
    padding: 10px;
    background: #e9eaee;
    border-radius: 10px;
    margin: 5px;
    
    border: 1px solid #ccc;
}
.currency-convert-div,
.currency-revarse-div {
    width: 96%;
    background: #fff;
    border-radius: 10px;
}
[name="currency-inter-amount-input-1"] {
    max-width: 80px;
    padding: 10px;
    background: #e9eaee;
    border-radius: 10px;
    
    margin: 5px;
    border: 1px solid #ccc;
}
.currency-revarse-div {
    height: 50px;
    display: flex;
    margin: 10px 5px 20px;
}
[name="currency-revarce-span"] {
    font-size:30px;
    color: #454746;
    margin-left: 40%;
    margin-top: 20px;
    cursor: none;
    cursor: none;
}
.currency-convert-div {
    
    display: flex;
    padding-top: 10px;
    margin: 10px ;
padding-bottom:10px;
}
[name="currency-convert-select"] {
    width: 90px;
    padding: 10px;
    background: #e9eaee;
    border-radius: 10px;
    
    margin: 5px;
    
    border: 1px solid #ccc;
}
[name="currency-result-input"] {
    max-width: 70px;
    padding: 10px;
    background: #e9eaee;
    border-radius: 10px;
    
    margin: 5px;
    border: 1px solid #ccc;
}
.currency-rate-div {
    background: #fff;
    display: flex;
    margin-top: 10px;
    
padding:10px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
[name="currency-rate-prag"] {
    
    color: #000;
    margin-left: 40%;
}

.currency-all-user-div {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background: #fff;
    border-radius: 5px;
}