﻿html, body {
    overscroll-behavior: none;
}
body {
    display: flex;
    flex-direction: column;
    background-color: black;
    background: linear-gradient(to bottom, #111, #222);
}
::-webkit-scrollbar-corner, ::-webkit-scrollbar-track {
    background-color: black;
    background: linear-gradient(to bottom, #111, #222);
}
table {
    padding-bottom: .5rem;
}

.header {
    padding-top: 27.5px;
    padding-top: 36.5px;
}


body.not-verified .header:not(.tabs) {
    opacity: 1;
    z-index: 5;
    position: relative;
}

.tab-content {
    min-width: 62%;
    max-width: 1300px;
}

.tab-items {
    list-style-type: none;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    border-bottom: solid 1px rgba(100, 100, 100, .3);
}

.tab-item {
    outline:none;
    border: solid 1px rgba(100, 100, 100, .3);
    padding: .5rem 0rem;
    user-select: none;
    text-align: center;
    white-space: nowrap;
    transition:.2s;
}
.tab-item:focus {
    border: solid 1px dodgerblue;
}
.tab-item:first-of-type {
    border-top-left-radius: 6px;
}
.tab-item:last-of-type {
    border-top-right-radius: 6px;    
}

    .tab-item a {
        padding: .5rem 1.5rem;
        padding: .5rem 1.7rem;
        cursor: pointer;
        user-select: none;
    }

    .tab-item.selected a {
        color: dodgerblue;
        cursor: default;
    }

    .tab-item:hover a {
        color: dodgerblue;
    }

.tab-page {
    display: none;
    margin: 1rem 1rem;
}

    .tab-page.selected {
        display: flex;
        flex-direction: column;
    }

#error-label,
#password-error-label {
    color: red;
    font-style: italic;
    padding-top: .5rem;
}

.contact-form-row {
    margin-bottom: 10px;
    align-items: baseline;
}


@media screen and (max-width: 1280px) {
    .contact-form-row {
        flex-direction: column;
    }
}

input[type=checkbox] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    margin-bottom: 0;
}
input[type=checkbox][readOnly] {
    opacity:.7;    
}

.contact-form-row-details-plus-section input[type=checkbox] {
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px;
}

#modalViewInvoiceType {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.signup-remember-me {
    display: flex;
    align-items: center;
    padding-top: 7px;
}
.modal .signup-remember-me {
    padding-top: 0px;
}

    .signup-remember-me label {
        margin-left: 7px;
        user-select: none;
        margin-bottom: 0;
        font-weight: normal;
    }

.edit-link {
    font-size: .8rem;
    /* color: white; */
    margin-left: 1.5rem;
}

.siteNameRow {
/*    min-height: 60px;*/
}

.siteApps {
    color: white;
}

.siteAppCount {
    color: white;
}

.manage-link {
    font-size: .8rem;
    /* color: white; */
}

.edit-label {
    display: flex;
    align-items: baseline;
}

    .edit-label.align-center {
        align-items: center;
    }


.delete-link {
    font-size: .8rem;
    /* color: white; */
    margin-left: 1.5rem;
}

table span,
table div {
    white-space: nowrap;
}

@media screen and (max-width: 1280px) {
    table
    {
        overflow: auto;
        display: block;
       /* box-shadow: inset -11px 0px 8px -10px rgb(0 0 0 / .8);*/
    }
}
@media screen and (max-width: 1050px) {
    thead
    {
        font-size: 1rem;
    }
}

#pageTeamMembers table,
#pageIntegrations table,
#pageEvents table,
#pageSites table,
#pageInvoices table,
#pageApps table {
    width: 100%;
    text-align: left;
}

#pageTeamMembers thead tr,
#pageIntegrations thead tr,
#pageEvents thead tr,
#pageSites thead tr,
#pageInvoices thead tr,
#pageApps thead tr {
    border-bottom: solid 1px rgba(100, 100, 100, .3);
}

#pageTeamMembers thead th,
#pageIntegrations thead th,
#pageEvents thead th,
#pageSites thead th,
#pageInvoices thead th,
#pageApps thead th {
    white-space: nowrap;
}

#pageTeamMembers td,
#pageTeamMembers th,
#pageIntegrations td,
#pageIntegrations th,
#pageEvents td,
#pageEvents th,
#pageSites td,
#pageSites th,
#pageInvoices td,
#pageInvoices th,
#pageApps td,
#pageApps th {
    padding: .5rem 1rem;
}

    #pageTeamMembers td.fill,
    #pageTeamMembers th.fill,
    #pageIntegrations td.fill,
    #pageIntegrations th.fill,
    #pageEvents td.fill,
    #pageEvents th.fill,
    #pageSites td.fill,
    #pageSites th.fill,
    #pageInvoices td.fill,
    #pageInvoices th.fill,
    #pageApps td.fill,
    #pageApps th.fill {
        width: 100%;
    }

    #pageTeamMembers td.actions,
    #pageIntegrations td.actions,
    #pageEvents td.actions,
    #pageSites td.actions,
    #pageInvoices td.actions,
    #pageApps td.actions {
        white-space: nowrap;
    }

        #pageTeamMembers td.actions div,
        #pageTeamMembers th.actions div,
        #pageIntegrations td.actions div,
        #pageIntegrations th.actions div,
        #pageEvents td.actions div,
        #pageEvents th.actions div,
        #pageSites td.actions div,
        #pageSites th.actions div,
        #pageInvoices td.actions div,
        #pageInvoices th.actions div,
        #pageApps td.actions div,
        #pageApps th.actions div {
            display: flex;
            align-items: center;
        }

#pageTeamMembers tr:first-of-type td,
#pageIntegrations tr:first-of-type td,
#pageEvents tr:first-of-type td,
#pageSites tr:first-of-type td,
#pageInvoices tr:first-of-type td,
#pageApps tr:first-of-type td {
    padding-top: .7rem;
}

#pageTeamMembers td.center,
#pageTeamMembers th.center,
#pageIntegrations td.center,
#pageIntegrations th.center,
#pageEvents td.center,
#pageEvents th.center,
#pageSites td.center,
#pageSites th.center,
#pageInvoices td.center,
#pageInvoices th.center,
#pageApps td.center,
#pageApps th.center {
    text-align: center;
}

#pageTeamMembers input[type=checkbox],
#pageIntegrations input[type=checkbox],
#pageEvents input[type=checkbox],
#pageSites input[type=checkbox],
#pageInvoices input[type=checkbox],
#pageApps input[type=checkbox] {
    margin-right: 0px;
}


.contact-form-row-details-label {
    display: flex;
    font-size: .9rem;
    align-items: baseline;
    white-space: nowrap;
}

    .contact-form-row-details-label label {
        color: lightgray;
        padding-left: .5rem;
        padding-right: .5rem;
        white-space: nowrap;
    }

    .contact-form-row-details-label span {
        white-space: nowrap;
    }

@media screen and (max-width: 600px) {
    .contact-form-row-details-label
    {
       /* display: grid;*/
    }
    .contact-form-row-details-label label
    {
       /* padding-inline: 0;*/
    }
}
@media screen and (max-width: 600px) {
    .modalViewSubscriptionPlanSites .contact-form-row-details-label {
        display: flex;
    }

        .modalViewSubscriptionPlanSites .contact-form-row-details-label label {
            /*padding-inline: .5rem;*/
        }
}

#TotalAmount,
#modalViewSubscriptionPlanAmount,
#modalViewSubscriptionPlanSiteAppAmount,
#modalViewSubscriptionPlanTotalAmount,
#SubtotalAmount,
#modalViewSubscriptionPlanSubtotalAmount,
#modalCompleteRegistrationTotalAmount,
#modalPurchaseSubscriptionTotalAmount,
#modalRenewSubscriptionTotalAmount,
#modalUpdatePaymentTotalAmount,
#modalInvoiceTotalAmount,
#modalViewInvoiceTotalAmount {
    padding-left: .5rem;
    padding-right: 0rem;
}

/*
                #PlanAmount,
                #YearlyDiscountPercent,
                #PlanSitesAndApps,
                #modalViewSubscriptionPlanSiteAppAmount,
                #modalViewSubscriptionPlanSitesAndApps,
                #modalViewSubscriptionPlanPilotClientDiscountPercent,
                #modalViewSubscriptionPlanYearlyDiscountPercent {
                    padding-left: .5rem;
                    padding-right: .5rem;
                }

                #modalViewSubscriptionPlanStorageSpaceMinutes,
                #modalViewSubscriptionPlanBandwidthMinutes,
                #modalViewSubscriptionPlanLiveStreamMinutes,
                #modalViewSubscriptionPlanSiteAppCount {
                    padding-left: .5rem;
                }

                #modalViewSubscriptionPlanYearlyDiscountPercent {
                    padding-left: .5rem;
                    padding-right: .5rem;
                }

                #modalViewSubscriptionPlanTotalAmount,
                #modalViewSubscriptionPlanSubtotalAmount {
                    padding-left: .5rem;
                    padding-right: .5rem;
                }*/

