.process {
    padding-right: 0px;
    padding-left: 12px;
}

.process .stepper {
    display: flex;
    margin-left: 7px;
    padding: 0;
    list-style: none;
    position: relative;
    text-align: center;
}

.process .stepper::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    width: calc(100% - 20px);
    background: var(--color-dodgerblue);
    border: 1px solid var(--color-dodgerblue);
}

.process .stepper-bg-white::before {
    background: #fff;
}

.process .stepper__item {
    flex: 100%;
    padding: 10px 30px 10px 30px;
    background: #fff;
    margin: 0 0 0 -19px;
    -webkit-clip-path: polygon(20px 50%, 0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%);
    border: 1px solid var(--color-dodgerblue);
    color: var(--color-dodgerblue);
}

.process .stepper__item.current {
    background: #fff;
}

.process .stepper__item.complete {
    background: var(--color-dodgerblue);

    color: #fff;
}

.process .stepper__item:first-child {
    padding: 10px 10px 10px 10px;
    -webkit-clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%);
}

.process .stepper__item:last-child {
    -webkit-clip-path: polygon(20px 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

#formInput {
    border: 2px solid var(--color-border);
    border-radius: 10px;
    padding: 50px;
    margin-bottom: 84px;
}

.projectCreate .form .field {
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
}

.projectCreate .form>div:nth-last-child(2) {
    margin-bottom: 30px;
}

.projectCreate .form .field .title {
    width: 160px;
    font-size: 16px;
    flex: 0 0 160px;
    padding-top: 10px;
}

.projectCreate .form.not_input .field .title {
    padding-top: 0px;
}

.projectCreate .form.not_input .field #remark_preview {
    white-space: pre-line;
}

.projectCreate .form.not_input .field #memo_preview {
    white-space: pre-line;
}

.projectCreate .form .field .title.note {
    font-size: 12px;
    color: var(--color-red);
}

.projectCreate .form .field input[type='text'] {
    font-size: 16px;
}

.projectCreate .form .field input.datepicker {
    width: 200px;
}

.projectCreate .form .field #follow_producers {
    min-height: 38px;
    min-width: 200px;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    background-color: #fff;
    color: #212529;
    padding: 2px 30px 2px 4px;
    gap: 3px;
    width: 200px;
}

.add-project-inp {
    width: 200px;
}

.projectCreate .form .field #follow_producers span.name_user {
    background: rgb(197, 188, 188);
    padding: 2px 3px;
    border-radius: 4px;
}

.projectCreate .form .field #follow_producers span.name_user span.close_name_user {
    padding: 4px 2px 4px 8px;
    cursor: pointer;
    font-weight: bold;
}

.projectCreate .form .field .position-relative .icon_arrow_down {
    position: absolute;
    top: 7px;
    right: 10px;
    cursor: pointer;
}

.projectCreate .form .field #location div {
    margin-bottom: 10px;
}

.projectCreate .form .field #location #postal_code1 {
    width: 80px;
}

#postal_code1_location {
    width: 80px;
}

#postal_code2_location {
    width: 100px;
}

.location{
    margin-bottom:10px;
}
.projectCreate .form .field #location #postal_code2 {
    width: 100px;
}

.projectCreate .form .field #location #cities {
    width: 200px;
}

.projectCreate .form .field #remark {
    height: 180px;
}

.projectCreate .form .field .product_genre_group {
    padding-top: 10px;
    width: 564px;
}

/* .projectCreate .form .field .product_genre_group .form-check {
    margin-right: 30px;
} */

.projectCreate .form .field .product_genre_group,
.projectCreate .form .field .material_group {
    padding-top: 10px;
    width: 500px;
}

/* .projectCreate .form .field .product_genre_group .form-check {
    margin-right: 30px;
} */

.projectCreate #tab2 #follow_producers_preview>span:first-of-type>span {
    display: none;
}

.tabGroup .tab {
    display: none;
}

#tab1 {
    display: block;
}

