/* @import "~@angular/material/prebuilt-themes/deeppurple-amber.css"; */

@import "~@angular/material/prebuilt-themes/indigo-pink.css";

:root {
    --sidenav-font-family: "Helvetica Neue", sans-serif;
    --sidenav-font-color: #008080;
    --sidenav-font-weight: bold;
    --sidenav-font-bg-color: white;
    --table-font-family: "Helvetica Neue", sans-serif;
    --table-font-color: #008080;
    --table-bg-color: white;
    --icon-color: #8abbbb;
    --button-bg-color: #006666;
    --button-font-color: white;
    --button-font-family: "Helvetica Neue", sans-serif;
    --button-font-weight: normal;
    --toolbar-font-family: "Helvetica Neue", sans-serif;
    --toolbar-bg-color: #004e52;
    --toolbar-font-color: white;
    --toolbar-font-weight: normal;
    --model-font-family: "Helvetica Neue", sans-serif;
    --model-font-color: #008080;
    --form-data-color: #008080;
    --form-font-family: "Helvetica Neue", sans-serif;
    --dark-color: #008080;
    --light-color: #009999;
    --font-family: "Helvetica Neue", sans-serif;
    --mat-bottom-sheet-container-large: "min-width: 445px!important";
}


/* 
html,
body {
    height: 100%;
}
body {
    margin: 0;
}

.myBtn {
    background-color: #496175 !important;
}

.headerSpacer {
    flex: 1 1 auto;
}

mat-toolbar a {
    display: inline-block;
    margin: 0 10px;
    color: white;
    text-decoration: none;
}
body {
    margin: 0;
}

.blue-snackbar {
    background: #2196f3;
}

.red-snackbar {
    background: #f44336;
}

.stdFont {
    font-size: 15px;
} */

.btn {
    background-color: var(--button-bg-color);
    font-size: 17px;
    border: none;
    color: white;
    cursor: pointer;
    margin-right: 3px !important;
    padding: 1px;
    width: 26px;
    height: 25px;
}

.btngreen {
    background-color: rgb(37, 212, 66);
    border: none;
    color: white;
    cursor: pointer;
    font-size: 10px;
    height: 20px;
    margin-right: 3px !important;
    padding: 2px;
    width: 26px;
    height: 25px;
}

.btnred {
    background-color: red;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 10px;
    height: 20px;
    margin-right: 3px !important;
    padding: 2px;
    width: 26px;
    height: 25px;
}

.btns {
    background-color: var(--button-bg-color);
    border: none;
    color: white;
    cursor: pointer;
    font-size: 15px;
    height: 30px;
    margin-right: 3px !important;
    padding: 2px;
    width: 30px;
}

.mat-bottom-sheet-container-large {
    min-width: 270px !important;
    max-width: calc(100vw - 256px);
}


/* Darker background on mouse-over */

.btn:hover {
    background-color: var(--light-color);
}

.btn .i {
    color: var(--button-font-color);
}


/* .fa {
  transform: scale(1.5, 1.5);
} */

.btns:hover {
    background-color: var(--light-color);
}

.btns .i {
    color: var(--button-font-color);
}

.btngreen:hover {
    background-color: white;
    color: rgb(37, 212, 66);
}

.btngreen .i {
    color: var(--button-font-color);
}

.btnred:hover {
    background-color: white;
    color: red;
}

.btnred .i {
    color: var(--button-font-color);
}

.icon {
    color: var(--icon-color);
}

.redIcon {
    color: red;
}

.saveButton {
    background-color: var(--button-bg-color);
    color: var(--button-font-color);
    /* font-family: var(--button-font-family); */
    font-weight: var(--button-font-weight);
    margin-right: 5px !important;
}

.greenButton {
    background-color: #4ac959;
    color: var(--button-font-color);
    margin-right: 5px !important;
}

.orangeButton {
    background-color: #f19447;
    color: var(--button-font-color);
    margin-right: 5px !important;
}

.blueButton {
    background-color: #212cb4;
    color: var(--button-font-color);
    margin-right: 5px !important;
}

.saveButton:disabled {
    background-color: #808080 !important;
    color: var(--button-font-color) !important;
    /* font-family: var(--button-font-family) !important; */
    font-weight: var(--button-font-weight) !important;
}

.button {
    background-color: var(--button-bg-color);
    color: var(--button-font-color);
    /* font-family: var(--button-font-family); */
    font-weight: var(--button-font-weight);
    margin-right: 5px !important;
}

.dashboardButton {
    background-color: var(--button-bg-color);
    color: var(--button-font-color);
    /* font-family: var(--button-font-family); */
    font-weight: var(--button-font-weight);
    margin-right: 5px !important;
    min-width: 2px !important;
}

.canButton {
    background-color: red;
    color: var(--button-font-color);
    /* font-family: var(--button-font-family); */
    font-weight: var(--button-font-weight);
    margin-right: 5px !important;
}

.txnButton {
    background-color: var(--button-bg-color);
    color: var(--button-font-color);
    /* font-family: var(--button-font-family); */
    font-weight: var(--button-font-weight);
    margin-right: 5px !important;
    margin-bottom: 5px !important;
    float: right;
}