.app-label {
    align-items: center;
    padding-bottom: 5px;
}

    .app-label label {
        margin-bottom: 0px;
        padding-left: 0px;
    }

    .app-label input[type=checkbox] {
        margin-left: 1rem;
    }

    .app-label.no-padding {
        padding-bottom: 0px;
    }

#PlanSiteAppAmount {
    padding-left: .5rem;
    padding-right: .5rem;
}
/*
                #PilotClientDiscountPercent {
                    padding-left: .5rem;
                    padding-right: .5rem;
                }
        */
#PaymentType {
    padding-left: .5rem;
    padding-right: .5rem;
}

#PaymentExpires {
    padding-left: .5rem;
    padding-right: .5rem;
}

#PaymentRenewalDate {
    padding-left: .5rem;
    padding-right: .5rem;
}

#PaymentStartDate {
    padding-left: .5rem;
    padding-right: .5rem;
}

.app-label img {
    max-width: 34px;
    max-height: 34px;
    margin-right: .5rem;
}

.submit-area {
    margin-top: 1rem;
}

    .submit-area.padding-sm {
        margin-top: 0rem;
    }

        .submit-area.padding-sm input[type=button],
        .submit-area.padding-sm input[type=submit] {
            margin-top: .5rem;
        }

    .submit-area input[type=submit],
    .submit-area input[type=button],
    .edit-input input[type=submit],
    .edit-input input[type=button] {
        padding: .7rem 2rem;
    }

#refresh-members,
#refresh-integrations,
#refresh-apps,
#refresh-events,
#refresh-invoices,
#refresh-members,
#refresh-sites {
    margin-left: .5rem;
}

.submit-area input[type=submit].button-sm,
.edit-input input[type=submit].button-sm {
    padding: .5rem 1.5rem;
}

.submit-area input[type=submit].button-lg,
.edit-input input[type=submit].button-lg {
    padding: 1rem 2.5rem;
    width: 100%;
}

a.button-lg {
    padding: 1rem 2.5rem;
    width: 100%;
}

#pageTeamMembers .submit-area,
#pageIntegrations .submit-area,
#pageEvents .submit-area,
#pageSites .submit-area,
#pageInvoices .submit-area,
#pageApps .submit-area {
    margin-top: .5rem;
    text-align: end;
    margin-bottom: .5rem;
    display: flex;
    align-items: center;
    justify-content: end;
}

#pageApps .submit-area,
#pageSites .submit-area,
#pageIntegrations .submit-area,
#pageTeamMembers .submit-area {
    
}

    #pageApps .submit-area select {
        width: unset;
        margin-right: 1rem;
        padding: .5rem .7rem;
        position: relative;
        top: 0px;
        min-width: 12rem;
    }

.field-label-padding {
    margin-top: 1rem;
}
/*
                #pageSubscription {
                    margin-top: 0px;
                }*/

#pageSubscription input[type=checkbox] {
    width: 14px;
    height: 14px;
    margin-top: 8px;
    position: relative;
    top: 2px;
}
/*
                #tabApps {
                    display: none;
                }
        */









@media screen and (max-width: 600px) {

    table {
        box-shadow: none;
    }

    tbody {
        display: flex;
        flex-direction: column;
        gap: 1em;
        overflow: hidden;
    }

    thead {
        display: none;
    }

    tr {
        display: grid;
        border-top: solid 1px rgba(100, 100, 100, .3);
        border-radius: 3px;
        overflow: hidden;
        padding-top: 5px;
    }

    td {
        text-overflow: ellipsis;
        overflow: hidden;
    }

    table img {
        width: 40px;
        aspect-ratio: 1/1;
    }

    #BodyTeamMembers tr {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: auto 1fr 1fr;
    }

        #BodyTeamMembers tr td.image {
            grid-column: 1;
        }

        #BodyTeamMembers tr td.fill {
            grid-column: span 3;
            font-size: 1rem;
            overflow: hidden;
            text-overflow: ellipsis;
            display: flex;
            align-items: baseline;
            padding-bottom: .5rem;
        }

    #BodyTeamMembers .teamMemberEmail {
        overflow: hidden;
        text-overflow: ellipsis;
        flex:1;
    }

    #BodyTeamMembers tr .center {
        margin-bottom: 0;
    }

    #BodyTeamMembers tr .actions {
        grid-column: 1 / 5;
        padding-top: .5rem;
    }

            #BodyTeamMembers tr .actions > div {
                justify-content: flex-start;
                /*margin-left: .5rem;*/
            }









    #BodySites tr {
        grid-template-columns: auto 1fr 1fr;
    }

        #BodySites tr td.image {
            grid-column: 1;
        }
        
        #BodySites tr td.center {
            display:none;
        }
        #BodySites tr td.fill {
            grid-column: span 2;
            font-size: 1rem;
            overflow: hidden;
            text-overflow: ellipsis;
            display: flex;
            align-items: center;
        }

    #BodySites .siteNameRow .siteApps {
        display: flex;
        flex-wrap: wrap;
        display:none;
    }

    #BodySites tr .center {
        margin-bottom: 0;
    }

    #BodySites tr .actions {
        grid-column: 1 / 4;
    }

        #BodySites tr .actions > div {
            justify-content: flex-start;
            margin-left: .5rem;
        }




    #pageApps .submit-area {
        /*display: grid;*/
        grid-template-columns: 1fr 1fr;
        row-gap: 7px;
        flex-direction: column;
        align-items:end;
    }

    #pageApps .submit-area > select {
        grid-column: span 2;
        margin-right: 0;
    }

        #pageApps .submit-area > input {
            width: auto;
        }

    #BodyApps tr {
        grid-template-columns: auto auto 1fr;
    }

        #BodyApps tr td.image {
            grid-column: 1;
        }

        #BodyApps tr td.fill {
            grid-column: span 2;
            font-size: 1rem;
            overflow: hidden;
            text-overflow: ellipsis;
            display: flex;
            align-items: center;
        }
        /* #BodyApps .siteNameRow .siteApps
    {
        display: flex;
        flex-wrap: wrap;
    } */
        #BodyApps tr .center {
            margin-bottom: 0;
        }

        #BodyApps tr .actions {
            grid-column: 1 / 4;
        }

        #BodyApps tr .actions > div {
            justify-content: flex-start;
            margin-left: .5rem;
        }
}


#modalUpdatePaymentTypeCardElement,
#modalCompleteRegistrationCardElement,
#modalCompleteRegistrationCardElement,
#modalPurchaseSubscriptionCardElement,
#modalPurchaseSubscriptionCardElement,
#modalRenewSubscriptionCardElement,
#modalRenewSubscriptionCardElement,
#modalUpdatePaymentCardElement,
#modalUpdatePaymentCardElement,
#modalInvoiceCardElement,
#modalInvoiceCardElement {
    display: table;
    padding: 1rem 1rem;
    min-height: 51px;
}

#pagePayment .signup-notice .message-text3 {
    font-size: 1rem;
}

input::placeholder {
    color: gray !important; /* Change the color to your desired value */
    opacity:1 !important;
}

.single-form-row {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.payment-options {
    padding-bottom: 1rem;
}

    .payment-options .message {
        text-align: center;
    }

#error-label,
.error-label,
#password-error-label,
#LabelErrorMessage {
    padding-top: .5rem;
    color: red;
    font-style: italic;
}
#error-label.ok,
.error-label.ok,
#password-error-label.ok,
#LabelErrorMessage.ok {
    color: forestgreen;
}

#PaymentCardExpires {
    padding-left: .5rem;
    transform: scale(.8);
}

#PaymentTypeName {
    padding-left: .25rem;
    padding-right: .5rem;
}

body:not(.is-admin) #tabAdmin {
    display: none !important;
}

table tr td img {
    /*max-height: 38px;
    max-width: 32px;*/
    min-width: 32px;
    object-fit: contain;
}

.contact-form-row-details-plus {
    padding: 0 .4rem;
    line-height: normal;
    height: fit-content;
    background: transparent;
    border: solid rgba(100, 100, 100, .3) thin;
    border-radius: 4px;
    font-size: 1rem;
    position: relative;
    top: 0px;
    margin-left: .7rem;
    cursor: pointer;
    transition: .2s;
}

    .contact-form-row-details-plus:hover {
        background: rgba(100, 100, 100, .3);
    }

.contact-form-row-details-plus-section {
    /* padding: 0; */
    line-height: normal;
    /* height: fit-content; */
    /* background: transparent; */
    /* border: solid rgba(100, 100, 100, .3) thin; */
    /* border-radius: 4px; */
    /* font-size: 1rem; */
    /* position: relative; */
    /* top: 2px; */
    margin-left: .7rem;
    /* cursor: pointer; */
    transition: .2s;
    width: fit-content;
    height: fit-content;
    overflow: hidden;
    margin-top: -.5rem;
    display: none;
}

    .contact-form-row-details-plus-section.show {
        display: block;
    }

.siteApps {
    display: flex;
}

    .siteApps .field-label {
        margin-bottom: 0px;
        margin-top: 3px;
        margin-right: .5rem;
        text-transform: none;
    }

a {
    cursor: pointer;
    color: dodgerblue;
}