#tabGroup {
    padding: 50px;
}

#pdf {
    /* display: none; */
    display: none;
}

#pdf-toolbar .buttons,
#pdf-file-list button {
    border: none;
    background: inherit;
}

#pdf-toolbar2 .buttons{
    border: none;
    background: inherit;
}

#pdf-toolbar .select {
    font-size: 12px;
    line-height: 1;
}

#the-canvas,
#the-canvas2 {
    max-width: 100%;
    max-height: 100%;
}

#canvas-layer,
#canvas-layer2 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

#preview {
    border: 1px solid #eeeeee;
    background: #fafafa;
    border-radius: 3px;
    width: 100%;
    /* height: 700px;
    padding: 10px; */
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

#preview2 {
    border: 1px solid #eeeeee;
    background: #fafafa;
    border-radius: 3px;
    width: 100%;
    position: relative;
    height: fit-content;
}

#preview #blacken {
    font-size: 12px;
    color: var(--color-dodgerblue);
    position: absolute;
    top: 20px;
    right: 34px;
    text-decoration: underline;
}

.btn-submit {
    background: var(--color-darkblue);
    border-radius: 20px;
    color: #fff;
    width: 120px;
    height: 30px;
    border: none;
}

#productList .row .col .productId {
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 6px;
}

#productList .row .col .productId.selected {
    background: rgb(197, 188, 188);
}

#productList .row .col .productId:hover {
    background: rgb(222, 217, 217);
}

#productList .row .col .productId.selected:hover {
    background: rgb(197, 188, 188);
}

#tab1 input[type="file"] {
    /* width: 100%; */
}

/* #productList .row .col p:first-child{
    font-weight: bold;
} */
/* RESPONSIVE */
@media(max-width: 1366px) {
    #menu {
        max-width: 287px;
    }

    #content {
        width: 90% !important;
    }

    #body #wrap {
        max-width: 100%;
    }

    .projectCreate .form .field .product_genre_group {
        flex-wrap: wrap !important;
    }

    .projectCreate .form .field .material_group {
        flex-wrap: wrap !important;
    }
}

@media(max-width: 768px) {
    #content {
        width: 100% !important;
    }

    #formInput {
        padding: 20px !important;
    }

    .projectCreate .form .field {
        display: block !important;
    }

    .logo-footer {
        width: 100% !important;
    }

    .text-footer {
        font-size: 11px !important;
    }

    .projectCreate .form .field #location #cities {
        width: 200px;
    }

    .projectCreate .form .field #location #postal_code2 {
        width: 100px;
    }

    .projectCreate .form .field #location #postal_code1 {
        width: 80px;
    }

    .projectCreate .form .field .product_genre_group {
        flex-wrap: wrap !important;
    }

    .projectCreate .form .field .material_group {
        flex-wrap: wrap !important;
    }
}

@media(max-width: 425px) {
    .projectCreate #tab3 .form .field {
        display: flex !important;
    }

    .projectCreate .form .field .title {
        width: inherit;
    }

    .projectCreate .form .field .product_genre_group {
        flex-wrap: wrap !important;
        width: 305px;
    }

    .projectCreate .form .field .material_group {
        flex-wrap: wrap !important;
        width: 305px;
    }

    #tab1 input[type="file"] {
        width: 100%;
    }
}

@media(max-width:320px) {
    .projectCreate .form .field {
        display: block !important;
        margin-bottom: 20px;
    }

    .process .stepper__item:first-child {
        padding: 22px 10px 10px 10px;
    }

    .logo_nav {
        width: 145px !important;
    }

    .logo-footer {
        width: 100% !important;
    }

    .text-footer {
        font-size: 11px !important;
    }

    .projectCreate .form .field .product_genre_group {
        flex-wrap: wrap !important;
        width: 256px;
        display: inline-block !important;
    }

    .projectCreate .form .field .material_group {
        flex-wrap: wrap !important;
        width: 256px;
        display: inline-block !important;
    }
}