.cancelButton {
    background-color: red;
    color: var(--button-font-color);
    /* font-family: var(--button-font-family); */
    font-weight: var(--button-font-weight);
    margin-left: 5px !important;
}

.topright {
    position: absolute !important;
    right: 16px;
    font-size: 15px;
    vertical-align: middle;
    font-weight: normal;
    /* font-family: var(--toolbar-font-family); */
}

.toprightLogo {
    position: absolute !important;
    right: 228px;
    height: 40px;
    margin-top: -19px;
}

.toprightLogo1 {
    position: absolute !important;
    right: 182px;
    height: 40px;
    margin-top: -19px;
}

.mat-sidenav {
    width: 15%;
    /* height: 100% !important; */
    -moz-box-shadow: 3px 3px 3px rgba(68, 68, 68, 0.6);
    -webkit-box-shadow: 3px 3px 3px rgba(68, 68, 68, 0.6);
    box-shadow: 1px 3px 3px rgba(68, 68, 68, 0.6);
}

.mat-list-item {
    height: 35px !important;
    font-size: 12px !important;
}

.mat-list-item-content {
    background-color: white;
    color: var(--sidenav-font-color);
    border-top: 0.25px solid #d6dbdf;
    font-weight: var(--sidenav-font-weight);
    font-family: var(--sidenav-font-family);
    padding: 2px !important;
}

.mat-list-item-content:hover {
    /*  background-color: var(--sidenav-font-color);*/
    /* color: var(--sidenav-font-bg-color);*/
    font-weight: var(--sidenav-font-weight);
    /* font-family: var(--sidenav-font-family); */
}

.mat-nav-list {
    padding-top: 0% !important;
    font-weight: normal;
    /* font-family: var(--sidenav-font-family); */
}

.mat-sidenav .mat-sidenav-content {
    margin-left: 20%;
}

.mat-toolbar {
    background-color: var(--toolbar-bg-color);
    color: var(--toolbar-font-color);
    padding-top: 8px;
    display: block;
    -webkit-tap-highlight-color: transparent;
    font-size: 15px;
    font-weight: var(--toolbar-font-weight);
    /* font-family: var(--toolbar-font-family) !important; */
    /* padding-left: 0px !important; */
    height: 50px !important;
}

.mat-toolbar h4 {
    /* font-family: var(--toolbar-font-family) !important; */
}

h4 {
    /* font-family: var(--form-font-family); */
}

.example-sidenav-container {
    top: 50px !important;
    flex: 1;
}

table.tablePermission {
    width: 100%;
    border-collapse: collapse;
}

table.tablePermission th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: var(--table-font-color);
    color: var(--table-bg-color);
    border: 1px solid #ddd;
    padding: 8px;
    /* font-family: var(--table-font-family) !important; */
}

table.tablePermission td {
    border: 1px solid #ddd;
    padding: 8px;
    color: var(--table-font-color);
    /* font-family: var(--table-font-family) !important; */
}

table.tablePermission tr:hover {
    background-color: #ddd;
}

table.userRole {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px !important;
}

table.userRole th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: var(--dark-color);
    color: var(--table-bg-color);
    border: 1px solid #ddd;
    padding: 8px;
    /* font-family: var(--table-font-family) !important; */
}

table.userRole td {
    border: 1px solid #ddd;
    padding: 8px;
    color: var(--dark-color);
    /* font-family: var(--table-font-family) !important; */
}

table.userRole tr:hover {
    background-color: #ddd;
}

.buttonPos {
    position: absolute;
    top: 10px;
    right: 20px;
}

.modelText {
    /* font-family: var(--model-font-family); */
    color: var(--model-font-color);
    font-size: 15px;
    font-weight: bold;
}

.change-password-card {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 30px;
    max-width: 300px;
}

.viewPage {
    padding: 5px;
    height: -webkit-fill-available !important;
}

.formPage {
    padding: 5px;
}

.mat-checkbox-checked.mat-accent .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
    background-color: var(--dark-color) !important;
}

.heading {
    color: var(--dark-color);
    font-size: 20px;
    /* font-family: var(--font-family); */
    /* margin-left: 5px; */
    font-weight: bold;
}

.headingS {
    color: var(--dark-color);
    font-size: 20px;
    /* font-family: var(--font-family); */
    /* margin-left: 5px; */
    font-weight: bold;
    margin-top: -11px;
    margin-bottom: 9px;
}

.subHeading {
    color: var(--dark-color);
    font-size: 15px;
    /* font-family: var(--font-family); */
    margin-left: 5px;
    font-weight: bold;
}

.mat-form-field-infix {
    /* font-family: var(--form-font-family); */
    color: var(--form-data-color);
}

.mat-form-field {
    margin-right: 30px;
}

.formMain {
    margin-left: 5px;
}

.cardHeading {
    color: var(--sidenav-font-bg-colo);
    /* font-family: var(--font-family); */
    font-size: 18px;
}

.mat-cell {
    /* font-family: var(--table-font-family) !important; */
    /* padding: 5px !important; */
    font-weight: normal;
    font-size: 13px;
}

.mat-paginator-page-size-label {
    /* font-family: var(--table-font-family) !important; */
    color: var(--dark-color);
    font-weight: bold;
    font-size: 12px;
}

.mat-header-cell {
    /* font-family: var(--table-font-family) !important; */
    color: var(--dark-color);
    font-weight: bold;
    font-size: 13px;
}

