.msform {
    background: #fff;
    padding: 50px 0px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    height: auto;
    -webkit-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    box-shadow: 0px 0px 5px 0px #747474;
    overflow: visible;
  }
  .msform .form.section {
    width: 100%;
    max-width: 800px;
      /*min-width: 800px;*/
    margin: 0 auto;
    text-align: center;
    position: relative;
    height: auto;
    -webkit-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
  }
  .msform .icw-fieldset {
    overflow: visible;
  }
  .msform #msform {
    overflow: visible;
  }
  
  #progressbar {
    counter-reset: step;
    width: 100%;
    padding: 0;
    display: block;
    text-align: center;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
  }
  #progressbar li {
    display: inline-block;
    margin: 0 1rem;
    position: relative;
    width: 15%;
  }
  #progressbar li .number {
    font-size: 0;
    z-index: 2;
  }
  #progressbar li .number::before {
    content: counter(step);
    counter-increment: step;
    display: block;
    width: 3rem;
    height: 3rem;
    padding: 0.7rem;
    line-height: 0.9;
    border: 1px solid #f2f2f2;
    border-radius: 100px;
    text-align: center;
    font-size: 17px;
    background: #fff;
    color: #747474;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  #progressbar li .number::after {
    content: "";
    display: block;
    width: 87%;
    height: 2px;
    top: 25%;
    /*left: 70%;*/
    right: 70%;
    background: #f2f2f2;
    position: absolute;
    z-index: 0;
    transition: background 0.5s ease-in;
  }
  #progressbar li .desc {
    font-size: 14px;
  }
  #progressbar li:first-child .number::after {
    display: none;
  }
  #progressbar li.active .number::before {
    content: "\f00c";
    background: #fff;
    color: #ac1681;
    font-weight: 900;
    font-family: "fontawesome", "Font Awesome 5 Free";
    font-size: 15px;
    border-color: #ac1681;
    transition: content 0.5s ease-in;
  }
  #progressbar li.active .number::after {
    background: #ac1681;
  }
  #progressbar li.active.current .number::before {
    content: counter(step);
    background: #ac1681;
    color: #fff;
    font-weight: 900;
    font-family: "rsu-bold";
    border-color: #ac1681;
    transition: content 0.5s ease-in;
  }
  #progressbar li.active.current:last-child .number::before {
    content: "\f00c";
    background: #ac1681;
    color: #fff;
    font-weight: 900;
    font-family: "fontawesome", "Font Awesome 5 Free";
    font-size: 15px;
    border-color: #ac1681;
  }
  
  .icw-form {
    display: block;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .icw-form .icw-fieldset {
    background: #fff;
    border: 0 none;
    max-width: 800px;
    width: 100%;
    margin: auto;
    opacity: 0;
    padding: 1.25rem 1rem;
    border-radius: 3px;
    text-align: center;
    position: relative;
  }
  .icw-form .icw-fieldset [class*=field] {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .icw-form .icw-fieldset:not(:first-of-type) {
    display: none;
  }
  .icw-form .icw-fieldset .field-full {
    position: relative;
    overflow: hidden;
    height: 44px;
    margin-bottom: 10px;
  }
  .icw-form .icw-fieldset .field-full .label-unit {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 44px;
    font-size: 17px;
    padding: 0 1rem;
    color: #999;
  }
  .icw-form .icw-fieldset .field-half, .icw-form .field-half {
    width: 49%;
    /*height: 44px;*/
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: inline-block;
  }
  .icw-form .icw-fieldset .field-half.left, .icw-form .field-half.left {
    margin-left: 0;
  }
  .icw-form .icw-fieldset .field-half.right, .icw-form .field-half.right {
    margin-right: 0;
  }
  .icw-form .icw-fieldset .select-field {
    overflow: visible;
    height: 44px;
    text-align: left;
  }
  .icw-form .icw-fieldset .field-logo-preview {
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
  }
  .icw-form .icw-fieldset .field-logo-preview .file-logo {
    width: 160px;
    height: 160px;
    margin: 10px auto 15px;
    text-align: center;
    position: relative;
    border: 1px solid #f2f2f2;
  }
  .icw-form .icw-fieldset .field-logo-preview .file-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: auto;
  }
  .icw-form .icw-fieldset .field-textarea {
    height: 80px;
    text-align: left;
  }
  .icw-form .icw-fieldset .field-radio {
    height: auto;
    text-align: left;
  }
  .icw-form .icw-fieldset .field-radio .radio-toolbar {
    margin-left: auto;
    margin-right: auto;
  }
  .icw-form .icw-fieldset .subfieldset {
    display: none;
  }
  .icw-form .icw-fieldset .subfieldset.open {
    display: block;
    opacity: 1;
  }
  .icw-form .icw-fieldset .field-disable {
    background: #f2f2f2 !important;
    cursor: default !important;
    color: #fff;
    opacity: 0.5;
  }
  .icw-form .icw-fieldset .field-disable .select-selected {
    background: #f2f2f2 !important;
    cursor: default !important;
    color: #747474;
  }
  .icw-form .icw-fieldset .field-disable .select-items {
    display: none !important;
  }
  .icw-form .field-gallery-preview .file-img {
    max-width: 140px;
    height: 140px;
    border-radius: 10px;
    border: 1px dashed #999;
    text-align: center;
    float: left;
    margin: 0 2.5px 5px;
    overflow: hidden;
  }
  .icw-form .field-gallery-preview .file-img .inputfile + label {
    width: 140px;
    height: 140px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    background: rgba(102, 102, 102, 0.05);
    opacity: 0.5;
  }
  .icw-form .field-gallery-preview .file-img .inputfile + label [class*=fa] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
  }
  .icw-form .field-gallery-preview .file-img .delete-img {
    opacity: 0;
  }
  .icw-form .field-gallery-preview .file-img.active, .icw-form .field-gallery-preview .file-img:active, .icw-form .field-gallery-preview .file-img:focus, .icw-form .field-gallery-preview .file-img:hover {
    border-color: #60a511;
    border-style: solid;
  }
  .icw-form .field-gallery-preview .file-img.active .inputfile + label, .icw-form .field-gallery-preview .file-img:active .inputfile + label, .icw-form .field-gallery-preview .file-img:focus .inputfile + label, .icw-form .field-gallery-preview .file-img:hover .inputfile + label {
    background: rgba(96, 165, 17, 0);
    opacity: 1;
  }
  .icw-form .field-gallery-preview .file-img.active .delete-img, .icw-form .field-gallery-preview .file-img:active .delete-img, .icw-form .field-gallery-preview .file-img:focus .delete-img, .icw-form .field-gallery-preview .file-img:hover .delete-img {
    opacity: 1;
  }
  .icw-form .field-gallery-preview .file-img.next {
    border-style: solid;
    border-color: rgba(102, 102, 102, 0.25);
  }
  .icw-form .field-gallery-preview .file-img.next .inputfile + label {
    background: rgba(102, 102, 102, 0.5);
    opacity: 1;
  }
  .icw-form .field-gallery-preview .file-img.next .delete-img {
    opacity: 0;
  }
  .icw-form .field-gallery-preview .file-img .inputfile.active + label, .icw-form .field-gallery-preview .file-img .inputfile.showpic + label {
    background: rgba(96, 165, 17, 0.5);
    opacity: 1;
  }
  .icw-form ::placeholder {
    font-size: 17px;
  }
  
  .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  
  .inputfile + label {
    border-color: #ac1681;
    background-color: #ac1681;
    color: #fff;
    width: 250px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    line-height: 42px;
    height: 42px;
    box-sizing: border-box;
    font-family: "rsu-reg", "rsu-bold", "rsu-light";
    letter-spacing: 1px !important;
    user-select: none;
    cursor: pointer;
    border-radius: 20px;
    transition: all 0.4s ease;
  }
  
  .inputfile + label [class*=fa] {
    margin-left: 5px;
  }
  
  .inputfile:focus + label,
  .inputfile + label:hover {
    background-color: #E10098;
  }
  
  .inputfile + label {
    cursor: pointer;
    /* "hand" cursor */
  }
  
  .file-logo {
    width: 150px;
    height: 150px;
    margin: 10px auto 0;
    text-align: center;
    position: relative;
    border: 1px solid #f2f2f2;
    /*background-color: #f2f2f2;*/
  }
  .file-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: auto;
  }
  
  .field-textarea {
    overflow: hidden;
    height: auto;
    margin-bottom: 15px;
    padding-bottom: 0;
    clear: both;
  }
  
  .field-textarea textarea {
    width: 100%;
    height: 80px;
    padding-right: 30px;
    transition: all 0.4s ease-in-out;
    padding-top: 5px;
    border: 1px solid #ccc;
  }
  
  .field-textarea textarea:focus {
    height: 80px;
    border: 2px solid #E10098;
    box-shadow: 0 0px 2px 0px #ccc;
    color: #E10098;
  }
  
  input[type=text], optgroup, select, textarea {
    width: 100%;
    float: left;
    margin: 0;
    height: 44px;
    padding-left: 20px;
    line-height: 130%;
    background: rgba(0, 0, 0, 0);
    -webkit-appearance: textfield;
    color: #000;
    font-weight: 100;
    border: 0px;
    border: 1px solid #ccc;
    border-radius: 0px;
    position: relative;
    letter-spacing: 0.1px;
    outline: 0;
    font-family: "rsu-reg", "rsu-bold", "rsu-light";
    transition: all 0.4s ease-in-out;
  }
  input:focus, optgroup:focus, select:focus, textarea:focus {
    border-width: 2px;
    border-style: solid;
    border-color: #E10098;
  }
  
  .form-control .field-btn {
    margin: 20px auto 0;
    text-align: center;
    padding: 10px;
  }
  
  .form-control input:focus + ::placeholder {
    color: #fff;
  }
  
  .form-control .check-msg {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
    padding: 15px 10px 0;
    margin-bottom: 0;
    z-index: 3;
    height: 40px;
  }
  
  .select-field {
    border-radius: 0;
    position: relative;
    overflow: visible;
    height: 40px;
    margin: 0 auto 0.3rem;
    border: 1px solid #ccc;
    padding: 0;
  }
  .select-field select {
    font-size: 0;
    display: none;
    -webkit-appearance: none;
  }
  .select-field .select-selected {
    color: #747474;
    background-color: white;
    cursor: pointer;
    user-select: none;
    line-height: 37px;
    border: 0;
    -webkit-appearance: none;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    z-index: 2;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 3px;
    padding-left: 15px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
  .select-field .select-selected:after {
    position: absolute;
    content: "";
    top: 1rem;
    right: 1rem;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #999999 transparent transparent transparent;
    color: #999;
  }
  .select-field .select-selected.select-arrow-active {
    border-bottom-left-radius: 0em;
    border-bottom-right-radius: 0em;
    border: 1px solid #E10098;
    border-bottom: 1px solid #E10098;
    color: #333;
    box-shadow: none;
  }
  .select-field .select-selected:focus {
    outline: none !important;
    box-shadow: none !important;
  }
  .select-field .select-items {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.1);
    border-bottom: 0px solid #333333;
    top: 99%;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    max-height: 30vh;
    overflow-y: scroll;
  }
  .select-field .select-items div {
    background-color: rgba(255, 255, 255, 0.99);
    border: 1px solid #E10098;
    border-top: 0px;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    -webkit-animation: fadeInDown 0.15s ease-out;
    animation: fadeInDown 0.15s ease-out;
    z-index: 1;
    padding-left: 20px;
    height: 40px;
    line-height: 39px;
  }
  .select-field .select-items div:first-child {
    border-top-left-radius: 0em;
    border-top-right-radius: 0em;
  }
  .select-field .select-items div:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  fieldset.icw-fieldset .btn-outline-primary {
    text-align: center;
    display: inline-block;
    border-color: #60a511;
  }
  fieldset.icw-fieldset .btn-outline-primary:focus {
    box-shadow: none !important;
    outline: none !important;
  }
  
  .select-hide {
    display: none;
  }
  
  fieldset.icw-fieldset,
  .icw-fieldset-inner,
  .form-block {
    overflow: visible;
  }
  
  .btn {
    width: 200px;
    margin: 1.5rem auto 1rem;
    display: inline-block;
  }
  
  .btn.next {
    width: 200px;
    margin: 1.5rem auto 1rem;
    display: inline-block;
    text-align: center;
  }
  
  ::placeholder {
    color: #747474;
  }
  
  /*		BTN Radio 		*/
  .radio-toolbar input[type=radio] {
    display: none;
  }
  
  .radio-toolbar input[type=radio] {
    display: none;
  }
  
  .radio-toolbar label {
    display: inline-block;
    background-color: rgba(96, 165, 17, 0);
    padding: 5px 10px;
    line-height: 33px;
    width: 30%;
    height: 42px;
    cursor: pointer;
    margin-bottom: 0;
    text-align: center;
    font-size: 0.75rem;
    color: #fff;
    border-radius: 0px;
    transition: all 0.4s ease;
  }
  
  .radio-toolbar input[type=radio]:hover + label {
    background-color: rgba(96, 165, 17, 0.75);
  }
  
  .radio-toolbar input[type=radio]:checked + label {
    background-color: rgba(96, 165, 17, 0.75);
  }
  
  .radio-toolbar {
    background-color: rgba(96, 165, 17, 0.5);
    max-width: 90%;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
  }
  
  .detail-form .file-logo img {
    width: 100px;
    height: auto;
    margin: auto;
  }
  
  .new-pd {
    overflow: visible;
  }
  .new-pd .section-form {
    overflow: visible;
  }
  .new-pd .section-form .container {
    overflow: visible;
  }
  .new-pd .section-form .container .row {
    overflow: visible;
  }
  .new-pd .section-form .container .row .inner {
    overflow: visible;
  }
  
  /* Add Product */
  .main.new-pd {
    max-height: none;
    min-height: 100vh;
  }
  
  .check-group {
    margin-top: 10px;
    display: flex;
    overflow: hidden;
    padding: 3px 15px;
  }
  
  .txt-check {
    margin-left: 10px;
    font-family: "rsu-reg", "rsu-bold", "rsu-light";
    color: #111;
  }
  
  /*------- Switch checkbox --------*/
  .check-group{
      overflow: visible;
  }
  .switch {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-bottom: 0;
    margin-top: 0;
  }
  
  .switch input[type=radio],
  .switch input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: auto;
    -webkit-appearance: checkbox;
  }