.content-wrapper {
    background: #fff;
}

.user-notification i {
    color: #21bdd3;
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
}

.notify-boxes h2 {
    font-size: 3rem;
}

.notify-boxes p {
    font-size: 1rem;
}

.notify-boxes a {
    color: #fff;
    text-decoration: none;
    margin: auto;
}

.sidebar ul.nav .nav-item.active {
    position: relative;
}

    .sidebar ul.nav .nav-item.active::after {
        content: "";
        display: block;
        position: absolute;
        right: -10px;
        top: 0px;
        width: 10px;
        height: 100%;
        background: #008898;
        border-radius: 0 5px 5px 0;
    }

.filter-menu a {
    color: #1f1f1f;
    text-decoration: none;
    margin-right: 8px;
}

    .filter-menu a:hover::after,
    .filter-menu a.selected::after {
        content: "";
        display: block;
        background: #21bdd3;
        height: 2px;
        margin-top: 4px;
    }

.d-flex.filter-menu i {
    vertical-align: middle;
}

.filters .btn-primary {
    border-radius: 0 5px 5px 0;
}

.filters .form-control {
    height: 40px;
}

.shadow-light-blue {
    -webkit-box-shadow: 0px 10px 23px -10px rgba(121,120,233,1);
    -moz-box-shadow: 0px 10px 23px -10px rgba(121,120,233,1);
    box-shadow: 0px 10px 23px -10px rgba(121,120,233,1);
}

.shadow-danger {
    -webkit-box-shadow: 0px 10px 23px -10px rgba(243,121,126,1);
    -moz-box-shadow: 0px 10px 23px -10px rgba(243,121,126,1);
    box-shadow: 0px 10px 23px -10px rgba(243,121,126,1);
}

.shadow-tale {
    -webkit-box-shadow: 0px 10px 23px -10px rgba(125,160,250,1);
    -moz-box-shadow: 0px 10px 23px -10px rgba(125,160,250,1);
    box-shadow: 0px 10px 23px -10px rgba(125,160,250,1);
}

.shadow-blue {
    -webkit-box-shadow: 0px 10px 23px -10px rgba(71,71,161,1);
    -moz-box-shadow: 0px 10px 23px -10px rgba(71,71,161,1);
    box-shadow: 0px 10px 23px -10px rgba(71,71,161,1);
}

.shadow-grey {
    -webkit-box-shadow: 0px 10px 23px -10px rgba(71,71,161,1);
    -moz-box-shadow: 0px 10px 23px -10px rgba(71,71,161,1);
    box-shadow: 0px 10px 23px -10px rgba(0,0,0,0.2);
}

.table-shadow tr {
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.03);
    border-radius: 8px;
}


.border-radius-10 {
    border-radius: 10px;
}

.bg-blue {
    background-color: #21bdd3;
}

.btn-blue {
    color: #fff;
    background-color: #21bdd3;
    border-color: #21bdd3;
}

.table-striped tbody tr:nth-of-type(2n+2) {
    background: #e0eff2;
}

.nav-tabs {
    margin-left: 15px;
    border: 0px;
}

.border-grey {
    border: 1px solid #e0eff2;
}

.my-tabs.nav-tabs .nav-link h4 {
    margin: 5px;
}

.my-tabs.nav-tabs .nav-link {
    border: 0px;
    border-radius: 12px 12px 0 0;
    margin-right: 2px;
    background: #e0eff2
}

    .my-tabs.nav-tabs .nav-link.active {
        background: #21bdd3;
        color: #fff;
    }

.welcome-note {
    background-color: #D4FAFF;
    background-image: url('../images/cloud.png');
    background-size: cover;
    background-position: bottom right;
}

.activity-listing {
    list-style: none;
    position: relative;
    padding-left: 0px;
}

    .activity-listing a {
        text-decoration: none;
        color: #1F1F1F;
        font-size: 0.9rem;
    }

    .activity-listing h6 {
        color: #666;
        font-size: 13px;
    }

    .activity-listing h4 {
        text-decoration: underline;
    }

    .activity-listing::after {
        content: "";
        height: 100%;
        width: 1px;
        display: block;
        position: absolute;
        left: 27px;
        top: 0;
        background: #ddd;
        z-index: 0;
    }

    .activity-listing li {
        margin: 10px 0 10px 0px;
        padding-left: 70px;
        position: relative;
    }

        .activity-listing li i {
            position: absolute;
            left: 0px;
            top: 10px;
            background: #eee;
            border-radius: 50%;
            padding: 6px 13px 1px;
            font-size: 20px;
            color: #fff;
            z-index: 2;
            border: 4px solid #fff;
        }

        .activity-listing li div.detail {
            border-radius: 8px;
            padding: 10px;
            background: #eff9fb
        }

