.show-data{
  cursor: pointer !Important;
}
.no-padding{
  padding: 0px !important;
}
.no-padding-left{
  padding-left: 0px !important;
}
.no-padding-right{
  padding-right: 0px !important;
}
.no-margin{
  margin: 0px !important;
}
.capitalize, .card-title, .text-title{
  text-transform: capitalize !important;
}
.uppercase{
  text-transform: uppercase !important;
}
.lowercase{
  text-transform: lowercase; !important;
}
.text-green-paz{
  color: #07A148 !important;
}
.text-orange{
  color: #FD7D24 !important;
}
.text-black{
  color: #121527 !important;
}
.bg-young-blue{
  background: linear-gradient(0deg, #ECFEF4, #ECFEF4) !important;
}
.no-border{
  border: 0px !important;
}
.no-shadow{
  box-shadow: none !important;
}
.tagsinput-lg .bootstrap-tagsinput{
  height: 100px !important;
}

.custom-control-input:checked ~ .custom-control-label.green::before{
  color: #FFFFFF  !important;
  border-color: #07A148;
  background-color: #07A148;
}

.section-light{
  background: #E5E5E5 !important;
}

.form-label{
  font-weight: bold !important;
    font-size: 12px !important;
}

.box-dark{
  background: rgba(0, 0, 0, 0.64) !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  text-align: center !important;
  color: #ffffff !important;
}
.vm-50{
  margin: 0px 50px !important;
}
.br-4{
  border-radius: 4px !Important;
}

.pull_left{
  float: left !important;
}
.pull_right{
  float: right !important;
}
.custom-file-input{
  position: absolute !important;
}
.pointer{
  cursor: pointer !important;
}
.bootstrap-tagsinput, .bootstrap-tagsinput input{
  width: 100% !important;
}

.form-group label{
  margin-bottom: 5px !important;
}
.form-group .invalid{
  position: absolute;
    left: 0;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    bottom: calc(100% + 4px);
    background: #ed756b;
    padding: .3rem .5rem;
    z-index: 1;
    border-radius: 3px;
    white-space: nowrap;
}
.form-group .invalid:before{
  position: absolute;
    content: '';
    height: 0;
    width: 0;
    border-left: 6px solid #ed756b;
    border-right: 6px solid transparent;
    left: 10px;
    border-bottom: 6px solid transparent;
    bottom: -6px;
}

.hide_element{
  display: none !important;
}
.show_element{
  display: block !important;
}
.swal2-icon.swal2-info, .swal2-icon.swal2-warning, .swal2-icon.swal2-danger, .swal2-icon.swal2-error, .swal2-icon.swal2-question, .swal2-icon.swal2-success{
  padding: 3px !important;
  border: none !important;
  border-color: #ffffff !important;
}
.icon-circle-xxl, .icon-circle.xxl{
  font-size: 100px !important;
}

.box-shadow{
  box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px !important;
}
.save-data-fixed{
  position: fixed !important;
  right: 0 !important;
  bottom: 0 !important;
  border-radius: 15px 0px 0px 0px !important;
}
.w-full{
  width: 100% !important;
  max-width: 100% !important;
}
.bootstrap-tagsinput .tag{
  font-size: 12px !important;
  font-weight: normal !important;
}
.tagsinput-green .bootstrap-tagsinput .tag{
  background-color: #07A148 !important;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #929292;
  height: 4rem;
}
.steps > .step {
  position: relative;
  display: table-cell;
  text-align: center;
  font-size: 12px !important;
  font-weight: bold;
  color: #333;
}
.steps > .step:before {
  content: attr(data-step);
  display: block;
  margin: 0 auto;
  background: #c7c7c7;
  border: 2px solid #c7c7c7;
  color: #333;
  width: 1rem;
  height: 1rem;
  text-align: center;
  margin-bottom: -4.2rem;
  line-height: 0.9rem;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 11px;
}
.steps > .step:after {
  content: "";
  position: absolute;
  display: block;
  background: #c7c7c7;
  width: 100%;
  height: 0.125rem;
  top: 0.5rem;
  left: 50%;
}
.steps > .step:last-child:after {
  display: none;
}
.steps > .step.is-complete {
  color: #c7c7c7;
}
.steps > .step.is-complete:before {
  content: "✓";
  color: #07A148;
  background: #07A148;
  border: 2px solid #07A148;
}
.steps > .step.is-complete:after {
  background: #07A148;
}
.steps > .step.is-active {
  font-size: 1.5rem;
}
.steps > .step.is-active:before {
  color: #fff;
  border: 2px solid #07A148;
  background: #07A148;
  margin-bottom: -4.9rem;
}
.steps > .step.is-star:before, .steps > .step.is-last:before{
  display: none !important;
}
.steps .step span{
  position: absolute !important;
  bottom: 1.8rem !important;
  font-size: 10px !important;
}
.breadcrumb-item{
  text-transform: capitalize !important;
}