﻿.container {
    max-width: 100%;
    width: 100% !important;
    padding: 0 !important;
}

.panel {
}

.panel-primary {
    padding: 10px 5px 5px 10px;
    background-color: transparent; /*#f2edf3;*/
    flex-grow: 1;
}

.fl {
    float: left;
}

.field-xxs {
    width: 20px;
    float: left;
}

.field-xs {
    width: 40px;
    float: left;
}

.field-s {
    width: 70px;
    float: left;
}

.field-m {
    width: 100px;
    float: left;
}

.field-l {
    width: 150px;
    float: left;
}

.field-lx2 {
    width: 326px;
    float: left;
}

.field-xl {
    width: 250px;
    float: left;
}

.field-xxl {
    width: 400px;
    float: left;
}

.clearFloat {
    float: none;
    clear: both;
}

.fr {
    float: right;
}

.blankSeparator {
}

.fieldSeparator {
}

.maxZ {
    z-index: 9999 !important;
}

/*Style hacks to make Material Select work on popup----Start*/
.cdk-overlay-connected-position-bounding-box {
    z-index: 9000 !important;
}

.cdk-global-overlay-wrapper, .cdk-overlay-container {
    z-index: 9000 !important;
}
/*Style hacks to make Material Select work on popup----End*/


/*Custom Styling*/
.form-icons {
}

button.form-icons {
    border: 0px;
    background-color: transparent;
}

    button.form-icons:hover {
    }

button.form-icons-border .material-icons {
    font-size: 28px !important;
}

.btn {
    cursor: pointer;
}

.btn-blue {
    --bs-btn-color: #fff !important;
    --bs-btn-bg: #70bffe !important;
    --bs-btn-border-color: #70fefb !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #55a6e6 !important;
    --bs-btn-hover-border-color: #1397ff !important;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: #55a6e6 !important;
    --bs-btn-active-border-color: #1397ff !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff !important;
    --bs-btn-disabled-bg: #55a6e6 !important;
    --bs-btn-disabled-border-color: #1397ff !important;
    font-weight: 500 !important;
}

.btn-pink {
    --bs-btn-color: #fff !important;
    --bs-btn-bg: #fc7ff6 !important;
    --bs-btn-border-color: #fc7ff6 !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #ff47f6 !important;
    --bs-btn-hover-border-color: #ff47f6 !important;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: #ff47f6 !important;
    --bs-btn-active-border-color: #ff47f6 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff !important;
    --bs-btn-disabled-bg: #ff47f6 !important;
    --bs-btn-disabled-border-color: #ff47f6 !important;
    font-weight: 500 !important;
}

.btn-yellow, .jqx-button-edit .jqx-button {
    --bs-btn-color: #fff !important;
    --bs-btn-bg: #ffd24c !important;
    --bs-btn-border-color: #fbcc3e !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #ffbf00 !important;
    --bs-btn-hover-border-color: #ffbf00 !important;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: #ffbf00 !important;
    --bs-btn-active-border-color: #ffbf00 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff !important;
    --bs-btn-disabled-bg: #ffbf00 !important;
    --bs-btn-disabled-border-color: #ffbf00 !important;
    font-weight: 500 !important;
}

.controlsBar {
    display: inline;
    float: right;
    padding: 0px 4px 10px 0;
}


.table-readonly-data {
    margin-top: 15px;
    font-size: 14px;
    border-radius: 15px;
    border: 0px none transparent !important;
    overflow: hidden;
}

    .table-readonly-data td, .table-readonly-data th {
        line-height: 0.5;
        padding: 5px 0 0 5px;
    }

    .table-readonly-data.compact-table {
        margin-top: 10px;
        font-size: 11px;
        border-radius: 15px;
        border: 0px none transparent !important;
        overflow: hidden;
    }

        .table-readonly-data.compact-table > :not(caption) > * > * {
            padding: 0.5rem .2rem;
        }

.expansion-title {
    font-weight: bold;
    color: #6f6f6f;
    padding: 0px 0 3px 0;
}

    .expansion-title .mat-icon {
        padding-top: 2px !important;
    }

