﻿/*body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}*/

.calcontainer {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 40px;
   
    
    text-align: center;
}

/*h1 {
    color: #007bff;
    margin-bottom: 20px;
}*/

.input-container {
    margin-bottom: 10px;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #333;
    font-weight: bold;
}

input[type="number"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 5px;
}

.Calbutton {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 12px 20px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 10px;
}

    .Calbutton:hover {
        background-color: #0056b3;
    }

.result-container {
    text-align: left;
    margin-top: 20px;
    font-size: 18px;
    color: #333;
    width:100%;
}

.output-div-parent {
    border: 1px solid #DDDDDD;
    padding: 16px 20px;
    border-radius: 8px;
    background-color: #e9f3ff;
}
.list-amount, .list-amount .value {
    font-size: 22px;
    line-height: 26px;
    font-weight:bold;
    color:black;
    font-family: 'cabinet-grotesk-bold';
    
}

li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.wrape-outer-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