.image-container {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: solid 2px rgba(100,100,100,.3);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

    .image-container img {
        /*object-fit: contain;
                    max-height: 55px;  */
        height: unset;
        height: 100%;
        width: 100%;
        min-width: unset;
        max-width: unset;
        object-fit: fill;
    }

.image-drop {
    width: 80px;
    height: 80px;
    margin-right: 0;
    margin-top: .5rem;
    border: dashed 2px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    transition:.2s;
}
    .image-drop .image-container,
    .image-container.image-full {
        margin-right: 0;
        width: 80px;
        height: 80px;
    }
.image-drop:focus,
.image-drop.focused {
    border: dashed 2px dodgerblue;
    outline:none;
}

input {
    outline:none;
}

.edit-input {
    max-width: 400px;
}

    .edit-input input {
        margin-bottom: 10px;
    }

    .edit-input .image-container {
        margin-bottom: .5rem;
    }

label.validator {
    /* font-size: 1rem; */
    color: red;
    font-style: italic;
}

.image-container img {
    /*width: 40px;
                    height: 40px;
                    border: none;
                    outline: none;*/
}

.color-container {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: solid 2px rgba(100,100,100,.3);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .color-container .colorpicker {
        width: 50px;
        height: 50px;
        cursor: pointer;
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .7);
    display: none;
}

    .modal.show {
        display: flex;
        overflow: auto;
    }

    body.show-modal {
        overflow: hidden;
    }

.modal-dialog {
    display: flex;
    flex-direction: column;
    background-color: black;
   /* background: linear-gradient(170deg, #000, #111);*/
    padding: 1rem 1rem;
    border: solid 1px rgba(100, 100, 100, .5);
    border-radius: 6px;
    max-width: 700px;
    min-width: 30vw;
    max-height: calc(100vh - 2em);
    overflow-y: auto;
}
@media screen and (max-width: 600px) {
    /*.modal-dialog {
        margin: 1ch;
    }*/
}

.modal-header {
    display: flex;
    align-items: center;
    user-select: none;
}

.modal-title {
    margin-bottom: 0;
    flex: 1;
}

.modal-header .btn-close {
    margin-left: 1rem;
    background-color: transparent;
    padding: .5rem;
    display: flex;
    transition: .2s;
    opacity: 1;
    position: relative;
    top: -.2rem;
}

    .modal-header .btn-close:hover {
        opacity: .8;
    }

.modal-body {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.modal-input {
    margin-bottom: .5rem;
}

.modal-input-ex {
    margin-bottom: .7rem;
}

.modal-footer {
    text-align: right;
}

#EditImageLabel {
    margin-bottom: 15px;
}

.modal-input-ex.center,
.modal-input.center {
    /* text-align: center; */
    display: flex;
    /* align-items: center; */
    justify-content: center;
    margin-right: 0;
    padding-right: 0;
}
.modal-input.pad-top {
    margin-top: 1rem;
    margin-bottom: .5rem;
}

.modal-footer input[type=submit],
.modal-footer input[type=button] {
    padding: 10px 25px;
    margin-bottom: .5rem;
}

.agreement {
    margin-bottom: 0;
    font-size: 1rem;
    margin-top: .5rem;
}

.no-padding {
    padding: 0px;
    margin: 0px;
}

table.invoice-data {
    text-align: left;
    width: 100%;
    margin-bottom: 1.5rem;
}
table.invoice-data .edit-link {
    margin-left:0;
}

    table.invoice-data th label {
        margin: .5rem 1rem;
    }

    table.invoice-data th {
        border-bottom: 1px solid rgba(100, 100, 100, .3);
    }

    table.invoice-data:not(.full-table) td div {
        margin: .25rem 1rem;
        font-size: 1rem;
    }

    table.invoice-data td div.status {
        text-align: center;
        border-radius: 6px;
        padding-left: .5rem;
        padding-right: .5rem;
        font-size: small;
    }

        table.invoice-data td div.status.ok {
            background-color: forestgreen;
        }

        table.invoice-data td div.status.warning {
            background-color: goldenrod;
        }

        table.invoice-data td div.status.error {
            background-color: red;
        }


    table.invoice-data .invoiceStatus label,
    table.invoice-data .invoiceStatus div {
        text-align: center;
    }

    table.invoice-data td {
        font-size: large;
    }

        table.invoice-data td .invoiceStatus {
            padding-left: .5rem;
            padding-right: .5rem;
            font-size: .8rem;
            text-align: center;
        }

    table.invoice-data .invoiceNum label,
    table.invoice-data .invoiceNum div {
        margin-left: 0px !important;
        white-space: nowrap;
    }

    table.invoice-data .invoiceAmount label,
    table.invoice-data .invoiceAmount div,
    table.invoice-data .invoiceAmount {
        text-align: right;
    }
    table.invoice-data div.invoicePaymentMethod {
        display:flex;
    }
    table.invoice-data div.invoicePaymentMethod img {
        max-width: 32px;
        margin-right: .4rem;
    }

    table.invoice-data .invoiceDate,
    table.invoice-data .invoiceDate label,
    table.invoice-data .invoiceDate div {
        text-align: left;
    }

.usage-data {
    /* border: solid 1px rgba(100, 100, 100, .3); */
    /* padding: .5rem 1rem; */
    padding-bottom: 1rem;
    /* border-bottom: solid 1px rgba(100, 100, 100, .3);*/
}

    .usage-data label,
    .usage-data span {
        font-size: large;
    }

.usage-data-amount {
    border: solid 1px rgba(100, 100, 100, .7);
    height: 5px;
    border-radius: 5px;
    margin-bottom: .5rem;
    display: flex;
    overflow: hidden;
}

.usage-data-amount-used {
    min-width: 1%;
}

    .usage-data-amount-used.ok {
        background-color: forestgreen;
    }

    .usage-data-amount-used.warning {
        background-color: goldenrod;
    }

    .usage-data-amount-used.alert {
        background-color: red;
    }

textarea::placeholder {
    color: grey !important; /* Replace 'grey' with the color of your choice */
    opacity: 1; /* This ensures the color is fully opaque */
}

tfoot tr {
    text-align: right;
}

tfoot input[type=button] {
    margin-top: .5rem;
    padding: .7rem 2rem;
}

.spacer {
    flex: 1;
}

.providers {
    padding: .7rem;
    text-align: center;
}

    .providers a {
        margin-right: 1rem;
        opacity: .8;
        transition: .2s;
    }

        .providers a:hover {
            opacity: 1;
        }

    .providers img {
        max-width: 38px;
        max-height: 38px;
        border-radius: 100%;
    }

select {
    width: 100%;
}

.tab-items {
    display: flex; /* Use flexbox to control layout */
    flex-wrap: wrap; /* Allow the items to wrap to the next line when necessary */
    /*justify-content: center;*/
}


@media screen and (max-width: 1250px) {
    .tab-items .tab-item
    {
        flex: 1;
        flex-basis: 195px;
    }
}
@media screen and (max-width: 750px) {
    .tab-items .tab-item
    {
        flex-basis: 125px;
    }
    .tab-items .tab-item:first-of-type
    {
        border-top-left-radius: 0;
    }
    .tab-items .tab-item:last-of-type
    {
        border-top-right-radius: 0;
    }
}
@media screen and (max-width: 630px) {
}
@media screen and (max-width: 600px) {

    #pageProfile,
    #pageOrganization {
        padding-top: .5rem;
    }

    .user-image .user-switch-accounts
    {
        display: grid;
    }
    .user-image .user-switch-accounts .user-menu.user-accounts-menu
    {
        position: static;
        height: 0;
        padding: 0;
        margin:0;
        border: none;
        border-radius: 0;
    }
    .user-image .user-switch-accounts.show-menu .user-menu.user-accounts-menu {
        height: auto;
        padding: unset;
        opacity: 1;
    }
   .header.tabs {
    }

    .header:not(.tabs) {
        flex-direction: row;
        width: auto;
        /*padding-inline: .5em;*/ 
        align-items: center;
    }

   .header .header-wrapper {
        width: auto;
    }

    /*.user-menu.show {
        position: fixed;
        inset: 100px 25px auto;
    }*/
}

.menu {
    margin-right: 0vw;
}

.menu-item.menu-dropdown {
    margin-right: 0rem;
}

#modalStartSubscriptionPlanStartDate {
    font-weight: bold;
}

.no-items-row {
    font-style: italic;
}

.menu-ellipsis {
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.usage-used,
.usage-available {
    margin-left: .5rem;
    margin-right: .5rem;
}

.not-available {
    font-style: italic;
}

#modalViewSubscriptionPlan .contact-form-row-details-plus-section .contact-form-row-details-label span {
    margin-left: .1rem;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    /*border: solid 1px #2A2A30 !important;*/
    -webkit-text-fill-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px black inset !important;
    transition: background-color 1s 5000s;
    font-family: sans-serif !important;
    font-size: 18px !important;
}


/* NOTE:
// having a hard time setting the stripe and autocomplete styling
// the following is working on conjunction with /artrela-ui-stripe.ts
// sans-serif is used to stick to singel font-family
*/
.dms-on-demand-selection-section-payment-card-description {
    font-family: sans-serif !important;
    font-size: 18px !important;
}