.mat-checkbox {
    /* font-family: var(--table-font-family) !important; */
    color: var(--dark-color);
}

.mat-select-value-text,
.mat-option-text,
.toast-container {
    /* font-family: var(--table-font-family) !important; */
    color: var(--form-data-color);
}

.toast-container {
    /* font-family: var(--table-font-family) !important; */
    color: var(--form-data-color);
}

.mat-menu-item {
    color: var(--button-bg-color) !important;
    /* font-family: var(--button-font-family) !important; */
}

.mat-error {
    /* font-family: var(--form-font-family); */
}


/* Table Mat comlpete working code... */

.example-container {
    height: auto;
    overflow: auto;
}

.table-container {
    height: auto;
    overflow: auto !important;
    margin-top: 20px;
}

td.mat-column-star {
    width: 20px;
    padding-right: 8px;
}

th.mat-column-position,
td.mat-column-position {
    padding-left: 8px;
}

.mat-table-sticky:last-child {
    border-left: 1px solid #e0e0e0;
}

body {
    margin: 0;
    /* font-family: var(--model-font-family) !important; */
}

.h4Head {
    color: #3c8384 !important;
    font-size: 16px;
    /* font-family: var(--font-family); */
}

.mandatoryText {
    color: red;
    font-size: 12px;
    /* font-family: var(--font-family); */
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}

html {
    height: 100% !important;
}

.cdk-overlay-pane {
    max-width: 96vw !important;
    pointer-events: auto;
    /* overflow: auto !important; */
    /* position: static; */
}

.viewPage.table-container {
    display: flex;
    flex-direction: column;
    max-height: 500px;
    min-width: 300px;
}

.mat-table {
    overflow: auto;
    max-height: 500px;
}

.mobile-label {
    display: none;
}

.mat-drawer-content {
    /* display:compact !important; */
    /* height: -webkit-fill-available !important; */
    overflow-x: hidden !important;
}

.filterComponents {
    margin-bottom: -40px !important;
}

.label {
    /* font-family: var(--form-font-family); */
    margin-bottom: 10px;
}

.mat-input-element:disabled {
    /* font-family: var(--form-font-family); */
    color: var(--form-data-color);
}

.reportSent {
    background-color: #7ccdd2;
}

.cancelled {
    background-color: #d55153;
}

.completed {
    background-color: #78eb76;
}

.cv {
    background-color: #eb70aa;
}

.callRegistered {
    background-color: white;
}


/* Transaction tables */

#transactions {
    border-collapse: collapse;
    width: 100%;
    font-weight: normal;
    /* font-family: var(--form-font-family); */
    font-size: 12px;
    overflow-y: auto !important;
}

#colorList {
    font-weight: normal;
    /* font-family: var(--form-font-family); */
    font-size: 13px;
    padding: 5px;
}

#transactions td,
#transactions th {
    /* border: 1px solid #B3BEBC; */
    padding: 5px;
    text-align: center;
    font-weight: normal;
    /* font-family: var(--form-font-family); */
}

#transactions td:hover {
    background-color: rgb(228, 228, 228);
}

#transactions th {
    background-color: var(--light-color);
    color: white;
}

.addDet {
    height: 36px;
    background: #0a618d;
    border-radius: 9%;
    font-weight: normal;
    /* font-family: var(--font-font-family); */
}

#transaction {
    border-collapse: collapse;
    width: 100%;
    font-weight: normal;
    /* font-family: var(--form-font-family); */
    font-size: 12px;
}

#transaction td,
#transaction th {
    /* border: 1px solid #B3BEBC; */
    padding: 5px;
    text-align: left;
    font-weight: normal;
    /* font-family: var(--form-font-family); */
}

#transaction th {
    font-weight: bold;
    color: var(--light-color);
}

.emptyRecord {
    font-size: 14px;
    padding-left: 10px;
    /* font-family: var(--font-family); */
    margin-top: 10px;
}

.mat-radio-label-content {
    /* font-family: var(--form-font-family); */
}

.filterText {
    padding: 5px !important;
    margin-left: 10px !important;
    color: var(--model-font-color) !important;
    /* font-family: var(--form-font-family) !important; */
}

.remainderOrange {
    background-color: orange;
}

.remainderRed {
    background-color: #d55153;
}

.showSelectAll {
    display: none !important;
}

.yellow {
    background-color: yellow !important;
}

.white {
    background-color: white !important;
}

@media (max-width: 1024px) {
    .mat-sidenav {
        width: 50% !important;
    }
}

@media (max-width: 1024px) {
    .mat-sidenav {
        width: 30%;
        font-weight: normal;
        /* font-family: var(--sidenav-font-family); */
    }

    .mat-nav-list .mat-list-item .a:active>.mat-sidenav {
        display: none !important;
    }

    .mat-sidenav-content {
        margin-left: 0 !important;
    }

    div.buttonPos {
        position: relative !important;
        top: 6px !important;
        right: 20px !important;
        left: 5px !important;
        margin-top: 10px !important;
    }

    .mat-raised-button {
        margin-top: 5px !important;
    }
}

