/*
Theme Name:     Maxbizz Child
Theme URI:      http://wpdemo.archiwp.com/maxbizz/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       maxbizz
*/

@import url("../maxbizz/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

#gst-calculator, #sip-calculator, #emi-calculator,#fd-calculator,.calculator-container,#hraCalculator,#simple-interest-calculator {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#gst-calculator form {
    display: flex;
    flex-direction: column;
}

#gst-calculator label {
    font-weight: bold;
    margin-bottom: 5px;
}

#gst-calculator input,
#gst-calculator select,.calculator-container select,#hraCalculator input[type=number],
#simple-interest-calculator select,
#simple-interest-calculator input[type=number] {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
#gst-calculator input[type=number] ,
#gst-calculator select,
.calculator-container select,
#hraCalculator input[type=number],
#simple-interest-calculator select,
#simple-interest-calculator input[type=number]{
	display: block;
	width: 100%;
}
#gst-calculator button,#hraCalculator button {
    padding: 10px;
    background-color: #2575FC;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#gst-results p {
    font-size: 18px;
    color: #f60;
    margin: 10px 0;
}
.gst-result-box {
    border: 1px solid #ccc;
    margin: 20px 0;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.gst-result-box p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    font-family: inherit;
}
input[type="range"] {
    -webkit-appearance: none; /* Remove default webkit styling */
    appearance: none; /* Remove default styling */
    width: 100%; /* Ensure the slider takes up the full width */
    margin: 0; /* Remove any extra margin */
}

input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    background: #ddd;
    border-radius: 20px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    background: #2575FC;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -6px; /* Align thumb vertically */
}

.form-group {
    margin-bottom: 20px;
}

.input-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

input[type="range"] {
    display: block;
    margin: 10px 0px;
    background: #e0e0e000;
    border-radius: 25px;
    border: 0px;
    -webkit-appearance: none;
    height: 8px;
	padding: 0;
}

input[type="number"] {
    width: 50%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #2575FC;
    cursor: pointer;
}

input[type="number"]:focus, 
input[type="range"]:focus {
    outline: none;
}

.radio-buttons {
    display: flex;
    justify-content: space-evenly;
}

.radio-buttons label {
    display: flex;
    align-items: center;
    font-size: 16px;
}

input[type="radio"] {
    margin-right: 10px;
}

.calculate-btn {
    width: 100%;
    padding: 10px;
    background-color: #2575FC;
    border: none;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}

.monthly_investment_v,.rate_interest_v,.time_period_v{
	color:#ff0000;
}

