body{
    font-family: "Nunito Sans" !important;
    font-size: 12.8px !important;
    font-weight: 500;
}
.card {
    box-shadow: 0px 3px 4px 0px rgba(0,0,0,.03);
    background-color: #fff;
    border-radius: 0.75rem;
    border: #f1f1f4;
}
.card .card-header{
    box-shadow: 0px 3px 4px 0px rgba(0,0,0,.03);
    background-color: #fff;
    border-radius: 0.75rem;
    border: #f1f1f4;
}
body, .app-default {
    background-color: rgb(245, 247, 250);
}
a{
    font-weight: 600;
}
.card .card-footer{
    font-weight: 700;
    font-size: 1rem;
}

.app-sidebar-menu .menu > .menu-item > .menu-link > .menu-title {
    font-size: 13px;
    font-weight: 500;
}
.card-title, .card-title h3{
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    line-height: 1.2;
}
.form-control{
    font-size: 13px;
}
.alert > ul{
    margin-bottom: 0;
}
input::placeholder {
    font-size: 12px;
}
.custom-file-input{
    padding:0;
}
.card .card-header{
    min-height: 50px;
    padding: 0 1.25rem;
}
.input-icon{
    background: transparent;
}
.search-tr th{
    vertical-align: middle;
    text-align: center;
}
.search-tr .form-control{
    padding: 9px 9px;
    border-radius: 4px;
}
.dropdown-menu{
    padding: 0;
}
.dropdown-item{
    display: flex;
    align-items: center;
}
.btn-group button{
    padding: 4px 12px !important;
}
.form-control:not(.rounded-pill)
, .btn-group button
, .form-check-input[type=checkbox]
, .select2-search__field
, .form-select
, .input-group-text
, .btn-group
{
    /*border-radius: .30rem !important;*/
}

.fs-1xx{
    font-size: 1.2rem !important;
}
/*.form-btns .btn{
    padding-left: 5px !important;
    padding-right: 5px !important;
}*/
.grid-table{
    margin-bottom: 0px !important;
}
.grid-table > td{
    vertical-align: center !important;
}
.grid-table .tr-titles a{
    color: black;
    display: flex;
    align-items: center;
}
.grid-table td img{
    width: 36px;
    height: 36px;
}
.grid-form{
    margin-bottom: 2rem;
}
.card .card-footer {
    padding: 0.8rem 2.25rem !important;
}
.overlay{
    display: inline-block;
}
.page-link.active, .active > .page-link{
    background-color: #d0bdf9;
    color: #7239ea !important;
}

.r-field:first-child > label::after {
    content: "*";
    position: relative;
    font-size: inherit;
    color: var(--bs-danger);
    padding-left: 0.25rem;
    font-weight: 600;
}
.menu-items li.placeholder{
    height: 52px;
    background-color: var(--bs-gray-300) !important;
    margin-bottom: 20px;
}
.menu-items ol{
    list-style: none;
}
/*------------------------*/
.table thead, .bg-thead{
    background-color: #fcfcfc;
}
.table thead th
, .table thead th a{
    font-size: .9rem;
    line-height: 1.2rem;
    vertical-align: middle;
}
.page-item .page-link {
    border-radius: 0.3rem;
    height: 2.3rem;
    min-width: 2.3rem;
    font-weight: 700;
    font-size: 1rem;
}
.pagination a{
    line-height: 10px;
}
/*-------------------------------------------------*/


