.modal-body .card{
    box-shadow: none;
    border: none;
}

.dWrapper .card{
    box-shadow: none;
    border: none;
}

.main-btn-black {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 150;
    border-radius: 24px;
    height: 38px;
}


.modal-right {
    position: absolute;
    margin-left: auto;
    right: 0;
}


.main-form {
    width: 100%;
}

.main-form {
    font-size: 12px;
    color: #71717B;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    position: relative;
}

.main-input-block {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #D4D4D8;
    border-radius: 12px;
    font-size: 16px;
}

.main-select-block,
.main-form select {
    width: 100%;
    border: 1px solid #D4D4D8;
    border-radius: 12px;
    font-size: 16px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%2371717B'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 10px 6px;
    padding-right: 30px;
}

.main-form-label label{
    font-weight: bold;
    font-size: 12px;
    line-height: 140%;
    margin-bottom: 1px;
    color: #71717B;
}

.main-form.required label::after {
    content: " *";
    color: red;
    font-weight: bold;
    margin-left: 4px;
}

.main-form input[type="text"],
.main-form .select2-selection,
.main-form input[type="number"],
.main-form textarea{
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #D4D4D8;
    border-radius: 12px;
    font-size: 16px;
    overflow: hidden;
}

.main-form .select2-selection--single {
    display: flex;
    align-items: center;
    min-height: 40px;
}

.main-form .select2-container--krajee .select2-selection--single {
    border: 1px solid #D4D4D8;
    border-radius: 12px;
    min-height: 40px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%2371717B'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 10px 6px;
    padding-right: 30px;
}

/* Убираем стандартную стрелку Select2 */
.main-form .select2-selection__arrow {
    display: none !important;
}

/* Чтобы текст не обрезался */
.main-form .select2-selection__rendered {
    line-height: normal;
    font-size: 16px;
    color: #000;
    padding-left: 0;
}

.main-form .select2-selection__rendered {
    font-size: 16px;
    color: #000;
    padding-left: 0;
    line-height: normal;
    font-weight: normal;
}

.main-form label {
    margin-bottom: 0;
    margin-top: 10px;
}

.main-form input.form-control {
    margin-top: 0;
}

.update-organization-add-supplier.active {
    width:100%;
    padding: 2px 12px;
    background-color:#F4F4F5;
    border-radius:16px;
    transition: all 0.3s ease 0s;
}

.block-selected.active {
    width:100%;
    padding: 2px 12px;
    background-color:#F4F4F5;
    border-radius:16px;
    transition: all 0.3s ease 0s;
}

