html label{
    color: #000000;
    font-family: 'Open Sans';
   font-weight: 600;
}
.custom-row {
    display: -ms-flexbox;
    display: flex;
  }
  
  .customInput,
  input.customInput,
  .styledSelect {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #C8C8C8;
    background-color: #fff;
    padding: 10px 15px;
    box-shadow: none;
    min-height: 48px;
    font-size: 1rem;
    font-family: 'Open Sans';
  }
  
  .customInput:focus,
  .customInput:active,
  input.customInput:focus,
  input.customInput:active,
  .styledSelect:focus {
    outline: none;
    border: 1px solid #C8C8C8;
    box-shadow: none;
  }
  
  .controlField .customLabel {
    color: #976f3b;
    display: block;
    margin-bottom: 6px;
  }
  
  .controlField {
    width: 50%;
    padding: 0 15px 15px 15px;
  }
  
  .controlRadio {
   /*  margin: 0 12px; */
   margin: 0;
   
  }
  
  .radioWrapper {
   /* width: 100%;
    border-radius: 6px;
    border: 0;
    background-color: #fafafa;
    padding: 10px 15px;
    box-shadow: 0 0 5px 0.5px #fafafa;
    min-height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; */
  }
  
  .controlRadio input[type="radio"] {
   /* -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5); */
  }
  
  .controlRadio label {
    padding-left: 15px;
	margin-bottom: 0;
  }
  
  .controlRadio{
    border: 2px solid #C8C8C8;
    padding: 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
}
.controlRadio input[type="radio"] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 4px;
  /* background-color only for content */
  background-clip: content-box;
  border: 2px solid #bbbbbb;
  background-color: #e7e6e7;
  border-radius: 50%;
}

/* appearance for checked radiobutton */
.controlRadio input[type="radio"]:checked {
  background-color: #13864A;
}
.controlRadio input[type="radio"]:checked {
    border-color: #13864A;;
}

  .styledSelect option {
    background: #fafafa;
    font-size: 1rem;
  }
  
  .arrow-btn {
    background-color: #976f3b;
    color: #fff;
    border-radius: 2px;
    padding: 12px 45px;
    border: 0px;
    outline: none;
    font-weight: 500;
    font-size: 1rem;
    display: inline-block;
    align-items: center;
    justify-content: space-between;
    transition: transform 0.3s ease-out;
  }
  
  body.pushable > .pusher {
    background: #f6efe5;
  }
  
  .formstepwrap {
    padding: 0px 30px 0 30px;
    border-radius: 4px;
    background: #fff;
  }
  .steps li.list-group-item>div,  .steps li.list-group-item .btn-primary{
    display: flex;
    align-items: center;
    column-gap: 10px;
	padding:0;
  }
  .steps .btn-primary .tab-circle{
   /* width: 23px;
    height: 23px; */
    border-radius: 50%;
    display: flex;
    overflow: hidden;
    color: transparent;
    background-color: #757575;
    border-color: #757575;
    transition: all 0.25s linear; 
	    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #ffffff;
  }
  .steps .btn-primary span{
    color: #000;
  }
  .steps .btn-primary.active .tab-circle{
    background-color: #13864a;
    border-color: #13864a;
  }
  
  .steps li.list-group-item {
    background: transparent;
    border: 0px;
    padding: 5px;
  }
  
  #personatree ul {
    list-style-type: circle;
    font-weight: regular;
  }
  
  #personatree ul ul {
    list-style-type: circle;
    padding-left: 10px;
  }
  
  #personatree ul li {
    cursor: pointer;
  }
  #personatree .row{
    width: 100%;
}
#personatree .row>ul>li{
    border: 1px solid #C8C8C8;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 10px
}
#personatree .row>ul {
    width: 100%;
}
  .bggrid {
    background: url("img/bg-grid.jpg") repeat center center / 600px 600px;
    text-align: center;
  }
  
  #form03 .bggrid .renderlist {
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
  }
  
  #form03 .bggrid h4 {
    text-align: center;
  }
  
  #form03 .bggrid .renderlist > div {
    padding: 20px 15px;
    margin-bottom: 5px;
    background: #ffffff;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.13);
    cursor: pointer;
    position: relative;
    text-align: center;
    display: inline-block;
    width: 210px;
    margin: 5px 20px;
    border-radius: 10px;
    transition: all 0.25s linear;
  }
  
  #form03 .bggrid .renderlist p {
    margin: 0px;
  }
  
  #form03 .bggrid .renderlist img {
    display: inline-block;
    width: 40px;
    padding: 5px;
  }
  
  #form03 .bggrid .renderlist > div.selected {
    background: #f6e7d5;
  }
  
  .bggrid .renderlist > div.selected::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -6px;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #9d7849;
    transform: rotate(45deg);
  }
  
  #form03 .bggrid .add-fields-wrap {
    display: none !important;
    background: #fafafa;
    padding: 5px 15px;
  }
  
  #form03 .bggrid .add-fields-wrap.shown {
    display: flex !important;
  }
  
  #form03 .bggrid .add-fields-wrap button {
    min-width: 75px;
  }
  
  #form03 .bggrid .renderlist > div.additem {
    background: #82b242;
    color: #fff;
  }
  
  .bggrid .renderlist > div.additem.selected::after {
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #fff;
  }
  
  #form03 .renderlist div .removethis {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #eb6f4a;
    opacity: 0;
    transition: all 0.2s linear;
  }
  
  #form03 .renderlist div:hover .removethis {
    opacity: 1;
  }
  
  
  #personatree li a {
    background: url(/Theme/dscadmin/img/L1-icon.png) no-repeat left 2px / 16px 16px;
    padding-left: 25px;
    padding-bottom: 15px;
  }
  
  #personatree li:first-child a {
    background: none;
    padding-left: 25px;
    padding-bottom: 15px;
  }
  
  #personatree li li a {
    background: url(/Theme/dscadmin/img/L2-icon.png) no-repeat left 2px / 16px 16px !important;
    padding-left: 25px;
  }
  
  #personatree li li li a {
    background: url(/Theme/dscadmin/img/L3-icon.png) no-repeat left 2px / 16px 16px !important;
    padding-left: 25px;
  }
.steps li.list-group-item{
    padding-bottom: 50px;
}
.steps li.list-group-item:not(:last-child):before{
    content: '';
    position: absolute;
    width: 1px;
    background: #E0E0E0;
    height: 45px;
    bottom: 2.5px;
    left: 22px;
}
.tabs-sidebar{
    max-width: 300px;
width: 100%;
}