﻿
.chip {
    display: inline-block;
    padding: 6px 40px 6px 10px;
    font-size: 12pt;
    border-radius: 10px;
    background-color: #f1f1f1;
    border: solid 1px #cecece;
    margin-left: 15px;
    vertical-align: middle;
    margin-bottom: 10px;
    position: relative;
}

.chip-close-btn {
    color: #888;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: -5px;
    font-size: 30px;
    cursor: pointer;
}

    .chip-close-btn:hover {
        color: #000;
    }

.chip-totals-container {
    margin-top: 30px !important;
    background-color: #f8f8f8;
    padding: 8px 12px;
    border-radius: .25rem;
}

.chip-totals-text {
    color: grey;
    font-size: 13pt;
    margin: 1px 15px 0px 20px;
    text-transform: uppercase;
}

.chip-totals-count {
    background-color: #DA680F;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    width: 30px;
    height: 30px;
    font-size: 13pt;
    padding-top: 1px;
    text-align: center;
}

.card-sharp {
    border-radius: 0px;
}

.text-area-auto-grow { 
    transition: height 0.2s ease-in-out;
    overflow: hidden;
    resize: none; 
}

.digit-container {
    display: flex;
    gap: 8px;
    align-items: center;
}

.sc-digit-input {
    width: 45px;
    max-width: 45px;
    height: 55px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    border: 2px solid #ccc;
    border-radius: 8px;
    transition: border-color 0.2s;
}

    .sc-digit-input:focus {
        outline: none;
        border-color: #007bff;
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    }


.form-control-readonly {
    background-color: #e9ecef !important;
    cursor: not-allowed !important;
    opacity: 0.8;
    pointer-events: none;
}

#spBalance {
    margin-left: 8px;
}

#assessmentNotes {
    padding: 20px;
}

.title-head {
    color: #8e8e8e;
    margin-top: 15px;
    width: 100%;
    font-weight: 600;
    margin-bottom: 1px;
}

.event-price-pmts {
    border: solid 2px #dddddd;
}

    .event-price-pmts th {
        border: solid 2px #333333 !important;
    }

.trend-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 8px;
    vertical-align: middle;
}

.trend-arrow-up {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #22c55e;
}

.trend-arrow-down {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #ef4444;
}

.grey {
    color: #888
}

.sc-pmt {
    width: 130px;
}

.dark-grey {
    color: #4c4b4b;
}

.payment-modal-header {
    text-transform: uppercase;
    font-size: 14pt;
    color: #4c4b4b;
    text-align:left;
}

    .payment-modal-header span {
        font-size: 11pt;
        color: #717171;
        width: 100%;
        display: block;
        margin-top: 5px;
    }

.program-cost {
    text-transform: uppercase;
    font-size: 14pt;
    color: #333333;
}

    .program-cost span {
        font-size: 11pt;
        color: #717171;
        width: 100%;
        display: block;
        margin-top: 5px;
    }

.tc-bordertop {
    border-top: solid 1px #eaeaea;
    padding-top: 15px;
}

.sc-grid-border-top {
    border-top: solid 1px #eaeaea;
}
/* Bar injected by renderCapacityBar() */

.cap-bar-header { 
}

.cap-bar-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 5px;
}

.cap-bar-label {
    font-size: 0.78rem;
    color: #6c757d;
}

.cap-bar-pct {
    font-size: 0.78rem;
    font-weight: 600;
}

.cap-bar-track {
    height: 3px;
    background: #e9ecef; 
}

.cap-bar-fill {
    height: 100%;
}
.sc-breadcrumb {
    position: relative;
    margin-bottom: 10px !important;
}

.sc-table-pmt {
}

    .sc-table-pmt th {
        background-color: #efefef;
        color: #645151;
        padding: 10px !important;
    }

    .sc-table-pmt td {
        padding: 10px !important;
        background-color: #fff;
    }

        .sc-table-pmt td:hover {
            background-color: #fff;
        }

.tr-grid-circle-image {
    width: 80px;
    text-align: center;
}

