#chama-admin-brading-bar {
    margin: 0 -20px;
    padding: 14px 22px;
    background: #fff;
    border-bottom: 1px solid #c3c4c7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    width: calc(100% + 20px);
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
}
.chama-brand{
    width: 200px;
    height: auto;
}
#chama-logo a{
    display: inline-block;
}
.chama-version{
    background: #ccc;
    color: #000;
    border-radius: 999px;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 12px;
}
.chama-card {
    margin: 0 0 20px;
    padding: 30px;
    background: #fff;
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
}
.chama-card h3 {
    line-height: 1.6;
    font-size: 18px;
    margin: 0 0 20px;
    color: #23282c;
}
.chama-card, .chama-card p {
    line-height: 1.5;
    font-size: 16px;
}
.chama-external-url{
    color: #fff !important;
    background-color: #FF4757 !important;
}
.chama-external-url:hover{
    color: #fff !important;
}
#wpadminbar .chama-test-mode-active > .ab-item {
    color: #fff;
    background-color: #fa8231;
}

#wpadminbar .chama-test-mode-active:hover > .ab-item, #wpadminbar .chama-test-mode-active:hover > .ab-item {
    background-color: #E25E05 !important;
    color: #fff !important;
}
#chama-branding-bar-left-col{
    display: flex;
    align-items: center;
    margin: 8px 0;
} 
#chama-branding-bar-right-col{
    display: flex;
    align-items: center;
}    
.chama-breadcrumb {
    font-size: 23px;
    font-weight: 400;
    margin: 0;
}
.chama-breadcrumb-divider{
    color: #dadbdf;
    font-size: 23px;
    font-weight: 400;
    margin: 0 15px;
}
.chama-table{
    border-collapse: collapse;
    margin-top: .5em;
    width: 100%;
    clear: both;
    font-size: 14px;
}
.chama-table th {
    vertical-align: top;
    text-align: left;
    padding: 20px 10px 20px 0;
    width: 200px;
    line-height: 1.3;
    font-weight: 600;
}
.chama-table   label {
    vertical-align: middle;
}

.chama-table td {
    margin-bottom: 9px;
    padding: 15px 10px;
    line-height: 1.3;
    vertical-align: middle;
}
.chama-info-table{
    border-collapse: collapse;
}
.chama-info-table th, .chama-info-table td  {
    border: solid 1px #000;
    padding: 5px;
    vertical-align: top;
}
.chama-info-table th{
    text-align: left;
    width: 170px;
    background-color: #ccc;
}
.chama-btn{
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    border-radius: 3px;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
}
.chama-stripe-connect {
    color: #fff;
    background-color: #635bff;
}
.chama-stripe-disconnect{
    color: #fff;
    background-color: #FF4557;
}
.chama-btn:focus, .chama-btn:hover {
    color: #fff;
    background-color: #111;
}
.chama-stripe-connect svg {
    margin-left: 5px;
}

.chama-table td .notice{
    margin: 0;
}
.chama-input-wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.chama-input-prepend{
    display: -ms-flexbox;
    display: flex;
    margin-right: -1px;
}
.chama-input-prepend-text{
    border-radius: .25rem;
    text-align: center;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    background-color: #e9ecef;
    color: #000;
    border: 1px solid #8c8f94;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.chama-input-wrapper .chama-input{
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
        margin-bottom: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
}
.chama-repeater-table th{
    text-align: left;
}
.chama-repeater-table td{
    vertical-align: top;
}
.chama-preview-image{
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    border-radius: 8px;
    border: #ccc solid 1px;
    overflow: initial;
    margin: 0;
    background-size: cover;
    margin-bottom: 10px;
}
.chama-commission-gallery-remove{
    margin-bottom: 15px !important;
}
.chama-gallery-input li{
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.chama-metabox-row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: left;
    align-items: left;
}
.chama-metabox-col{
    flex-grow: 1;
    flex-basis: 0;
}
.chama-metabox-heading{
    margin: 0 !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    padding: 0 !important;
}
#chama_stripe_renewals .inside, #chama_stripe_cancelation .inside{
    margin: 0;
    padding: 0;
}
.chama_metabox-actions{
    text-align: center;
    padding: 10px;
    clear: both;
    border-top: 1px solid #dcdcde;
    background: #f6f7f7;
}
/* Hide cpt sections */
.admin-bar.post-type-chama_donation .postbox-header, #donation_information .postbox-header, #donor_details .postbox-header, .admin-bar.post-type-chama_tier .wp-heading-inline, .admin-bar.post-type-chama_tier .page-title-action, .admin-bar.post-type-chama_campaign .wp-heading-inline, .admin-bar.post-type-chama_campaign .page-title-action, .admin-bar.post-type-chama_commission .wp-heading-inline, .admin-bar.post-type-chama_commission .page-title-action, .admin-bar.post-type-chama_donation .wp-heading-inline, .admin-bar.post-type-chama_donation .page-title-action, .admin-bar.post-type-chama_fund .wp-heading-inline, .admin-bar.post-type-chama_fund .page-title-action, .admin-bar.post-type-chama_fund .postbox-header, #fund_information .postbox-header, #funder_details .postbox-header, .admin-bar.post-type-chama_com_order .wp-heading-inline, .admin-bar.post-type-chama_com_order .page-title-action, .admin-bar.post-type-chama_com_order .postbox-header, #commission_order_information .postbox-header, #commissioner_details .postbox-header, .admin-bar.post-type-chama_subscription .wp-heading-inline, .admin-bar.post-type-chama_subscription .page-title-action, .admin-bar.post-type-chama_subscription .postbox-header, #subscription_information .postbox-header, #member_details .postbox-header{
    display:none;
}
.post-type-chama_donation #post-body-content{
    display: none !important;
}
.chama-page-title-action{
    font-weight: 600;
    font-size: 13px;
    line-height: normal;
    cursor: pointer;
    text-shadow: none;
    text-decoration: none;
    margin-left: 10px;
    padding: 4px 8px;
    border: 1px solid currentColor;
    border-radius: 2px;
    background: #f6f7f7;
}