body::-webkit-scrollbar {
  width: 0.8em;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  outline:          1px solid slategrey;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt34 {
  margin-top: 34px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
.mtb10 {
  margin: 10px 0;
}
.mtb20 {
  margin: 20px 0;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt80 {
  padding-top: 80px;
}
.pt90 {
  padding-top: 90px;
}
.pt100 {
  padding-top: 100px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb100 {
  padding-bottom: 100px;
}
.uppar {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.lower {
  text-transform: lowercase;
}
.mx-center {
  margin:  0 auto;
  display: table;
}
.btn.dropdown-toggle:after, .nav-link.dropdown-toggle:after {
  margin: 0.4em !important;
}
.kt-portlet .kt-portlet__head {
  transition: height .3s;
  /*border-top: 3px solid #5D78FF;*/
  background: rgba(249, 249, 252, 0.5);

  border: 1px solid #e6e6e663;
  border-radius: 2px;
}
.kt-portlet .kt-portlet__foot {
  padding:                    10px 30px;
  border-top:                 1px solid #EBEDF2;
  border-bottom-left-radius:  4px;
  border-bottom-right-radius: 4px;
  background:                 rgba(249, 249, 252, 0.5);
}
label.required:after, .req:after {
    content: '*';
    color: #FF0000;
    font-size: 13px;
    margin: 0 0 0 4px;
}
.form-control, .input-group-text, .custom-file-label
,.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single
, .select2-container--default .select2-search--dropdown .select2-search__field
, .bootstrap-select>.dropdown-toggle
{
  border-radius: 2px !important;
}

.img-thumbnail {
  border-radius: 0;
  box-shadow:    0 .125rem 0.8rem rgba(0, 0, 0, .2) !important;
}
.img45 {
  position: relative;
  display:  inline-block;
  margin:   0 35%;
}
button.img_delete {
  border:        0;
  border-radius: 2px;
  width:         160px;
  padding:       5px;
  display:       block;
  margin:        15px auto 0px auto;
  box-shadow:    0 .125rem 1rem rgba(0, 0, 0, 0.2) !important;
}
button.galleryimg_delete {
  border:        0;
  border-radius: 2px;
  width:         100%;
  font-size:     12px;
  padding:       3px 5px;
  display:       block;
  margin:        10px auto;
  box-shadow:    0 .125rem 1rem rgba(0, 0, 0, 0.2) !important;
}
.img44 {
  position:    relative;
  display:     inline-block;
  margin-left: 50px;
}
.img44 button.setting_img_delete {
  border:        0;
  border-radius: 50px;
  width:         20px;
  height:        20px;
  position:      absolute;
  top:           -5px;
  right:         -10px;
  padding:       0px 5px 5px 5px;
  box-shadow:    0 .125rem 0.8rem rgba(0, 0, 0, .2) !important;
}
button.img_delete .fa {
  font-size: 11px;
}
.kt-subheader .kt-subheader__main .kt-subheader__title,
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link {
  text-transform: capitalize;
}
.nav-pills a {
  color:                       #555555;
  -o-transition-duration:      1s;
  -moz-transition-duration:    1s;
  -webkit-transition-duration: 1s;
  -webkit-transition:          1s;
  transition:                  all 0.2s ease-in 0s;
}
.nav-pills a:hover {
  color:                       #555555;
  background:                  #F2F2F2;
  -o-transition-duration:      1s;
  -moz-transition-duration:    1s;
  -webkit-transition-duration: 1s;
  -webkit-transition:          1s;
  transition:                  all 0.2s ease-in 0s;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color:            #333333;
  background-color: transparent;
  border-right:     4px solid #5D78FD;
  background:       #F2F2F2;
}
.nav-pills .nav-link {
  border-radius: 0;
  padding:       15px;
  font-size:     12px;
  font-weight:   500;
}
.nav-pills, .nav-tabs {
  margin:       0;
  border-right: 1px solid #D7DCEB;
  background:   #FBFBFB;
  /*width:        107%;*/
  height:       100%;
}
.kt-portlet .setting_portlet {
  padding: 0 !important;
}
.custom-file-label::after {
  padding:          .65rem 0.8rem;
  color:            #FFFFFF;
  background-color: #5D78FD;
  border-radius:    0 2px 2px 0;
}
.form-group .form-text {
  font-size: .8rem;
}
.text-muted {
  color:       #FD397A !important;
  font-style:  italic;
  font-weight: 500;
}
.kt-footer {
  padding:     8px 0 8px 0;
  background:  #FFFFFF;
  -border-top: 1px solid #5D78FF;
}
.kt-footer .kt-footer__copyright {
  font-size: .95rem;
}
.datepicker.datepicker-orient-top {
  margin-top: 8px;
  z-index:    99 !important;
}
.m_icon i {
  font-size: 30px;
  float:     right;
}
.accordion.accordion-toggle-svg .card .card-header .card-title.collapsed {
  color:         #48465B;
  background:    #FBFBFB;
  border:        1px solid #F2F2F2;
  border-radius: 0px;
}
.accordion.accordion-toggle-svg .card .card-header .card-title {
  background-color: #FBFBFB;
  border:           1px solid #F2F2F2;
}
.card-header:first-child {
  border-radius: 1px;
}
.dropzone {
  min-height: 350px;
  background: #FBFBFB;
  padding:    20px 20px;
}
.dropzone .dz-message {
  margin: 9em 0;
  color:  #333333;
}

/**‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒
| Dev CSS
*‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒*/
.kt-avatar .kt-avatar__upload i{
  margin-left: 30px;
}
.alert ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.grid-table .kt-checkbox{
    padding-left: 18px;
}
.table td input[type=checkbox], .kt-checkbox>input{
    left: 0;
    width: 20px;
    height: 20px;
    z-index: 9999;
    position: absolute;
}

form .kt-portlet__foot{
    /*display: none;*/
}
.kt-subheader .btn i {
    font-size: 1.5rem!important;
}
input.datepicker{
    width: 100%;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link{
    padding: 9px 15px;
}
.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-text {
    margin-left: 5px;
}
.kt-header-menu-wrapper{
    width: 100%;
}

tbody .la, tbody .fa,tbody .fa{
  font-size: 2rem;
}
.table td, .table th{
  vertical-align: middle;
    padding: 0.6rem;
}
/*
extra Small devices
*/
@media (min-width: 200px) {
  .kt-separator.kt-separator--md, .kt-separator.kt-separator--space-md {
    margin: 2px 0;
    height: 2px;
  }
  .m-padding-15{
    padding: 15px;
  }
}

/*
Small devices (landscape phones, 576px and up)
*/
@media (min-width: 576px) {
  .kt-separator.kt-separator--md, .kt-separator.kt-separator--space-md {
    margin: 2px 0;
    height: 2px;
  }

}

/*
// Large devices (desktops, 992px and up)
*/
@media (min-width: 1000px)
{
  .col-form-label {
    text-align: right;
  }
  .form-group {
    margin-bottom: 1px;
  }

  .kt-separator.kt-separator--md, .kt-separator.kt-separator--space-md {
    margin: 1.6rem 0;
    height: 2px;
  }
}

.thumbnail-boxed{
    border: 1px solid #ebedf2;
    border-radius: 2px;
    padding: 5px;
    margin-bottom: 20px;
    box-shadow: 0 0 13px 0 rgba(82,63,105,.05);
    position: relative;
    text-align: center;
}
.thumbnail-boxed img{
    /*border: 1px solid #ebedf2;*/
    padding: 5px;
    margin-bottom: 6px;
}
.thumb-options .btn i{
  padding-right: 0;
}
.thumb-options{
  position: absolute;
  top: 30%;
  display: none;
  width: 100%;
  text-align: center;
}
.thumbnail-boxed:hover > .thumb-options{
  display: block;
}

.price_dub{
  width: 180px !important;
}
.kt-subheader__toolbar .input-group-append .btn {
  min-height: 37px !important;
  min-width: 38px!important;
  border-radius: 0;
  margin: 0 auto;
}
.selection-box {
  visibility: hidden;
}

.menu-items, .f-menu-item{
  list-style: none;
}


body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ol.example li.placeholder {
  position: relative;
  /** More li styles **/
}
ol.example li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}

.menu-items > li a, .menu-items > li a:hover {
  /*cursor: move;*/
}
.menu-items ol {
  margin-left: 20px;
  margin-top: 5px;
}

li.placeholder {
  border: 1px dashed red !important;
  background: #f5f5f5;
  list-style: none;
  min-height: 50px;
  margin-bottom: 15px;
}
.menu-items .kt-portlet{
  margin-bottom: 10px;
}
.menu-items .kt-portlet__head-label{
  cursor: move !important;
}
.menu-items .kt-portlet .kt-portlet__head-group {
  margin: 10px -15px 0 0;
  cursor: pointer !important;
}

.kt-login__container .form-control{
  border-radius: 46px !important;
}
.kt-portlet .kt-portlet__head{
  min-height: 50px;
}
.kt-portlet{
  box-shadow: 0 0 13px 0 rgba(150, 148, 148, 0.5);
}

.vertical-table table tbody {
  height: 200px;       /* Just for the demo          */
  overflow-y: auto;    /* Trigger vertical scroll    */
  overflow-x: auto;  /* Hide the horizontal scroll */
}
.view-form .kt-portlet__foot{
  display: none;
}
.kt-aside-menu .kt-menu__nav .kt-menu__item .kt-menu__submenu .kt-menu__item--parent{
  display: block;
}
[class*=tree-menu-level-] li label{
  /*background-color: #ededed;*/
  width: 100%;
}
[class*=tree-menu-level-]{
  list-style: none;
  padding-left: 30px;
}
.tree-menu-level-1{
  padding-left: 0;
}
.multi-ul{
  list-style: none;
}
.gtd-name img.-kt-img-rounded,
.rounded img.-kt-img-rounded {
    border-radius: 50%!important;
}

.dropzone .dz-preview .dz-progress{
    height: 6px;
}
.dropzone .dz-preview .dz-image {
    width: 140px;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.product-type-label{
    color: #FFFFFF;
    background-color: #3699FF;
    padding: 0.15rem 0.75rem;
    border-radius: 0.42rem;
    font-size: 0.8rem;
    align-items: center;
}
.label-Finished{
    background-color: #08976d;
}
.label-Raw-Material{
    background-color: #fbaa00;
}

@media (min-width: 1025px){
  .kt-aside--minimize .kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-bullet {
     display: block;
  }
  .lg-p-0{
    padding: 0 !important;
  }
}


.mr-7, .mx-7 {
    margin-right: 1.75rem !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.symbol {
    display: inline-block;

    flex-shrink: 0;
    position: relative;
    border-radius: 0.42rem;
}
.symbol.symbol-50 > img {
    width: 100%;
    max-width: 50px;
    height: 50px;
}
.symbol > img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0.42rem;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}
.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}

@media (min-width: 992px){
    .symbol.symbol-lg-120 > img {
        width: 100%;
        max-width: 120px;
        height: 120px;
    }
}


.my-1{margin-top:0.25rem!important;}
.mr-1{margin-right:0.25rem!important;}
.my-1{margin-bottom:0.25rem!important;}
.mt-2,.my-2{margin-top:0.5rem!important;}
.mr-2{margin-right:0.5rem!important;}
.mb-2,.my-2{margin-bottom:0.5rem!important;}
.ml-2{margin-left:0.5rem!important;}
.mr-3{margin-right:0.75rem!important;}
.mt-4{margin-top:1rem!important;}
.mr-4{margin-right:1rem!important;}
.ml-4{margin-left:1rem!important;}
.mr-5{margin-right:1.25rem!important;}
.my-7{margin-top:1.75rem!important;}
.mr-7{margin-right:1.75rem!important;}
.my-7{margin-bottom:1.75rem!important;}
.py-2{padding-top:0.5rem!important;}
.py-2{padding-bottom:0.5rem!important;}
@media (min-width: 576px){
    .mt-sm-0{margin-top:0!important;}
}
@media (min-width: 992px){
    .my-lg-0{margin-top:0!important;}
    .mb-lg-0,.my-lg-0{margin-bottom:0!important;}
    .mr-lg-8{margin-right:2rem!important;}
    .py-lg-2{padding-top:0.5rem!important;}
    .py-lg-2{padding-bottom:0.5rem!important;}
}
.text-uppercase{text-transform:uppercase!important;}
.font-weight-bold{font-weight:500!important;}
.font-weight-bolder{font-weight:600!important;}
@media print{
    *,*::before,*::after{text-shadow:none!important;-webkit-box-shadow:none!important;box-shadow:none!important;}
    a:not(.btn){text-decoration:underline;}
    img{page-break-inside:avoid;}
}
.w-150px{width:150px!important;}
@media (min-width: 1200px){
    .w-xl-250px{width:250px!important;}
}

.text-dark-75{color:#3F4254!important;}
.text-dark-50{color:#7E8299!important;}
.text-muted{color:#B5B5C3!important;}
.font-size-sm{font-size:0.925rem;}
.font-size-h5{font-size:1.25rem!important;}
.icon-md{font-size:1.25rem!important;}
.icon-2x{font-size:2rem!important;}
.progress.progress-xs{height:0.5rem;}
.progress.progress-xs .progress-bar{border-radius:0.28rem;}
.separator{height:0;}
.separator.separator-solid{border-bottom:1px solid #EBEDF3;}
.symbol{display:inline-block;-ms-flex-negative:0;flex-shrink:0;position:relative;border-radius:0.42rem;}
.symbol .symbol-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:500;color:#3F4254;background-color:#F3F6F9;background-repeat:no-repeat;background-position:center center;background-size:cover;border-radius:0.42rem;}
.symbol > img{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:0.42rem;}
.symbol.symbol-circle{border-radius:50%;}
.symbol.symbol-circle > img{border-radius:50%;}
.symbol.symbol-circle .symbol-label{border-radius:50%;}
.symbol.symbol-light .symbol-label{background-color:#F3F6F9;color:#7E8299;}
.symbol.symbol-30 > img{width:100%;max-width:30px;height:30px;}
.symbol.symbol-30 .symbol-label{width:30px;height:30px;}
.symbol > img{width:100%;max-width:50px;height:50px;}
.symbol .symbol-label{width:50px;height:50px;}
.symbol.symbol-50 > img{width:100%;max-width:50px;height:50px;}
@media (min-width: 576px){
    .symbol > img{width:100%;max-width:50px;height:50px;}
    .symbol .symbol-label{width:50px;height:50px;}
}
@media (min-width: 768px){
    .symbol > img{width:100%;max-width:50px;height:50px;}
    .symbol .symbol-label{width:50px;height:50px;}
}
@media (min-width: 992px){
    .symbol > img{width:100%;max-width:50px;height:50px;}
    .symbol .symbol-label{width:50px;height:50px;}
    .symbol.symbol-lg-120 > img{width:100%;max-width:120px;height:120px;}
}
@media (min-width: 1200px){
    .symbol > img{width:100%;max-width:50px;height:50px;}
    .symbol .symbol-label{width:50px;height:50px;}
}
@media (min-width: 1400px){
    .symbol > img{width:100%;max-width:50px;height:50px;}
    .symbol .symbol-label{width:50px;height:50px;}
}
.symbol-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.symbol-group .symbol{position:relative;z-index:0;margin-left:-10px;border:2px solid #ffffff;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;}
.symbol-group .symbol:first-child{margin-left:0;}
.symbol-group .symbol:hover{-webkit-transition:all 0.3s ease;transition:all 0.3s ease;z-index:1;}
.symbol-group.symbol-hover .symbol{cursor:pointer;}
.svg-icon svg{height:1.5rem;width:1.5rem;}
.svg-icon svg g [fill]{-webkit-transition:fill 0.3s ease;transition:fill 0.3s ease;fill:#B5B5C3;}
.svg-icon svg:hover g [fill]{-webkit-transition:fill 0.3s ease;transition:fill 0.3s ease;}
.svg-icon.svg-icon-md svg{height:1.5rem!important;width:1.5rem!important;}
a:hover,a:active,a:focus{text-decoration:none!important;}


.wizard.wizard-4 .wizard-nav .wizard-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}

.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex: 0 0 calc(25% - 0.25rem);
    width: calc(25% - 0.25rem);
    background-color: #F3F6F9;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step .wizard-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;color:#3F4254;padding:2rem 2.5rem;}
.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step .wizard-wrapper .wizard-number{font-size:1.3rem;font-weight:600;-webkit-box-flex:0;-ms-flex:0 0 2.75rem;flex:0 0 2.75rem;height:2.75rem;width:2.75rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(54, 153, 255, 0.08);color:#3699FF;margin-right:1rem;border-radius:0.5rem;}
.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step .wizard-wrapper .wizard-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}
.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step .wizard-wrapper .wizard-label .wizard-title{font-size:1.1rem;font-weight:600;}
.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current]{background-color:#ffffff;}
.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-wrapper .wizard-number{color:#ffffff;background-color:#3699FF;}
.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-wrapper .wizard-label .wizard-title{color:#3699FF;}
@media (max-width: 1399.98px){
    .wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 0.25rem);flex:0 0 calc(50% - 0.25rem);width:calc(50% - 0.25rem);border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;margin-bottom:0.5rem;}
}
@media (max-width: 767.98px){
    .wizard.wizard-4 .wizard-nav .wizard-steps{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}
    .wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step{-webkit-box-flex:0!important;-ms-flex:0 0 100%!important;flex:0 0 100%!important;position:relative;width:100%!important;}
    .wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step .wizard-wrapper{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0.5rem 2rem;}
}

*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box;}
@media print{
    *,*::before,*::after{text-shadow:none!important;-webkit-box-shadow:none!important;box-shadow:none!important;}
}
.wizard[data-wizard-clickable=true] .wizard-step{cursor:pointer;}


.input-group-append .bootstrap-select{
    padding-left: 0;
    padding-top: 0;
}
