.employee-feedback-form {
    /*padding: 30px;*/
    /*max-width: 600px;*/
    margin: 50px auto;
    /*box-shadow: 0 0 16px rgba(0,0,0,0.16);*/
	width:60%;
    min-width:300px;
}

.hrms-space{
    padding: 12px;
}

#category_title   {
    font-size: 16px;
    padding-bottom: 10px;
}
.employee-feedback-form .form-tel {display: block;
    display: block;
    width: 100%;
    height: 45px !important;
    padding: 0.375rem 0.75rem;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 20px;
}

.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

.employee-feedback-form fieldset {
    min-width: 0;
   padding: 0 0 5px 0;
    margin: 0 0 25px 0;
    border: 0;
	border-bottom:1px solid #D9D9D9
}
.employee-feedback-form legend {    
    padding: 0 0 10px 0;  
    font-weight: 700;
    font-size: 16px;
}

.employee-feedback-form .fieldset-wrapper > div {
    display: flex;
	flex-wrap: wrap;
}

.employee-feedback-form .fieldset-wrapper > div > .form-item {
margin:0 20px 20px 0}
.employee-feedback-form .fieldset-wrapper > div > .form-item input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    height: 16px;
    width: 16px;
	accent-color: #004880;
	vertical-align: text-bottom;
	margin-right:5px;
}
.employee-feedback-form .form-textarea {
	background: #FFFFFF;
    box-shadow: 4px 3px 10px #00000033;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
	padding: 15px;
    margin-bottom: 15px;
}
.employee-feedback-form h1 {
    margin-bottom: 15px;
}

#feedback_field_section .mobileNo {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}

#charMsg {
    float: right;
    margin-top: -1.5em;
	display:none;
}

.employee-feedback-form .loading {    
    background-color: #ffffff !important;
    background-image: url("/modules/custom/bandhan_employee_review/css/loading.gif") !important;
    background-size: 25px 25px !important;
    background-position:right center !important;
    background-repeat: no-repeat !important;
}

.OTPModal .loading {    
    background-color: #ffffff !important;
    background-image: url("/modules/custom/bandhan_employee_review/css/loading.gif") !important;
    background-size: 25px 25px !important;
    background-position:right center !important;
    background-repeat: no-repeat !important;
}

