body {
    transition: transform 0.3s ease;
    transform-origin: center center;
    overflow-x: hidden;
    overflow-y: scroll;
}

.bg-cornerstone-blue {
    background-color: #17365E;
}

.bg-cornerstone-orange {
    background-color: #fe6b00
}

.text-cornerstone-blue {
    color: #17365E;
}

.labelFeeP {
    display: block;
}

.pab {
    position: absolute;
    margin-top: -85px;
}

#presentation-ready-container {
    background: #75787c;
    border-top: #EEE 1px solid;
}

.lh-step {
    line-height: 2.6 !important;
}

.escrowField {
    display: none;
}

.stepper-item.completed.skipme .productTitle {
    color: #FFF !important;
}

.pcr-app .pcr-interaction {
    font-family: 'Poppins' !important;
    font-size: 14pxv
}

.bt-top {
    border-top: 1px solid #AAA;
}

.modal-backdrop.modal-blur {
    background-color: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(5px) !important;
    opacity: 1;
    height: 100% !important;
}

.stepper-parent.top-lp {
    border-bottom: 2px #DDD dashed;
}

.stepper-parent:first-child {
    border-bottom: 2px #DDD dashed;
}

input[disabled].input-dp {
    background-color: #e0e0e0;
    color: #9e9e9e;
    cursor: not-allowed;
}

.amount_holder {
    padding: 0px 15px;
    font-weight: bold;
    color: #4CAF50;
    font-size: 25px;
    display: none;
}

.step-h {
    display: none !important;
}

#closeSummary:hover, #closeSummary:hover i.fas {
    opacity: 1;
    color: #fff!important;
}

tr.tableDivider {
    border-top: 2px solid #000;
}

#closeSummary, #closeSummary i {
    color: #333;
    transition: all 0.3s;
}

.pcr-app .pcr-selection .pcr-save-clear {
    display: flex !important;
    justify-content: flex-end !important;
}

.apexcharts-xaxis-texts-g text.apexcharts-text.apexcharts-xaxis-label{
    transform: rotate(0deg) !important;
}

#summaryGraph .noUi-target .noUi-handle {
    background-color: #ff6b00;
}

#summaryGraph .noUi-connect {
    background: #ff6b00 !important;
}

.noUi-target.noUi-horizontal {
    background-color: #ffe9d8;
}

.tooltipSlider {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 4px 8px;
    border-radius: 4px;
    color: #333;
    display: block;
    font-size: 14px;
}

#summaryGraph .noUi-connects {
    background: none !important;
}

.pcr-app .pcr-selection .pcr-save-clear {
    justify-content: flex-end !important;
}

.stepper-item {
    cursor: pointer;
    color: #17365E;
}   

.stepper-item.completed {
    background-color: #FFF;
}

.stepper-item.completed  .productTitle {
    color: #000 !important;
}

.stepper-item.current {
    background-color: #EFEFEF;
    border-bottom: 2px solid #DDD;
}

.stepper-nav  .stepper-item.current .stepper-title {
    color: #FF6B00 !important;
}

.stepper-item.current .stepper-title {
    color: #fff !important; 
}

.stepper-item.current .stepper-icon i {
    transform: rotate(90deg); 
    color: #FF6B00 !important;
}

.bg-orange {
    background-color: #FF6B00 !important;
    color: #fff !important;
}

.bg-orange .stepper-title {
    color: #fff !important;
}

.showPayments {
    display: none;
}

#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlayit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    z-index: 1059;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.6;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border-left-color: #09f;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.scroll-on-hover {
    overflow-y: hidden;
}

.scroll-on-hover:hover {
    overflow: hidden auto;
}

.cornerstone-modal-bg {
    background-color: rgb(0 0 0 / 75%);
}

.cornerstone-dialog {
    margin-top: 10%;
}

#sideSteps {

    transition: all 0.5s ease;
}

#slide-hide {
    position: absolute;
    right: 0;
    padding: 10px 5px 10px 8px;
    border: 1px solid #0058cb;
    border-right: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #14315a;
    cursor: pointer;
    color: #FFF !important;
    z-index: 99;
    transition: all 0.2s ease;
}

