/*
Theme Name: Hello Biz Child theme of hello-biz
Theme URI: 
Description: Child theme of hello-biz theme for the Hello Biz theme
Author: <a href="https://elementor.com/?utm_source=wp-themes&#038;utm_campaign=author-uri&#038;utm_medium=wp-dash">Elementor Team</a>
Author URI: 
Template: hello-biz
Version: 1.2.0
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Thu, 16 Oct 2025 10:48:03 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

.certificate-form{
    background: #fff;
    font-family: Arial, sans-serif;
}

.inner-form {
	max-width:500px;
	position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}
.inner-form .headding-text{
	padding: .5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.certificate-form h5{
	font-size: larger;
}

.wpdc-form{
	padding: .5rem 1rem;
}

.wpdc-form h2 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #333;
}

.wpdc-form p{
	margin-bottom:0px;
}
.wpdc-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
    color: #444;
}

.inner-form button {
    background: #337ab7;
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
}

.button.button-primary{
	background: #337ab7;
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
}

.wpdc-form input[type=text],
.wpdc-form input[type=date],
.wpdc-form input[type=file] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
}

.wpdc-form input[type=submit] {
    background: #393185;
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
}

.wpdc-form input[type=submit]:hover {
    background: #CD2628;
}


.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}


.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-radius: .25rem;
}


#digital_signature-pad_user_sign{
	border: 1px solid #ccc;
    border-radius: 6px;
}