@media (max-width: 1024px) {
    td.mat-cell {
        display: flex !important;
    }

    table.mobile-optimised {
        word-wrap: break-word;
    }

    table.mobile-optimised thead {
        display: none;
    }

    table.mobile-optimised td {
        display: block;
        float: left !important;
        /* ie9 and under hack */
        width: 100%;
        clear: both;
        background: #f5f5f5;
        padding: 10px 5px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left !important;
    }

    table.mobile-optimised tbody,
    table.mobile-optimised tr {
        display: block;
        border-bottom: 1px solid #888888;
        box-shadow: 1px 1px #888888;
    }

    .mobile-optimised td:before {
        display: inline-block;
        width: 80px;
        font-weight: bold;
        color: var(--form-data-color);
        content: attr(data-th);
        /* display:block; */
    }

    .mobile-optimised tbody tr {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    .showSelectAll {
        display: block !important;
    }

    .yellow {
        background-color: yellow !important;
    }

    .white {
        background-color: white !important;
    }
}

.web-classCenter {
    text-align: center !important;
}

@media (max-width: 1024px) {
    .mobile-label {
        width: 100px;
        display: inline-block;
        font-weight: bold;
        color: var(--form-data-color);
        text-align: left;
        /* Added line */

    }

    .mobile-label1 {
        width: 100px;
        display: inline-block;
        font-weight: bold;
        text-align: left !important;
        color: var(--form-data-color);
    }

    .reportSent {
        background-color: #7ccdd2;
    }

    .cancelled {
        background-color: #d55153;
    }

    .completed {
        background-color: #78eb76;
    }

    .callRegistered {
        background-color: black;
    }

    .mat-header-row {
        display: none;
    }

    .table-container {
        overflow-x: hidden !important;
    }

    .mat-row {
        flex-direction: column;
        align-items: flex-start;
        padding: 8px 24px;
        display: flex;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        align-items: left;
        height: auto !important;
        box-shadow: inset 5px 5px 5px 0 #c2c5c5, inset -5px -5px 5px #c2c5c5;
        margin-bottom: 8px;
        -moz-box-shadow: inset 5px 5px 5px 0 #c2c5c5, inset -5px -5px 5px #c2c5c5;
        -webkit-box-shadow: inset 5px 5px 5px 0 #c2c5c5, inset -5px -5px 5px #c2c5c5;
        box-shadow: inset 5px 5px 5px 0 #e3e6e6, inset -5px -5px 5px #c2c5c5;
    }

    .btn {
        margin-right: 10px !important;
        margin-bottom: 5px !important;
    }



    .mat-cell {
        padding-left: 0px !important;
        border-bottom-width: 0px !important;
        border-bottom-style: none !important;
        padding-bottom: 10px !important;
        font-size: 13px !important;
    }

    .mat-header-cell {
        /* font-family: var(--table-font-family) !important; */
        color: var(--dark-color);
        font-weight: bold;
        font-size: 13px;
    }

    .th {
        width: 25% !important;
    }

    .td {
        width: 75% !important;
    }

    .viewPage {
        height: 100% !important;
    }
}

#chk {
    cursor: pointer;
}

.mat-expansion-panel-header {
    background-color: white;
    color: var(--sidenav-font-color);
    font-weight: var(--sidenav-font-weight);
    font-size: 13px !important;
    /* font-family: var(--sidenav-font-family); */
}

.twoIconColumn {
    min-width: 100px !important;
}

.iconColumn {
    min-width: 40px !important;
}

.threeIconColumn {
    min-width: 150px !important;
}

.md-drppicker.double {
    width: 500px !important;
}

.md-drppicker .btn {
    position: relative !important;
    width: 150px !important;
    overflow: hidden !important;
    border-width: 0 !important;
    outline: 0 !important;
    padding: 0 6px !important;
    cursor: pointer !important;
    border-radius: 2px !important;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 60%) !important;
    box-shadow: 0 1px 4px rgb(0 0 0 / 60%) !important;
    background-color: #3f51b5 !important;
    color: #ecf0f1 !important;
    -webkit-transition: background-color .4s !important;
    transition: background-color .4s !important;
    height: auto !important;
    text-transform: uppercase !important;
    line-height: 36px !important;
    border: none !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.class-bottom28 {
    bottom: 28px;
}

.classwidth {
    width: 100% !important;
}

.classwidth100 {
    width: 100px !important;
}

.classiwth140 {
    width: 140px !important;
}

.classiwth280 {
    width: 280px !important;
}

.classiwth240 {
    width: 240px !important;
}

.classiwth200 {
    width: 200px !important;
}

.classiwth100 {
    width: 100px !important;
}

.classiwth60 {
    width: 60px !important;
}

.classiwth340 {
    width: 340px !important;
}

.classiwth120 {
    width: 120px !important;
}

.classiwth180 {
    width: 180px !important;
}

.classiwth80 {
    width: 80px !important;
}


.classiwthwebkit {
    width: -webkit-fill-available !important
}

.classtextalign {
    text-align: right !important
}

.classtable {
    width: 100% !important;
    text-align: left !important;
    font-family: Roboto, Helvetica Neue, sans-serif;
    text-align: center;
    padding-left: 24px
}

.classtablesub {
    background-color: #e6e6e9;
    height: 56px !important;
    border-right-color: rgb(196, 196, 197);
    border-right-style: solid;
    border-right-width: 1px;
}

