.check_details, .more-info{
    color: black;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 20px;
    margin-bottom: 24px;
    border: 1px solid gray;
    padding: 3% 4%;
    padding-top: 16px;
    padding-bottom: 24px;
    border-radius: 10px;
    border-radius: 10px;
    font-size: 18px;
}
.llk_container{
  max-width: 1550px;
  margin: auto;
}
.check_details h4, .more-info h4{
    font-size: 26px;
    color: #00418f;
}

.check_details a{
    color: #00418f;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 24px;
    border: 2px solid #00418f;
    border-radius: 25px;
}

.check_details a:hover{
    background-color: #00418f;
    color: white;
    text-decoration: none;
}

.more-info p, .check_details p{
    margin-bottom: 36px;
}

.more-info label{
    color: #232969;
    margin-bottom: 8px;
}

.more-info .form-row{
    display: flex;
    margin-bottom: 22px;
    flex-direction: row;
    flex-wrap: nowrap;
}

.form-col-right{
    margin-left: 6.5%;
}

.more-info .flex-form{
    margin-top: 23px;
}

.more-info .flex-form button{
    margin-top: 22px;
    background-color: #00418f;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 24px;
    border: 2px solid #00418f;
    border-radius: 25px;
}

.more-info .flex-form button:hover{
    background-color: white;
    color: #00418f;
    border: 2px solid #00418f;
}

.Contact_product_info_llk{
  display: flex;
  width: 100%;
  gap: 20px;
    align-items: baseline;
}
#llk_btn{
    margin-bottom: 40px;
    border-radius: 8px; 
    border: 2px solid; 
    margin-bottom: 10px !important;
    padding: 4px 33px 4px 32px;
}
@media (max-width: 762px){
    #ph_no_field{
      margin-top: -6px !important;
    }
    .User_information_llk,.Contact_product_info_llk{
        display: flex;
        flex-direction: column;
    }
    .Contact_information_llk{
        display: flex;
        flex-direction: column;
        gap: 0px !important;
    }
    #Last_name_label_llk{
        display: none;
    }
    #select_product_info_llk{
        width: 100% !important;
    }
    #date_llk{
        width: 100% !important;
    }
}
@media (max-width: 1200px){
    .lost_liscense_key_form{
        width: 100% !important;
    }
}

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
    border-color: #bdbdbd;
    box-shadow: none;
}
.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border-color: #bdbdbd !important;
    box-shadow: none !important;
}
.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid{
  border-color: #bdbdbd;
    box-shadow: none;
}
.custom-select {
    background: #fff url(/static/dropdown.png) no-repeat right 1.15rem center !important;
    background-size: 23px !important;
}
.changedclass{
    font-weight: 500 !important;
    color: black !important;
    opacity: 0.9 !important;
  }

input:focus:invalid {
    outline: none;
  }
  .form-control:focus{
    border-color:inherit ;
    box-shadow: none;
  }
  /* This is the style of our error messages */
  .error {
    width: 100%;
    padding: 0;
    font-size: 80%;
    background-color: white;
    border-color: inherit;
    color: #dc3545;
  }
  
  .error.active {
    font-size: 14px;
    padding: 0.3em;
    background-color: inherit;
    border: none;
  }
  .intl-tel-input{
    width: 100%;
  }
  input:active{
    border-color: #bdbdbd;
  }
  input:focus{
    border-color: #bdbdbd;
  }
  .custom-select:invalid{
    border-color: #7b7b7b; ;
  }
  .custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
      border-color: #bdbdbd;
  }
  .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    border-left: 1px #ced4da solid;
}
  .date_select_llk{
    color: black;
    opacity: 0.8 !important;
    background-color: rgb(232, 240, 254) !important;
  }
  #inputdate{
    opacity: 0.5;
  }
  