 .container,
[name="dis-result-div"] {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    
}
.container {
    max-width: 1200px;
margin-left: 10px;
margin-right: 10px;
    background: #fff;
    border-radius: 5px;
}
.calculation-div-1 {
    
    height: 70px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    border-radius: 10px;
    display: flex;
    background: #fff;
}
.label-1 {
    
    color: #454746;
    margin-top: 10px;
    margin-left: 10px;
}
#country-select,
#discount,
#discount-type,
#original-price,
#search-currency {
    
    width: 55%;
    padding-left: 5px;
    height:40px;
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 7px;
    border: 1px solid #ccc;
    background: #e9eaee;
}

#country-select:focus,
#discount-type:focus {
    outline: 0;
    border: 1.5px dashed #007bff !important;
}

#clear-inputs-4 {
    
    color: crimson;
    
}
#clear-inputs-4:active {
    transform: scale(1.1);
}
.loading-calculation {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    width: 60px;
    height: 60px;
    scale: 1.2;
    display: none;
}
.swal2-confirm {
    background-color: #dc143c;
    border: none;
    user-select: none;
}
.hr1 {
    margin-left: -10px;
    background: #ccc;
}
#toggle-visibility {
    margin-right: 10px;
    float: right;
    font-size: 25px;
    cursor: none;
    color: #454746;
}
#toggle-visibility:active {
    transform: scale(1.1);
    cursor: none;
}
#result {
    font-size: 20px;
}
[name="dis-persentage"] {
    width: 64% !important;
}
[name="dis-discout-s-type"] {
    height: 50px;
    width: 60% !important;
    margin-left: 10px;
}
[name="dis-search-currency"] {
    margin-left: 10px;
    width: 47%;
}
[name="dis-country-select"] {
    width: 65% !important;
}
[name="dis-result-div"] {
    padding-top: 7px;
    padding-bottom: 7px;
    display: none;
    height: auto;
}
[name="dis-result-text"] {
    margin-left: 10px;
}
[name="dis-div-78777"] {
    display: inherit;
    height: 80px;
}
