.applicants-name {
    font-size: 24px;
    color: var(--dark-color);
    font-weight: 700
}

.btn-send-messge {
    padding: 8px 20px;
    text-transform: capitalize;
    background-color: var(--dark-blue-color) !important;
    font-size: 14px;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-family: var(--primary-font);
    margin-left: 10px;
    font-weight: 500
}

    .btn-send-messge:focus, .btn-send-messge:hover {
        color: #fff
    }

    .btn-send-messge img {
        width: 20px;
        margin-right: 10px
    }

.btn-assignTo-dropdown {
    height: 38px;
    font-size: 16px;
    color: var(--darker-color);
    padding: 5px 10px !important;
    background-color: #fff !important;
    border: 1px solid #ced4da;
    border-radius: 3px;
    color: #666;
    text-align: left;
    min-width: 220px
}

    .btn-assignTo-dropdown:focus, .btn-assignTo-dropdown:hover {
        background: #fff
    }

.applicants-details-wrapper label {
    font-size: 15px;
    font-weight: 600;
    color: #2d2d2d;
    position: relative;
    margin-bottom: 5px;
    font-family: var(--primary-font);
    margin-left: 0
}

.btn-assign {
    min-width: 50px !important;
    line-height: 1.5;
    height: 38px
}

.btn-assign-wrapper .dropdown-menu.show {
    width: 220px;
    padding: 10px
}

.applications-card {
    overflow: hidden;
    border: 0px;
    font-size: 12px !important;
    max-width: 230px;

}
.applications-card.active {
        border: 2px solid #afafaf;
}

    .applications-card .img-card {
    margin: 15px 15px 0;
    overflow: hidden;
    border-radius: 15px;
    aspect-ratio: 1.1;
    transition:all 0.2s ease-in-out;
    }
     .applications-card .img-card:hover {
        transform:scale(0.9);
     }

.history-container .timeline-container .timeline-history li .text-grey p, .time-stamp {
    margin-top: 5px
}

.application-approved {
    border: 1px solid #5ba955
}

.application-rejected {
    border: 1px solid #f05455
}

.applications-card .card-body {
   font-size: 12px;
    font-weight: 600;
    text-align: center;
}
.applications-card .card-body .col-sm-10{
      display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:normal;
}
.applications-card .card-footer {
    font-size: 16px;
    padding: 15px;
    line-height: 40px;
    background: #dcdcdc
}

.select-status-wrap .select-status {
    background: rgb(255 255 255 / 90%);
    min-width: 140px;
    width: 180px;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    border: 0;
    padding-left: 5px
}

    .select-status-wrap .select-status option {
        margin-bottom: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 2;
        font-size: 18px;
        color: #2d2d2d
    }

    .select-status-wrap .select-status:focus {
        border: 0;
        outline: 0
    }

.application-approved .select-status {
    color: #5ba955
}

.application-approved .card-footer {
    background: rgb(91 169 85 / 40%)
}

.application-rejected .card-footer {
    background: rgb(240 84 85 / 40%)
}

.submit-reason-modal-popup .modal-content {
    background: #eee
}

.submit-reason-modal-popup .icon-close {
    box-sizing: border-box
}

    .submit-reason-modal-popup .icon-close:focus {
        outline: 0;
        box-shadow: none
    }

.reason-textbox-wrapper {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px
}

.reason-textbox {
    width: 100%;
    min-height: 200px;
    resize: none;
    border-color: #ccc;
    padding: 10px;
    border-radius: 5px
}

.submit-reason-modal-popup .btn-sm {
    font-size: 14px;
    min-width: 120px;
    text-transform: capitalize;
    font-weight: 500
}

.application-view-modal-popup .modal-dialog {
    max-width: 720px;
    width: 100%;
    min-width: 300px
}

.application-cardview {
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden
}

