/*
Theme Name: LPS
Version: 1.0
Description: A child theme of Hello Elementor
Author: WebDigital.co.il
Template: hello-elementor
*/

@import url("../hello-elementor/style.css");

#loan-calculator {
    max-width: 450px;
    margin: auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: right;
  }
  div#loan-calculator h2.calculator_title {
    color: #161AEF;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}
div#loan-calculator h2.result_title{
    color: #161AEF;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
div#result {
    background: #97DE6B;
    color: #0601FF;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    padding: 5px 0;
}
  .input-group {
    margin-bottom: 40px;
  }
  
  .label {
    font-weight: bold;
  }
  
  .slider-container {
    position: relative;
  }
  
  .slider-values {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    color: #646AAC;
    margin-top: 5px;
}
.label {
    color: #161AEF;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
  
  .slider {
    width: 100%;
  }
/* סגנון הבר */
input[type=range] {
    -webkit-appearance: none; /* הסרת הסגנון הדיפולטי */
    appearance: none;
    width: 100%;
    height: 2px;
    background: #626AAD;
    border-radius: 10px;
    outline: none;
  }
  
  input[type=range]::-moz-range-track {
    background: #626AAD;
    height: 2px;
    border-radius: 10px;
  }
  
  /* סגנון הסמן */
  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #626AAD;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    cursor: pointer;
    margin-top: 0;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="white" d="M7 10l3-3 3 3z"/><path fill="white" d="M7 10l3 3 3-3z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
  }
  
  input[type=range]::-moz-range-thumb {
    appearance: none;
    background: #626AAD;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    cursor: pointer;
    margin-top: 0;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="white" d="M7 10l3-3 3 3z"/><path fill="white" d="M7 10l3 3 3-3z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
  }
  
    