label {
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 600;
    margin-bottom: 2px;
}

.add_del_btn_outer span {
    margin-left: 5px;
    font-family: sans-serif;
    vertical-align: text-top;
    color: red;
    font-size: 12px;
}
.ftB {
    text-align: center;
    padding-top: 10px;
}

.ftB span {
    display: block;
    font-weight: 600;
}

.ftB h3 {
    font-size: 20px;
}

.ftB ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.ftB ul li {
    display: inline-block;
}

.ftB ul li a {
    font-weight: 600;
}
button.btn.btn-danger {
    background: #e9ecef;
    color: #000;
    border-color: #e9ecef;
}
.btn.btn-primary {
    font-weight: 600;
    font-size: 18px;
    border-color: #bf000c;
    background: #bf000c;
}
i.fa.fa-angle-right {
	 color: #bf000c;
}
.btn.btn-primary:hover {
    background: blue;
    border-color: blue;
}
a {
    color: blue;
}
li.nav-item a {
    font-weight: 600;
}
h1.frm_section_n span {
    color: #28a745;
}
li.nav-item a.active {
    background: #007bff !important;
    color: #fff !important;
}
.form-group p {
    margin-bottom: 4px;
    color: #dc3545;
}
.alert.alert-info {
    text-align: center;
}
.form-group.col-md-12 ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.form-group.col-md-12 ul li {
    font-size: 15px;
}
.inner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #28a745c2;
    overflow: auto;
}
button.btn.btn-outline-lite.py-0.add_new_frm_field_btn {
    font-family: revert;
    font-size: 14px;
	padding: 0;
}
.alerB a {
    font-weight: 600;
}
.alerB:before {
    display: inline-block!important;
    background-image: url(/include/check-mark_vcitpc.png)!important;
    background-size: 16px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    content: "";
    margin-right: 5px;
}
h1.frm_section_n {
    font-size: 1.5rem;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #000;
}

h4.frm_section_n {
    font-size: 19px;
    text-transform: capitalize;
    margin-bottom: 0;
}
body {
    background-size: 100%;
    width: 100%;
    height: 100%;
    background-image: url(/include/back-banner_gqvkcd.jpg);
}
label b {
	color:red;
}
.border {
    background: #fff;
}
.form-control {
    background-color: #f7f7ff;
    border-radius: 0px;
}
.form-group {
    margin: 0;
    padding: 5px;
}
.btn_round{
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-left: 10px;
  border:1px solid #ccc;
  cursor: pointer;
}
.btn_round:hover{
  color:#fff;
  background:#6b4acc;
  border:1px solid #6b4acc;
}

.btn_content_outer{
display: inline-block;
width: 85%;
}
.close_c_btn{
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 0px;
  line-height: 30px;
  border-radius: 50%;
  background: #ededed;
  border: 1px solid #ccc;
  color: #ff5c5c;
  text-align: center;
  cursor: pointer;
}

.add_icon{
  padding:10px;
  border: 1px dashed #aaa;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}
.add_group_btn{
  display: flex;
}
.add_group_btn i{
 font-size: 32px;
 display: inline-block;
 margin-right: 10px;
 
}

.add_group_btn span{
 margin-top: 8px;
}
.add_group_btn, .clone_sub_task{
  cursor: pointer;
}


.sub_task_append_area .custom_square{
  cursor: move;
}

.del_btn_d{
  display: inline-block;
    position: absolute;
    right: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
}
@media (max-width: 767px) {

.container.py-4 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

h1.frm_section_n {
    font-size: 18px;
}
	
}