.site-supplier {
    padding: 32px
}

.site-supplier__content-text {
    max-width: 815px;
    margin: 40px 0;
    font-family: PT-Sans;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: .16875px;
    color: #333
}

.site-supplier__basic-content {
    display: flex;
    flex-direction: column;
}

.site-supplier__content-form {
    flex-direction: column;
    display: flex;
}

.supplier-form__item {
    /*background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: .3px;
    color: #8c8c8c;
    height: 16px;
    width: 100%;
    margin: 6px 0;
    padding: 15px 34px 20px 16px;
    font-family: PT-Sans;
    flex-direction: row;
    display: flex;*/
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 16px;
    line-height: 21px;
    color: #8c8c8c;
    height: 40px;
    font-family: PT-Sans;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
    width: 100%;
}

.required label:after{
    content: "*";
    color: red;
  }

.supplier-form__group {
    flex-direction: row;
    display: flex;
/* justify-content: stretch;*/

}

.supplier-form__textarea {
    width: 100%;
    padding: 13px 17px 21px;
    height: 100px
}

.drown-form__item {
 background: #fff;
 border: 1px solid rgba(0, 0, 0, 0.1);
 box-sizing: border-box;
 border-radius: 8px;
 font-size: 16px;
 line-height: 21px;
 color: #8c8c8c;
 height: 40px;
 font-family: PT-Sans;
 margin-top: 5px;
 margin-bottom: 5px;
 margin-right: 10px;
}

.drown-form__item_table {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 16px;
    line-height: 21px;
    color: #8c8c8c;
    height: 40px;
    font-family: PT-Sans;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
    width: 100%;
   }

.label-class {
   /* font-size: 12px; */
   /* font-family:"Helvetica"; */
    display: inline-block; 
    width: 600px; 
    text-align: left; 
   }

.btn-add {
    border-radius: 5px;
    color: white;
    transition: .2s linear;
    background: #06b500;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content:center;
    font-weight: 700;
}

.btn-add:hover {
    box-shadow: 0 0 0 2px white, 0 0 0 4px #0be404be;
}

.btn-del {
    border-radius: 5px;
    color: white;
    transition: .2s linear;
    background: #f16158;
    display: flex;
    justify-content: center;
    font-weight: 700;
    height: 30px;
    width: 30px;
}

.btn-del:hover {
    box-shadow: 0 0 0 2px white, 0 0 0 4px #f74b3e;
}

.supplier-form .feedback-form-input-file {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.supplier-buttons-container {
    display: flex;
    /* flex-direction: column-reverse;*/
    flex-direction:column;
    align-items: flex-start;
    margin: 20px 0 24px;
    width: 100%
}

.multiple-input-list{
    width: 100%;
}

.supplier-form-input-file__container{
    margin-top: 5px;
}

.form-row { display: flex; align-items: center; }
label { text-align: right; flex: 1; }
input { flex: 2; }

.supplier-success-overlay {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(0, 0, 0, 0.45);
    box-sizing: border-box;
}

.supplier-success-modal {
    position: relative;
    width: 100%;
    max-width: 420px;
    padding: 32px 28px 28px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    text-align: center;
    box-sizing: border-box;
}

.supplier-success-modal__close {
    position: absolute;
    top: 8px;
    right: 12px;
    border: none;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    color: #999;
    cursor: pointer;
}

.supplier-success-modal__close:hover {
    color: #333;
}

.supplier-success-modal__icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #50b848;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 56px;
}

.supplier-success-modal__title {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.3;
    color: #333;
}

.supplier-success-modal__text {
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 1.4;
    color: #555;
}

.supplier-success-modal__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    height: 44px;
    padding: 0 24px;
    border: none;
    border-radius: 8px;
    background: #50b848;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.supplier-success-modal__btn:hover {
    background: #459f3e;
}