.classtablesub1 {
    border: thin inset #c4c4c5;
    height: 48px !important;
    font-weight: normal;
    font-size: 13px;
}


.classtablesubtitle {
    width: 200px !important;
    padding: 13px;
}

.classtablevalue {
    padding: 13px;
    text-align: right !important
}

.mandatorycolortext {
    color: red;
    font-size: 12pt
}


/*  Admin Starts*/
/* Audit Log Starts */
.adLogWidth40 {
    width: 40% !important;
}

.adLogmarginBottom {
    margin-bottom: 5px;
}

.adLogwidthbc {
    width: 50px;
    border: 1px solid black;
    background-color: lightgray;
}

.adLogbgColor {
    background-color: lightgrey;
}

.adLogWidth320 {
    width: 320px !important;
}

.adLogPddTopBot {
    padding-top: 5px;
    padding-bottom: 5px;
}

.adLogclrpddfont {
    color: var(--dark-color) !important;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 7px;
}

.adLogPddtopbot10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.adLogWidth720 {
    width: 720px;
}

/* Audit Log Ends */

/* Notification Starts */
.notifiFloat {
    float: right;
}

.notifiBcBr {
    background-color: white;
    border: none;
}

.notificur {
    cursor: pointer;
}

.notifimrglf {
    margin-left: 5px !important;
}

.notifiwdover {
    width: auto !important;
    overflow-x: scroll !important;
}

.notifiwidth320 {
    width: 320px !important;
}

.notifiwidth160 {
    width: 160px !important;
}

.notifiwidth200 {
    width: 200px !important;
}

.notifiwidth140 {
    width: 140px !important;
}

.notifiwidth220 {
    width: 220px !important;
}

.notifiwidth160 {
    width: 160px !important;
}

.notifiClrTxt {
    color: blue;
    text-decoration: underline;
}

/* Notification Ends */
/* Permission Starts */
.perwidth65 {
    width: 65%;
}

.perwidth80 {
    width: 80px !important;
}

.perbuttonPos {
    position: absolute;
    top: 20px;
    right: 20px;
}

/* Permission Ends */

/* Role Starts */
.roltxtbor {
    text-align: center;
    border: 0px;
}

.rolwidheiover {
    width: 100%;
    height: 500px;
    overflow-y: scroll;
    overflow-x: none;
}

.rolRight {
    right: 20%;
}

.rolwidth340 {
    width: 340px !important;
}

.rolwidth80 {
    width: 80px !important;
}

/* Role Ends */

/* User Start */
.usrwidth80 {
    min-width: 80px !important;
}

.usrwidth100 {
    min-width: 100px !important;
}

.usrwidth120 {
    min-width: 120px !important;
}

.usrwidth140 {
    width: 140px !important;
}

.usrwidth170 {
    width: 170px !important;
}

.usrwidth180 {
    width: 180px !important;
}

.usrwidth240 {
    width: 240px !important;
}

.usrwidth80 {
    width: 80px !important;
}

.usrwidth50 {
    width: 50px !important;
}

.usrwidth60 {
    width: 60px !important;
}

.usrwidth70 {
    width: 70px !important;
}

.usrclr {
    color: #008080;
}

.appMargin {
    margin-bottom: 5px;
}

.appBackgr {
    background: transparent;
}

/* User Ends */
/* Admin Ends */

/* Master - Starts */
.masCatcolor {
    color: blue;
}

.masClassmargins {
    margin-left: -16px !important;
}

.masClassfontsizecolor {
    font-size: 13px !important;
    color: blue
}

.stickwidth140 {
    width: 140px !important;
}

.stickwidth290 {
    width: 290px !important;
}

.masmobMarginleft {
    margin-left: 5px !important;
}

.masAttMar {
    margin-top: 30px !important;
    max-height: 450px;
}

.masAttMar1 {
    margin-top: -12px !important;
}

.masCusSur1 {
    color: var(--dark-color);
    font-size: 20px;
    font-weight: 700;
    margin-top: -37px;
    text-align: center !important;
}

.masCusSur2 {
    background-color: #f00;
    /* Replace with your desired color */
    border: 2px solid #fff;
    /* White border */
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    float: right !important;
    justify-content: center;
    margin-right: -36px !important;
    border-radius: 4px;
    /* Optional: slightly rounded corners */
}

.masCusSur3 {
    color: #fff;
}

.masCusSur4 {
    color: var(--dark-color) !important;
    font-size: 15px;
    border: 1px #98a3ae !important;
}

.masCusSur5 {
    border: 1px #98a3ae !important;
}

.masCusSur6 {
    margin-right: 30px !important;
}

/* Master - Ends */

/* FileExplorer - Starts */
.fileExMargin {
    margin-top: 30px !important;
    max-height: 450px;
}

.fileExWidth100 {
    width: 100%
}

.fileExWidth100px {
    max-width: 100px
}

.fileExWidth90 {
    max-width: 90px
}

.fileExDisp {
    display: flex;
}

.fileExHeMr {
    height: 30px;
    margin-left: 15px;
}

.fileExbrpdd {
    border-left: 1px solid #9f9c9c;
    padding: 0px 0px 0px 30px;
}

.fileExFncomr {
    font-size: xx-large;
    color: blueviolet;
    margin-top: -7px;
    margin-right: 5px;
}