#side-steps {
    transition: all 0.2s ease;
}

#slide-hide[status="show"]:hover {
    padding: 10px 10px 10px 13px;
}

#slide-hide:hover {
    background: #1b7cfa;
}

.magnifiers i {
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.3s;
}

.magnifiers i:hover {
    opacity: 1;
}

.magnifiers {
    position: absolute;
    right: 25px;
    user-select: none;
    -moz-user-select: none; /* Firefox */
    -webkit-user-select: none; /* Safari/Chrome */
    -ms-user-select: none; /* IE/Edge */
}

#slide-hide i {
    color: #FFF;
}

@media (min-width: 1200px) {
    .bottom-md-0 {
      bottom: 0 !important;
    }   
}

@media (max-width: 1200px) {

    #kt_content {
        padding: 15px !important;
    }

    .div-second .modified_topbar, #slide-hide, .div-first .cstonelogo-big {
        display: none;
    }
}

.top-reporting {
    border-bottom: 1px #DDD solid;
}

.tr-dark-bg {
    background: #63666b!important;
}

.mc-presentation-table tbody tr.odd > td:first-child {
    background: #63666b!important;
}

.mc-presentation-table tbody tr.odd > td {
    background: #f6f6f6;
}

.mc-presentation-table tbody tr.even > td:first-child {
    background: #575a5f!important;
}

.mc-presentation-table tbody tr.even > td {
    background: #ffffff;
}
.noUi-connects {
    background: rgba(0, 0, 0, 0.2);
}
.noUi-target .noUi-handle {
    background-color: #17365e;
}

.loanDetail {
    display: none;
    margin-top: 5px;
    padding-top: 10px;
    font-weight: normal;
    border: dashed 1px #AAA;
    padding: 10px;
    border-radius: 10px;
}

.pickr {
    position: absolute !important;
    right: 30px !important;
}

.loanDetail td {
    padding: 0  9px 0px 0px;
    vertical-align: top;
}

.loanDetail td:first-child {
    font-size: 12px;
}

.loanDetail td.dollarTitle_ {
    display: inline-block;
    min-width: 70px;
    padding-left: 10px;
}

.loanDetail td.dollarTitle {
    display: inline-block;
    width: 140px;
}

.premium-fee-holder {
  display: none;
}

.dollarVal {
    color:rgb(60, 117, 2) !important;
    font-weight: bold !important;
    font-size: 14px !important;
}

.stepper-item .pickr button {
    width: 30px;
    height: 20px;
    margin-top: 10px;
    outline: none;
    border: 1px #FFF solid;
}

.showPaymentsDetails {
    display: none;
}

.lp-color {
    background: #900;
    border-radius: 1px !important;
    position: absolute;
    top: 25px;
    right: 0;
    border: 1px #FFF solid;
}

.refinanceMore {
    display: none;
}

.category-name {
    background: #14315a !important;
    color: #FFFF !important;
}

.paymentSchedule {
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    background: #ff6b00;
    padding: 3px 6px;
    border-radius: 3px;
    cursor: pointer;
}

.not-affected:hover {
    opacity: 1;
}

.table-note-modal {
    background: #fe8833;
    padding: 10px;
    color: #FFF;
}

.table-msg-modal {
    background: #4CAF50;
    padding: 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
}

.not-affected {
    background-color: #FF6B00 !important;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.3s;
}

.tableHighlight {
    background-color: #ffe5cf !important;
}

.showPaymentsModal {
    margin-top: 0px !important;
    max-height: 800px !important;
}

.showPayments thead, .showPaymentsModal thead {
    background: #17365e;
    color: #FFF;
}

.showPayments thead th:first-child, .showPaymentsModal thead th:first-child{
    padding-left: 15px;
    font-weight: bold;
}

.showPayments thead, .showPaymentsModal thead {
    position: sticky;
    top: 0;
}

.last-month {
    border-bottom: 2px #000 solid;
}

.payment-collapse {
    background-color: #f4f9ff;
}

.paymentDownloadCSV:hover {
    background-color: #CCC;
    color: #FFF;
}