.form-footer {
}

    .form-footer .msg {
        width: 70%;
        margin-top: 20px;
        font-weight: 500;
    }

    .form-footer .alert-success {
        color: #0f5132;
        border: 1px solid #badbcc;
        background-color: #d1e7dd;
    }

    .form-footer .alert-danger {
        color: #842029;
        border: 1px solid #f5c2c7;
        background-color: #ff7f8a;
    }

@media print {
    .doNotPrint {
        display: none !important;
    }
}

.admin-head {
    width: 100%;
}

    .admin-head .loggedin-user div {
        display: inline;
        margin: 0px 5px 0px 0;
        padding-bottom: 0px;
    }

    .admin-head .loggedin-user a .mat-icon {
        height: 21px;
    }

    .admin-head .branch-selector {
        display: inline;
        padding: 0 20px;
        min-width: 150px;
        float: left;
    }

        .admin-head .branch-selector select {
            width: 100%;
        }


.jqx-rc-all {
    border-radius: 0px 0px 3px 3px !important;
}

.custom-mat-field .mat-form-field-infix {
    padding: 0 !important;
}

.home-banner {
    font-size: 9em;
    text-transform: capitalize;
    margin: 10% 0 0 200px;
    position: fixed;
}

.validation-errors {
    color: red !important;
}
/*Structure Starts*/
.row {
    margin: 0px;
}

.partyAddComponent .nsm-content {
    width: 620px !important;
}

.invoice-container .nsm-content {
    width: 630px !important;
}

.followupAddComponent .nsm-content{
    width:530px !important;
    max-height:650px !important;
    overflow-x:auto;
}

.text-red {
    color: red;
}

.text-danger {
    color: #fe0500;
}

.invalid {
    border: 1px solid red;
}