.fileExHebrmr {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    margin-right: 10px;
}

.fileExClrmr {
    color: gray;
    font-weight: 500;
    margin-right: 5px;
}

.fileExBGPdd {
    background: #e27eb0;
    padding: 0px 10px;
}

.fileExBGPdd1 {
    background: rgb(74 249 74);
    padding: 0px 10px;
}

.fileExBGPdd2 {
    background: rgb(255 74 74);
    ;
    padding: 0px 10px;
}

.fileExWidth {
    width: 100%;
    font-size: 12px;
}

.fileExWidth48 {
    width: 48%;
    color: blue;
}

.fileExColor {
    color: gray;
}

.fileExTxtWidColo {
    text-align: end;
    width: 48%;
    color: blue;
}

.fileExDispNon {
    display: none;
}

.fileExWidFont {
    width: 100%;
    font-size: 12px;
}

.fileExTxtAl {
    text-align: center;
}

.fileOverFl {
    overflow: hidden;
}

.filecreDis {
    display: inline-flex;
}

.fileCreHeiMarWid {
    height: 60px;
    margin-bottom: 10px;
    width: 100%;
}

.fileCreWid165 {
    width: 165%;
}

.fileCreMarWod {
    margin-bottom: 10px;
    width: 165%;
}

.fileCreDis {
    display: none;
}

.filePreBackColor {
    background-color: white;
    height: 90vh;
}

.filePadding1 {
    padding: 1%;
}

.fileDisMarFleAlign {
    display: flex;
    margin-right: 5px;
    flex-wrap: wrap;
    align-items: center;
}

.fileDisPlayFl {
    display: flex;
}

.fileCoHeWidFont {
    color: #f1f107;
    height: 24px;
    width: 24px;
    font-size: 24px;
}

.fileMar0px15px {
    margin: 0px 15px;
}

.fileWidthHeight {
    width: 24px;
    height: 24px;
}

.fileWidthHeightBorder {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin: 0px 15px;
}

.fileMargintop0px {
    margin-top: 0px;
}

.fileflex11 {
    flex: 1 1 auto;
}

.fileDisplay {
    display: flex;
}

.fileMarginRight {
    margin-right: 5px;
}

.fileBackGroundColor {
    background-color: white;
}

.fileHeightBackGroundColor {
    height: 75vh;
    background-color: white;
}

.fileJustBackPadd {
    justify-content: space-around;
    background-color: white;
    padding-bottom: 30px;
}

.fileHeightWidthFontLine {
    height: 32px;
    width: 32px;
    font-size: 32px;
    line-height: 0.75;
}

.fileFontMargin {
    font-size: x-large;
    margin: 0px 10px;
}

.fileDisplayFlex {
    display: flex;
    flex-wrap: wrap;
}

.fileHeightBack {
    height: 75vh;
    background-color: white;
}

.fileJustBackground {
    justify-content: space-around;
    background-color: white;
}

.fileDisFlexJustCont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.filecolorGryFontW {
    color: gray;
    font-weight: 600;
}

.fileFloatClrFontCursor {
    float: right;
    color: Red;
    font-size: 24px;
    cursor: pointer;
}

.fileClrBackBorFont {
    color: black;
    background-color: #9eeb9e;
    border-radius: 5px;
    font-weight: 400;
    padding: 2px;
}

.fileBackHeight {
    background-color: white;
    height: 400px;
}

.fileMarginTopWidth {
    margin: auto;
    margin-top: 10%;
    width: 100%;
}

.fileHeightBckGr {
    height: 50px;
    background: #cfe3ee;
}

.fileHeight90px {
    height: 90px;
}

.filePaddBackColor {
    padding: 10px;
    background-color: #fafafa;
}

.fileWidthDisplyFlex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.fileWidthMarginTop {
    width: 100%;
    margin-top: 15px;
}

.fileColorBlr {
    color: rgb(0, 129, 255);
}

.fileTxtMarginTop {
    text-align: center;
    margin-top: 30px;
}

.fileDisPaddJust {
    display: flex;
    padding: 10px;
    justify-content: flex-end;
}

.fileMarginRight {
    margin-right: 5px;
}

.fileMarginWidthHeight {
    margin: auto;
    width: 100%;
    height: 400px;
}

.fileHomeBackColor {
    background: #27aae1 !important;
    color: white !important;
    justify-content: space-between;
}

.fileMarLftRight {
    margin-left: -5px;
    margin-right: -15px;
}

.fileColorFont800 {
    color: white;
    font-weight: 800;
}

.fileMarginLine {
    margin: 0px auto;
    line-height: 14px;
}

.fileMarginFont {
    margin: 0px 2px;
    font-size: larger;
}

.fileDisHeightWidth300 {
    display: inline-flex;
    height: 40px;
    width: 300px;
}

.fileDisHeightWidth17Margin {
    display: inline-flex;
    height: 40px;
    width: 17%;
    margin-right: 30px;
}

.fileMarginLeft30px {
    margin-left: -30px;
}

.filePaddingTop8px {
    padding-top: 8px;
}

.fileBackColorJust {
    background: #27aae1 !important;
    color: white !important;
    justify-content: space-between;
}