.card-circle-image {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 32px;
    background: #f1f1f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin: auto;
    text-transform: uppercase;
    background: linear-gradient(135deg, #667eea, #764ba2) !important;
}
.card-circle-image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.grid-circle-image {
    width: 33px;
    height: 33px;
    background: #f1f1f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: .8rem;
    margin: auto;
}

.grid-circle-initials {
    background: linear-gradient(135deg, #667eea, #764ba2) !important;
}

.grid-circle-image img {
    width: 33px;
    height: 33px;
    border-radius: 50%;
}

.sc-nav-divider {
    border-bottom: solid 1px #949096 !important;
}

.sc-nav-divider-top {
    border-top: solid 1px #949096 !important;
}

.sc-nav-button {
}

.sc-nav-content {
    display: none;
    width: 100%;
    height: 100%;
}

.refund-res-img {
    width: 25px;
    margin: 5px;
}

.sc-row {
    clear: left;
    float: left;
    width: 100%;
}

.sc-pmt-info-title {
    font-weight: bold;
    width: 100%;
    display: block;
    font-size: 10pt;
    color: #888;
}

.sc-pmt-info-txt {
    font-size: 12pt;
    color: #333333;
}

.sc-pmt-info-center {
    text-align: center;
    width: 100%;
    display: block;
}

.note-header {
    color: #737373 !important
}

.sc-strong-title {
    margin-right: 8px;
}

.sc-caption {
    float: left;
    margin-left: 10px;
    margin-top: 8px;
    min-width: 150px;
}

.sc-expand-collapse-text {
    margin-left: 5px;
    font-weight: normal;
    color: #ce5a15;
}

.sc-grid-divider {
    border-left: solid 1px #e1e1e1;
    margin: 0px 10px 0px 30px;
}

.sc-tbl-grid-summary {
    width: 100%;
}

.sc-tbl-grid-summary-td {
    background-color: #f5f5f5;
    padding-top: 6px;
}


.sc-grid-options-wrapper {
    background-color: white;
    border-radius: 5px;
    padding: 0px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
    cursor: pointer;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border: solid 1px #e6e4e4;
}

.sc-grid-search {
    background-color: #fbfbfb;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px 0px 10px 10px;
}

    .sc-grid-search .form-group {
        margin-bottom: 0px !important;
        margin-right: 12px;
    }

.sc-search-options {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #f5f5f5;
    padding: 0px 0px 2px 10px;
    font-size: 10pt;
    font-weight: bold;
    width: 100%;
    float: left;
}

.sc-grid-create {
    border: solid 1px #a8a8a8;
    background-color: #fff;
    margin-top: 3px;
    margin-right: 15px;
    font-size: 10pt;
    color: #000 !important;
}

.sc-grid-sum {
    padding: 4px 8px;
    border: solid 1px #cbcbcb;
    background-color: #f8f8f8;
    margin-left: 25px;
    margin-top: 3px;
}

.sc-page-size {
    float: left;
    vertical-align: middle;
    margin-top: 5px;
    text-align: center;
    padding: 0px 6px;
}

    .sc-page-size label {
        float: left;
        padding-top: 3px;
        margin-right: 5px;
    }

    .sc-page-size select {
        float: left;
        padding: 0px;
        height: 25px;
        font-size: 10pt;
        margin-top: 2px;
        margin-right: 20px;
        width: auto;
    }

.sc-trans-amt {
    min-width: 80px;
    width: 90%;
    float: left;
    text-align: right;
    padding: 5px !important;
    font-weight: 500;
}

.sc-highlight-saved {
    animation: fade 1s linear forwards;
    -webkit-animation: fade 1s linear forwards;
    box-shadow: 0 0 10px rgba(47,132,73,0.0);
}

.sc-pad-row td {
    padding: 10px !important
}

.sc-grid-extra-ddl select {
    width: auto;
}

.sc-tbl-inline-edit input, select {
    font-size: 10pt;
}

table.sc-tbl-inline-edit .autocomplete-items {
    font-size: 10pt;
}

.sc-tbl-inline-edit td {
    padding: 4px
}

.email-recipients-ta {
    max-width: 480px;
    min-height: 60px;
    height: 60px;
}

.sc-tbl-inline-edit tr:hover {
    background-color: #f3f3f3;
}

#lblProcessingFees {
    font-size: 10pt;
    color: #333333;
    font-weight: bold;
}

.hasFee {
    position: absolute;
    top: 5px;
}

#lblPmtModalTitleFeeMessage {
    font-size: 10pt;
    position: absolute;
    top: 33px;
}

.btn-audio {
    width: 33px;
    height: 33px;
    margin-left: 8px;
}

#divRecording {
    position: absolute;
    right: 5px;
    top: -16px;
}

.sc-pointer {
    cursor: pointer;
}

.fl-w-100 {
    float: left;
    width: 100%;
}

.sc-msf-container {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.sc-msf-axis {
    z-index: 20;
    position: absolute;
    top: 72%;
    width: 100%;
    height: 2px;
    background-color: #a9a9a9;
}

.sc-msf-step {
    position: relative;
    z-index: 40;
    float: left;
    text-align: center;
    cursor: pointer;
}

.sc-msf-step-label {
    color: #717171;
    font-size: 16px;
    width: 100%;
    margin: auto;
}

.sc-msf-step-num {
    margin: auto;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 0px;
    background-color: #fff;
    border: 2px solid #a9a9a9;
    color: #717171;
    font-size: 20px;
    text-align: center;
}

.sc-msf-step-num-active {
    color: #fff;
    background-color: #ffa465;
}

.sc-msf-step-label-active {
    font-weight: bold;
}

.sc-msf-step-label-disabled {
    color: #cbcbcb !important;
}

.sc-msf-step-num-disabled {
    background: #ebebeb !important;
    border-color: #e1e1e1;
    color: #c4c4c4
}

.sc-tip-container {
    position: relative;
}

.sc-tip-text {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #333333;
    background-color: #fff;
    border: solid 1px #333333;
    padding: 6px;
    font-size: 9pt;
}

.sc-blue {
    color: #393991 !important;
}

.sc-dash-pad {
    border: dashed 1px #393991;
    padding: 10px;
    color: #393991 !important;
    display: block;
}

.sc-grid-loading {
    position: absolute;
    background-color: rgba(255,255,255,0.8);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 99;
    display: none;
}

#tblSignDocRequest {
    border: dashed 1px #cecece !important;
    width: 100%;
}

