/**
 * WP Captcha general backend-end styles
 * @package  WP Captcha
 * @version  1.0.0
 * @author   Devnath verma <devnathverma@gmail.com>
*/

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

p {
    color: grey;
}

#heading {
    text-transform: uppercase;
    color: #3498DB;
    font-weight: bolder;
}

#c4wp-wizard-form {
    text-align: center;
    position: relative;
    margin-top: 8px;
}

#c4wp-wizard-form fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin-top: 25px;
    position: relative;
}

.form-card {
    text-align: left;
}

#c4wp-wizard-form fieldset:not(:first-of-type) {
    display: none;
}

#c4wp-wizard-form input,
#c4wp-wizard-form textarea {
	border: 1px solid #ccc;
    padding: 3px 5px 5px 15px;
    border-radius: 0px;
    margin-bottom: 5px;
    margin-top: 0px;
	margin-right: 8px;
    box-sizing: border-box;
    letter-spacing: 1px;
}

#c4wp-wizard-form select {
	max-width:100%;
	padding: 0px 10px 0px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 5px;
    margin-top: 0px;
    box-sizing: border-box;
    letter-spacing: 1px;
	height:35px;
}


#c4wp-wizard-form input:focus,
#c4wp-wizard-form textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #3498DB;
    outline-width: 0;
}

#c4wp-wizard-form .action-button, #c4wp-wizard-form .action-button-previous {
    width: 100px;
    background: #3498DB;
    font-weight: 500;
    color: white;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
	border: 1px solid #0071a1;
    margin: 5px 0px 5px 5px;
    float: right;
}

#c4wp-wizard-form .action-button:hover,
#c4wp-wizard-form .action-button:focus {
    background-color: #097FAA;
}

#c4wp-wizard-form .action-button-previous:hover,
#c4wp-wizard-form .action-button-previous:focus {
    background-color: #097FAA;
}

.card {
    z-index: 0;
    border: none;
    position: relative;
}

.fs-title {
    font-size: 25px;
    color: #0073aa;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
}

.purple-text {
    color: #673AB7;
    font-weight: normal;
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

.fieldlabels {
    color: gray;
    text-align: left;
}

.container-fluid .c4wp-wizard-form .progress { margin-bottom: 15px; }

#progressbar {
    overflow: hidden;
    color: #d2d4d6;
}

#progressbar .active {
    color: #3498DB;
}

#progressbar li {
    list-style-type: none;
    font-size: 17px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 500;
}

#progressbar #c4wp-num1:before {
    font-family: FontAwesome;
    content: "01";
}

#progressbar #c4wp-num2:before {
    font-family: FontAwesome;
    content: "02";
}

#progressbar #c4wp-num3:before {
    font-family: FontAwesome;
    content: "03";
}

#progressbar #c4wp-num4:before {
    font-family: FontAwesome;
    content: "04";
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: #d2d4d6;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 3px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #3498DB;
}

.progress-bar {
    background-color: #3498DB;
}

.fit-image {
    width: 100%;
    object-fit: cover;
}

.container-fluid .purpose-radios-wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
}

.container-fluid .purpose-radios-wrapper .purpose-radio {
	float:left;
}

.container-fluid .purpose-radio .purpose-radio-input {
	position: absolute;
	opacity: 0;
}

.container-fluid .purpose-radio .purpose-radio-input:checked+.purpose-radio-label { border: 4px solid #3498DB; }

.container-fluid .purpose-radio .purpose-radio-label:hover { border: 4px solid #3498DB; }

.container-fluid .purpose-radio .purpose-radio-label {
	padding: 0.5em;
    display: -webkit-box;
    display: flex;
    max-width: 100%;
    border: 4px solid #d2d4d6;
    border-radius: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.container-fluid .purpose-radio .purpose-radio-label img { max-width: 100%; }

.container-fluid .purpose-radio .purpose-radio-label .label-text {
	font-weight: 500;
    font-size: 15px;
    padding: 0.5em;
    color: #36a9e1;
    text-align: center;
}

.container-fluid .c4wp-update, .container-fluid .c4wp-alert-success {
	text-align:left;
	color:#3498DB;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0976563) 2px 0px 2px 1px;
    border-left: 4px solid #3498DB;
    padding: 7px 0px 7px 10px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
	font-weight: 500;
}

.container-fluid .c4wp-alert-success {
	color: #FF0000;
}

#c4wp-wizard-form .c4wp-reset {
	font-size: 17px;
	width: 155px;
	float: left;
	font-weight: 500;
}

.btn-circle.btn-lg {
	width: 25px;
    height: 25px;
    padding: 2px 5px;
    font-size: 14px;
    line-height: 1.33;
	font-weight: 500;
	font-style: normal;
    border-radius: 30px;
}