.rightPopupWindow {
    width: 500px;
    /*height: calc(100% - 120px);*/
    height: calc(100% - 155px);
    min-height: 480px;
    background: var(--dark-blue-color);
    color: #fff;
    position: fixed;
    right: -500px;
    bottom: 0;
    z-index: 99999;
    transition: .3s ease-in-out;
    padding: 10px;
    border-top-left-radius: 15px;
    display: none
}

    .rightPopupWindow.show {
        right: 0;
        display: block
    }

.inner-header {
    padding: 5px 5px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid
}

.inner-heading {
    font-size: 18px
}

.time-stamp {
    font-size: 12px;
    color: #ccc;
    margin-bottom: 0
}

.inner-header .window-close-icon {
    position: absolute;
    top: 10px;
    right: 5px;
    min-width: 40px;
    height: 40px
}

    .inner-header .window-close-icon .icon-close {
        transform: scale(.9);
        background-position: 0 -1446px;
        width: 40px;
        height: 40px
    }

.inner-wrapper {
    overflow-y: auto;
    position: relative
}

.inner-body {
    padding: 5px;
    height: calc(90vh - 175px)
}

.send-messages-wrapper {
    position: fixed;
    bottom: 0;
    width: 500px;
    background: var(--primary-color);
    padding: 10px;
    margin-left: -10px;
    margin-right: -10px
}

    .send-comment-wrapper input, .send-messages-wrapper input {
        width: calc(100% - 120px);
        margin-right: 10px;
        border-radius: 3px;
        height: 40px
    }

    .send-comment-wrapper .btn-success, .send-messages-wrapper .btn-success {
        min-width: 120px;
        border-radius: 3px;
        text-transform: capitalize;
        font-weight: 400 !important;
        line-height: 40px;
        height: 40px;
        padding: 0
    }

        .send-comment-wrapper .btn-success .icon-send-arrow, .send-messages-wrapper .btn-success .icon-send-arrow, .send-messages-wrapper-lg .btn-success .icon-send-arrow {
            background-position: 0 -1400px;
            height: 20px;
            margin-bottom: -2px
        }

.chats-wrapper {
    overflow-y: auto;
    /*min-height: max-content;*/
    height: calc(100% - 120px);
    max-height: -webkit-fill-available;
    position: absolute;
    width: 475px;
    scroll-behavior: smooth;
    padding-right: 10px;
    overflow-x: hidden
}

.chat-row {
    display: flex
}

    .chat-row .chat-avatar, .comments-row .comments-avatar {
        width: 40px;
        height: 40px;
        border-radius: 50px;
        border: 1px solid #fff
    }

.chat-box {
    max-width: 260px;
    margin-left: 10px
}

.chat-messages-wrap {
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 0 15px 15px;
    margin-bottom: 5px;
    word-break: break-word;
}

.chat-time {
    color: #ccc;
    font-size: 12px
}

.chat-row-reverse, .comments-row-reverse {
    flex-direction: row-reverse
}

    .chat-row-reverse .chat-box, .comments-row-reverse .comments-box {
        margin-right: 10px
    }

    .chat-row-reverse .chat-messages-wrap {
        border-radius: 15px 0 15px 15px;
        background: #e9f4ff
    }

    .chat-row-reverse .chat-time, .chat-row-reverse chat-messages-wrap, .comments-row-reverse .comments-time, .comments-row-reverse .comments-wrap {
        text-align: right
    }

.history-page-body {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between
}

.history-container .timeline-container .timeline-history li .rightbox .update-comment a, .icon-history {
    display: inline-block
}

.history-page-body .comments-section, .history-page-body .history-container {
    margin-bottom: 15px;
    width: 100%;
    transition: width 2s linear 1s
}

.history-container .timeline-container {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background: #fff
}

.history-page-body.open .comments-section {
    display: block
}

@media (min-width:1023px) {
    .history-page-body.open .history-container {
        max-width: 60%
    }

    .comments-section {
        max-width: 39.4%
    }
}

.history-container .timeline-container .midline {
    position: absolute;
    left: 0;
    right: 0;
    width: 3px;
    height: calc(100% - 127px);
    top: 74px;
    margin: 0 auto;
    background: #dcdcdc
}

    .history-container .timeline-container .midline::after {
        content: "Started";
        display: block;
        position: absolute;
        bottom: -6px;
        width: 140px;
        height: 0;
        margin-left: -68px;
        font-weight: 700;
        font-size: 14px
    }