.dms-billing-details input[type=text] {
    font-family: sans-serif !important;
    font-size: 18px !important;
}
/* Base styles for all states */
.stripe-base,
.stripe-complete,
.stripe-invalid,
.stripe-empty,
.stripe-focus {
    -webkit-text-fill-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px black inset !important;
    transition: background-color 1s 5000s;
    color: white;
    font-family: sans-serif !important;
    font-size: 18px !important;
}

#modalCompleteRegistrationDeferStartDate {
    font-style: italic;
    /* font-size: smaller; */
    /* font-weight: bold; */
    font-size: small;
    line-height: 1.6;
    margin-bottom: -.25rem;
    margin-top: .75rem;
    padding: 0;
}

#modalCompleteRegistration .modal-content,
#modalCompleteRegistrationSuccess .modal-content,
#modalPurchaseSubscription .modal-content,
#modalPurchaseSubscriptionSuccess .modal-content,
#modalRenewSubscription .modal-content,
#modalRenewSubscriptionSuccess .modal-content,
#modalUpdatePayment .modal-content,
#modalUpdatePaymentSuccess .modal-content,
#modalInvoice .modal-content,
#modalInvoiceSuccess .modal-content,
#modalViewInvoice .modal-content,
#modalViewInvoiceSuccess .modal-content,
#modalViewSubscriptionPlan .modal-content,
#modalViewSubscription .modal-content,
#modalViewSubscriptionSuccess .modal-content {
    /*max-width: 400px;
    margin: auto;
    background-color: transparent;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);*/
    padding: 20px 20px;
    /*overflow: hidden;*/
}

.modal-body-information {
    margin-bottom: .5rem;
    margin-top: 1rem;
}

#modalCompleteRegistrationCardSubtotalInfo,
#modalPurchaseSubscriptionCardSubtotalInfo,
#modalRenewSubscriptionCardSubtotalInfo,
#modalUpdatePaymentCardSubtotalInfo,
#modalInvoiceCardSubtotalInfo {
    padding-top: .5rem;
    margin-top: .5rem;
    display: flex;
}
#modalCompleteRegistrationCardTaxInfo,
#modalPurchaseSubscriptionCardTaxInfo,
#modalRenewSubscriptionCardTaxInfo,
#modalUpdatePaymentCardTaxInfo,
#modalInvoiceCardTaxInfo {
    padding-top: .5rem;
    margin-top: 0rem;
    display: flex;
}
#modalCompleteRegistrationCardTotalInfo,
#modalPurchaseSubscriptionCardTotalInfo,
#modalRenewSubscriptionCardTotalInfo,
#modalUpdatePaymentCardTotalInfo,
#modalInvoiceCardTotalInfo {
    border-top: solid 1px rgba(100, 100, 100, .7);
    padding-top: .5rem;
    margin-top: .5rem;
    display: flex;
}
#modalCompleteRegistrationCardDueInfo,
#modalPurchaseSubscriptionCardDueInfo,
#modalRenewSubscriptionCardDueInfo,
#modalUpdatePaymentCardDueInfo,
#modalInvoiceCardDueInfo {
    border-top: solid 1px rgba(100, 100, 100, .7);
    padding-top: .5rem;
    margin-top: .5rem;
    display: flex;
}
.text-spacer {
    flex:1;
}
.text-spacer.left-align {
    text-align:left;
}
.text-spacer.right-align {
    text-align:right;
}
.agreement {
    font-size: small;
    line-height: 1.6;
    /* border-top: solid 1px rgba(100, 100, 100, .7); */
    /* margin-top: 1rem; */
    padding-top: .5rem;
}
.bill-period {
    font-size: medium;
}
.bill-period.sm {
    font-size: smaller;
}
.bill-tax {
    font-size: small;
    margin-left: 5px;
}
#TotalAmountEx {
    margin-left: 0px;
}

.modal-body-information.pad-bottom-sm {
    margin-bottom: .25rem;
}
.modal-body-information.pad-top-sm {
    margin-top: .25rem;
    padding-top:0;
}

#modalCompleteRegistrationSuccessVideo,
#modalPurchaseSubscriptionSuccessVideo,
#modalRenewSubscriptionSuccessVideo,
#modalUpdatePaymentSuccessVideo {
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    position: relative;
    top: -1rem;
    z-index: 1;
}
#modalCompleteRegistrationSuccessVideo video,
#modalPurchaseSubscriptionSuccessVideo video,
#modalRenewSubscriptionSuccessVideo video,
#modalUpdatePaymentSuccessVideo video {
    object-fit: contain;
    width: 100%;
    display: flex;
    max-height: 200px;
}
#modalUpdateProfileNameSuccessName,
#modalUpdateProfileEmailSuccessEmail,
#modalUpdateOrganizationAccountOwnerSuccessEmail,
#modalUpdateOrganizationUrlSuccessUrl,
#modalUpdateOrganizationNameSuccessName,
#modalInviteTeamMemberSuccessEmail,
#modalResendInviteTeamMemberSuccessEmail,
#modalUpdateTeamMemberSuccessEmail,
#modalDeleteTeamMemberSuccessEmail,
.success-info {
    font-size: larger;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

#pageTeamMembers table .edit-link,
#pageSites table .edit-link,
#pageIntegrations table .edit-link,
#pageInvoices table .edit-link,
#pageEvents table .edit-link,
#pageApps table .edit-link {
    min-width: 50px;
    text-align: center;
}

.image-container-label {
    font-size: 19px;
    display: none;
    user-select: none;
    text-transform: uppercase;
    font-weight: 600;
}
.header .image-container-label {
    font-size: 17px;
}
.modal .image-container-label {
    font-size: 30px;
}
.modal .team-image-info .image-container-label {
    font-size: 17px;
}
.image-container:not(.has-image) .image-container-label {
    display: block;
}
.image-container.has-image {
    border-color:transparent !important;
    background-image:none !important;
}
a.disabled {
    opacity: .7;
    text-decoration: none;
    cursor:default;
}
.modal-input.flex {
    display: flex;
    align-items: center;
}
#modalAddIntegrationSuccessType,
#modalAddIntegrationSuccessEmail,
#modalRefreshIntegrationType,
#modalRefreshIntegrationEmail,
#modalRefreshIntegrationSuccessType,
#modalRefreshIntegrationSuccessEmail,
#modalDeleteIntegrationType,
#modalDeleteIntegrationEmail,
#modalDeleteIntegrationSuccessType,
#modalDeleteIntegrationSuccessEmail {
    margin-left: .7rem;
    margin-right: .7rem;
}

.field-label {
    color: dodgerblue;
}
@media screen and (max-width: 600px) {
    .edit-label > label {
        word-break:break-word;
        text-wrap:pretty;
    }
    /* override for subscription page header */
    #modalViewSubscriptionPlanName {
        word-break: break-word;
    }
}

.help-label {
    color: dodgerblue;
}

.user-help {

}
.user-help button {
    background: transparent;
    margin: 0 .75rem;
    margin-right: 1rem;
    opacity:.7;
    transition:.2s;
}
.user-help button:hover {
    opacity:1;
}

input[type=color] {
    padding:0px;
}

th.image,
td.image {
    min-width: 65px;
}

/*****HELP*WINDOW****/
.vail {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    z-index: 5;
}

.HelpWindow {
    position: fixed;
    top: 5rem;
    bottom: 0;
    transition: .3s;
    z-index: 5001;
    /* width: 25vw; */
    width: 480px; /* 25vw == .25 * screen; .25 * 1920 == 480; default size before media queries*/
    right: 0;
    transform: translateX(110%);
    background-color: #1C1C22 !important;
    color: rgb(140, 155, 171) !important;
    border: solid 1px #444;
    border-right: none;
    border-bottom: none;
    border-top-left-radius: 5px;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
@media screen and (max-width: 630px) {
    .HelpWindow {
        inset: 5em 1ch 1ch 1ch;
        width: auto;
    }
}

body.show-help .HelpWindow {
    transform: translateX(0);
}

    .HelpWindow .help-header {
        display: flex;
        flex-direction: column;
        padding: 1rem;
        padding-top: 0.5rem;
    }

    .HelpWindow .help-header-row {
        display: flex;
    }

    .HelpWindow .help-header-label {
        font-size: 1.6rem;
        font-weight: 600;
        text-align: center;
        width: 100%;
        justify-content: center;
        display: flex;
        align-items: center;
        padding-left: 2rem;
    }

    .HelpWindow .help-header-close-button {
        font-size: 1.6rem;
    }

    .HelpWindow .header-search-container {
        border: 2px solid rgba(100,100,100, .3);
        border-radius: 5px;
        padding: 0 0.5rem;
        margin-right: .5rem;
        margin-left: .5rem;
        background-color: rgba(0,0,0,.2);
        position: relative;
        top: 2px;
        transition: .3s;
        width: 20rem;
        width: 100%;
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
        display: flex;
        align-items: baseline;
    }

        .HelpWindow .header-search-container.focused {
            border-color: #0d6efd;
        }

        .HelpWindow .header-search-container input {
            border: none !important;
            outline: none !important;
            padding: 0.3rem 1rem !important;
            padding-left: 0.5rem !important;
            padding-top: 0.5rem !important;
            padding-bottom: 0.5rem !important;
            width: 100%;
            background-color:transparent;
        }

    .HelpWindow .help-body {
        border-top: 1px solid #444;
        height: 100%;
        position: relative;
        display: grid;
        overflow-x: auto;
    }

    .HelpWindow .help-content {
        padding: 0rem;
        /* height: 100%;
        overflow: hidden; */
    }

.HelpQueue {
    /* height: 100%; */
}

.HelpQueueNoItems {
    font-size: 1.4rem;
    font-style: italic;
}

body.dark-mode #metadata-section .search-section {
    border: solid 1px #444;
}

