﻿.emp-profile {
    width: 80px;
  
}

.doc-upload {
    font-size: 18px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.doc-up-name {
    color: white;
    padding: 5px 10px;
}

.employe-profile-hed {
    display: flex;
    align-items: center;
    padding: 6px 6px 6px;
}

.top-bar-hed {
    width: 100%;
    height: 90px;
    background-color: #0b185f;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.document-upload-tble-change.table-border table tbody tr td {
    padding: 10px 7px;
    /* font-size: 11px; */
    font-size: 12px;
    font-weight: 400 !important;
    color: #000;
}

.ihs-id {
    font-size: 15px;
    color: white;
    align-items: center;
}




.pencil-change-siz::before {
    font-size: 20px !important;
    color: #0092d9 !important;
}


.btn. btn-icon-1.btn-change {
    background-color: none !important;
    border-color: none !important;
}

.table-dark, .table-dark > th, .table-dark > td {
    background-color: #14193d !important;
}



/* table start */
/* document-upload-list start */
.document-upload-list table thead tr th:nth-child(1),
.document-upload-list table tbody tr td:nth-child(1) {
    width: 13%;
}

.document-upload-list table thead tr th:nth-child(2),
.document-upload-list table tbody tr td:nth-child(2) {
    width: 21%;
}

.document-upload-list table thead tr th:nth-child(3),
.document-upload-list table tbody tr td:nth-child(3) {
    width: 34%;
}

.document-upload-list table thead tr th:nth-child(4),
.document-upload-list table tbody tr td:nth-child(4) {
    width: 18%%;
}

.document-upload-list table thead tr th:nth-child(5),
.document-upload-list table tbody tr td:nth-child(5) {
    width: 14%;
}


/* document-upload-list end */

/* table end */
.view-img {

    width: 70px;
    height: 70px;
    /* object-fit: cover; */
    /* background-color: white; */
    padding: 2px;
    /* margin: 2px; */
    border-radius: 30px;
}
    .view-img img {
        width: 100%;
        height: 100%;
        border-radius: 50px;
    }

.new-login-btn {
    color: #fff !important;
    background-color: #37b678 !important;
    border-color: #37b678 !important;
}

.newcard{
    cursor:pointer !important;
}

.btn.btn-primary:hover {
    color: #FFFFFF !important;
    background-color: #37b678!important;
    border-color: #37b678!important;
}






@media (max-width: 567px) {
    .search_container{
        width:100%!important;
    }
}