.chama-page-title-action:hover {
    background: #f0f0f1;
    border-color: #0a4b78;
    color: #0a4b78;
}
.chamawp_page_chama-settings #wpfooter {
    position: relative;
}

.chama-test-mode-label {
    background-color: #fa8231;
    border-radius: .25em;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    padding: .2em .4em .3em;
    text-align: center;
    vertical-align: baseline;
    vertical-align: middle;
    white-space: nowrap;
}
.chama-first-payment-label {
    background-color: #635bff;
    border-radius: .25em;
    color: #fff;
    font-size: 11px;
  
    padding: .2em .4em .3em;
    text-align: center;
    vertical-align: baseline;
    vertical-align: middle;
    white-space: nowrap;
}
.chama-test-mode-label.label-header {
    margin: 0 15px;
}
.chama-test-mode-label.label-listing, .chama-first-payment-label.label-listing  {
    margin: 0;
    height: 15px;
    max-height: 15px;
    line-height: 15px;
    overflow: hidden;
    padding: 0px .4em;
    margin-right:.5em;
}
.chama-publish-header{
    border-bottom: 1px solid #c3c4c7;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
}
.chama-publish-header h3.hndle {
    border: none;
    display: inline-block;
    float: left;
}
.chama-publish-header .delete-payment {
    display: inline-block;
    float: right;
}
.chama-publish-header .delete-payment a {
    color: #b5b5b5;
    content: "\f182";
    display: block;
    font-size: 18px;
    height: 16px;
    margin: 11px 15px;
    width: 18px;
}
.chama-publish-header .delete-payment a:hover {
    box-shadow: none;
    color: red;
}
.chama-publish-box-inside {
    border-bottom: 1px solid #eee;
    clear: both;
    margin: 0;
    padding: 3px 10px;
    word-break: break-word;
}
.chama-payment-status, .chama-subscription-status{
    display: inline-block;
    float: none;   
    position: relative;
    top: 3px;
}
.chama-payment-status.edit-status, .chama-subscription-status.edit-status{
    margin: 0 10px;
}
.chama-payment-status.listing-status, .chama-subscription-status.listing-status{
    margin: 0;
}
.chama-payment-status-icon, .chama-subscription-status-icon{
    background: #888;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 1px;
    width: 12px;
}
#publishing-action .right {
    float: right;
}
.chama-sync-subscription-wrapper{
    text-align: center;
    margin-bottom: 10px;
}
#publishing-action .right.chama-resend-receipt, #publishing-action .right.chama-sync-payment, #publishing-action .right.chama-sync-subscription{
    margin-right: 10px;
}
.chama-payment-status-icon.revoked, .chama-payment-status-icon.failed, .chama-subscription-status-icon.incomplete_expired, .chama-subscription-status-icon.past_due, .chama-subscription-status-icon.canceled, .chama-subscription-status-icon.unpaid, .chama-subscription-status-icon.inactive{
    background-color: #eb3b5a;
}
.chama-payment-status-icon.complete, .chama-subscription-status-icon.active, .chama-subscription-status-icon.creation{
    background-color: #0fb9b1;
}
.chama-subscription-status-icon.renewal{
    background-color: #686de0;
}
.chama-subscription-status-icon.paused{
    background-color: #fa8231;
}
.chama-list{
    list-style:disc;
    padding-left: 15px;
}
.chama-test-mode-label{
    background-color: #fa8231;
    border-radius: .25em;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    padding: .2em .4em .3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    position: relative;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}
.chama-email-template-tags{
    line-height: 1.75em;
}
.chama-response{
    color: #000;
    padding: .25rem .35rem;
    border-radius: .3rem !important;
    display:none;
    margin-bottom: 15px;
}
.chama-response-success{
    border: solid 1px #0fb9b1;
    background-color: #9af7f2;
}
.chama-response-error{
    border: solid 1px #eb3b5a;
    background-color: #FFBFBF;
}
.chama-disabled-button, .button.disabled {

    cursor: not-allowed !important;
    pointer-events: none;

}
.chama-admin-processing{
    line-height: 16px;
    height: 16px;
    margin-bottom: 15px;
    color: #d63638;
    font-weight: bold;
    display:none;
}
.chama-admin-processing img{
    height: 16px;
    width: auto;
    margin-right: 5px;   
    float: left; 
}
.chama-admin-spinner{
    line-height: 35px;
    height: 30px;
    margin-left: 5px;
    display:none;
}
.button.chama-button-danger, .button.chama-button-danger:focus{
    background: #eb3b5a;
    border-color: #eb3b5a;
    box-shadow: none;
    color: #fff;
}
.button.chama-button-danger:hover{
    background: #d63638;
    border-color: #d63638;
    box-shadow: none;
    color: #fff;
}
.chama-admin-modal-actions {
	align-items: center;
	display: flex;
	gap: 2rem;
	margin: 0;
	width: auto;
}

.chama-admin-modal-actions button{
    flex: 1;
    margin: 0;
}
/* -------------------------------------------------------------------------- */
/*	Media Queries
/* -------------------------------------------------------------------------- */
/* Tablets */
@media (max-width: 1023px) {
    .chama-metabox-row{
        flex-direction: column;
    }
   
}