.HelpQueueSection {
    padding: 1rem 1.5rem;
}

.HelpQueueTitle {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
}

.HelpQueueDocument .HelpQueueTitle {
    font-size: 1.4rem;
}

.HelpQueueDescription {
    font-size: medium;
    color: white;
    padding: .25rem 0;
}

.HelpQueueDocument .HelpQueueDescription {
    font-size: .9rem;
}

.HelpQueueLinks {
    display: flex;
    flex-direction: column;
}

.HelpQueueLink {
    color: dodgerblue;
    white-space: normal;
    text-align: left;
    width: fit-content;
    padding-left: 0;
    font-size: medium;
    padding-bottom: 0;
    padding-top: .25rem;
}
.HelpQueueLinkDescription {
    font-size: small;
    color: white;
    padding: 0 3px;
    padding-bottom: .5rem;
}


.help-header-back-button {
    font-size: 21px;
    position: relative;
    top: 3px;
    padding: 0;
    border: none;
}

.help-header-next-button {
    font-size: 21px;
    position: relative;
    /*top: 3px;*/
    padding: 0;
    border: none;
}

.HelpQueueContent > .flex-row {
    padding-top: .5rem;
}

.HelpQueueContent {
    height: 100%;
}

.HelpQueueDocument {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: auto;
    /* max-height: 500px; */
    color: white;
    padding: 1rem 1.5rem;
    padding-bottom: 5rem;
}




.sections-pages {
    margin: 0;
    flex: 1;
    /*background-color: #1C1C1C;*/
    /*background: #222 !important;*/
    /* background: linear-gradient(#12121A, #121216) !important;*/
    background-color: inherit !important;
    overflow: auto;
    position: relative;
}

body.tv-device .sections-pages {
    overflow: hidden;
}

.sections-pages .filters-row {
    padding-left: 3rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
}

.sections-page {
    padding: 0rem 1.5rem !important;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .sections-page.about {
        padding-left: 5rem !important;
        padding-top: 0rem !important;
    }

        .sections-page.about > div {
            width: fit-content;
        }

        .sections-page.about .logo-image {
            padding-bottom: 0.5rem;
            padding-top: 0rem;
        }

        .sections-page.about .logo-name {
            opacity: 1;
            text-align: center;
        }

    .sections-page section.settings {
        padding-top: 2rem;
    }

    .sections-page .section-header {
        padding-left: .2rem;
        padding-bottom: .2rem;
        font-size: 1.4rem;
        text-shadow: -1px 1px 2px rgb(0 0 0);
        font-weight: bold;
        opacity: .9;
    }

    .sections-page .section-header-padding {
        padding-top: 1.5rem;
    }

    .sections-page .section-row {
        padding: .5rem;
        padding-top: .7rem;
        padding-bottom: .2rem;
        font-size: 1.4rem;
        display: flex;
        align-items: center;
        min-height: unset;
        box-shadow: unset;
        margin-bottom: unset;
    }

        .sections-page .section-row.section-checkbox {
            padding-top: 1.1rem;
        }

body.mobile-device .sections-page .section-row.application-skin {
    display: none !important;
}

.sections-page .section-row label {
    padding-right: .5rem;
    opacity: 1;
    white-space: nowrap;
}

.sections-page .settings .section-row label {
    /*min-width:315px;
    text-align:right;*/
}

.sections-page .section-row span {
    padding-right: .5rem;
    white-space: nowrap;
}

.sections-page .section-options {
    padding-top: 1rem;
}

.sections-page section button {
}

    .sections-page section button i {
        margin-right: .5rem;
    }

.section-row-message {
    padding: .5rem;
    line-height: 2rem;
}

.section-row-percent {
    display: flex;
    align-items: center;
    padding: .5rem;
    padding-top: .7rem;
}

.bkgd-storage-percent {
    background-color: #444444;
    height: 4px;
    width: 35rem;
}

.value-storage-percent {
    background-color: #0d6efd;
    width: 20%;
    height: 100%;
}

    .value-storage-percent.error {
        background-color: red !important;
    }

.section-media-options {
    padding: .5rem;
}

.section-image-options {
    padding: .5rem;
}

.section-log-options {
    padding: .5rem;
}

.section-app-options {
    padding: .5rem;
}

.section-row.payment-type {
}

    .section-row.payment-type img {
        max-height: 3rem;
        max-width: 5rem;
        margin-right: 0.5rem;
    }

    .section-row.payment-type .payment-type-card-type {
        margin-right: 0.5rem;
    }

    .section-row.payment-type .payment-type-card-number {
        margin-right: 0.5rem;
    }


.sections-page .section-row label.custom-checkbox {
    opacity: 1;
}

.table-container thead .custom-checkbox {
    top: -2px;
}

.table-container .custom-checkbox {
    top: 0px;
}

body.no-transition .custom-checkbox {
    transition: none;
}
/* Hide the browser's default checkbox */
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    display: none;
}

/* Create a custom checkbox */
.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    background-color: rgb(50,50,50);
    opacity: .8;
    opacity: 1;
    transition: .2s;
    background-color: rgb(30,30,30) !important;
    border: solid 1px rgba(100,100,100,.7) !important;
    border-radius: 5px;
}

body.no-transition .custom-checkbox .checkmark {
    transition: none;
}

.custom-checkbox:hover {
    opacity: 1;
}

.custom-checkbox:focus {
    opacity: 1;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
    background-color: #505050;
    opacity: 1;
}

/* When the checkbox is checked, add a blue background */
/*.custom-checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
}*/
.custom-checkbox input:focus ~ .checkmark {
    background-color: #2196F3;
    opacity: 1;
}

.custom-checkbox:focus .checkmark {
    background-color: #2196F3;
    opacity: 1;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
/*.custom-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}*/
.custom-checkbox input:checked ~ .checkmark {
    background-color: #0d6efd !important;
}

.sections-page.log {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    flex: 1;
    /* background-color: white; */
    overflow: auto;
    /*border: solid 1px #333;*/
    padding: 0;
    height: unset;
}

    .sections-page.log section {
        display: flex;
    }

.sections-page.about .section-row {
    justify-content: center !important;
    font-size: 1.2rem !important;
}

    .sections-page.about .section-row a {
        color: white;
    }

    .sections-page.about .section-row.current-version {
        padding-top: 1.2rem;
    }

    .sections-page.about .section-row.new-version {
        padding-top: .7rem;
    }

    .sections-page.about .section-row.update-version {
        padding-top: .3rem;
    }

    .sections-page.about .section-row.copyright {
        padding-top: 1.2rem;
    }

    .sections-page.about .section-row.sponsors {
        padding-top: 1.2rem;
    }

    .sections-page.about .section-row label {
        white-space: normal;
        text-align: center;
    }

.sections-page.log .items {
    flex: 1;
}

    .sections-page.log .items .item {
        font-size: 1rem;
        padding: 10px;
        white-space: nowrap;
        border-bottom: solid 1px #333;
        width: 100%;
        text-align: left;
    }

        .sections-page.log .items .item:focus {
            background-color: #444;
        }

        .sections-page.log .items .item:nth-child(odd) {
        }

        .sections-page.log .items .item.debug {
            color: green;
        }

        .sections-page.log .items .item.log {
            color: green;
        }

        .sections-page.log .items .item.info {
            color: green;
        }

        .sections-page.log .items .item.warning {
            color: orange;
        }

        .sections-page.log .items .item.error {
            color: red;
        }

        .sections-page.log .items .item.exception {
            color: red;
        }

/*.sections-page .drop-down .selected-item {
    opacity:1 !important;
}*/
.sections-page .section-row .drop-down label {
    opacity: 1 !important;
}

.icon-label > i {
    padding-right: .5rem;
}

.messagebox {
    border: solid 1px rgba(100, 100, 100, .3);
    background-color: black;
}

select {
    border: 1px solid rgba(100, 100, 100, .7) !important;
}
textarea {
    padding: 1rem 1.25rem !important;
    border: 1px solid rgba(100, 100, 100, .7) !important;
}
#PaymentCancelDate {
    margin-left:.5rem;
}

.link-ex:not(.profile-link) {
    display: none;
}
body.team-admin .link-ex {
    display:initial;
}
#modalViewInvoice .contact-form-row-details-label {
    font-size: smaller;
    margin-right: 1rem;
}
#modalViewInvoice .contact-form-row-details-label label {
    flex: 1;
    color: whitesmoke;
    margin-bottom: 0;
    padding-left:0px;
}
#modalViewInvoice .contact-form-row-details-label span {
    color: white;
}