.payment-toggle .toggle-payment-icon {
    rotate: 0deg;
    transition: all 0.3s;
}

#presentation-ready-container.presentation-active {
    background: #4CAF50 !important;
    transition: all 1.3s;
}

.payment-toggle.active .toggle-payment-icon {
    rotate: 90deg;
    transition: all 0.3s;
}

.payment-toggle {
    cursor: pointer;
    transition: all 0.3s;
}

.payment-toggle.active {
    border-bottom: 2px solid #000;
    background: #e0edff;
    font-weight: bold;
    height: 60px;
    vertical-align: middle;
    font-size: 16px;
    transition: all 0.3s;
}

.paymentDownloadCSV {
    font-weight: bold;
    font-size: 12px;
    border: #DDD 1px solid;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    transition: all 0.3s;
    margin-right: 35px;
}

#closeSummary:hover {
    opacity: 1;
    background: #b5b5c3!important;
}

.showPaymentSelector, .loanProductsSelector {
    border: 0px;
    font-weight: bold;
    margin-right: 5px;
    padding-left: 10px;
    border-left: 2px #DDD dashed;
    margin-left: 10px;
}

.showPaymentSelector:focus, .loanProductsSelector {
    outline: none;
}

.apexcharts-tooltip {
    border-radius: 5px !important;
    box-shadow: -2px 1px 27px -3px rgba(0,0,0,0.47) !important;
}

.showPayments, .showPaymentsModal {
    padding-top: 0px !important;
    max-height: 700px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 50px;
    margin-right: 0px;
    scrollbar-color: #f6b98a transparent !important;
}

.showPayments tbody tr, .showPaymentsModal tbody tr {
    border-bottom: 1px solid #DDD;
}

.loan_snapshot i {
    color: #FFF;
}

.loan_snapshot {
    text-align: center;
    cursor: pointer;
    display: none;
    margin-right: 10px;
    border-radius: 3px;
    width: 50px;
    border: 2px #FFF solid;
    padding: 3px 0px 0px 0px;
}

.inactive i.fa-solid.fa-check {
    visibility: hidden;
}

.inactive {
    border: 2px solid; 
    background: transparent;
}

.loan_snapshot_table tbody td div, .mc-table tbody td div {

    padding: 10px;

}

.loan_snapshot_table, .mc-table {
    margin-top: 10px;
}

.loan_snapshot_table .option_number, .mc-table .option_number {
    font-weight: bold;
    color: #AAA;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.loan_snapshot_table .product_name, .mc-table .product_name {

    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;

}

.loan_snapshot_table tr, .mc-table tr {

    border-bottom: 1px #DDD solid !important;

}

.loan_snapshot_table .highlight_snapshot {
    background-color: rgb(255, 249, 193);
}
  
.loan_snapshot_table .clicked_snapshot {
    background-color: rgb(255, 250, 121);
}

.snapshot_head {
    padding: 10px;
}

.loan_snapshot_totals {
    border-top: 2px solid #000 !important;
    border-bottom: 1px solid #000 !important;
}

.diff_icon {
    display: inline-block;
    background: #000;
    border-radius: 50px;
    width: 15px;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-size: 7px;
    vertical-align: middle;
    cursor: pointer;
    opacity: 0.8;
}

.diff_icon:hover {
    opacity: 1;
}

.stepper-item:not(.current):hover, .pre-step-item:not(.current):hover {
    background-color: #EFEFEF;
}

.pre-step-item {
    cursor: pointer;
}

.pre-step-item h3 {
    margin-bottom: 0px;
}

.pre-step-item .stepper-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color .2s ease,background-color .2s ease;
    width: 40px;
    height: 40px;
    border-radius: 0.65rem;
    margin-right: 1.5rem;
    z-index: 1;
}

.pre-step-item.current {
    background-color: #b5b5c3;
    color: #FFF;
}

.pre-step-item.current h3, .pre-step-item.current .stepper-icon i {
    color: #FFF;
}

.pre-item-content {
    display: none;
}

.summaryGraph {
    display: none;
}

.pre-step-item .pulse {
    position: absolute;
    margin-top: -40px;
    margin-left: -40px;
}