#tr_sd_no_docs:hover, #tdSignatoriesText:hover, .tr-no-hover:hover {
    background-color: #fff;
}


#tblSignDocRequest td {
    padding: 8px;
}

#divDocumentTypes {
    border: dashed 1px #cecece;
    border-radius: .25rem;
    padding: 6px;
    margin-top: 35px;
}

#contextModal {
    position: fixed;
    background: white;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    border: 1px solid #e0e0e0;
    z-index: 1000;
    min-width: 150px;
    display: none;
    max-width: 280px;
}

    #contextModal.show {
        display: block;
    }

#contextTitle {
    background-color: #f8fafc;
    color: #374151;
    border-bottom: 2px solid #e5e7eb;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 500;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 6px;
}

.context-option {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    border: none;
    border-radius: 0px;
    background: none;
    text-align: left;
    cursor: pointer;
    font-size: 0.9rem;
    color: #333;
    transition: background-color 0.2s ease;
}

    .context-option:first-child {
        border-radius: 8px 8px 0 0;
    }

    .context-option:last-child {
        border-radius: 0 0 8px 8px;
    }

    .context-option:only-child {
        border-radius: 8px;
    }

    .context-option:hover {
        background: #f8f9fa;
    }

    .context-option.primary {
        color: #000000;
        font-weight: 500;
    }

        .context-option.primary:hover {
            background: #f0f5f9;
        }

    .context-option + .context-option {
        border-top: 1px solid #e0e0e0;
    }

.status {
    margin-top: 1rem;
    padding: 1rem;
    background: #e8f5e8;
    border: 1px solid #c3e6c3;
    border-radius: 8px;
    color: #2d5a2d;
    text-align: center;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

    .status.show {
        opacity: 1;
        transform: translateY(0);
    }

#btnOrgDonateNow{
    width: 100%;
    margin-top: 20px;
    font-size: 15pt; 
}


#contxtModalOverlay {
    position: fixed;
    top: 0;
    left: 250px;
    width: calc(100vw - 250px);
    height: 100vh;
    z-index: 999;
    display: none;
}

    #contxtModalOverlay.active {
        display: block;
    }


.h5-loading {
    margin-top: 22px;
    color: grey;
    font-size: 15pt;
    position: relative;
    float: left;
    width: 400px;
    height: 45px;
    z-index: 999999;
}

    .h5-loading img {
        width: 35px;
        height: 35px;
        position: absolute;
        left: 15px;
        animation: spin 2s infinite;
    }

    .h5-loading span {
        position: absolute;
        top: 2px;
        left: 60px
    }

.duration-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(95px, 1fr));
    padding: 5px;
}

    .duration-group span {
        text-align: center;
        width: 100%;
        font-weight: 400;
        margin-top: 12px;
        color: #868484;
        font-weight: 500;
    }

    .duration-group select {
        width: 100%;
        margin-right: 5px;
    }


@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@media (max-width: 1600px) {
    .duration-group {
        grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
    }
} 

@media (max-width: 768px) {

    .sidebar {
        width: 100%;
        padding: 1rem 0;
    }

    .nav-menu {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        padding: 0 1rem;
    }

        .nav-menu li {
            flex: 1;
            min-width: 120px;
        }

    .menu-button {
        padding: 0.75rem;
        text-align: center;
        border-radius: 8px;
        border-left: none;
        border-bottom: 3px solid transparent;
    }

        .menu-button.default {
            border-left: none;
            border-bottom-color: #2ecc71;
        }

    #contxtModalOverlay {
        left: 0;
        width: 100vw;
    }
}

@media(max-width: 600px) {

    .duration-group {
        grid-template-columns: 1fr 1fr;
    }
}


@keyframes fade {
    0%,100% {
        box-shadow: 0 0 10px rgba(25,170,79,0.0);
    }

    50% {
        box-shadow: 0 0 10px rgba(25,170,79, 1.0);
    }
}

@-webkit-keyframes fade {
    0%, 100% {
        box-shadow: 0 0 10px rgba(25,170,79,0.0);
    }

    50% {
        box-shadow: 0 0 10px rgba(25,170,79, 1.0);
    }
}


@media (max-width: 1024px) {
    .sc-msf-axis {
        z-index: 20;
        position: absolute;
        top: 72%;
        width: 100%;
        height: 2px;
        background-color: #a9a9a9;
    }

    .sc-msf-step-label {
        font-size: 10px;
    }

    .sc-msf-step-num {
        width: 30px;
        height: 30px;
        padding: 0px;
        font-size: 16px;
    }
}