label.required:after {
    content: "*";
    color: #ed5666;
}


.text-black a {
    color: #333;
    text-decoration: none;
}


.icon-menu::before {
    color: #21bdd3;
}

#partner-table {
    display: none;
    height: 0px;
}

    #partner-table.show {
        display: table-row;
        height: auto;
    }

#partner-table {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

    #partner-table td > div {
        background: #f4f4f4;
        padding: 14px;
        /*border-radius: 8px;*/
    }

.table-shadow tr td {
    border: 0px;
    padding: 15px 15px;
}


.table-shadow thead th {
    border-bottom: 2px solid #CED4DA !important;
}

.table-shadow.dataTable {
    margin-bottom: 20px !important;
}

.table-sitevisit {
    border-collapse: collapse !important;
    table-layout: fixed;
}

    .table-sitevisit th {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: pre-wrap;
    }

    .table-sitevisit td {
        text-overflow: ellipsis;
        white-space: pre-wrap;
        vertical-align: initial;
    }

.cell-hilighted {
    background: #21bdd3;
    padding: 15px;
    border-radius: 8px;
    color: #fff;
}

.relief {
    background: #68D8E9 !important;
}

.highlighted-alpha {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: #21bdd3;
    color: #ffffff;
    text-align: center;
    padding-top: 7px;
    font-size: 14px;
    margin-right: 8px;
}

.datepicker.datepicker-dropdown,
.datepicker.datepicker-inline {
    padding: 5px 5px 15px 5px;
    width: 20%;
}


    .datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day.active::before,
    .datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day.active::before {
        background: #21bdd3;
    }

.datepicker i {
    font-size: 25px;
    margin: auto 4px auto 4px;
    color: #21bdd3;
    height: 25px;
}

.bg-grey {
    background: #fafafa;
}

.text-scroll {
    overflow-y: scroll;
    height: 230px;
}

.icon-timer i {
    background: #d4faff;
    border-radius: 50%;
    color: #1dbfd4;
    font-size: 32px;
    line-height: 32px;
    padding: 5px 5px 1px 5px;
    margin: 0px 10px 0 0;
    display: block;
}

.ui-datepicker {
    width: 16em;
}

/*.modal .modal-dialog {
  margin-top: auto;
}*/


.select2-container {
    width: 100% !important;
}

    .select2-container:has(> ul#select2-ExternalUsers-results), #select2-ExternalUsers-results {
        display: none;
    }

.border-bottom-0 {
    border-bottom: 0px !important;
}

.border-0 {
    border: 0px !important;
}

.padding-0 {
    padding: 0px !important;
}

.white-space-normal th {
    white-space: normal;
}

.text-align-left {
    text-align: left;
}

.sidebar {
    background: #F5F7FF;
}

.min-width-cell {
    min-width: 150px;
}


.table-tabbulet td {
    font-size: 0.9rem;
    font-weight: bold;
    padding: 15px 10px;
}

.btn.btn-icon.icon-small {
    width: 35px;
    height: 35px;
}

.modal-lg {
    max-width: 70%;
}

.modal-fifty {
    max-width: 50%;
}

.dataTables_wrapper .dataTable .btn {
    padding: 0.6rem 1rem;
}

.white-space-unset td{
    white-space:unset;
}

.ajax-file-upload-progress {
    width: 120px;
}

/*.ajax-file-upload-filename{
    display:none;
}*/

.ajax-file-upload-container {
    min-height: auto;
}

.ajax-upload-dragdrop {
    border-color: #CED4DA;
    border-style: dashed;
    text-align: center;
    max-width: 100%;
    padding-bottom: 15px;
}


/*#accordion {
    border-radius: 0px;
}

    #accordion .card {
        border-radius: 0px;
    }*/

/*    #accordion .card-header {
        border-bottom: 0px;
        padding: 8px 4px;
    }*/

    #accordion .btn-link {
        width: 100%;
        text-align: left;
        text-decoration: none;
        color: #000000;
    }

        #accordion .btn-link i {
            float: right;
            display: none;
            margin-left: 4px;
        }

            #accordion .btn-link i::before {
                color: #21bdd3;
                font-size: 20px;
            }

        #accordion .btn-link.collapsed i.mdi-plus-box {
            display: block;
        }

        #accordion .btn-link.collapsed i.mdi-minus-box {
            display: none;
        }

        #accordion .btn-link i.mdi-minus-box {
            display: block;
        }

        #accordion .btn-link i.mdi-plus-box {
            display: none;
        }

