﻿.application-details-modal .back {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
}

    .application-details-modal .back span {
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        margin-left: 10px;
    }

.application-details-modal .modal-header {
    flex-flow: column-reverse;
    height: auto;
    align-items: flex-start;
    padding: 37px 0px 20px 0px;
}

.application-details-modal .modal-content {
    padding: 0px 56px;
    padding-bottom: 100px;
}

    .application-details-modal .modal-content .modal-body {
        padding: 0px;
    }

.application-details-modal .user-details {
    background-color: #ffffff;
    padding: 24px;
    margin-bottom: 24px;
}

.application-details-modal .details-box {
    display: flex;
    flex-flow: column;
}

    .application-details-modal .details-box .row-title {
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        color: #000000;
        margin-bottom: 15px;
    }

    .application-details-modal .details-box .details-row {
        display: flex;
        flex-flow: wrap;
    }

        .application-details-modal .details-box .details-row .field {
            margin-right: 35px;
            margin-bottom: 10px;
        }

            .application-details-modal .details-box .details-row .field div:first-child {
                font-style: normal;
                font-weight: 600;
                font-size: 12px;
                color: #064F87;
                margin-bottom: 8px;
            }

            .application-details-modal .details-box .details-row .field div:last-child {
                font-style: normal;
                font-weight: 500;
                font-size: 12px;
                color: #000000;
            }

.notes-container {
    display: flex;
    margin-bottom: 24px;
    padding: 24px;
    background-color: #ffffff;
    justify-content: space-between;
}

    .notes-container .note-form {
        position: relative;
    }

    .notes-container .field-validation-error {
        top: 65px;
    }


.ec-platform-btn .primary-button{
    margin-bottom: 150px !important;
}

.ec-platform .field-validation-error {
    position: absolute;
    font-size: 12px;
    top: 70px;
    right: 15px;
}

.notes-container hr {
    width: 100%
}

.notes-container textarea {
    resize: none;
    padding: 5px;
    box-sizing: border-box;
}

.notes-container .comment-btn {
    background-color: #848C95;
    font-size: 10px;
    padding: 10px 24px;
    height: 30px;
    margin-bottom: 10px;
    margin-right: 0px;
}

.notes-container .comment-content {
    background-color: #EFF3F8;
    justify-content: space-between;
    padding: 24px;
    margin-bottom: 15px;
}

    .notes-container .comment-content p {
        font-size: 10px;
        padding-top: 10px;
        margin-left: 2%;
    }

    .notes-container .comment-content .comment-userpic {
        width: 20px;
        height: 20px;
        border-radius: 50%;
    }

    .notes-container .comment-content .comment-para {
        font-size: 10px;
        font-weight: bold;
    }

        .notes-container .comment-content .comment-para span {
            font-size: 9px;
            font-weight: normal;
        }

.notes-container .action img {
    margin-left: 70%;
    width: 13px;
    height: 13px;
}

.application-details-modal .main-content {
    display: flex;
    margin-bottom: 24px;
    justify-content: space-between;
}

    .application-details-modal .main-content .options-container {
        background-color: #ffffff;
        padding: 24px;
        width: calc(100% - 405px);
    }


        .application-details-modal .main-content .options-container .details-box {
            margin-bottom: 30px;
        }

            .application-details-modal .main-content .options-container .details-box .field {
                margin-right: 25px;
            }

    .application-details-modal .main-content .documents-container {
        background-color: #ffffff;
        padding: 24px;
        width: 380px;
    }

        .application-details-modal .main-content .documents-container .box-title {
            font-style: normal;
            font-weight: bold;
            font-size: 14px;
            color: #000000;
            margin-bottom: 16px;
        }

        .application-details-modal .main-content .documents-container .document-row {
            margin-bottom: 10px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .application-details-modal .main-content .documents-container .document-row:last-child {
                margin-bottom: 0px;
            }

            .application-details-modal .main-content .documents-container .document-row .document-type {
                font-style: normal;
                font-weight: 500;
                font-size: 12px;
                color: #000000;
                min-height: 27px;
                display: flex;
                align-items: center;
            }

            .application-details-modal .main-content .documents-container .document-row .document-action {
                display: flex;
                align-items: center;
            }

                .application-details-modal .main-content .documents-container .document-row .document-action .action {
                    margin-right: 10px;
                    cursor: pointer;
                    width: 24px;
                }

                    .application-details-modal .main-content .documents-container .document-row .document-action .action img {
                        width: 100%;
                        height: 100%;
                    }

.application-details-modal .primary-button {
    margin-right: 20px;
}

.reason {
    margin-top: 25px;
    text-align: left;
}

    .reason label {
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        color: #000000;
        margin-bottom: 8px;
    }

    .reason textarea {
        width: 100%;
        padding: 15px;
        border: solid 1px #C9CFD7;
        position: relative;
    }

        .reason textarea::placeholder {
            font-style: normal;
            font-weight: normal;
            font-size: 12px;
            color: #C9CFD7;
        }

.reason-container {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 24px;
    margin-bottom: 20px;
}

    .reason-container .reason-title {
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        color: #000000;
        margin-bottom: 15px;
    }

    .reason-container .reason-content {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        color: #000000;
    }

@media screen and (max-width: 700px) {
    .application-details-modal .main-content {
        flex-flow: column;
    }

        .application-details-modal .main-content .options-container {
            width: 100%;
        }

        .application-details-modal .main-content .documents-container {
            width: 100%;
        }

    .application-details-modal .details-box .details-row {
        flex-flow: column;
    }

    .secondary-button {
        width: 100%;
        margin-bottom: 25px;
    }

    .third-button {
        width: 100%;
    }
}
