.projects {
    &__details-wrapper {
        .header {
            width: 100%;
            min-height: 85px;
            background: #ffffff;
            border: 1px solid #d4d4d4;
            border-radius: 4px;
            padding: 15px 36px;
            .file{
                min-height: 27px;
                line-height: 27px;
                background: #EFF4FC 0 0 no-repeat padding-box;
                border-radius: 4px;
                padding:5px;
                margin:0 10px 10px 0;
                display: inline-block;
            }
        }

        .vertical-divider {
            width: 0px;
            height: 43px;
            border: 1px solid #dbdbdb;
            margin: 0 20px 0 100px;
        }

        .primary-tabs {
            .ant-tabs-nav {
                width: max-content;
            }

            .ant-tabs-nav-wrap {
                padding-right: 20px;
            }
        }

        .project-scope-container {
            background: #FFFFFF 0 no-repeat padding-box;
            box-shadow: 0 3px 6px #AAAAAA29;
            border: 1px solid #E3E3E3;
            border-radius: 4px;
            display: flex;
            align-items: center;
            padding: 15px;
            margin-bottom: 20px;
            .project-scope-title {
                font-size: 14px;
                color: #000000;
                width: 60%;
                padding-right: 10px;
            }

            .project-scope-contractor {
                font-size: 14px;
                font-weight: 400;
                color: #000000;
                width: 30%;
                border-left: 1px solid #E3E3E3;
                padding-left: 15px;
                p{
                    margin: 0;
                }
            }

            .project-scope-actions {
                width: 10%;
                align-self: center;
            }
        }
    }

    &__modify-wrapper {
        .personal-info,
        .attachments-verification,
        .sub-contractor {
            min-height: 268px !important;
            padding: 30px;

            .primary-input {
                width: 100% !important;
            }
        }
    }

    &__modify-wrapper {
        .account-information {
            margin-top: 20px;

            .primary-card {
                min-height: 60px !important;
                margin-bottom: 16px;
                padding: 20px 34px;
            }

            .bank-account-info {
                width: 100%;
                min-height: 206px;
                background: #FFFFFF;
                border: 1px solid #e8e8e8;
                border-radius: 4px;
                padding: 20px 34px;
                position: relative;

                .cards-count {
                    position: absolute;
                    left: 50px;
                    top: 50px;
                }
            }
        }
    }
}

.employees-details-modal {
    h1 {
        border-bottom: 1px solid #dedede;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    ul {
        li {
            width: 100%;
            min-height: 38px;
            display: flex;
            justify-content: space-between;
            padding: 9px 6px;
            margin-bottom: 16px;

            span {
                display: block;
                font-weight: 300;
            }
        }

        li:nth-child(odd) {
            background: #f8f8f8;
        }
    }
}

.scope-modal-wrapper{
    .primary-textarea {
        height: 85px !important;
    }
    .primary-select {
        width: 100% !important;
    }
}
