.prompt{
    margin-top: 20px;
    visibility: visible;    
    
}

.prompt_hidden{
    margin-top: 20px;
    display:none;
}


.title_new_vm{
    display:flex;
    align-items: center;
    justify-content: center;
    
}

.prompt_wrapper{
    display:grid;
    justify-content:center;
    margin: 0 auto;
    
    
}

.prompt_label{
    width: 200px;
    max-width: 300px;
    margin-right: 1px;
    text-align:left;
    display: inline-block;
}

.prompt_label_inline{
    width: 130px;
    max-width: 130px;
    margin-right: 1px;
    margin-left: 5px;
    text-align:left;
    display: inline-block;
}

.prompt_config{
    width: 300px;
    max-width: 300px;
    text-align:left;
    margin-left: 200px;
    margin-top: -25px;
    display: flex;
    flex-direction: column;
}

.config_param{
    display:flex;
    flex-direction: column;
}

.prompt_inline{
    width: 100px;
    max-width: 100px;
    margin-left: 1px;
}

.prompt_text{
    width: 300px;
    max-width: 300px;
    margin-left: 1px;
}

.prompt_button{
    width: 80px;
    text-align: center;
    

}

.chbx_is_white{
    width: 300px;
    max-width: 300px;
    margin-left: 1px;
    position: relative;
    left:-140px;
}

.prompt_loading{
    display:none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-left: -475px;
    visibility: hidden;  
    overflow:hidden;
}

.error_label{
    display: inline-block;
    text-align: left;
    width: 400px;
    color:red;
    visibility:hidden;
    margin-left: 3px;
}

.submit_btn_c{
    
    background-color: #4B69DE;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    
}

.submit_btn_c:hover {
    background-color: #7186DC;
    
    
}

.send_request{
    display: flex;
    flex-direction: column;
    margin-left:300px;
}

.modal_w {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 10%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    border: solid;
    border-color: #4B69DE;
  }
  
  /* Modal Content */
  .modal_w_content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
    height: 45%;
    text-align: center;
    font-size: 1.3rem;
    border: solid;
    border-color: #4B69DE;
  }

  