[name="sales-container"],
[name="sales-result-div"] {
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
[name="sales-container"]{
  max-width: 1200px;
 margin-left: 10px;
margin-right: 10px;

}

#country:focus {
    border: 1.5px dashed #007bff !important;
    outline: 0;
}

#clearButton:active {
    transform: scale(1.1);
}
[name="sales-container"] {
    
    border-radius: 5px;
    height: auto;
    padding-bottom: 10px;
    padding-top: ;
}
[name="sales-before-tak"],
[name="sales-tak-rate-div"] {
    width: 96%;
    background: #fff;
    border-radius: 10px;
    
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
}
[name="sales-label"] {
    
    color: #454746;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
[name="sales-before-price-input"],
[name="sales-sales-rate-input"],
[name="sales-search-input"] {
    
    padding:10px;
    background: #e9eaee;
    margin-top: 10px;
}
[name="sales-before-price-input"] {
    width: 130px;
    border-radius: 10px;
    border: 1px solid #ccc;
}
[name="sales-sales-rate-input"] {
    width: 130px;
padding:10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    position: relative;
}
[name="sales-select-currancy-div"] {
    
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 10px;
}
[name="sales-search-input"] {
    border-radius: 10px;
    width: 200px;
padding:10px;
    border: 1px solid #ccc;
    margin-left: 10px;
    margin-right: 10px;
}
[name="sales-select-country"] {
    width:230px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-top: 10px;
    margin-left: 10px;
    background: #e9eaee;
}
[name="sales-calculate-div"] {
    width: 96%;
    background: #fff;
    border-radius: 10px;
    height: 80px;
    padding-top: 10px;
    margin: 5px;
}
[name="sales-clear-icon"] {
    
    color: #dc143c;
    
}
[name="sales-result-div"] {
    border-radius: 5px;
    padding-top: 10px;
    margin: 5px;
    padding-bottom: 5px;
}
[name="sales-result-h3"] {
    
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 15px;
    color: #007bff;
}
[name="hr-div-677"] {
    width: 100%;
    height: 1px;
    background: #ccc;
}
[name="sales-extra-space"] {
    height: 15px;
}
[name="sales-result-strong"] {
    margin-left: 10px;
}

[name="sales-all-user-input-div"] {
    
    border-radius: 5px;
    margin-left: ;
    margin-right: ;
}
.sales-hidden {
    display: none;
}
