﻿/*@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');
body {
    font-family: 'Plus Jakarta Sans', sans-serif;
}*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;800&display=swap');

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Poppins', sans-serif;
}
.content-header > h1 {
    margin: 0;
    font-size: 15px;
    color: #444;
    font-weight: 600;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    color: #24426b;
}
.table.AllsummaryTable {
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0 4px;
}

.AllsummaryTable td {
    border-right: 1px solid #e6e7e9 !important;
    border-top: 1px solid #e6e7e9 !important;
    border-bottom: 1px solid #e6e7e9 !important;
    /* border-bottom: 1px solid #ecedee !important; */
    padding: 5px;
    /*vertical-align: top !important;*/
    white-space: nowrap;
    position: relative;
    font-weight: 500;
    line-height: 22px !important;
}

.AllsummaryTable tr td:first-child {
    border-radius: 8px 0 0 8px;
}

.AllsummaryTable td:first-child {
    border-left: 1px solid #ecedee !important;
}

.AllsummaryTable tr td:last-child {
    border-radius: 0 8px 8px 0;
    border-right: 1px solid #ecedee !important;
}

.AllsummaryTable tr {
    background: #fff;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 12%);
}

.table.AllsummaryTable > thead:first-child > tr:first-child > th {
    background: #FFD34C !important;
    color: #404759 !important;
    font-weight: 600;
    font-size: 12px;
    padding: 5px;
    border-right: solid thin #e1e1e1;
    border-right: solid thin #ffffff !important;
    border-top: solid thin #ffd34c;
    text-shadow: 0 0px 0px rgb(0 0 0 / 0%) !important;
    line-height: 32px;
    text-transform: uppercase;
}

.AllsummaryTable tr th:first-child {
    border-left: solid thin #e1e1e1;
    border-radius: 8px 0 0 8px;
}

.AllsummaryTable tr th:last-child {
    border-radius: 0 8px 8px 0;
}










.table.summaryTable {
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0 4px;
    font-size: 12px;
}

.summaryTable td {
    border-right: 1px solid #e6e7e9 !important;
    border-top: 1px solid #e6e7e9 !important;
    border-bottom: 1px solid #e6e7e9 !important;
    /* border-bottom: 1px solid #ecedee !important; */
    padding: 5px;
    /*vertical-align: top !important;*/
    white-space: nowrap;
    position: relative;
    font-weight: 500;
    line-height: 18px !important;
}

.summaryTable tr td:first-child {
    border-radius: 8px 0 0 8px;
}

.summaryTable td:first-child {
    border-left: 1px solid #ecedee !important;
}

.summaryTable tr td:last-child {
    border-radius: 0 8px 8px 0;
    border-right: 1px solid #ecedee !important;
}

.summaryTable tr {
    background: #fff;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 12%);
}

.table.summaryTable > thead:first-child > tr:first-child > th {
    background: #FFD34C !important;
    color: #404759 !important;
    font-weight: 600;
    font-size: 12px;
    padding: 5px;
    border-right: solid thin #e1e1e1;
    border-right: solid thin #ffffff !important;
    border-top: solid thin #ffd34c;
    text-shadow: 0 0px 0px rgb(0 0 0 / 0%) !important;
    line-height: 18px;
    text-transform: uppercase;
}

.summaryTable tr th:first-child {
    border-left: solid thin #e1e1e1;
    border-radius: 8px 0 0 8px;
}

.summaryTable tr th:last-child {
    border-radius: 0 8px 8px 0;
}

#SummaryModal .modal-header {
    background: #3d506d;
}

#SummaryModal .modal-header .modal-title {
    color: #fff !important;
}

    #SummaryModal .modal-dialog {
        width: 90%;
    }

#SummaryModal .modal-body {
    height: 85vh;
}

#SummaryModal .modal-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top-color: #f4f4f4;
    background: #ebebeb;
}

    #SummaryModal.modal.fade.slide-right .close {
        top: 16px;
        color: #fff !important;
    }

#tblsummaryTable {
    height:75vh;
}

.btnProcess {
    border: dashed 1px green;
    color: green;
    padding: 2px 5px;
    border-radius: 5px;
    font-weight: 600;
}

.btnAccepted {
    border: dashed 1px red;
    color: red;
    padding: 2px 5px;
    border-radius: 5px;
    font-weight: 600;
}

.btnPending {
    border: dashed 1px #d64a2b;
    color: #d64a2b;
    padding: 2px 5px;
    border-radius: 5px;
    font-weight: 600;
}

.btnRejected {
    border: dashed 1px red;
    color: red;
    padding: 2px 5px;
    border-radius: 5px;
    font-weight: 600;
}

a {
    text-decoration: none !important;
    color: #3d3e3e;
    cursor: pointer;
}

.btnView {
    background: #3d506d;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
}

.btnView:hover{
    color:#fff !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding:5px;
}

.table a i.fa.fa-angle-down {
    font-size: 10px;
    color: #fff !important;
    border: 1px solid #3d506db8;
    border-radius: 50px;
    padding: 2px 3px;
    margin-left: 5px;
    background: #3d506db8;
}

.btnViewSummary:hover {
    background: #eef5ff !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 19px -10px inset;
    cursor: pointer;
}

.summaryTable > tbody > tr > td.nextFollowupCol {
    color: #da440a;
}

.prevEmpIcon {
    color: #d017b0;
}

.nxtEmpIcon {
    color: #10a258;
}

.modal .modal-header {
    background: #24426b;
    padding: 10px;
}
.modal-content {
    padding: 0px;
}
.modal-backdrop {
    background: #000;
}
.modal {
    background: rgb(0 0 0 / 20%);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
}

.ModalSumarryBG {
    background: #eef5ff;
    padding: 14px 10px 1px;
    border-radius: 8px;
}

.modal-body {
    padding: 8px !important;
}