#accordionouter .btn-link {
    width: 100%;
    text-align: left;
    text-decoration: none;
    color: #000000;
}

    #accordionouter .btn-link i {
        float: right;
        display: none;
        margin-left: 4px;
    }

        #accordionouter .btn-link i::before {
            color: #21bdd3;
            font-size: 20px;
        }

    #accordionouter .btn-link.collapsed i.mdi-plus-box {
        display: block;
    }

    #accordionouter .btn-link.collapsed i.mdi-minus-box {
        display: none;
    }

    #accordionouter .btn-link i.mdi-minus-box {
        display: block;
    }

    #accordionouter .btn-link i.mdi-plus-box {
        display: none;
    }


.table-border-bottom td {
    border-top : unset;
    border-bottom: 1px solid #CED4DA;
}

.btn-secondary{
    color:white;
}


.ajax-file-upload-filename{
    font-size:.5rem;
}

.fc .fc-button-group .fc-button {
    background-color: #76828e;
    margin: 0;
}

.lg-backdrop {
    z-index: 1050 !important;
}


.pfm-dashboard .notify-boxes h2 {
    font-size: 1.1rem !important;
}

#repayTable td {
    vertical-align: top;
}

.typing-msg {
    float: left;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    padding-top: 10px;
}

.chat-msg {
    float: left;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 15px;
}

.chat-msg.st2 {
    padding-left: 25px;
}

.chatbox-msg-text {
    position: relative;
    border-radius: 10px;
    background: #ffe3d2;
    width: fit-content;
    float: right;
    max-width: 260px;
}

.chatbox-msg-text.st2 {
    float: left !important;
    background: #efefef !important;
}

.chat-msg p {
    position: relative;
    color: #333;
    font-size: 13px;
    line-height: 15px;
    border-radius: 10px;
    padding: 10px;
    width: auto;
    float: right;
    margin-bottom: 5px;
}

.chat-msg.st2 p {
    background-color: #efefef;
    color: #686868;
    float: left;
    width: auto;
}

.chat-hist1 {
    float: left;
    width: 100%;
    background-color: #fff;
    height: 280px;
    overflow: auto;
}

.chatbox-msg-text::before {
    transform: rotate(-45deg);
}

tr.collapse.in {
    display: table-row;
}

.chat-msg span {
    float: right;
    color: #b1b1b1;
    width: 100%;
    font-size: 9px;
    text-align: right;
}

.chat-msg.st2 span {
    float: left;
    text-align: left;
    margin-bottom: 5px;
}

#tile_panel {
    height: 100%;
    display: grid;
}

#nav-activity {
    max-height: 400px;
    overflow-y: scroll;
    padding-right: 15px;
}

.title-2 {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-items: center;
}

.signedfileuploader .ajax-upload-dragdrop{
    width: 100% !important;
}

.media-body td {
    white-space: normal;
    line-height: normal;
    vertical-align: initial;
}

.error {
    display: block;
}

.text-originapprove {
    color: #f6c1ff !important;
}

.text-recommend {
    color: #9fd3ff !important;
}

.text-stageapprove {
    color: #b0c2ff !important;
}

.text-docrequestOr {
    color: #d94a91 !important;
}

.text-docreviewOr {
    color: #ede617 !important;
}

.text-docrequestCr {
    color: #ffbfc2 !important;
}

.text-docreviewCr {
    color: #00d0ff !important;
}

.text-reopened {
    color: #bee9b3 !important;
}

.text-creditapproved {
    color: #3ed41d !important;
}

.text-transfertocxda {
    color: #8f396e !important;
}

.text-notcomplated {
    color: #9b9a90 !important;
}

.text-expire {
    color: #d518b5 !important;
}

.text-relief {
    color: #68D8E9 !important;
}

.tableConversation td {
    padding: 15px 0px;
}

.tableConversation td img {
  width: 50px;
  margin-right: 15px;
  border-radius: 50%;
}

.tableLog td {
    padding: 1.1rem 1rem;
    font-size: 0.8rem;
    white-space: nowrap;
}

.tableLog th {
    padding: 1.1rem 1rem;
    vertical-align: middle;
    line-height: 1;
    white-space: nowrap;
}

.dropDown {
    width: 8px;
    height: 8px;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    right: 28px;
    top: 13px;
    z-index: 2;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
    pointer-events: none;
}

.content-container {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 20px;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 4px solid #3498db;
    border-top: 4px solid transparent;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.box-title {
    border-radius: 6px;
    padding: 12px;
}

.card-shadow {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}

.table-data th, .table-data td {
    padding: 0.7rem 0;
    color: #444;
    border-top: 1px solid #ddd;
}

.table-condensed {
    width:100%;
}

.line-height-normal td {
    line-height: normal;
}

:root {
    --ck-z-default: 1071 !important;
}

.table-doc td {
    padding: 0.5rem 1rem !important;
}