.fileMartopleftdisheigh {
    margin-top: 2px;
    margin-left: 5px;
    display: flex;
    flex-wrap: wrap;
    height: 50px;
    overflow-y: scroll;
}

.fileMartopleftdisheighWidth {
    margin-top: 2px;
    margin-left: 5px;
    display: flex;
    flex-wrap: wrap;
    height: 50px;
    overflow-y: scroll;
    width: 100%;
}

.fileJustifycont {
    justify-content: space-around;
}

.fileDisHeightWidth {
    display: inline-flex;
    height: 40px;
    width: 350px;
}

.fileBackHeightPadd {
    background-color: white;
    height: 90vh;
    padding-top: 20px;
}

.fileDisplayFlexwrap {
    display: flex;
    flex-wrap: wrap;
}

.fileDisplayCursor {
    display: flex;
    cursor: pointer;
}

.filecolorgreen {
    color: rgb(21, 219, 21);
}

.filecolorBlueviol {
    color: blueviolet;
}

.fileWidthHeight24px {
    width: 24px;
    height: 24px;
}

.fileWidthHeight24pxBorder {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.filePadding5px {
    padding: 5px;
}

.fileHeightwidth80 {
    height: 85vh;
    width: 88vw;
}

.fileBackMargintopPadding {
    background-color: white;
    margin-top: -10px;
    padding-top: 10px;
}

.fileWidthMarginColor {
    width: 17px;
    margin-left: 3px;
    color: #f1f107;
}

.fileWidthTextMargin {
    width: 70vw;
    text-align: center;
    margin: 25px 15px;
}

.fileFlex11auto {
    flex: 1 1 auto;
}

.fileBackgroundPadding {
    background-color: white;
    padding-bottom: 50px;
}

.fileWidth100Border {
    width: 100%;
    border: 0px !important;
}

.fileBorderWhitePadding {
    border-right: 1px solid white !important;
    width: 40px;
    padding: 5px;
}

.fileBorderWidth100Padding {
    border-right: 1px solid #00000047 !important;
    width: 40%;
    padding: 5px;
}

.fileBorderPadding {
    border-right: 1px solid #00000047 !important;
    padding: 5px;
}

.fileCursorHeight {
    cursor: pointer;
    height: 40px;
}

.fileWidth40pxpadding {
    width: 40px;
    padding: 5px;
}

.fileFontsizeweightWidthPadd {
    font-weight: 600;
    font-size: 16px;
    width: 40%;
    padding: 5px;
}

.fileDisplayMarginRight {
    display: flex;
    margin-right: 5px;
}

.fileTxtAlign {
    text-align: left;
}

.filePadding10px {
    padding: 10px;
}

.fileWhiteSpace {
    white-space: nowrap;
}

.filePaddingDisAlign {
    padding: 10px 30px;
    display: flex;
    align-items: center;
}

.fileColorFont {
    color: #405f74 !important;
    font-size: 25px !important;
    font-weight: 600 !important;
    margin: 0px 10px;
}

.fileBackColorPadding {
    background-color: white;
    padding: 30px;
    min-height: 90vh;
}

.fileWidth50 {
    width: 50%;
}

.fileWidth100 {
    width: 100%;
}

.fileDisplayWidth {
    display: flex;
    width: 140%;
}

.fileBackMarginleft {
    background: transparent;
    margin-left: 5%;
}

.fileCursor {
    cursor: pointer;
}

.fileDisplayMargin {
    display: flex;
    margin-left: 20px;
}

.fileFileHeightMargin {
    font-size: 16px;
    height: fit-content;
    margin: auto 10px;
}

.fileColorHeightWidthFont {
    color: #f1f107;
    height: 32px;
    width: 32px;
    font-size: 32px;
}

.fileDisplayMargin15 {
    display: flex;
    margin-left: 15px;
}

.fileFontHeightMargin {
    font-size: 20px;
    height: fit-content;
    margin: auto 10px;
}

.fileWidthMarginLeft5 {
    width: 40%;
    margin-left: 5%;
}

.fileDisplayHeightWidth100 {
    display: inline-flex;
    height: 40px;
    width: 100%;
}

.filePaddingTop8px {
    padding-top: 8px;
}

.fileMargin2per {
    margin: 2%;
}

.fileDisplayMarginLeft {
    display: flex;
    margin-left: 5px;
}

.fileFontHeightMargin {
    font-size: 16px;
    height: fit-content;
    margin: auto 5px;
}

.fileDisplayMarginLeft10 {
    display: flex;
    margin-left: 10px;
}

.fileFontHeightMargin {
    font-size: 14px;
    height: fit-content;
    margin: auto 5px;
}

.fileMarginTop10px {
    margin-top: 10px;
}

.fileWidthMarginTop50px {
    width: 100%;
    margin-top: 50px;
}

.fileBorderPer {
    border: 1px solid #d7d7d7;
}

.fileHeightBackPer {
    height: 50px;
    background: #cfe3ee;
}

.fileWidth75 {
    width: 75%;
}

.fileWidth75DisplayN {
    width: 75%;
    display: none;
}

.fileBorderBlue {
    border: 1px solid #007bff !important;
}

.filePaddingDisplayAlign {
    padding: 10px 30px;
    display: flex;
    align-items: center;
}

.fileColorFontSizeWeightMargin {
    color: #405f74 !important;
    font-size: 25px !important;
    font-weight: 600 !important;
    margin: 0px 10px;
}

.fileBackgroundPaddingMinHeight {
    background-color: white;
    padding: 30px;
    min-height: 90vh;
}

.filePaddingDisplayAlignText {
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fileDisplayAlign {
    display: flex;
    align-items: center;
}

.fileBackgroundMargin {
    background-color: white;
    margin: 20px
}

.fileWidthMargin {
    width: 100%;
    margin-bottom: 20px;
}

.fileDisplayMarginAlign {
    display: flex;
    margin: 0px 10px;
    align-items: center;
}

.fileDisplayMargin010px {
    display: flex;
    margin: 0px 10px;
}

.fileMargin0 {
    margin: 0px;
}

.fileDisplayMargin30px {
    display: flex;
    margin-bottom: 30px;
}

.fileColorFontweight {
    color: gray;
    font-weight: 600;
}

.fileFloatColorFontCursor {
    float: right;
    color: Red;
    font-size: 24px;
    cursor: pointer;
}

.fileColorBackFontPadding {
    color: black;
    background-color: #9eeb9e;
    border-radius: 5px;
    font-weight: 400;
    padding: 2px;
}

.fileMarginTop50px {
    margin-top: 50px;
}

.fileMarginAuto5px {
    margin: auto 5px;
}

.fileWidtHeightBorder {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.fileWidthMarginleft {
    width: 17px;
    margin-left: 3px
}














/* FileExplorer - Ends */

/* Report - Starts */
.rptMar {
    margin-top: 7px !important;
}

.rptwid150 {
    width: 150px;
}

.rptMarleft {
    margin-left: 5px !important;
}

.rptDis {
    display: none;
}

.rptMinWidth160px {
    min-width: 160px !important;
}

.rptMinWidth114px {
    min-width: 114px !important;
}

.rptMinWidth120px {
    min-width: 120px !important;
}

.rptMinWidth130px {
    min-width: 130px !important;
}

.rptMinWidth140px {
    min-width: 140px !important;
}

.rptzInd {
    z-index: 3;
}

.rptTop {
    top: 38px !important;
}

.rptMarTop {
    margin-top: 7px !important;
}

.rptWisth52 {
    width: 52% !important;
}

.rptMarLeft5 {
    margin-left: 5px !important;
}

.rptMinWidth100px {
    width: 100px !important;
}

.rptMinWidth170px {
    width: 170px;
}

.rptMinWidth150px {
    width: 150px;
}

.rptMinWidth70px {
    width: 70px;
}

.rptMinWidth130px {
    width: 130px;
}

.rptFltWidth {
    float: left;
    width: -webkit-fill-available;
}

.rptHeight {
    height: 56px !important
}

.rptFnW800tSWF {
    font-size: 15px;
    font-weight: 800;
    font-family: sans-serif
}

.rptFnW600tSWF {
    font-size: 15px;
    font-weight: 600;
    font-family: sans-serif
}

.rptMarOverWidth {
    margin: 9px;
    overflow-x: scroll !important;
    width: 98% !important;
}

.rptOverFlow {
    overflow-y: scroll;
}

.rptFontWidth {
    font-size: 13px !important;
    width: 17px !important
}

.rptPddBorder {
    padding: 0px !important;
    border: 1px solid #323a42 !important;
    background-color: white
}

.rptHeight56 {
    height: 56px !important
}

.rptTXTWidth6 {
    text-align: left;
    width: 6% !important
}

.rptCPaddTextDec {
    cursor: pointer;
    padding: 10px;
    text-decoration: underline;
}

.rptTxtAlign {
    text-align: left
}

.rptFltWidthwebkit {
    float: left;
    width: -webkit-fill-available;
}

.rptMarWidth55 {
    margin: 9px;
    width: 55% !important
}

.rptBackColor {
    background-color: white !important;
}

.rptFontandColor1 {
    font-size: 12px;
    color: #52BE80;
}

.rptFontandColor2 {
    font-size: 12px;
    color: #EC7063;
}

.rptFontandColor3 {
    font-size: 12px;
    color: #3498DB;
}

.rptMarTop10 {
    margin-top: 10px !important;
}

.rptDisWidth100 {
    display: block;
    width: 100%;
}

/* Report - Ends */

.no-records {
    text-align: center;
    padding: 10px;
    font-size: 18px;
    color: black;
}

/* Enable scroll only on mobile */
@media (max-width: 768px) {
    .mobile-scroll {
        max-height: 80vh;
        /* ensures space for header/footer */
        overflow-y: auto;
        padding-right: 8px;
        /* avoid hiding content behind scrollbar */
    }

    .headingS {
        color: var(--dark-color);
        font-size: 20px;
        /* font-family: var(--font-family); */
        /* margin-left: 5px; */
        font-weight: bold;
        margin-top: -9px;
        margin-bottom: 9px;
    }

    .input-row {
        display: block;
        /* stack fields vertically for mobile */
    }

    mat-form-field {
        width: 100%;
    }
}

.md-drppicker .buttons {
    text-align: right !important;
    margin: 0 5px 5px 0 !important;
}

@media (max-width: 768px) {

   .md-drppicker .buttons {
    text-align: right !important;
    margin: 0 118px 5px 0 !important;
}
}