  .gst-calculator-container {
    padding-bottom: 10px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    max-width: 1200px;
    margin-left: 10px;
    margin-right: 10px;
}
.gst-calculator-original-input-and-label-div {
    width: 96%;
    height: 100px;
    background: white;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    padding-top: 10px;
}
.gst-calculator-label {
    
    color: #454746;
    margin-left: 10px;
}
.gst-calculator-original-input {
    width: 200px;
    padding:10px;
    border: solid 1px #ccc;
    border-radius: 10px;
    
    margin-top: 10px;
    
    margin-left: 10px;
}
.gst-calculator-original-input:focus,
.gst-calculator-custom-percentage-input:focus {
    outline: 0;
    border-color: #007bff;
}
.gst-calculator-select-Percentage-div {
    
    padding: 10px;
    background: white;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.gst-calculator-select-Percentage {
    width: 200px;
  padding: 10px;
    background: #e9eaee;
    
    border: solid 1px #ccc;
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.gst-calculator-select-Percentage:focus,
.gst-calculator-gst-type-input:focus {
    outline: 0;
    border: dashed 1.5px #007bff;
}
.gst-calculator-custom-percentage-input {
    width: 200px;
    padding:10px;
    border: solid 1px #ccc;
    border-radius: 10px;
    
    margin-top: 10px;
    background: #e9eaee;
    margin-left: 10px;
}
.hidden {
    display: none;
}
.gst-calculator-gst-type-div {
    
    padding: 10px;
    background: white;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    padding-top: 10px;
}
.gst-calculator-gst-type-input {
    width: 200px;
  padding: 10px;
    background: #e9eaee;
    
    border: solid 1px #ccc;
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.gst-calculator-result-div {
    width: 96%;
    min-height: 10px;
    max-height: 2000px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.gst-calculator-calculate-div {
    width: 96%;
    min-height: 70px;
    max-height: 500px;
    background: white;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    padding-top: 10px;
}

.gst-calculator-p-1,
.gst-calculator-p-2,
.gst-calculator-p-3 {
    margin-left: 10px;
    font-size: 17px;
    line-height: 30px;
    margin-top: -3px !important;
    margin-bottom: -3px;
}
.gst-calculator-hr-div {
    width: 100%;
    height: 1px;
    background: #ccc;
    margin-top: 5px;
    margin-bottom: 5px;
}
.gst-calculator-p-4 {
    margin-left: 10px;
    
    margin-top: -3px !important;
    margin-bottom: -3px;
    color: crimson;
}
#gst-calculator-clear-icon {
    
    color: crimson;
}