div#show-payment, div#show-graphs, div.show-payment {
    display: none;
}

.stepper-item.current  .step-btns {
    display: inline-block;
}

.stepper-nav .stepper-child[style*="display: block;"] {
    color: #FF6B00 !important;
}

.step-btns {
    background-color: #FFF;
    display: none;
    font-size: 12px;
    padding: 3px 5px;
    text-align: center;
    border-radius: 3px;
    margin-top: 5px;
    color: #AAA;
    width: auto;
    margin-right: 5px;
    letter-spacing: 1px;
    border: 1px solid #EFEFEF;
}

.step-btns:hover {
    background-color: #AAA;
    color: #FFF;
}

.productTitle {
    display: block;
}

.saveTemplateBody {
    top: -100%; 
    left: 0; 
    z-index: 9;
    transition: top 0.3s ease-in-out;
}

.reminderIcon {
    position: absolute; 
    right: 80px; 
    top: 15px;
}

.pulse-ring-reminder {
    margin-top: -36px; 
    margin-left: -9px;
}

.bg-orange .productTitle {
    color: #ffffff!important;
}

[data-kt-scrolltop=off], .forceRefresh {
    position: fixed;
    cursor: pointer;
    z-index: 100;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    bottom: 40px;
    right: 20px;
    background-color: #50cd89;
    box-shadow: 0 .5rem 1.5rem .5rem rgba(0, 0, 0, .075);
    transition: color .2s ease, background-color .2s ease;
    border-radius: .65rem;
}

[data-kt-scrolltop=on] .forceRefresh {
    animation: animation-scrolltop .6s ease-out 1;
    display: flex;
    bottom: 80px;
}

.pcr-save {
    background-color: #FF6B00 !important;
    color: #fff !important;
}

.pcr-cancel {
    background-color: #e4e6ef !important;
    color: #333!important;
}

.presentationContainer, .loginActivityContainer {
    padding-top: 0px !important;
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-right: 0px;
    scrollbar-color: #c3c3c3 transparent !important;
}

table#presentationReportTable thead, table#loginActivityTable thead {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
}

#switch-back-reminder {
    position: fixed; 
    z-index: 999!important;
    width: 100%!important;
}
.switchBackAccount {
    background: #c55200!important;
    color: #fff!important;
}
.switchBackAccount:hover {
    background: #ff9141!important;
}

.reporting-nav-pill .nav-item .nav-link.active {
    background: #FF6B00!important;
}

table.loan_snapshot_table td {
    height: 50px;
    position: relative;
}

.snapshot_head_container {
    display: flex!important;
    flex-direction: column!important;
    justify-content: space-between!important;
    height: 100%!important;
    position: relative!important;
}

table.loan_snapshot_table td > div {
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

table.loan_snapshot_table td.selectedColumn > div:not(.not-affected):not(.selectedColumn) {
    background: #fff;
    transform: scale(1.1);
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    height: 100%;
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}
table.loan_snapshot_table td.selectedColumn + td {
    padding-left: 10px;
}
table.loan_snapshot_table thead td.selectedColumn > div:not(.not-affected):first-of-type {
    background: #fff url('/assets/media/others/client_choice_heart.png') no-repeat top right!important;
    padding: 15px 5px!important;
    align-items: start;
}

table.loan_snapshot_table td.selectedColumn > div {
    padding: 10px;
    font-weight: 600;
}

table.loan_snapshot_table td.recommendedColumn > div:not(.not-affected):not(.selectedColumn) {
    background: #d8efff;
    height: 100%;
    transform: scale(1)!important;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}
table.loan_snapshot_table thead td.recommendedColumn > div:not(.not-affected):first-of-type {
    background: #d8efff url('/assets/media/others/agent_choice_thumbsup.png') no-repeat top right!important;
    align-items: start;
}

table.loan_snapshot_table thead td.agentClientColumn > div:not(.not-affected):first-of-type {
    background: #d8efff url('/assets/media/others/agent_client_choice.png') no-repeat top right!important;
    align-items: start;
}

@media (max-width: 768px) {

    .table-responsive-mobile {
        overflow-x: auto;
    }

}