#modalViewInvoiceTotalAmountSection {
    margin-right: 1rem;
}
#modalViewInvoiceTotalAmountSection label {
    flex: 1;
    margin-bottom:0;
}
#modalViewInvoiceDueAmountSection {
    margin-right: 1rem;
}
#modalViewInvoiceDueAmountSection label {
    flex: 1;
    margin-bottom:0;
}
#modalViewInvoicePaymentCardNumber {
    margin-left:.5rem;
    margin-right:.5rem;
}
#modalViewInvoicePaymentInfo {
    padding-bottom:0;
}
#modalViewInvoicePaymentStatus {
    padding: .25rem .5rem;
    background-color: dodgerblue;
    border-radius: 6px;
    font-size: medium;
    margin-right: .75rem;
    margin-bottom: .75rem;
}
#modalViewInvoicePaymentStatus.ok {
    background-color: forestgreen;    
}
#modalViewInvoicePaymentStatus.warning {
    background-color: darkgoldenrod;    
}
#modalViewInvoicePaymentStatus.error {
    background-color: red;    
}
#modalViewInvoice .modal-body {
    padding-bottom:0px;
}
#BodyIntegrations .image-container {
    border:unset;
}
.eventEmail {
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.teamMemberEdit.disabled,
.teamMemberDelete.disabled {
    text-decoration: none;
}

.HelpWindow .LoaderElement {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
}
.HelpQueueLink {
    transition: .2s;
    opacity: 1;
}
.HelpQueueLink:hover,
.HelpQueueLink:focus,
.HelpQueueLink.focused {
    opacity: 1;
    text-decoration: underline;
}
.HelpQueueLink:active {
    opacity: 1;
}
.HelpWindow h1 {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: .2rem;
    text-transform: capitalize;
}
.HelpWindow h2 {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: .3rem;
    text-transform: uppercase;
}
.HelpWindow h3 {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: .5rem;
}
.HelpWindow p {
    font-size: 1rem;
    color: white;
    margin-bottom: 1rem;
}
.HelpWindow .HelpQueueContent h4 {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: .5rem;
}

.HelpWindow .HelpQueueContent ul,
.HelpWindow .HelpQueueContent ol {
    font-size: 1rem;
}

.HelpWindow .HelpQueueContent ul li,
.HelpWindow .HelpQueueContent ol li {
    margin-bottom: .5rem;
    line-height: 1.6;
    font-size: .9rem;
}
}







.modal .team-image-info .image-container-label {
    font-size: 17px;
}
#modalUpdateTeamMember .team-image-info,
#modalDeleteTeamMember .team-image-info {
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
}

#modalUpdateTeamMember .team-image-info .name-container-email {
    font-size: 16px;
    margin-top: -2px;
}

.modal select {
    font-size: 14px;
    padding: 15px;
}
.modal input[type=text],
.modal input[type=url],
.modal input[type=email] {

}
.modal textarea {

}

.modal .signup-remember-me label {
    font-size:14px;
}

.modal .tab-page {
    margin: .75rem 0rem;
    margin-bottom: 0;
    position:relative;
}

.modal .tab-item {
    padding: .25rem 0rem;
    font-size: 16px;
    flex: 1;
    justify-content: center;
    display: flex;
}

#modalUpdateSite .tab-pages {
    min-height:300px;
}

body {
    overflow: hidden;
}
.header.tabs {
    display: flex;
    flex: 1;
    flex-direction: column;
}
.tab-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}
#tabPages {
    display: flex;
    flex: 1;
    flex-direction: column;
    overflow: auto;
    position: relative;
}
.tab-page {
    flex-direction: column;
    flex: 1;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    overflow: auto;
}
#pageTeamMembers,
#pageSites,
#pageApps,
#pageIntegrations,
#pageInvoices,
#pageEvents {
    margin-top: 0px;
}

#pageInvoices .invoiceNum2-row {
    display: none !important;
}

.modal-row {
    display:flex;
    align-items:center;
}
.modal-row .modal-input {
    flex: 1;
}
.modal-row .margin-right {
    margin-right:.5rem;   
}
.modal .input-field-label {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.6;
    margin: 3px;
    margin-top: 0;
    display: none;
}