.history-container .timeline-container .timeline-history {
    padding: 0;
    margin: 0
}

    .history-container .timeline-container .timeline-history li {
        width: 100%;
        position: relative;
        padding: 10px 0;
        list-style: none;
        font-size: 16px;
        min-height: 100px
    }

        .history-container .timeline-container .timeline-history li .leftbox {
            width: 47%;
            float: left;
            padding-right: 40px;
            text-align: right
        }

            .history-container .timeline-container .timeline-history li .leftbox img {
                width: 40px;
                height: 40px;
                float: right;
                margin-left: 10px;
                background: #d4d4d4;
                color: #fff;
                font-size: 8px;
                border-radius: 50%
            }

        .history-container .timeline-container .timeline-history li .rightbox {
            width: 47%;
            float: right;
            text-align: left;
            padding-left: 40px
        }

        .history-container .timeline-container .timeline-history li .timeline-icons {
            position: absolute;
            left: 0;
            right: 0;
            top: -40px;
            bottom: 0;
            width: 40px;
            height: 40px;
            margin: auto
        }

        .history-container .timeline-container .timeline-history li p {
            margin: 0 40px 0 0
        }

        .history-container .timeline-container .timeline-history li .rightbox .update-comment {
            line-height: 22px;
            display: inline-block;
            margin-top: 0 !important;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            overflow: hidden;
            max-height: 44px;
            word-break: break-word
        }

.history-container .timeline-container .text-grey {
    font-size: 12px;
    margin-top: -8px;
    display: block;
    margin-bottom: 8px
}

.time-stamp {
    width: auto;
    margin-left: 0
}

.icon-history {
    background: url(../images/history-sprits.png) no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer
}

.icon-time {
    background-position: 2px -434px;
    width: 24px;
    height: 24px;
    border-radius: 30px;
    margin-bottom: -5px;
    margin-left: -5px
}

.icon-submitted {
    background-position: 2px -512px
}

.icon-assign {
    background-position: 2px -187px
}

.icon-under-review {
    background-position: 2px -286px
}

.icon-comments {
    background-position: 2px -45px
}

.icon-modification {
    background-position: 2px -466px
}

.icon-rejected {
    background-position: 2px -236px
}

.icon-accepted {
    background-position: 2px -336px
}
.icon-view-app {
    background-position: 2px -562px;
}

.comments-section {
    background: var(--dark-blue-color);
    color: var(--bs-gray-100);
    padding: 20px;
    display: none;
    position: relative
}

    .comments-section:empty {
        background: 0 0
    }

.comments-header {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--bs-gray-700)
}

.headingtext {
    font-size: 18px;
    margin-right: 20px;
    font-family: var(--secondary-font) !important
}

.commentBox-close-icon {
    position: absolute;
    right: 5px;
    top: 10px
}

.comments-wrapper {
    margin: 0 15px;
    top: 5px;
}

.comments-row {
    display: flex;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--bs-border-color-translucent);
    padding-bottom: 10px
}

    .comments-row:last-child {
        border: 0;
        padding-bottom: 0
    }

.comments-wrap {
    width: 100%;
    padding-right: 40px
}

.comments-box {
    max-width: 100%;
    margin-left: 10px
}

    .comments-box > .u-name {
        font-size: 16px;
        font-weight: 600
    }

.comments-row-reverse .comments-wrap {
    padding-right: 0;
    padding-left: 40px;
    margin-top: 5px;
    margin-bottom: 5px
}

.comments-box .comments-time.text-grey {
    color: var(--bs-gray-500) !important
}

.send-comment-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: var(--primary-color);
    padding: 10px;
    right: 0
}

.seen-users .chat-avatar {
    height: 22px;
    width: 22px
}

    .seen-users .chat-avatar:not(:first-child) {
        margin-left: -10px !important
    }
