.elementor-24391 .elementor-element.elementor-element-1f894cd{--display:flex;--margin-top:30px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-24391 .elementor-element.elementor-element-21b5614{--display:flex;--margin-top:0px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-24391 .elementor-element.elementor-element-83c9c4a > .elementor-widget-container{margin:050px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-83c9c4a */.calc-func .elementor-widget-container .container {
            
            height: 90vh;
            border: 1px solid #ccc;
            border-radius: 10px;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
            background: #fff;
            overflow-y: auto;
            margin: 0 auto;
        }
        .calc-func .elementor-widget-container .calculator-heading {
            width: 100%;
            color: #0F5ABF;
            font-weight: 600;
            border-collapse: collapse;
            margin-top: 20px;
        }
        .calc-func .elementor-widget-container .calculator-table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 20px;
        }
        .calc-func .elementor-widget-container .table-cell {
            border: 1px solid #ddd;
            padding: 10px;
            text-align: center;
            font-size: 18px;
        }
        .calc-func .elementor-widget-container .calculator-input {
            width: 60px;
            padding: 5px;
            border: 1px solid #ccc;
            border-radius: 5px;
            text-align: center;
            font-size: 18px;
        }
        .calc-func .elementor-widget-container .results {
            margin-top: 20px;
            font-size: 20px;
            font-weight: bold;
        }
        .calc-func .elementor-widget-container .calc-button {
            padding: 0px 30px;
            font-size: 18px;
            background-color: #28a745;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            margin-top: 20px;
        }
        .calc-func .elementor-widget-container .calc-button:hover {
            background-color: #218838;
        }/* End custom CSS */