.wizard .actions .disabled a {
    
    display: none !important;
}
.wizard>.content>.body label.error {
    color: #FD8D27!important;
    display: inline-block;
    margin-left: 1.5em;
}
.error_check{
    color: red!important;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-color: #fefefe;*/
  background-color: rgba(0, 0, 0, 0.7)!important;
  /*rgb(51 53 71 / .7)*/
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}
.status {
  width: 100%!important;
  height: 130px!important;
  position: absolute!important;
  left: 0%!important;
  top: 50%!important;
  background-image: url(../images/load.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  background-size: contain;
  margin: -20px 0 0 -20px!important;
}

textarea{
  resize: none;
}

.multiselect_div>.btn-group ul {
    transform: translate3d(0px, 30px, 0px)!important;
}
.multiselect_div>.btn-group .btn .multiselect-selected-text {
    color: #495057;
}
.multiselect_div>.btn-group ul.multiselect-container>li>a {
    padding: 5px 15px;
    display: block;
    outline: none;
}
.multiselect_div>.btn-group ul.multiselect-container>li.active .radio {
    color: var(--font-fff);
}
.multiselect_div>.btn-group ul.multiselect-container>li>a label.radio {
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] { -moz-appearance:textfield; }

.border_input{
  border: 1px solid;
}

.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

.wizard>.steps .current a{
       background: #225028;
    color: #fff;
    cursor: default; 
}
.wizard>.steps .done a, .wizard>.steps .done a{
    background: #eee;
    color: #aaa;
}


.metismenu>li.active ul a:focus {
    /*background: var(--primary-color);*/
    background: #225028;
}

.wizard>.actions a, #next{
    background: #FD8D27 !important;
    color: #fff !important;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard>.actions a, #finish{
    background: #FD8D27 !important;
    color: #fff !important;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard>.actions a, #previous{
    background: #eee !important;
    color: #aaa !important;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wizard>.content {
    background: #fff;
}    


.wizard>.content>.body input {
    display: block;
    border: 1px solid #09bc66;
}
.ps-form--contact .ps-form__input {
    border-radius: 40px;
    color: #6f9086 !important;
    background-color: #ffffff !important;
    padding: 9px 15px;
    border: none;
    line-height: 26px;
    height: 44px;
    font-size: 16px;
}
.wizard>.content>.body select {
    display: block;
    border: 1px solid #09bc66;
}

.wizard>.content>.body select option {
    display: block !important;
    border: 1px solid #09bc66 !important;
    background: white !important;
}


.wizard>.content>.body select option:hover {
    display: block !important;
    border: 1px solid #09bc66 !important;
    background: #09bc66 !important;
}


.table.table-hover tbody tr:hover td form {
    display: block;
}
.table.table-hover tbody tr td form {
    display: none;
}
.table.table-hover tbody tr:hover td a {
    display: inline;
}
.table.table-hover tbody tr td a {
    display: none;
}
.table{
    width: 100%!important;
}
.no-resize{
	resize: none;
}

.wizard .content {
    /*min-height: 100vh; */
    /*height: 100vh; */
    overflow: hidden;
}
.wizard>.steps .current a:hover, .wizard>.steps .current a:active {
    background: #225028;
    color: #fff;
    cursor: default;
}
.wizard>.steps .current a, .wizard>.steps .current a:hover, .wizard>.steps .current a:active {
    background: #225028;
    color: #fff;
    cursor: default;
}

.wizard .actions a:hover, .wizard .actions a:active {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #FD8D27;
}

.error_inter{
	color: #E15858!important;
	font-size: 12px!important;
	margin: 0 !important;
	display: inline-block!important;
}

