.bulk-document-disaproval {
    padding: 23px !important;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.search-title {
    display: flex;
    gap: 8px;
    font-size: 14px;
    color: #000;
}

.form-container {
    padding-bottom: 15px;
}

.form-container.padbot0 {
    padding-bottom: 0px;
}

.form-container input {
    font-size: 13px;
    color: #000;
    width: 100%;
    border-bottom: #00000033 solid 1px;
    padding: 7px 7px 7px 0;
    background: #fff;
}

.form-container select {
    font-size: 13px;
    color: #000;
    width: 100%;
    border: none;
    border-bottom: #00000033 solid 1px;
    padding: 5px 7px 5px 0;
    background: #fff;
}

.form-fields {
    margin-top: 5px;
}

.form-container input::placeholder {
    color: #747774;
}

.document-search-btn {
    background: #EE008B 0% 0% no-repeat padding-box;
    font: normal normal normal 13px/20px Mukta;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 7px;
    min-width: 75px;
    height: 33px;
    border-radius: 3px;
}

.document-search-btn-container {
    display: flex;
    gap: 37px;
}

.justify-content-end {
    justify-content: end;
}

.align-item-end {
    align-items: end;
}

.filter-result {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.document-search {
    display: flex;
    gap: 40px;
    align-items: center;
}

.document-search>div {
    flex: 20%;
}

.document-status-text {
    display: flex;
    flex-direction: row;
    gap: 11px;
    align-items: center;
}

.document-status-symbol {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 18px;
    /* margin-bottom: 20px; */
}

.document-status-text .status-color {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.document-status-text .status-color.status-color-appr {
    background-color: #239742;
}

.document-status-text .status-color.status-color-pend {
    background-color: #FBA40E;
}

.document-status-text .status-color.status-color-reje {
    background-color: #E50000;
}

.document-status-text .status-title {
    color: #000;
    font-family: Mukta;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.bulk-document-student-status {
    display: flex;
    flex-direction: row;
    padding: 30px;
    border: 1px solid #DBDBDBD1;
    border-radius: 10px;
}

.bulk-document-student-status .student-first {
    flex: 30% !important;
}

.bulk-document-student-status .student-first {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 13px;
    border-right: solid 1px #DBDBDBD1;
    padding: 0;
}

.bulk-document-student-status .student-first .student-image {
    width: 140px;
    height: 140px;
    min-width: 140px;
    min-height: 140px;
    position: relative;
}

.bulk-document-student-status .student-first .student-image .img {
    width: 140px;
    height: 140px;
    min-width: 140px;
    min-height: 140px;
    border-radius: 50%;
    background-color: #EBE8E9;
    overflow: hidden;
    text-align: center;
    position: relative;
    display: block;
}

.bulk-document-student-status .student-first .student-image .edit-icon {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 0px;
    bottom: 8px;
}

.student-information h2 {
    color: #EE008B;
    font-family: Mukta;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.student-information {
    display: flex;
    flex-direction: column;
}

.student-information .sid-info {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.student-information .sid-info .sid-title {
    color: #000;
    font-family: Mukta;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
    text-transform: capitalize;
}

.student-information .sid-info .sid-title span {
    display: block;
    color: #000;
    font-family: Mukta;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
    text-transform: capitalize;
}

.bulk-document-student-status>div {
    flex: 55%;
    padding: 0px 40px;
    display: flex;
    flex-direction: row;
    gap: 26px;
    flex-wrap: wrap;
}

.student-details .details {
    min-width: 170px;
    /* min-width: 30%; */
    min-width: 17%;
}

.bulk-document-student-status>div.student-status {
    flex: 10%;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.bulk-document-student-status>div.student-status img {
    width: 70px;
}

.student-info {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.student-icon {
    background: #D25D84;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.student-text {
    color: #000;
    font-family: Mukta;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 93.333% */
}

.confirmation {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    right: 1px;
    top: 3px;
    border: solid 1px #fff;
}

.confirmation.approved {
    background: #239742;
}

.confirmation.rejected {
    background: #E50000;
}

.confirmation.pending {
    background: #EF7625;
}

.empty_statement {
    border-top: 1px solid #9028DF;
    border-bottom: 1px solid #9028DF;
    padding: 10px 0px;
}

.empty_statement p {
    color: #9028DF !important;
    font-weight: bold !important;
}


/* added by Rohit */

.document_title {
    width: 100%;
    background: #D25D84;
    height: 50px;
    padding: 0px 25px !important;
    color: #fff;
    display: flex;
    align-items: center;
    font-family: sans-serif;
}

.d-flex {
    display: flex !important;
}

.justify-evenly {
    justify-content: space-evenly !important;
}

.justify-center {
    justify-content: center !important;
}

.align-center {
    align-items: center !important;
}

.document_wrapper {
    padding: 8px 0 !important;
}

.document_wrapper .partition {
    width: 25%;
    border-right: solid 1px #DBDBDBD1;
    min-height: 35px;
    overflow: hidden;
}

.document_wrapper .partition:last-child {
    border: 0 !important;
}

.switch_box {
    margin: 0 25px;
}

.mr-10 {
    margin-right: 10px !important;
}

.reupload {
    padding: 2px 25px !important;
}

.justify-end {
    justify-content: flex-end !important;
}

.partition a {
    text-decoration: none !important;
    color: unset;
}

.documents_box {
    min-width: 400px;
}

.documents_box img {
    height: 200px;
    width: 200px;
}

.action_btn {
    background: #37ac37;
    color: white;
    padding: 5px 15px;
    min-width: 150px;
    text-align: center;
    margin: 5px 0;
    font-weight: bold;
    transition: 0.2s;
}

.disapprove_btn {
    background: #f23535;
}

.action_btn:hover {
    transform: scale(1.05);
    transition: 0.2s;
    cursor: pointer;
}

.approved_background {
    background: #239742 !important;
}

.pending_background {
    background: #EF7625 !important;
}

.rejected_background {
    background: #E50000 !important;
}


/* added by Rohit */

.document-student-info .student-icon {
    background: #C1C1C1;
}

.document-student-info .student-icon.approve {
    background: #239742;
}

.document-student-info .student-icon.rejected {
    background: #E50000;
}

.document-student-info .student-icon.pending {
    background: #EF7625;
}

.student-first.detail-student-first {
    flex: 33.33% !important;
    justify-content: center;
    flex-direction: column;
    padding-right: 30px;
}

.student-first.detail-student-first .student-information h2 {
    text-align: center;
}

.student-first.detail-student-first .student-information .sid-info .sid-title {
    text-align: center;
    text-transform: uppercase;
}

.bulk-document-student-status>div.student-detail-document {
    flex: 36%;
    justify-content: center;
    border-right: solid 1px #DBDBDBD1;
    padding: 0 30px;
}

.bulk-document-student-status>div.student-detail-status {
    flex: 30%;
    flex-direction: column;
    padding: 0 0 0 30px;
}

.student-detail-status-ttl {
    width: 100%;
    font-size: 14px;
}

.student-detail-status-result {
    font-size: 16px;
    font-weight: 500;
}

.student-detail-status-result.pendingtxt {
    color: #239742;
}

.student-detail-status-result.approvedtxt {
    color: #239742;
}

.student-detail-status-result.rejectedtxt {
    color: #E50000;
}

.student-detail-status-btns {
    width: 100%;
}

.statuss-btn {
    display: flex;
    line-height: 1;
    background: #848484CC;
    padding: 7px 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    min-width: 130px;
    text-align: left;
    align-items: center;
}

.statuss-btn.pendingbtn {
    background: #EF7625;
}

.statuss-btn.approvedbtn {
    background: #239742;
}

.statuss-btn.rejectedbtn {
    background: #E50000;
}

.statuss-btn img {
    margin-right: 5px;
}

.student-detail-status-txt {
    flex: 1;
    width: 100%;
}

.detail-student-first .student-information .sid-info {
    justify-content: center;
}

.bulk-document-student-status.bulk-document-student-status-nnew {
    box-shadow: 0 0 4px #d5d5d5;
    border: 0;
    margin-bottom: 10px;
}


/* Addedy by Rohit  */

.student-detail-document img {
    max-height: 206px !important;
}

.pendingtxt {
    color: #EF7625 !important;
}

.uploadsvg {
    transform: scale(0.79);
}


/* .notuploadedtxt {
    color:  !important;
} */


/* Addedy by Rohit  */