.hide {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

.textfield {
}

.w-100 {
    width: 100% !important;
}
.w-90 {
    width: 90% !important;
}
.w-80 {
    width: 80% !important;
}
.w-50 {
    width: 50% !important;
}
.w-25 {
    width: 25% !important;
}
.w-20 {
    width: 20% !important;
}

.textfield-mr1 {
    margin: 0 16px 0 0;
}

.textfield-mr2 {
    margin: 0 26px 0 0;
}

.textfield-mr3 {
    margin: 0 36px 0 0;
}

.textfield-mrl1 {
    margin: 0 16px;
}

.textfield-mrl2 {
    margin: 0 26px;
}

.textfield-mrl3 {
    margin: 0 36px;
}

.textfield-m1 {
    margin: 16px;
}

.textfield-m2 {
    margin: 26px;
}

.textfield-m3 {
    margin: 36px;
}

.no-padding {
    padding: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

.padding-lxs {
    padding: 0 0 0 2px;
}

.padding-ls {
    padding: 0 0 0 5px;
}

.padding-lm {
    padding: 0 0 0 10px;
}

.padding-t1 {
    padding: 20px 0 0 0;
}

.padding-t10 {
    padding-top: 10px !important;
}

.padding-l30 {
    padding-left: 30px !important;
}

.margin-t1 {
    margin: 20px 0 0 0;
}

.margin-t1X {
    margin-top: 20px !important;
}

.margin-b1x {
    margin: 0 0 20px 0;
}

.margin-b2x {
    margin: 0 0 50px 0;
}

.mr-10 {
    margin-right: 10px;
}

.mat-form-field-infix {
    width: 100% !important;
}

.autocomplete-search .mat-form-field {
    width: 100% !important;
}

.cdk-overlay-pane {
    width: auto !important;
}

.mat-list-item {
    margin-right: 10px;
}

.mat-list-item-content .ng-star-inserted {
    right: 0 !important;
    margin-right: 2px;
    position: absolute;
    padding-left: 10px;
}

.mat-drawer-opened {
    min-width: 175px !important;
}

.mat-drawer-content {
    min-height: 650px !important;
}

.mat-drawer-container, .mat-drawer-content {
    /*background: #f2edf3;*/
    /*background: #563d7c !important;*/
    background-color: transparent !important;
    flex-grow: 1;
    overflow: auto !important;
}

.input-section {
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
}

.panel-heading {
    font-family: "ubuntu-medium", sans-serif;
    font-weight: bold;
    height: 45px;
}

.admin-head .orgname {
    display: inline;
    float: left;
    font-family: fantasy;
    margin-left: 15px;
    /* font-weight: bold; */
    font-size: 1.25em;
}

.admin-head .loggedin-user {
    float: right;
    font-family: franklin gothic;
    font-weight: bold;
}

.overlay-progress {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center center;
}

.mat-drawer-side {
    border-radius: 0px 30px 30px 0px;
    margin-bottom: 10px;
}

.jqx-widget-content, .jqx-grid-cell {
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}

span[id^='jqxWidget'] {
    display: none !important;
}

.search-box {
    border-radius: 5px 5px 0 0 !important;
    border: 0px none transparent !important;
}

.jqx-grid {
    border-style: solid;
    border-width: 1px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}

.jqx-grid-column-header, .jqx-grid-columngroup-header {
    border-width: 0px 1px 0px 0px !important;
    border-style: solid;
    font-weight: bold !important;
}

.jqx-widget .jqx-grid-cell, .jqx-widget .jqx-grid-column-header, .jqx-widget .jqx-grid-group-cell {
    border-width: 0px 1px 1px 0px !important;
    border-style: solid;
}

.jqx-widget-header {
    border-width: 0px 1px 1px 0px !important;
    border-style: solid;
}

.input-element {
    border-radius: 5px;
    height: 1.7em;
}

    .input-element.h2 {
        border-radius: 5px;
        font-size: 20px;
        height: 1.5em;
    }

.input-element-nb {
    border-radius: 5px;
    height: 1.7em;
}

    .input-element-nb.h2 {
        border-radius: 5px;
        font-size: 20px;
        height: 1.5em;
    }

.dashboard-section {
    margin: 0;
    padding: 0 !important;
    border-radius: 5px;
}

    .dashboard-section.s {
        width: 400px;
        height: 150px;
        margin: 0 16px;
    }

    .dashboard-section.m {
        width: 600px;
    }

    .dashboard-section.l {
        width: 800px;
    }

    .dashboard-section.xl {
        width: 1000px;
    }

    .dashboard-section.xxl {
        width: 1270px;
    }

    .dashboard-section.p100 {
        width: 100%;
    }

    .dashboard-section .section-content {
        height: 100%;
        width: 100%;
        color: #f2f2f2;
        font-size: 30px;
        padding: 50px;
    }

    .dashboard-section .filter-controls {
        border-radius: 5px 5px 0px 0 !important;
        padding: 0px 0px 0px 5px;
        display: table-cell;
    }

        .dashboard-section .filter-controls .search-box {
            display: inline-block;
            width: 836px !important;
            border-radius: 0px 5px 0px 0 !important;
            float: right;
            padding-left: 10px;
        }

        .dashboard-section .filter-controls .mat-form-field-underline {
            height: 0px !important;
        }

            .dashboard-section .filter-controls .mat-form-field-underline.ng-star-inserted {
                display: none !important;
            }

        .dashboard-section .filter-controls .mat-form-field-wrapper, .dashboard-section .filter-controls .mat-form-field-infix {
            padding: 0px !important;
        }

        .dashboard-section .filter-controls .filterBtn {
            width: 60px;
            height: 36px;
            border: 0px solid black;
            background-color: #fa6096;
            font-weight: bold;
        }

        .dashboard-section .filter-controls .expiringMembership {
            padding-top: 5px;
            font-weight: bold;
        }

    .dashboard-section .mat-custom-label-adjust .mat-empty.mat-form-field-empty {
        margin-top: -5px;
    }

.labelname {
}

.labelvalue {
    font-weight: bold;
}

.sub-section-50 {
    width: 48%;
    float: left;
    margin: 0 25px 0 0;
    padding: 5px;
}

.sub-section-45 {
    width: 45%;
    float: left;
    margin: 0 25px 0 0;
    padding: 5px;
}

.sub-section-50-clean {
    width: 48%;
    float: left;
    margin: 0;
    padding: 0;
}

.sub-section-45-clean {
    width: 45%;
    float: left;
    margin: 0;
    padding: 0;
}

.profile-pic {
    border-radius: 50%;
    display: inline;
    overflow: hidden;
}

    .profile-pic img {
        width: 100%;
    }

    .profile-pic.xs {
        width: 80px;
        height: 80px;
        margin: 0 10px 0 0;
    }

    .profile-pic.s {
        width: 100px;
        height: 100px;
        margin: 0 15px 0 0;
    }

    .profile-pic.s2 {
        width: 120px;
        height: 120px;
        margin: 0 15px 0 0;
    }

    .profile-pic.m {
        width: 150px;
        height: 150px;
    }

    .profile-pic.l {
        width: 200px;
        height: 200px;
    }

.personal-info {
}

    .personal-info .title {
        font-size: 1.8em;
    }

    .personal-info .sub-title {
        font-size: 1.30em;
        color: #777;
    }

    .personal-info .fieldname {
        font-size: 1.1em;
        width: 100px;
        display: inline-block;
    }

    .personal-info .fieldvalue {
        font-size: 1.1em;
        font-weight: bold;
    }

    .personal-info .title.compact-field {
        font-size: 0.9em;
    }

    .personal-info .sub-title.compact-field {
        font-size: 0.8em;
        color: #777;
    }

    .personal-info .fieldname.compact-field {
        font-size: 0.8em;
        width: 75px;
        display: inline-block;
    }

    .personal-info .fieldvalue.compact-field {
        font-size: 0.8em;
        font-weight: bold;
    }

.membership-info {
}

    .membership-info .fieldname {
        font-size: 1.1em;
        width: 150px;
        display: inline-block;
    }

    .membership-info .fieldvalue {
        font-size: 1.1em;
        font-weight: bold;
    }

    .membership-info .fieldname.compact-field {
        font-size: 0.8em;
        width: 110px;
        display: inline-block;
    }

    .membership-info .fieldvalue.compact-field {
        font-size: 0.8em;
        font-weight: bold;
    }

.line-1 {
    line-height: 1em !important;
}

.line-08 {
    line-height: 0.8em !important;
}

.line-05 {
    line-height: 0.5em !important;
}
.line-compact{
    line-height:0.9em !important;
}

.fnt-1 {
    font-size: 1em !important;
}

.fnt-08 {
    font-size: 0.8em !important;
}

.fnt-05 {
    font-size: 0.5em !important;
}

.fnt-compact {
    font-size: 0.9em !important;
}

.invoice-pament-editor {
    width: 680px;
}

.access-mgmt {
    width: 865px !important;
    overflow: hidden;
}

    .access-mgmt td {
        padding: 5px 5px 0px 5px;
    }

    .access-mgmt .titlecol {
        width: 240px;
    }

    .access-mgmt .subtitlecol {
        width: 220px;
    }

    .access-mgmt .mat-checkbox {
        padding-left: 10px;
    }

    .access-mgmt thead tr {
    }

.valign-t {
    vertical-align: top !important;
}

.valign-b {
    vertical-align: top !important;
}

.common-section-m {
    width: 600px !important;
}

.common-section-l {
    width: 900px !important;
}

.common-section-xl {
    width: 1024px !important;
}

.align-center {
    position: relative;
    margin: 0 auto;
}

.h-s {
    height: 120px !important;
}

.radius-tr-5 {
    border-top-right-radius: 5px !important;
}

.radius-tl-5 {
    border-top-left-radius: 5px !important;
}

.radius-br-5 {
    border-bottom-right-radius: 5px !important;
}

.radius-bl-5 {
    border-bottom-left-radius: 5px !important;
}

.bg-trans {
    background-color: transparent !important;
}
.bg-white {
    background-color: #fff !important;
}

.ng2-tag-input__text-input {
    background-color: transparent !important;
}

.popOverride {
    max-width: 900px !important;
    border-width: 0px !important;
    background-color: transparent !important;
}

    .popOverride .popover-body {
        width: auto !important;
        padding: 0px !important;
    }

.pop-element {
    cursor: pointer !important;
}

.btnPopoverTrigger {
    display: inline-block;
    width: 1px;
    height: 1px;
    background-color: transparent;
}

.memberPop {
    width: 480px;
}

    .memberPop .section-100 {
        width: 100%;
    }

    .memberPop .section-45 {
        width: 45%;
        float: left;
    }

    .memberPop .section-50 {
        width: 50%;
        float: left;
    }

    .memberPop .profile-info {
        font-size: 0.85em;
    }

        .memberPop .profile-info .title {
            font-size: 1.1em;
        }

        .memberPop .profile-info .sub-title {
            font-size: 1em;
            color: #777;
        }

        .memberPop .profile-info .fieldname {
            width: 70px;
            display: inline-block;
        }

        .memberPop .profile-info .fieldvalue {
            font-weight: bold;
        }

.end {
}

.medium-grid {
}

.trans-back {
    background-color: transparent !important;
}

.jqx-widget .jqx-grid-cell input[type='button'] {
    cursor: pointer !important;
    z-index: 9999 !important;
    display: block !important;
    opacity: 0.01 !important;
}

.carousel-item img {
    height: 100%;
    width: 100%;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }
}

.blinking-text {
    animation: blink 1s linear infinite;
}

.table-trans {
    font-size: 14px;
    border-radius: 3px !important;
    background-color: transparent !important;
}

    .table-trans td, .table-trans th {
        line-height: 0.5;
        padding: 5px 0 0 5px;
    }

    .table-trans thead tr {
    }

    .table-trans tr:nth-child(even) {
    }

    .table-trans tr:nth-child(odd) {
    }

.ng2-tag-input[_ngcontent-doh-c249] {
    padding: 0;
}

.t-center {
    text-align: center !important;
}

.modalpop .nsm-content {
    border-radius: 10px;
}

.followup-section {
    overflow-x: auto;
    width: 100%;
    margin-bottom: 5px;
}
    .followup-section.h190 {
        max-height: 190px;
    }
.routine-editor .mat-expansion-panel-body {
    padding: 0 !important;
}
/*Structure Ends*/
/*Theme Styling Starts- Violet*/
body.violet {
    background-color: transparent;
    background: linear-gradient(90deg, rgb(174 109 205), rgb(84 47 139)) !important;
    font-family: Calibri !important;
}

.violet .input-section {
    background-color: #e7d0ff !important; /*#fff*/
}

.violet .mat-list-item-content {
    color: #e1bfe3; /* #797979; /*#B66DFF;*/
}

.violet button.form-icons-border {
    border: 2px solid #8e8e8e;
    background-color: transparent;
    border-radius: 5px;
}

    .violet button.form-icons-border:hover {
        border: 2px solid #9a55ff;
        background-color: transparent;
        border-radius: 5px;
    }

.violet button .material-icons {
    font-size: 20px !important;
}

    .violet button .material-icons.icon-l {
        font-size: 29px !important;
        font-weight: bold;
    }

    .violet button .material-icons:hover {
        color: #9a55ff;
    }

.violet .alert {
    border: 1px solid #fbb6f0 !important;
    background: linear-gradient(to right, #edc9ef, #b8eefb) !important;
}

.violet .btn-primary {
    --bs-btn-color: #fff !important;
    --bs-btn-bg: #fe7096 !important;
    --bs-btn-border-color: #fe7096 !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #f59355 !important;
    --bs-btn-hover-border-color: #f9721b !important;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: #f59355 !important;
    --bs-btn-active-border-color: #f9721b !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff !important;
    --bs-btn-disabled-bg: #f59355 !important;
    --bs-btn-disabled-border-color: #f9721b !important;
    font-weight: 500 !important;
}

.violet .panel-heading {
    color: #e7d0ff; /* #6f6f6f;*/
}

.violet .table-readonly-data {
    color: #6f6f6f;
    background-color: #f4d4e7;
}

    .violet .table-readonly-data thead tr {
    }

    .violet .table-readonly-data tr:nth-child(even) {
    }

    .violet .table-readonly-data tr:nth-child(odd) {
        background-color: #dbbcce;
    }

    .violet .table-readonly-data.grey {
        color: #6f6f6f;
        background-color: #dee2e6;
    }

        .violet .table-readonly-data.grey thead {
        }

        .violet .table-readonly-data.grey tr:nth-child(even) {
        }

        .violet .table-readonly-data.grey tr:nth-child(odd) {
            background-color: #cacdd1;
        }

.violet .admin-head .orgname {
    color: #383838;
}

.violet .admin-head .loggedin-user {
    color: #cf75d4; /* #e2e2e2;*/
}

    .violet .admin-head .loggedin-user a {
        color: #75cad4 !important; /* #3c0095 !important;*/
    }

.violet .overlay-progress {
    background-color: rgb(255 255 255 / 91%);
    background-image: url('./images/loader2.gif');
}

.violet .mat-drawer-side {
    /*background-color:rgb(225, 191, 227) !important;*/
    background-color: transparent !important;
    border: 1px solid #e1bfe3;
    border-right: 1px solid #e1bfe3 !important;
    /*border-right: solid 1px rgba(0,0,0,.12);*/
}

.violet .mat-expansion-panel {
    background-color: #e7d0ff !important;
}

.violet .jqx-widget-content, .violet .jqx-grid-cell {
    background-color: #e7d0ff !important;
}

.violet .search-box {
    background-color: #e7d0ff !important;
}

.violet .jqx-grid {
    border-color: #fbf5ff !important;
}

.violet .jqx-grid-column-header, .violet .jqx-grid-columngroup-header {
    border-color: #fbf5ff !important;
}

.violet .jqx-widget .jqx-grid-cell, .violet .jqx-widget .jqx-grid-column-header, .violet .jqx-widget .jqx-grid-group-cell {
    border-color: #fbf5ff !important;
}

.violet .jqx-widget-header {
    border-color: #fbf5ff !important;
    background-color: #d7b0ff !important;
}

.violet input[type=text].jqx-input, .violet input[type=password].jqx-input {
    border-color: #fbf5ff !important;
}

.violet .jqx-fill-state-pressed, .violet .jqx-fill-state-normal {
    border-color: #fbf5ff !important;
}

.violet .input-element {
    background-color: transparent;
    border: 2px solid #fff;
}

    .violet .input-element:focus {
        border: 2px solid #737373;
    }

.violet .input-element-nb {
    background-color: transparent;
    border: 0px solid #fff;
}

    .violet .input-element-nb:focus {
        background-color: rgba(0,0,0,0.2) !important;
        border: 0px solid #fff;
    }

.violet .custom-ripple .mat-focused .mat-form-field-label {
    color: #fff !important;
}

.violet .custom-ripple .mat-form-field-ripple {
    background-color: #fff !important;
}

.violet .custom-ripple .mat-datepicker-toggle {
    color: #fff !important;
}

.violet .custom-ripple .mat-form-field-underline {
    background-color: #fff !important;
}

.violet div.jqx-grid-cell:has(> div.red), .violet div[role='row']:has(> div.red) {
    background-color: red !important;
}

.violet div.jqx-grid-cell:has(> div.green), .violet div[role='row']:has(> div.green) {
    background-color: green !important;
}

.violet .home-banner {
    color: #b17bca;
}

.violet .bg-gradient-1 {
}

.violet .bg-gradient-2 {
}

.violet .bg-gradient-3 {
}

.violet .access-mgmt {
    color: #6f6f6f;
    background-color: #f4d4e7;
}

    .violet .access-mgmt .parent-row {
        background-color: aliceblue;
    }

    .violet .access-mgmt thead {
    }

    .violet .access-mgmt tr:nth-child(even) {
    }

    .violet .access-mgmt tr:nth-child(odd) {
        background-color: #dbbcce;
    }

    .violet .access-mgmt .titlecol {
    }

    .violet .access-mgmt .subtitlecol {
    }

    .violet .access-mgmt .mat-checkbox {
    }

    .violet .access-mgmt thead tr {
    }

.violet .popOverride {
    --bs-popover-bg: #dfdfdf !important;
}

    .violet .popOverride .memberPop {
        background-color: #dfdfdf !important;
    }

/*Theme Styling Ends - Violet*/


/*Custom Stylig*/
/*Invoice Template Starts*/
/*#hiderow, .delete {
    display: none;
}

#invoice-wrap {
    width: 800px;
    margin: 0 auto;
}

textarea {
    border: 0;
    font: 14px Georgia,Serif;
    overflow: hidden;
    resize: none;
}

table {
    border-collapse: collapse;
}

    table td, table th {
        border: 1px solid #000;
        padding: 5px;
    }

#header {
    height: 15px;
    width: 100%;
    margin: 20px 0;
    background: #222;
    text-align: center;
    color: #fff;
    font: 700 15px Helvetica,Sans-Serif;
    text-decoration: uppercase;
    letter-spacing: 20px;
    padding: 8px 0;
}

#address {
    width: 250px;
    height: 150px;
    float: left;
}

#customer {
    overflow: hidden;
}

#logo {
    text-align: right;
    float: right;
    position: relative;
    margin-top: 25px;
    border: 1px solid #fff;
    max-width: 540px;
    max-height: 100px;
    overflow: hidden;
}

    #logo:hover, #logo.edit {
        border: 1px solid #000;
        margin-top: 0;
        max-height: 125px;
    }

#logoctr {
    display: none;
}

#logo:hover #logoctr, #logo.edit #logoctr {
    display: block;
    text-align: right;
    line-height: 25px;
    background: #eee;
    padding: 0 5px;
}

#logohelp {
    text-align: left;
    display: none;
    font-style: italic;
    padding: 10px 5px;
}

    #logohelp input {
        margin-bottom: 5px;
    }

.edit #logohelp {
    display: block;
}

.edit #save-logo, .edit #cancel-logo {
    display: inline;
}

.edit #image, #save-logo, #cancel-logo, .edit #change-logo, .edit #delete-logo {
    display: none;
}

#customer-title {
    font-size: 20px;
    font-weight: 700;
    float: left;
}

#meta {
    margin-top: 1px;
    width: 300px;
    float: right;
}

    #meta td {
        text-align: right;
    }

        #meta td.meta-head {
            text-align: left;
            background: #eee;
        }

        #meta td textarea {
            width: 100%;
            height: 20px;
            text-align: right;
        }

#items {
    clear: both;
    width: 100%;
    margin: 30px 0 0;
    border: 1px solid #000;
}

    #items th {
        background: #eee;
    }

    #items textarea {
        width: 80px;
        height: 50px;
    }

    #items tr.item-row td {
        border: 0;
        vertical-align: top;
    }

    #items td.description {
        width: 300px;
    }

    #items td.item-name {
        width: 175px;
    }

        #items td.description textarea, #items td.item-name textarea {
            width: 100%;
        }

    #items td.total-line {
        border-right: 0;
        text-align: right;
    }

    #items td.total-value {
        border-left: 0;
        padding: 10px;
    }

        #items td.total-value textarea {
            height: 20px;
            background: 0 0;
        }

    #items td.balance {
        background: #eee;
    }

    #items td.blank {
        border: 0;
    }

#terms {
    text-align: center;
    margin: 20px 0 0;
}

    #terms h5 {
        text-transform: uppercase;
        font: 13px Helvetica,Sans-Serif;
        letter-spacing: 10px;
        border-bottom: 1px solid #000;
        padding: 0 0 8px;
        margin: 0 0 8px;
    }

    #terms textarea {
        width: 100%;
        text-align: center;
    }

textarea:hover, textarea:focus, #items td.total-value textarea:hover, #items td.total-value textarea:focus, .delete:hover {
    background-color: #ef8;
}

.delete-wpr {
    position: relative;
}

.delete {
    display: block;
    color: #000;
    text-decoration: none;
    position: absolute;
    background: #eee;
    font-weight: 700;
    padding: 0 3px;
    border: 1px solid;
    top: -6px;
    left: -22px;
    font-family: Verdana;
    font-size: 12px;
}*/
/*Invoice Template Ends*/
.mat-elevation-z1 {
    /*background-color: #007bff !important;*/
    /*background: linear-gradient(90deg,#da8cff,#9a55ff) !important;*/
    /*box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);*/
    background-color: transparent !important;
    box-shadow: none !important;
}
