form {
      
      display: flex;
      flex-direction: column;
      align-items: center;
      background-color: #fff;
      padding: 20px;
      border-radius: 8px;
      
      
    }

    [name="m-g-s-labels"] {
      
      color: #454746;
      
      margin-top: 10px;
      width:;
      margin-left: 10px;
      margin-bottom:;
    }
    
[name="mg-all-input"]{
padding:10px;
      margin-left:20px ;
      
      margin-bottom: 15px;
      width: 60%;
      
      border-radius: 10px;
      
      background: #E9EAEE;
      border: ;
      
      
}
    

    [name="m-g-s-select-country"]{
      
    
      
      padding: 10px;
      
      margin-bottom: 10px;
      
      box-sizing: border-box;
      border: 1px solid #ccc;
      
      
      
      border-radius: 10px;
      margin-left:20px ;
    }

     
      select:focus {
        border: dashed 1.5px #007bff !important;
        outline: none;
      }
  #result {
  
  min-height:0px;
    max-height:500px;
    
  }
  [name="m-g-s-container"] {
  max-width: 1200px;
  
  background: white;
  
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .5);
}

[name="m-g-s-user-input-div"] {
  box-shadow: 0 4px 8px rgba(0, 0, 0, .5);
  border-radius: 5px;
  
}

[name="m-g-s-input-divs"] {
  display: flex;
}

[name="mg-all-input"] {
  
  background: #E9EAEE;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
  border: #ccc 1px solid;
}



#interestRate {
  border-radius: 7px;
  
  
  width: 40%;
  border: #ccc 1px solid;
  
}

[name="m-g-s-result-div"] {
  background: white;
  color: black;
  ;
  height: ;
  width: ;
  
  padding: 10px;
  border-radius: 5px;
  border: ;
  display: none;
  margin-left: 3px;
  margin-right: 3px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
  margin-top: 10px;
}

[name="m-g-s-calculate-div"] {
  width: 100%;
  height: 80px;
  background: white;
  
  margin-top: 10px;
  border-radius: 5px;
}



[name="m-g-s-clear-icon"] {
  
  color: crimson;
}


.m-g-s-select-country {
  border-radius: 7px;
  width: 60%;
  
  margin-top: ;
  border: solid #ccc 1px;
  padding: 10px;
}

#years {
  
  border-radius: 10px;
  padding: 10px;
  
  border: solid #ccc 1px;
  width: 40%;
}

.m-g-s-search-input {
  width: 50%;
  padding: 10px;
  border: solid 1px #ccc;
}