@media only screen and (max-width: 600px) {
    body {
        overflow:hidden;
    }

    .tab-item a {
        padding: .5rem 1.5rem;
    }


    .header {
        opacity: 1;
        margin: 0rem;
        width: 100%;
        padding: 1rem 1.5rem;
    }

    .header a.brand {
        max-width: 100px;
    }

    .user-image .image-container {
        width: 26px;
        height: 26px;
    }

    .user-image .image-container .image-container-label {
        font-size: 11px;
    }

    .image-container {
        width: 30px;
        height: 30px;
    }

    .image-container .image-container-label {
        font-size: 12px;
    }

    .header.tabs {
        padding: 0rem 0rem;
        margin: 0;
        width: 100%;
        display: flex;
        flex: 1;
        flex-direction: column;
    }

    .header.tabs .tab-items .tab-item {
        flex-basis: unset;
        padding: 0;
    }

    .header.tabs .tab-items .tab-item .menu-link {
        font-size: .9rem;
        padding: .25rem 1rem !important;
        display:flex;
        flex:1;      
        justify-content: center;
    }

    .tab-content {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    #tabPages {
        display: flex;
        flex: 1;
        flex-direction: column;
        overflow: auto;
        position: relative;
    }

    .tab-page {
        flex-direction: column;
        flex: 1;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        overflow: auto;
        margin: .5rem 1rem;
        padding-bottom: 1rem;
    }
    .tab-page.selected {
        display: flex;
    }

    #BodySites td img {
        max-height: 34px;
    }

    #BodyIntegrations td img {
        max-height: 28px;
    }

    #pageTeamMembers tr:first-of-type td, #pageIntegrations tr:first-of-type td, #pageEvents tr:first-of-type td, #pageSites tr:first-of-type td, #pageInvoices tr:first-of-type td, #pageApps tr:first-of-type td {
        padding-top: 0;
    }

    #pageTeamMembers tr,
    #pageEvents tr,
    #pageSites tr,
    #pageInvoices tr,
    #pageApps tr {
        padding-top: .5rem !important;
    }

    #pageTeamMembers tr td.actions,
    #pageEvents tr td.actions,
    #pageSites tr td.actions,
    #pageInvoices tr td.actions,
    #pageApps tr td.actions {
        padding-top: .5rem !important;
    }

    #pageIntegrations tr,
    #pageSites tr {
        padding-top: 1rem !important;
    }
    
    #pageIntegrations tr td.actions,
    #pageSites tr td.actions {
        padding-top: 1rem !important;
    }

    #BodyIntegrations .not-needed {
        display:none;
    }
    #BodyIntegrations tr {
        grid-template-columns: auto auto 1fr;
    }
    #BodyIntegrations tr td.type {
        grid-column: span 2;
        font-size: 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        align-items: center;
    }
    #BodyIntegrations tr td.actions {
        grid-column: 1 / 4;
    }
    #BodyTeams tr td.actions {
        grid-column: 1 / 4;
    }

    #pageEvents tr:first-of-type td,
    #pageInvoices tr:first-of-type td {
        padding-top: 0rem;
    }

    #pageTeamMembers td, #pageTeamMembers th, #pageIntegrations td, #pageIntegrations th, #pageEvents td, #pageEvents th, #pageSites td, #pageSites th, #pageInvoices td, #pageInvoices th, #pageApps td, #pageApps th {
        padding: .25rem .5rem;
    }

    #pageEvents td, #pageEvents th,
    #pageInvoices td, #pageInvoices th {
        padding: .25rem .5rem;
        padding-top: 0rem;
        padding-bottom: 0rem;
    }
    table.invoice-data .invoiceAmount label, table.invoice-data .invoiceAmount div, table.invoice-data .invoiceAmount {
        text-align: left;
    }

    #refresh-members, #refresh-integrations, #refresh-apps, #refresh-events, #refresh-invoices, #refresh-members, #refresh-sites {
        margin-left: 0rem;
    }

    table.invoice-data td div.status {
        max-width: 7rem;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    table {
        font-size: 16px;
        box-shadow: none;
        padding-bottom: .5rem;
    }
    th.image, td.image {
        min-width: 35px;
    }

    .siteApps .field-label {
        margin-top: 0px; 
    }

    .submit-area input[type=submit].button-sm, .edit-input input[type=submit].button-sm {
        padding: .25rem 1rem;
    }

    .submit-area input[type=submit], .submit-area input[type=button], .edit-input input[type=submit], .edit-input input[type=button] {
        padding: .5rem 1.25rem;
        font-size: 14px;
    }

    #pageTeamMembers .submit-area, #pageIntegrations .submit-area, #pageEvents .submit-area, #pageSites .submit-area, #pageInvoices .submit-area, #pageApps .submit-area {
        margin-top: .5rem;
        margin-bottom: .25rem;
    }

    table tr td img {
        min-width: 28px;
        object-fit: contain;
    }

    .modal {
        background-color: rgba(0, 0, 0, 1);
        background: linear-gradient(to bottom, #111, #222);
        justify-content: center;
        align-items: baseline;
        padding-top: 0rem;
    }
    /*.modal.show {
        position: absolute;
    }*/
    .modal-title {
        font-size: 18px;
        line-height: 1.6;
    }

    .modal-body {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    .modal-body p {
        line-height:1.6;    
    }
    .modal-dialog {
        border: none;
        background: none;
        max-width: 95%;
        width: 100%;
        max-height: calc(100vh - 3em);
    }
    #modalViewInvoice .modal-dialog, #modalViewSubscriptionPlan .modal-dialog {
        max-width: unset;
        height: unset;
        padding: 0;
    }
    #modalViewInvoice .modal-content, #modalViewSubscriptionPlan .modal-content {
        padding: 15px 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    #modalViewInvoice .contact-form-row-details-label {
        font-size: smaller;
        margin-right: 0rem;
    }
    #modalViewSubscriptionPlan .contact-form-row-details-label {
        font-size: smaller;
        margin-right: .5rem;
    }
    #modalViewInvoiceTotalAmountSection, #modalViewInvoiceDueAmountSection, #modalViewSubscriptionPlanTotalAmountSection {
        margin-right: 0rem;
    }
    #modalViewSubscriptionPlan .edit-label.align-center {
        margin-left:.5rem;
    }

    .contact-form-row-details-label span {
        white-space: nowrap;
        /* font-size: 16px; */
    }

    #pageApps .submit-area select {
        margin-right: 0rem;
        font-size: .9rem;
        padding: .5rem .5rem;
        min-width: 6rem;
        /* position: relative;
        top: 2px;*/
        width: 100%;
    }

    select:not(.pika-select) {
        padding: .5rem 1rem;
        padding-left: .5rem;
        font-size: 1rem;
    }

    label {
        font-size: 14px;
        margin-bottom: 3px;
    }
    .edit-label {
        display: flex;
        align-items: baseline;
        font-size: 16px;
        line-height: 24px;
    }

    .user-image .user-menu {
        min-width: 300px;
        top: 2rem;
        right: 0rem;
    }
    .user-image .user-menu-item {
        font-size:14px;
    }

    .user-image .name-container-user {

    }
    .user-image .name-container-email {

    }

    .user-image .user-image-info .image-container {

    }

    #BodyTeamMembers .center {
       display:none;
    }

    #pageTeamMembers table .edit-link, #pageSites table .edit-link, #pageIntegrations table .edit-link, #pageInvoices table .edit-link, #pageEvents table .edit-link, #pageApps table .edit-link {
        min-width: unset;
        text-align: center;
        margin:0px;
    }

    #BodyApps .center {
        display: none;
    }

    .brand {
        margin-bottom: 0px;
    }

    p {
        font-size: 13px;
    }

    .modal-input-ex {
        margin-bottom: .5rem;
    }
    .no-padding-bottom {
        margin-bottom: 0rem;
        padding-bottom: 0rem;
    }
    .signup-remember-me {
        padding-top: 5px;
    }
    .modal .signup-remember-me {
        padding-top: 0px;
    }


    .margin-left {
        margin-left: .25rem !important;
    }

    .margin-right {
        margin-right: .25rem !important;
    }

    #pageApps .app-select-buttons {
        flex: 1;
        width: 100%;
    }

    select option {
        font-size: 14px; /* Make options smaller if possible */
        background-color:black;
        color:white;
    }

    #pageInvoices table span,
    #pageInvoices table div {
        white-space: nowrap;
        font-size: 14px;
    }
    #pageInvoices table.invoice-data td div.status {
        font-size: 12px;
        line-height: 24px;
        padding: .15rem 1rem;
    }
    #modalViewInvoice .field-label {
        margin-bottom:0;
    }
    #modalViewInvoice .edit-label {
    }
    #modalViewInvoice label {
        font-size: 14px;
        margin-bottom: 0px;
    }
    #modalViewInvoice .contact-form-row-details-label {
        flex-direction: column;
        line-height: 1.6;
        margin-bottom: 5px;
    }
    #modalViewInvoice .contact-form-row-details-label label {
        flex: 1;
        color: dodgerblue;
        margin-bottom: 0;
        font-size: 14px;
    }
    #modalViewInvoice .contact-form-row-details-label span {
        color: white;
        font-size: 14px;
        font-weight: bold;
    }
    #modalViewInvoice .contact-form-row-inner {
        margin-bottom: 5px;
    }
    #modalViewInvoicePaymentStatus {
        margin: .25rem;
        font-size: 12px;
        padding: .25rem 1rem;
        margin-left: 0;
    }
    #modalViewInvoice .contact-form-row-details-section {
        margin-bottom: 5px;
    }
    #modalViewInvoice .field-label-padding {
        margin-top: 0px;
    }
    #BodyInvoices .invoiceNum2 {
        color: dodgerblue;
        font-weight: bold;
    }
    #pageInvoices .invoiceNum2-row {
        display: initial !important;
    }

    #pageInvoices .invoiceNum-row {
        display: none !important;
    }

    tbody {
        line-height: 1.6;
    }
    #pageInvoices .invoicePaymentMethod {
        white-space: nowrap;
        font-size: 14px;
        align-items: center;
    }
    #pageInvoices .details-link {
        padding-top: .25rem;
        padding-bottom: .25rem;
    }
    #BodyEvents {
        font-size: 14px;
    }
    #BodyEvents .eventType {
        color: dodgerblue;
        font-weight: bold;
    }
    #modalViewInvoiceTotalAmountSection {
        flex-direction:column;
        margin-bottom:5px;

    }
    #modalViewInvoiceTotalAmountSection label {
        color: dodgerblue;
    }
    #modalViewInvoiceTotalAmount {
        margin-left: 0px;
        font-size: 14px;
        font-weight: bold;
        padding-left: 0;
    }
    #modalViewInvoiceType {
        font-size: 14px;
        font-weight: bold;
    }
    #modalViewInvoiceTotalAmountRow {
        font-size: 14px;
        font-weight: bold;
    }

    #pageInvoices .invoiceAmount {
        padding-top: 2px;
        padding-bottom: 1px;
    }
    #pageIntegrations table {
        line-height: 1.6;
    }

    #BodyTeamMembers .teamMemberRole {
        display:flex !important;
    }
    #BodyTeamMembers .teamMemberEmail .teamMemberEmailValue1 {
        font-size: 14px;
    }
    #BodyTeamMembers .teamMemberEmail .teamMemberEmailValue2 {
        font-size: 13px;
    }
    #BodyTeamMembers td.image {
        display: flex;
        align-items: center;
    }
    .user-menu {
        top: 2rem;
        right: 0rem;
    }

    #InvoiceNum {
        font-size: 14px;
        margin: 0;
        color: dodgerblue;
        font-weight: bold;
        display:none;
    }
    #InvoiceNum:before {
        content:'#';
    }
    #InvoiceDate {
        font-size: 14px;
        margin: 0;
    }
    #InvoiceAmount {
        font-size: 14px;
        margin: 0;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    #InvoiceStatus {
        margin: 0;
        font-size: 12px;
        line-height: 24px;
        padding: .15rem 1rem;
        padding: .1rem .7rem;
        margin-top: 3px;
        margin-bottom: 1px;
    }
    #pageSubscription .invoiceDetails div {
        margin: 0;
        padding-top: .25rem;
        padding-bottom: .25rem;
    }
    #pageSubscription table.invoice-data {
        margin-bottom: .5rem;
    }
    #pageSubscription .current-usage {
        border-bottom: solid 1px rgba(100, 100, 100, .3);
        margin-bottom: 6px;
        padding-bottom: 3px;
    }
    #pageSubscription .usage-data label,
    #pageSubscription .usage-data span {
        font-size:13px;
    }
    #pageSubscription .usage-used,
    #pageSubscription .usage-available {
        font-size: 12px;
        margin-left: .25rem;
        margin-right: .25rem;
    }
    #pageSubscription .usage-data-amount {
        margin-bottom: 5px;
    }

    #pageSubscription table .invoiceNum {
        display: none;
    }
    #pageSubscription table .invoiceNum2,
    #pageSubscription table .invoiceType,
    #pageSubscription table .invoicePaymentMethod {
        display: unset !important;
        font-size: 14px;
        margin: 0;
    }
    #InvoiceType {
        font-size: 14px;
        margin: 0;
    }
    #InvoicePaymentMethod {
        font-size: 14px;
        margin: 0;
    }
    #InvoicePaymentMethod img {
        max-width: 32px;
        margin-right: .4rem;
    }
    #InvoiceNum2 {
        font-size: 14px;
        margin: 0;
        color: dodgerblue;
        color: white;
        font-weight: bold;
    }
    #pageSubscription .label {
        font-size: 14px;
        line-height: 1.6;
    }
    #pageSubscription .contact-form-row-details-label label {
        padding-left: 0px;
        color: dodgerblue;
    }
    #pageSubscription .contact-form-row-details-label,
    #pageSubscription .amount-row {
        /* display: grid; */
        flex-direction: column;
        padding-bottom: 5px;
    }
    #pageSubscription .padding-top {
        padding-top:.5rem;
    }
    #pageSubscription .contact-form-row-details-label span {
        color: white;
        font-size: 14px;
        font-weight: bold;
    }
    #pageSubscription .normalize-height {
        line-height: 1.6;
    }
    #pageSubscription #PlanName {
        margin-bottom:0;
    }
    #pageSubscription .plan-name-section {
        padding-bottom: 5px;
    }
    #pageSubscription .plan-total-section {
        flex-direction: column;
        padding-bottom: 1px;
    }
    #pageSubscription .plan-total-amount {
        display: flex;
        align-items: center;
        line-height: 1.6;
    }
    #pageSubscription .plan-total-section label {
        color: dodgerblue;
        padding-left: 0;
        line-height: 1.6;
    }
    #pageSubscription .plan-total-section span {
        color: white;
        font-weight: bold;
        padding-left: 0;
        line-height: 1.6;
    }
    #pageSubscription #start-plan {
        margin-top: 2px;
    }

    #modalViewSubscriptionPlan div.contact-form-row-details-label {
        padding-bottom: 7px;
    }
    #modalViewSubscriptionPlan div.contact-form-row-details-label label {
        padding-left: 0px;
        color: dodgerblue;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.6;
        padding: 0;
        margin: 0;
        margin-bottom: 4px;
    }
    #modalViewSubscriptionPlan div.contact-form-row-details-label span {
        padding-left: 0px;
        color: white;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.6;
        padding-bottom: 0px;
        padding: 0;
        margin: 0;
    }
    #modalViewSubscriptionPlan .plan-name-section {
        padding-bottom:6px;
    }
    #modalViewSubscriptionPlan .plan-name-label {
        margin-bottom: 2px;
    }
    #modalViewSubscriptionPlan #modalViewSubscriptionPlanName {
        margin-bottom:0px;
    }
    #modalViewSubscriptionPlan .amount-section {
        margin-bottom: 2px;
        flex-direction: column;
    }
    #modalViewSubscriptionPlan .amount-section label {
        padding-left: 0px;
        color: dodgerblue;
    }
    #modalViewSubscriptionPlan .amount-row {
        display: flex;
        align-items: center;
        flex-direction: row;
        font-weight:bold;
    }
    #modalViewSubscriptionPlan #modalViewSubscriptionPlanAmount {
        padding-left:0px;
    }
    #modalViewSubscriptionPlan .web-app-row {
        display: flex;
        align-items: center;
        flex-direction: row;
        font-weight: bold;
    }
    #modalViewSubscriptionPlan .field-label-padding {
        margin-top: .5rem;
    }
    #modalViewSubscriptionPlan #modalViewSubscriptionPlanSiteName {
        margin-bottom: 7px;
    }
    #modalViewSubscriptionPlan .apps-section {

    }
    #modalViewSubscriptionPlan #modalViewSubscriptionPlanSiteAppCount {
        margin-left: 5px;
    }
    #modalViewSubscriptionPlan .apps-row {
        display: flex;
        align-items: center;
        flex-direction: row;
        font-weight: bold;
    }
    #modalViewSubscriptionPlan .apps-amount-section {
        margin-bottom: 7px;
        flex-direction: column;
    }
    #modalViewSubscriptionPlan .apps-amount-section label {
        padding-left: 0px;
        color: dodgerblue;
    }
    #modalViewSubscriptionPlan .apps-amount-row {
        display: flex;
        align-items: center;
        flex-direction: row;
        font-weight: bold;
    }
    #modalViewSubscriptionPlan #modalViewSubscriptionPlanSiteAppAmount {
        padding-left: 0px;
    }
    #modalViewSubscriptionPlan .subtotal-section {
        margin-bottom: 7px;
        flex-direction: column;
    }
    #modalViewSubscriptionPlan .subtotal-section label {
        padding-left: 0px;
        color: dodgerblue;
    }
    #modalViewSubscriptionPlan .subtotal-row {
        display: flex;
        align-items: center;
        flex-direction: row;
        font-weight: bold;
    }
    #modalViewSubscriptionPlan #modalViewSubscriptionPlanSubtotalAmount {
        padding-left: 0px;
    }
    #modalViewSubscriptionPlan .total-section {
        margin-top: 1rem;
    }
    #modalViewSubscriptionPlan .total-amount-section {
        margin-bottom: 0px;
        flex-direction: column;
    }
    #modalViewSubscriptionPlan .total-amount-section label {
        padding-left: 0px;
        color: dodgerblue;
    }
    #modalViewSubscriptionPlan .total-amount-row {
        display: flex;
        align-items: center;
        flex-direction: row;
        font-weight: bold;
    }
    #modalViewSubscriptionPlan #modalViewSubscriptionPlanTotalAmount {
        padding-left:0px;
    }
    #modalViewSubscriptionPlan .contact-form-row-details-plus-section {
        margin-left: 5px;
        margin-top: 0px;
    }
    #modalViewSubscriptionPlan .contact-form-row-details-plus-section.show {
        margin-bottom: 7px;
    }
    #modalViewSubscriptionPlan .contact-form-row-details-plus-section .contact-form-row-details-label {
        display: flex;
        flex-direction: row;
        padding-bottom: 0;
    }
    #modalViewSubscriptionPlan .contact-form-row-details-plus-section .contact-form-row-details-label label {
        color: white;
        margin-right:.5rem;
    }
    #modalViewSubscriptionPlan .total-label {
        display:none;
    }
    #modalViewSubscriptionPlan .total-amount-label {
        display: none;
    }
    #modalViewSubscriptionPlan .total-amount-label-ex {
        display: flex !important;
        align-items:baseline;
    }
    #modalViewSubscriptionPlan .bill-tax {
        font-size: 13px;
        margin-left: 5px;
        position:relative;
        top:2px;
    }

    #modalCompleteRegistration .agreement,
    #modalPurchaseSubscription .agreement,
    #modalRenewSubscription .agreement,
    #modalUpdatePayment .agreement {
        padding-top: 0px;
    }
    #modalCompleteRegistration .modal-content,
    #modalCompleteRegistrationSuccess .modal-content,
    #modalPurchaseSubscription .modal-content,
    #modalPurchaseSubscriptionSuccess .modal-content,
    #modalRenewSubscription .modal-content,
    #modalRenewSubscriptionSuccess .modal-content,
    #modalUpdatePayment .modal-content,
    #modalUpdatePaymentSuccess .modal-content {
        padding: 0px;
    }
    #modalCompleteRegistrationSuccess .modal-body,
    #modalPurchaseSubscriptionSuccess .modal-body,
    #modalRenewSubscriptionSuccess .modal-body,
    #modalUpdatePaymentSuccess .modal-body {
        border: solid 1px rgba(100, 100, 100, .7);
        background-color: rgba(0, 0, 0, 1);
        border-radius: 6px;
        padding: 1rem;
        margin-top: .25rem;
        margin-bottom: .5rem;
        background: linear-gradient(180deg, black, #111111);
    }

    #modalUpdateTeamMember .team-image-info,
    #modalDeleteTeamMember .team-image-info {
        display: flex;
        align-items: center;
        padding-bottom: 1rem;
    }
    #modalUpdateTeamMember .team-image-info .name-container-user,
    #modalDeleteTeamMember .team-image-info .name-container-user {
        font-size: 16px;
        line-height: 1.6;
    }
    #modalUpdateTeamMember .team-image-info .name-container-email,
    #modalDeleteTeamMember .team-image-info .name-container-email {
        font-size: 14px;
        line-height: 1.6;
        margin-top: 0px;
    }
    #modalDeleteTeamMember .team-image-info {
        padding-top: 0rem;
        padding-bottom: .5rem;
    }

    textarea.w-input, textarea.w-select {
        height: auto;
        padding: 15px 15px !important;
    }
    .modal select {
        font-size: 14px !important;
        padding: 13px;
    }
}

#modalViewSubscriptionPlan .total-amount-label-ex {
    display: none;
}

input[disabled], input[readonly] {
    background-color: lightgray;
    color: whitesmoke !important;
    border-color: rgba(100,100,100,.3);
}
select:not(.pika-select) {
    border: solid 1px rgba(100,100,100,.3);
    border-radius: 6px;
}

#pageApps .app-select-buttons {
    display: flex;
    align-items: center;
}

#modalViewInvoiceDueAmountSection label {
    font-size:larger;
    padding-left:0px;
}
#modalViewInvoiceDueAmountSection span {
    font-size: larger;
}
#modalViewInvoiceTotalAmountRow {
    display:flex;
    align-items:center;
}
#BodyTeamMembers .teamMemberRole {
    display: none;
    font-size: 12px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0px;
}
#BodyTeamMembers .teamMemberEmail .teamMemberEmailValue1 {
    font-size:16px;
}
#BodyTeamMembers .teamMemberEmail .teamMemberEmailValue2 {
    font-size: 14px;
    line-height: 1.6;
}


#pageSubscription table .invoiceNum2,
#pageSubscription table .invoiceType,
#pageSubscription table .invoicePaymentMethod {
    display: none;
}

