/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./src/styles.css?ngGlobalStyle ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
/* @import "@angular/material/prebuilt-themes/indigo-pink.css"; */

/* Variables for all colours are declared */
* {
    
--primary-color : #0E9587;
--primary-color-rgb: 51,91,144;
--faculty-color : #0274A8;
--faculty-color-opacity-5 : rgba(2,116,168,0.5);
--faculty-color-opacity-20 : rgba(2,116,168,0.20);
--faculty-color-opacity-8: rgba(2,116,168,0.8);
--faculty-color-opacity-10 : rgba(2,116,168,0.10);
--faculty-color-opacity-87 : rgba(2,116,168,0.87);
--faculty-color-opacity-1 : rgba(2, 116, 168,0.1);
--faculty-alert-color : rgb(46, 97, 80);
--faculty-alert-color-opacity-5 : rgba(46, 97, 80, 1);
--faculty-schedule-color : #743A7E;;
--faculty-schedule-color-opacity-5 : rgba(116,58,126,0.8);
--faculty-todo-color : rgb(147, 114, 16);
--faculty-todo-color-opacity-5 : rgb(147 , 114 , 16);
--faculty-query-color : hsl(0, 46%, 41%);
--faculty-query-color-opacity-5 : hsla(0, 46%, 41%, 0.8);
--faculty-query-color-opacity-05 : hsla(0, 46%, 65%, 0.05);
--student-color : #6C5E8E;
--student-color-opacity-5 : rgba(108,94,142,0.5);
--student-color-opacity-8 : rgba(45, 22, 104, 0.8);
--student-color-opacity-10 : rgba(108,94,142,0.10);
--student-alert-color : #6EA8CF;
--student-alert-color-opacity-5 : rgba(110,168,207,0.5);
--student-schedule-color : #4E9B98;
--student-schedule-color-opacity-5 : rgba(78,155,152,0.5);
/* --student-todo-color : #D2C586;
--student-todo-color-opacity-5 : rgba(210,197,134,0.5); */
--student-todo-color : #EECD7A;
--student-todo-color-opacity-5 : rgba(238,205,122,0.5);
--student-query-color : #CE7C7C;
--student-query-color-opacity-5 : rgba(206, 124, 124,0.5);
--student-query-color-opacity-05 : rgba(206, 124, 124,0.05);

--absent-color:#FF8080;
--present-color-staff-attendance:#E4E4E4;
--present-color : #E8ECF1;
--medical-color:#8DD95A;
--leave-color:#7B91FF;
--onduty-color : #A76DFF;
--exemption-color:#A76DFF;
/* --holiday-color:#F57979;
--event-color:#83A6CC;
--exam-color:#897FE8; */
--holiday-color-opacity:rgba(245,121,121,0.05);
--event-color-opacity:rgba(131,166,204,0.05);
--exam-color-opacity:rgba(137,127,232,0.05);
--image-dimension-color:#EC942F;
--attendance-color-0 : #FFFFFF;
--attendance-color-1 : #BB0000;
--attendance-color-2 : #F8BBD0;
--attendance-color-3 : #D1C4E9;
--attendance-color-4 : #BBDEFB;
--attendance-color-5 : #B2EBF2;
--attendance-color-6 : #C8E6C9;
--attendance-color-7 : #F0F4C3;
--attendance-color-8 : #FFECB3;
--attendance-color-9 : #FFCCBC;
--attendance-color-10 : #CFD8DC;
--attendance-color-11 : #D7CCC8;
--attendance-color-12 : #B617EE;
--attendance-color-13 : #E1BC00;
--attendance-color-14 : #FE3F3F;
--attendance-color-15 : #2B13FF;
--attendance-color-16 : #7E5C5C;
--attendance-color-17 : #FF814A;
--attendance-color-18 : #18E1C5;
--attendance-color-19 : #FF11C0;
--attendance-color-20 : #A76DFF;
--attendance-color-21 : #E8ECF1;
--attendance-color-22 : #7B91FF;
--attendance-color-23 : #70E292;


/*New Colors*/
--background-color-1 : #CDCDCD;   /*Color code for #707070 opacity 40%*/
--background-color-2 : #EEEEEE;      /*Color code for #EEEEEE opacity 75%*/
--background-color-3 : #FBFBFB;
--background-color-4 : #BCBCBC;
--background-color-5 : #707070;
--primary-background-color: #E0F1F0;
--header-text-color-1 : #212121;
--header-text-color-2 : #747474;
--primary-color-50: rgba(14,149,135,0.50);
--lecture-color : #7EABC8;
--tutorial-color : #4e342e;
--lab-color : #ad1457;
--project-color : #00838f;
--tutorial-color-opacity-40 :rgba(78, 52, 46,0.4);
--lab-color-opacity-40 : rgba(173, 20, 87,0.4);
--project-color-opacity-40 : rgba(0, 131, 143,0.4);

--academic-session-color: #3F49D9;
--academic-session-color-10: rgba(63,73,217,0.10);      /*Color code of #3F49D9 with opacity 10%*/
--daily-session-color: #17D8DF;
--daily-session-color-10: rgba(23,216,223,0.10);        /*Color code of #17D8DF with opacity 10%*/
--daily-session-color-30: rgba(23,216,223,0.30);        /*Color code of #17D8DF with opacity 30%*/
--event-color: #F2EC49;
--event-color-10: rgba(242,236,73,0.10);                /*Color code of #F2EC49 with opacity 10%*/
--exam-color: #DB6937;
--exam-color-10: rgba(219,105,55,0.10);                 /*Color code of #DB6937 with opacity 10%*/
--marks-entry-color: #EC4EE2;       
--marks-entry-color-10: rgba(236,78,226,0.10);          /*Color code of #EC4EE2 with opacity 10%*/
--result-declaration-color: #843E00;
--result-declaration-color-10: rgba(132,62,0,0.10);     /*Color code of #843E00 with opacity 10%*/
--holiday-color: #78EF34;
--holiday-color-10:rgba(120,239,52,0.10);               /*Color code of #78EF34 with opacity 10%*/
--weekly-day-pattern-color: #DF1796;
--weekly-day-pattern-color-10: rgba(223,23,150,0.10);   /*Color code of #DF1796 with opacity 10%*/
/* --focus-outline : auto #00feff !important;
--focus-outlineoffset : -1px !important; */
}

 /* html[screen-reader=on]{

 } */


@font-face{
    font-family: Roboto-Regular;
    src: url('Roboto-Regular.ttf');
}

@font-face{
    font-family: Roboto-Bold;
    src: url('Roboto-Bold.ttf');
}

@font-face{
    font-family: Roboto-Medium;
    src: url('Roboto-Medium.ttf');
}
@font-face{
    font-family: Roboto-Light;
    src: url('Roboto-Light.ttf');
}


/* html[screen-reader=on] */

/* for different font weights */
.bold{
    font-family: Roboto-Bold;
}

.medium{
    font-family: Roboto-Medium;
}
.light{
    font-family: Roboto-Light;
}

.normal{
    font-weight: 400 !important;
}

.regular{
    font-weight: 500 !important;
}


html body{
    -webkit-user-select: none;
            user-select: none;
} 

html[screen-reader=on]{
    --focus-outline : auto #00feff !important;
    --focus-outlineoffset : -1px !important;
}
html[screen-reader=off]{
    --focus-outline : none !important;
    --focus-outlineoffset : unset !important;
}

div:focus ,p:focus, span:focus , img:focus , .mat-select:focus , i:focus , button:focus , img:focus , label:focus, .single-setting:focus , li:focus,mat-error:focus, ls-menu-item:focus, ls-menu-group:focus , a:focus, nav:focus, ls-file-upload:focus , ls-highcharts:focus , rect:focus , img:focus {
    /* border: 3px solid yellow !important;
    border-top: 3px solid yellow !important; */
    outline: var(--focus-outline) !important;
    outline-offset: var(--focus-outlineoffset) !important;
}

*{
    font-family: Roboto-Regular;
    
}

app-staff-course-stack ls-custom-expansion-panel td-expansion-panel{
    margin: 0 5px;
}

app-rubrick{
    width: 100% !important;    
}

app-tutorial-group{
    height: 100%;
}
app-profile-chip{
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    z-index: 2; 
}

app-student-profile-chip{
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    z-index: 2; 
}

.serverError {
    background: #f1f1f1;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
}
.knowMoreLink{
    font-weight: bold;
    color:  rgba(79,178,173,1);
    cursor: pointer;
}

.mat-drawer-backdrop.mat-drawer-shown.hideOverlay{
    visibility: hidden;
}
app-staff-planner-home mat-sidenav,
mat-sidenav{
    box-shadow: 0 0 12px;
}


/* .h1{
    font-size : 16px !important;
    }
    
.h2{
    font-size : 13px !important;
    }
    
.h3{
    font-size: 12px !important;
    }
.h4 {
    font-size: 18px !important;
}
.h5{
    font-size: 14px !important;
}   
.h6{
    font-size: 11px !important;
}
.h7{
    font-size: 10px !important;    
}
.h8{
    font-size: 8px !important;
}
.h9{
    font-size: 9px !important;
}

.heading{
    font-size: 20px !important;
}
.heading1{
    font-size: 22px !important;
}
.heading2{
    font-size: 24px !important;
} */

html[selected-font-size=default]{
    --h1font: 16px;
    --h2font: 13px;
    --h3font: 12px;
    --h4font: 18px;
    --h5font: 14px;
    --h6font: 11px;
    --h7font: 10px;
    --h8font: 8px;
    --h9font: 9px;
    --headingfont:20px;
    --heading1font:22px;
    --heading2font:24px;
    /* --base-font-size: 1rem; */

    --f8Var: 8px;
    --f9Var: 9px;
    --f10Var: 10px;
    --f11Var: 11px;
    --f12Var: 12px;
    --f13Var: 13px;
    --f14Var: 14px;
    --f15Var: 15px;
    --f16Var: 16px;
    --f17Var: 17px;
    --f18Var: 18px;
    --f19Var: 19px;
    --f20Var: 20px;
    --f22Var: 22px;
    --f23Var: 23px;
    --f24Var: 24px;
    --f26Var: 26px;
    --f28Var: 28px;
    --f30Var: 30px;
    --f36Var: 36px;
 
}


html[selected-font-size=large]{
    --h1font: 17px;
    --h2font: 14px;
    --h3font: 13px;
    --h4font: 19px;
    --h5font: 15px;
    --h6font: 12px;
    --h7font: 11px;
    --h8font: 9px;
    --h9font: 10px;
    --headingfont:21px;
    --heading1font:23px;
    --heading2font:25px;
    /* --base-font-size: 1.2rem; */

    --f8Var: 9px;
    --f9Var: 10px;
    --f10Var: 11px;
    --f11Var: 12px;
    --f12Var: 13px;
    --f13Var: 14px;
    --f14Var: 15px;
    --f15Var: 16px;
    --f16Var: 17px;
    --f17Var: 18px;
    --f18Var: 19px;
    --f19Var: 20px;
    --f20Var: 21px;
    --f22Var: 23px;
    --f23Var: 24px;
    --f24Var: 25px;
    --f26Var: 27px;
    --f28Var: 29px;
    --f30Var: 31px;
    --f36Var: 37px;
  
}

html[selected-font-size=small]{
    --h1font: 15px;
    --h2font: 12px;
    --h3font: 11px;
    --h4font: 17px;
    --h5font: 13px;
    --h6font: 10px;
    --h7font: 9px;
    --h8font: 7px;
    --h9font: 8px;
    --headingfont:19px;
    --heading1font:21px;
    --heading2font:23px;
    /* --base-font-size: 0.9rem; */

    --f8Var: 7px;
    --f9Var: 8px;
    --f10Var: 9px;
    --f11Var: 10px;
    --f12Var: 11px;
    --f13Var: 12px;
    --f14Var: 13px;
    --f15Var: 14px;
    --f16Var: 15px;
    --f17Var: 18px;
    --f18Var: 17px;
    --f19Var: 18px;
    --f20Var: 19px;
    --f22Var: 21px;
    --f23Var: 24px;
    --f24Var: 23px;
    --f26Var: 25px;
    --f28Var: 27px;
    --f30Var: 29px;
    --f36Var: 35px;
  
}




.h1{
    font-size: var(--h1font) !important;
    transition: font-size 0.5s;
}
.h2{
    font-size: var(--h2font) !important;
    transition: font-size 0.5s;
}
.h3{
    font-size: var(--h3font) !important;
    transition: font-size 0.5s;
}
.h4{
    font-size: var(--h4font) !important;
    transition: font-size 0.5s;
}
.h5{
    font-size: var(--h5font) !important;
    transition: font-size 0.5s;
}
.h6{
    font-size: var(--h6font) !important;
    transition: font-size 0.5s;
}
.h7{
    font-size: var(--h7font) !important;
    transition: font-size 0.5s;
}
.h8{
    font-size: var(--h8font) !important;
    transition: font-size 0.5s;
}
.h9{
    font-size: var(--h9font) !important;
    transition: font-size 0.5s;
}
.heading{
    font-size: var(--headingfont) !important;
    transition: font-size 0.5s;
}
.heading1{
    font-size: var(--heading1font) !important;
    transition: font-size 0.5s;
}
.heading2{
    font-size: var(--heading2font) !important;
    transition: font-size 0.5s;
}
.no-data-text{
    font-size: 28px !important;
    /* color: rgba(0, 0, 0, 0.38) !important; */
    color: #4E504E !important;
    font-family: Roboto-Bold !important;
}

.primaryText{
    color: rgba(0,0,0,0.87) !important;
}

.secondaryText{
    color: rgba(0,0,0,0.56) !important;
}

.disabledText{
    color: rgba(0,0,0,0.38) !important;
}

.secondaryText1{
    color: rgba(0,0,0,0.7) !important;
}

.secondaryText2{
    color: rgba(0,0,0,0.20) !important;
}

.secondaryText3 {
    color: rgba(0,0,0,0.54) !important;
}
.secondaryText4 {
    color: rgba(0,0,0,0.36) !important;
}

.warn{
    color: #F91A1A !important;
}
.white{
    color: white !important;
}

.grey-color{
    color: #666666 !important;
}

.white-onHover :hover{
    color: white !important
}
.error-text .mat-mdc-form-field-hint{
    color: #F91A1A;
}
.hide{
    display: none !important;
}
/*for dialog errors */
/* .error-container{
    background-color: #F5F7F7;
    margin-left: -24px;
    margin-right: -24px;
    height:48px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.inner-error-text{
    padding-left: 24px;
    padding-right: 24px;
} */

.primary{
    color : var(--primary-color) !important;
}

.faculty-primary{
    color: var(--faculty-colorprimary) !important; 
}
.primary-background{
    background : var(--primary-color) !important;
}

.footer{
    position: absolute;
    bottom:30px;
    min-height: 56px;
    padding:0px 32px;
    right: 0;
}

.full-height{
    height: 100% !important;
}

.bolder{
    font-weight: bolder!important;
}

/* for svg icons */
.small-icon{
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    width: 1em;
    height: 1em;  
    line-height: 1;
    opacity: 0.54;
}

.large-icon{
    font-weight: normal;
    font-style: normal;
    font-size: 48px;
    display: inline-block;
    width: 1em;
    height: 1em;  
    line-height: 1;
    opacity: 0.54;
}

.micro-icon{
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    opacity: 0.54;
}

.import-label > p{
    color: #23A0D9; 
    cursor: pointer;
    font-size: 14px;
    margin:0px;
}

/* for icons inside lsng components  */
i{ 
    font-size:24px !important;
    opacity: 0.54;
    /*for no user selection */
    -webkit-touch-callout : none;
    -webkit-user-select : none;
    -o-user-select : none;
    user-select : none;
}

.tabTitle{
    /*for no user selection */
    -webkit-touch-callout : none;
    -webkit-user-select : none;
    -o-user-select : none;
    user-select : none;
}

ls-menu-group{
    opacity: 0.54;
}

/* for font-size of list items in menu component */
.mat-mdc-menu-item{
    font-size: 14px !important;
}

.mat-mdc-form-field{
    width: 100%!important;
}

.mat-form-field-placeholder{
    color: rgba(0,0,0,0.38)!important;
}

/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.mat-form-field-required-marker{
    color:#BBBBBB!important;
}

.mat-mdc-icon-button{
    font-size: 24px !important;
}

.mat-mdc-radio-button{
    padding-right: 16px;
}

.mat-mdc-checkbox{
    display:block;
    margin: 16px 0px 16px 0px;
}

/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
div .mat-mdc-checkbox-checked.mat-accent .mdc-checkbox__background{
    background-color: rgba(79,178,173,1)
}

.mat-mdc-select{
    width:50%;
}
/* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
.mat-mdc-select-trigger {
    font-size: 14px !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of input that may no longer apply for the MDC version. */
.mat-input-placeholder-wrapper{
    font-size: 14px !important;   
}

/* TODO(mdc-migration): The following rule targets internal classes of input that may no longer apply for the MDC version. */
.mat-input-wrapper{
    font-size: 14px !important;    
}

html .mat-mdc-snack-bar-action{
    color :  rgba(79,178,173,1);
    font-weight: bold;
    font-family: Roboto-Medium;
}

html .mat-mdc-simple-snack-bar{
    min-width: 320px;
    max-width: 450px;
    width: 100%;
    padding: 16px 0;
    border-radius: 2px;
    font-family: Roboto-Regular;
    display: inline-block;
    text-align: center;
}


html .mat-mdc-snack-bar-container{
    padding: 0px !important;
    margin-bottom: 5px !important;
}

/* for dialog max-height */
/* .dialog-height{
    max-height: calc(100% - 80px)!important;
    position: relative!important;
    left:8px;
    max-width: 592px!important;
} */

/* for dialog max-height assessment plan*/
/* .dialog-height-edit-assessment{
    max-height: calc(100% - 80px)!important;
    position: relative!important;
    left:8px;  
}

.dialog-height-edit-assessment .mdc-dialog__container{
    height: calc(100%)!important;
    padding: 0px !important;
}

.dialog-height .mdc-dialog__container{
    height: calc(100%)!important;
    padding: 0px !important;
} */

.drag-pointer{
    cursor: move;
}
/* for material icons */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(http://localhost:4200/material-icons/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
      local('MaterialIcons-Regular'),
      url('MaterialIcons-Regular.woff2') format('woff2'),
      url('MaterialIcons-Regular.woff') format('woff'),
      url('MaterialIcons-Regular.ttf') format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
  
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    font-feature-settings: 'liga';
    cursor: pointer;
}

/* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
.mat-mdc-radio-button.mat-accent.mat-mdc-radio-checked div.mdc-radio__outer-circle{
        border-color : var(--student-color) !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
.mat-mdc-radio-button.mat-accent.mat-mdc-radio-checked div.mdc-radio__inner-circle{
    background-color:  var(--student-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
.mat-mdc-radio-button.mat-accent.mat-mdc-radio-checked .mdc-radio__outer-circle{
    border-color : var(--student-color) !important;
}
/* to fix the height of section stacks */
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
.mat-mdc-tab-body.mat-tab-body-active{
    height: 350px;
}
/* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
.mat-mdc-radio-button.mat-accent .mdc-radio__inner-circle{
    background-color:  var(--student-color) !important;
}
/*to change opacity of the mask */
.mat-drawer-backdrop.mat-drawer-shown{
    background-color: rgba(0, 0, 0, 0.36) !important;
}

.inner-level-comments{
    margin-left:40px;
}

/*for dialogs */
.dialog-main-container{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 128px);
    padding: 0px 16px;
}

.dialog-header{
    padding:24px;
}

.dialog-content{
    padding-top: 12px;
}

.dialog-content-margin-top{
    margin-top: 12px;
    margin-bottom: 12px;
}

.dialog-button-content{
    padding-left:16px;
}

.dialog-content-row{
    margin-right: 24px;
}

.dialog-component-width {
    width:100%;
}

.color-grey{
    color: #BBBBBB;
}

.bg-color-lightgrey{
    background-color: #F9F9F9;
}

.cursor-pointer{
    cursor: pointer !important;
}

.no-cursor-pointer{
    cursor: default !important;
}

.link-color{
    color:#0091D3;
}

.link-width{
    margin-top: 6px;
    width: 160px;
}
.dialog-container{
    padding-bottom: 24px;
}

/* for header of center tiles */
.header{
    background-color: #F5F7F7;
    border-bottom:2px solid #CCCCCC;
    height:40px;
    padding: 0px 16px;
}

/* Button Styling for staff */

.s-button button{
    font-weight: bold;
}


/*******************************
ADMIN RELATED STYLES BEGIN
*******************************/
/* SCREEN */
.a-button button{
    font-family: Roboto-Medium;
}

/*******************************
ADMIN RELATED STYLES END
*******************************/
app-institute-structure {
    display: block;
    height: 100%;
}

.list-container td.table-column-data mat-checkbox {
    width: 48px!important;
    text-align: center!important;
}
 div.header-checkbox{
    width: 68px
}
.row-checkbox-select{
    padding-left: 16px;
}

app-page-not-found{
    height: 100%;
    display: block;
}
app-institute-structure {
    display: block;
    height: calc(100% - 90px);
    margin-top: 90px;
}
app-building-room-structure {
    display: inline-block;
    width: 100%;
    height: 100%;
}

button i{
    opacity: 1!important;
}
div#top-div{
    width : 100%
}

div{
    box-sizing: border-box;
}

*{
    -webkit-user-select: text;
            user-select: text;
}
/* img{ */
    /* -webkit-animation: imageLoad 0.5s normal forwards ease-in-out; */
    /* animation: imageLoad 0.5s normal forwards ease-in-out; */
/* } */

@keyframes imageLoad {
    from {
        filter: saturate(0);
        filter: brightness(0);      
        }
    to {
        filter: saturate(100%);
        filter: brightness(100%);
    }
}

.cursor-pointer{
    cursor: pointer;
}

.time-picker{
    position: relative;
    bottom: 4px
}

.primary-color{
    color : var(--primary-color) !important;
}
.no-text-overflow{
    white-space: nowrap !important;
    overflow-x: hidden !important;
    text-overflow: ellipsis !important;
}

ls-search-field > .fa.fa-close{
    display: none;
}

.primary-text-active{
    font-size: 13px;
    font-weight: 400;
    color : rgba(19,144,207,1);
}

.cursor-pointer{
    cursor: pointer;
}

.no-margin{
    margin:0px;
}

.single-row-dialog-item{
    max-height: 24px;
    min-height: 24px;
}

.single-row-dialog-item > p{
    max-height: 24px;
    min-height: 24px;
    line-height: 24px;
}

.dialog-content-margin-top > p{
    line-height: 24px;
}

.dialog-content-margin-top > div > ls-toggle{
    line-height: 24px;
}

.dialog-content-margin-top > ls-toggle{
    line-height: 24px;
}

/* rte styling starts*/
.mce-top-part::before{
    box-shadow: none !important;
    -webkit-box-shadow : none !important;
}

/* .mce-first{
    margin-left:-2px !important;
} */

/* rte styling ends*/

ls-menu-group  button{
    text-align: end !important;
}

/*for no user selection */
.no-user-select{
    -webkit-touch-callout : none;
    -webkit-user-select : none;
    -o-user-select : none;
    user-select : none !important;
}

/* breadcrumb */
.module-name-container{
    margin: 10px 0px 10px 10px;
    font-family: Roboto-Regular;
    font-size: 12px !important;
}

/**
Cursor colour in input fields
**/
.mat-mdc-input-element {
    caret-color: black !important;
}

/* customized scrollbar */
.ps__rail-y{
    width: 4px !important;
    background-color: #F1F1F1 !important;
}

.ps__thumb-y{
    width: 4px !important;
    background-color: var(--primary-color) !important;
}
.faculty-class .ps__thumb-y{
    width: 4px !important;
    background-color: var(--faculty-color) !important;
}

.ps__thumb-y:hover{
    width: 4px !important;
    background-color: var(--primary-color) !important;
}
.faculty-class .ps__thumb-y:hover{
    width: 4px !important;
    background-color: var(--faculty-color) !important;
}

.ps__rail-y:hover > .ps__thumb-y{
    width: 4px !important;
    background-color: var(--primary-color) !important;
}
.faculty-class .ps__rail-y:hover > .ps__thumb-y{
    width: 4px !important;
    background-color: var(--faculty-color) !important;
}
perfect-scrollbar > .ps.ps--active-y > .ps__rail-y{
    left: unset !important;
}

.ps__rail-x{
    height: 4px !important;
    background-color: #F1F1F1 !important;
}

.ps__thumb-x{
    height: 4px !important;
    background-color: var(--primary-color) !important;
}
.faculty-class .ps__thumb-x{
    height: 4px !important;
    background-color: var(--faculty-color) !important;
}

.ps__thumb-x:hover{
    height: 4px !important;
    background-color: var(--primary-color) !important;
}
.faculty-color .ps__thumb-x:hover{
    height: 4px !important;
    background-color: var(--faculty-color) !important;
}

.ps__rail-x:hover > .ps__thumb-x{
    height: 4px !important;
    background-color: var(--primary-color) !important;
}
perfect-scrollbar > .ps.ps--active-x > .ps__rail-x{
    left: unset !important;
}
/*to hide required marker*/
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.mat-form-field-required-marker{
    display: none !important;
}
/*to apply class on component selector ,see in alert component*/
.selector-class{
    height: 100%;
    width: 100%;
}

::-webkit-scrollbar{
    width : 3px;
    height : 3px;
}

::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb{
    background-color: var(--primary-color);
    outline:1px solid var(--primary-color);
}

ls-combo{
    min-width: 150px !important;
    width:100%;
}

.sticky-header{
    position: sticky;
    top:0;
    z-index: 3;
    background-color: #F5F7F7 !important;
}

.backdrop{
    /* background-color: white !important; */
    opacity: 0;
    padding: 4px !important;
}

/* .faculty-class for faculty portal
    .student-class for student portal
    .faculty-class.alert-class for alert in faculty portal
    .faculty-class.todo-class for todo in faculty portal
    .faculty-class.query-class for todo in faculty portal
    .faculty-class.schedule-class for schedule in faculty portal
    .student-class.alert-class for alert in student portal
    .student-class.todo-class for todo in student portal
    .faculty-class.query-class for todo in student portal
    .student-class.schedule-class for schedule in student portal
    .clickable-icon for material icon color change on hover
    .clickable-text for clickable text color change on hover
    .active-text for highlighted text color 

    */
/* for Date picker overlay*/
.faculty-class .mat-calendar-body-selected{
    background-color:var(--faculty-color) !important;
}
.student-class .mat-calendar-body-selected{
    background-color:var(--student-color) !important;
}
.faculty-class.alert-class .mat-calendar-body-selected{
    background-color:var(--faculty-alert-color) !important;
}
.student-class.alert-class .mat-calendar-body-selected{
    background-color:var(--student-alert-color) !important;
}
.faculty-class.todo-class .mat-calendar-body-selected{
    background-color:var(--faculty-todo-color) !important;
}
.student-class.todo-class .mat-calendar-body-selected{
    background-color:var(--student-todo-color) !important;
}
.faculty-class.query-class .mat-calendar-body-selected{
    background-color:var(--faculty-query-color) !important;
}
.student-class.query-class .mat-calendar-body-selected{
    background-color:var(--student-query-color) !important;
}
.faculty-class.schedule-class .mat-calendar-body-selected{
    background-color:var(--faculty-schedule-color) !important;
}
.student-class.schedule-class .mat-calendar-body-selected{
    background-color: var(--student-schedule-color) !important;
}
/* for Combo Overlay*/
/* TODO(mdc-migration): The following rule targets internal classes of option that may no longer apply for the MDC version. */
.faculty-class .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled){
    color:var(--faculty-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of option that may no longer apply for the MDC version. */
.student-class .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled){
    color:var(--student-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of option that may no longer apply for the MDC version. */
.faculty-class.alert-class .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled){
    color: var(--faculty-alert-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of option that may no longer apply for the MDC version. */
.student-class.alert-class .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled){
    color:var(--student-alert-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of option that may no longer apply for the MDC version. */
.faculty-class.todo-class .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled){
    color:var(--faculty-todo-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of option that may no longer apply for the MDC version. */
.student-class.todo-class .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled){
    color:var(--student-todo-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of option that may no longer apply for the MDC version. */
.faculty-class.query-class .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled){
    color:var(--faculty-query-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of option that may no longer apply for the MDC version. */
.student-class.query-class .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled){
    color:var(--student-query-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of option that may no longer apply for the MDC version. */
.faculty-class.schedule-class .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled){
    color:var(--faculty-schedule-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of option that may no longer apply for the MDC version. */
.student-class.schedule-class .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled){
    color:  var(--student-schedule-color) !important;
}
/* for ScrollBar Chrome*/
.faculty-class ::-webkit-scrollbar-thumb{
    background-color: var(--faculty-color);
    outline:1px solid var(--faculty-color);
}
.student-class ::-webkit-scrollbar-thumb{
    background-color: var(--student-color);
    outline:1px solid var(--student-color);
}
.faculty-class.alert-class ::-webkit-scrollbar-thumb{
    background-color: var(--faculty-alert-color);
    outline:1px solid var(--faculty-alert-color);
}
.student-class.alert-class ::-webkit-scrollbar-thumb{
    background-color: var(--student-alert-color);
    outline:1px solid var(--student-alert-color);
}
.faculty-class.todo-class ::-webkit-scrollbar-thumb{
    background-color: var(--faculty-todo-color);
    outline:1px solid var(--faculty-todo-color);
}
.student-class.todo-class ::-webkit-scrollbar-thumb{
    background-color: var(--student-todo-color);
    outline:1px solid var(--student-todo-color);
}
.faculty-class.query-class ::-webkit-scrollbar-thumb{
    background-color: var(--faculty-query-color);
    outline:1px solid var(--faculty-query-color);
}
.student-class.query-class ::-webkit-scrollbar-thumb{
    background-color: var(--student-query-color);
    outline:1px solid var(--student-query-color);
}
.faculty-class.schedule-class ::-webkit-scrollbar-thumb{
    background-color: var(--faculty-schedule-color);
    outline:1px solid var(--faculty-schedule-color);
}
.student-class.schedule-class ::-webkit-scrollbar-thumb{
    background-color: var(--student-schedule-color);
    outline:1px solid var(--student-schedule-color);
}
/* for Buttons*/

/*Mat-Raised Button common styles */
.mat-mdc-raised-button.mat-primary{
    border-radius:4px !important; 
    box-shadow: unset !important; 
}
.mat-mdc-raised-button {
    min-width: 88px !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
.mat-button-wrapper{
    font-family: Roboto-Medium !important;
}
.mat-mdc-raised-button.mat-primary:hover{
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12) !important;
}

/*Mat-flat Button common styles */
.mat-mdc-button{
    border-radius:4px !important; 
}

/*disable Button common styles */
.disable-button .mat-mdc-raised-button.mat-primary,.disable-button .mat-mdc-button{
    opacity: 0.36 !important;
    pointer-events: none;
}
ls-button.disable-button{
    pointer-events: none !important;
}

/*Save Button styles for admin,faculty,student*/
/* .primary-button .mat-raised-button.mat-primary{
    color:var(--primary-color) !important;
} */
.faculty-class .primary-button .mat-mdc-raised-button.mat-primary{
    color:var(--faculty-color) !important;
}
.student-class .primary-button .mat-mdc-raised-button.mat-primary{
    color:var(--student-color) !important;
}
.faculty-class.alert-class .primary-button .mat-mdc-raised-button.mat-primary{
    color:var(--faculty-alert-color) !important;
}
.student-class.alert-class .primary-button .mat-mdc-raised-button.mat-primary{
    color:var(--student-alert-color) !important;
}
.faculty-class.schedule-class .primary-button .mat-mdc-raised-button.mat-primary{
    color:var(--faculty-schedule-color) !important;
}
.student-class.schedule-class .primary-button .mat-mdc-raised-button.mat-primary{
    color:var(--student-schedule-color) !important;
}
.faculty-class.todo-class .primary-button .mat-mdc-raised-button.mat-primary{
    color:var(--faculty-todo-color) !important;
}
.student-class.todo-class .primary-button .mat-mdc-raised-button.mat-primary{
    color:var(--student-todo-color) !important;
}
.faculty-class.query-class .primary-button .mat-mdc-raised-button.mat-primary{
    color:var(--faculty-query-color) !important;
}
.student-class.query-class .primary-button .mat-mdc-raised-button.mat-primary{
    color:var(--student-query-color) !important;
}
/** On Hover*/
/* .primary-button .mat-raised-button.mat-primary:hover{
    background-color: var(--primary-color) !important;
} */
.faculty-class .primary-button .mat-mdc-raised-button.mat-primary:hover{
    background-color: var(--faculty-color) !important;
    color: white !important;
}
.student-class .primary-button .mat-mdc-raised-button.mat-primary:hover{
    background-color: var(--student-color) !important;
    color: white !important;
}
.faculty-class.alert-class .primary-button .mat-mdc-raised-button.mat-primary:hover{
    background-color: var(--faculty-alert-color) !important;
    color: white !important;
}
.student-class.alert-class .primary-button .mat-mdc-raised-button.mat-primary:hover{
    background-color: var(--student-alert-color) !important;
    color: white !important;
}
.faculty-class.schedule-class .primary-button .mat-mdc-raised-button.mat-primary:hover{
    background-color: var(--faculty-schedule-color) !important;
    color: white !important;
}
.student-class.schedule-class .primary-button .mat-mdc-raised-button.mat-primary:hover{
    background-color: var(--student-schedule-color) !important;
    color: white !important;
}
.faculty-class.todo-class .primary-button .mat-mdc-raised-button.mat-primary:hover{
    background-color: var(--faculty-todo-color) !important;
    color: white !important;
}
.student-class.todo-class .primary-button .mat-mdc-raised-button.mat-primary:hover{
    background-color: var(--student-todo-color) !important;
    color: white !important;
}
.faculty-class.query-class .primary-button .mat-mdc-raised-button.mat-primary:hover{
    background-color: var(--faculty-query-color) !important;
    color: white !important;
}
.student-class.query-class .primary-button .mat-mdc-raised-button.mat-primary:hover{
    background-color: var(--student-query-color) !important;
    color: white !important;
}

/*upload Button Styles for admin,faculty,student*/
/* .upload-button .mat-raised-button.mat-primary{
    background-color:var(--primary-color) !important;
} */
.faculty-class .upload-button .mat-mdc-raised-button.mat-primary{
    background-color:var(--faculty-color) !important;
}
.student-class .upload-button .mat-mdc-raised-button.mat-primary{
    background-color:var(--student-color) !important;
}
.faculty-class.alert-class .upload-button .mat-mdc-raised-button.mat-primary{
    background-color:var(--faculty-alert-color) !important;
}
.student-class.alert-class .upload-button .mat-mdc-raised-button.mat-primary{
    background-color:var(--student-alert-color) !important;
}
.faculty-class.schedule-class .upload-button .mat-mdc-raised-button.mat-primary{
    background-color:var(--faculty-schedule-color) !important;
}
.student-class.schedule-class .upload-button .mat-mdc-raised-button.mat-primary{
    background-color:var(--student-schedule-color) !important;
}
.faculty-class.todo-class .upload-button .mat-mdc-raised-button.mat-primary{
    background-color:var(--faculty-todo-color) !important;
}
.student-class.todo-class .upload-button .mat-mdc-raised-button.mat-primary{
    background-color:var(--student-todo-color) !important;
}
.faculty-class.query-class .upload-button .mat-mdc-raised-button.mat-primary{
    background-color:var(--faculty-query-color) !important;
}
.student-class.query-class .upload-button .mat-mdc-raised-button.mat-primary{
    background-color:var(--student-query-color) !important;
}

/*Action Button Styles for admin,faculty,student*/
/* .action-button .mat-raised-button.mat-primary{
    background-color: white!important;
    color:var(--primary-color) !important;
    border: 0.7px solid var(--primary-color) !important;
} */
.faculty-class .action-button .mat-mdc-raised-button.mat-primary{
    color:var(--faculty-color) !important;
    border: 0.7px solid var(--faculty-color) !important;
}
.student-class .action-button .mat-mdc-raised-button.mat-primary{
    color:var(--student-color) !important;
    border: 0.7px solid var(--student-color) !important;
}
.faculty-class.alert-class .action-button .mat-mdc-raised-button.mat-primary{
    color:var(--faculty-alert-color) !important;
    border: 0.7px solid var(--faculty-alert-color) !important;
}
.student-class.alert-class .action-button .mat-mdc-raised-button.mat-primary{
    color:var(--student-alert-color) !important;
    border: 0.7px solid var(--student-alert-color) !important;
}
.faculty-class.schedule-class .action-button .mat-mdc-raised-button.mat-primary{
    color:var(--faculty-schedule-color) !important;
    border: 0.7px solid var(--faculty-schedule-color) !important;
}
.student-class.schedule-class .action-button .mat-mdc-raised-button.mat-primary{
    color:var(--student-schedule-color) !important;
    border: 0.7px solid var(--student-schedule-color) !important;
}
.faculty-class.todo-class .action-button .mat-mdc-raised-button.mat-primary{
    color:var(--faculty-todo-color) !important;
    border: 0.7px solid var(--faculty-todo-color) !important;
}
.student-class.todo-class .action-button .mat-mdc-raised-button.mat-primary{
    color:var(--student-todo-color) !important;
    border: 0.7px solid var(--student-todo-color) !important;
}
.faculty-class.query-class .action-button .mat-mdc-raised-button.mat-primary{
    color:var(--faculty-query-color) !important;
    border: 0.7px solid var(--faculty-query-color) !important;
}
.student-class.query-class .action-button .mat-mdc-raised-button.mat-primary{
    color:var(--student-query-color) !important;
    border: 0.7px solid var(--student-query-color) !important;
}
/*onHover*/
/* .action-button .mat-raised-button.mat-primary:hover{
    background-color: var(--primary-color) !important;
    color: white !important
} */
.faculty-class .action-button .mat-mdc-raised-button.mat-primary:hover{
    background-color: var(--faculty-color) !important;
    color: white !important;
}
.student-class .action-button .mat-mdc-raised-button.mat-primary:hover{
    background-color: var(--student-color) !important;
    color: white !important;
}
.faculty-class.alert-class .action-button .mat-mdc-raised-button.mat-primary:hover{
    background-color: var(--faculty-alert-color) !important;
    color: white !important;
}
.student-class.alert-class .action-button .mat-mdc-raised-button.mat-primary:hover{
    background-color: var(--student-alert-color) !important;
    color: white !important;
}
.faculty-class.schedule-class .action-button .mat-mdc-raised-button.mat-primary:hover{
    background-color: var(--faculty-schedule-color) !important;
    color: white !important;
}
.student-class.schedule-class .action-button .mat-mdc-raised-button.mat-primary:hover{
    background-color: var(--student-schedule-color) !important;
    color: white !important;
}
.faculty-class.todo-class .action-button .mat-mdc-raised-button.mat-primary:hover{
    background-color: var(--faculty-todo-color) !important;
    color: white !important;
}
.student-class.todo-class .action-button .mat-mdc-raised-button.mat-primary:hover{
    background-color: var(--student-todo-color) !important;
    color: white !important;
}
.faculty-class.query-class .action-button .mat-mdc-raised-button.mat-primary:hover{
    background-color: var(--faculty-query-color) !important;
    color: white !important;
}
.student-class.query-class .action-button .mat-mdc-raised-button.mat-primary:hover{
    background-color: var(--student-query-color) !important;
    color: white !important;
}

/*Expansion Action Div styles for admin,faculty,student */
.expansion-action-div{
    border-radius:4px !important;
    padding-left:6px;
    background-color: white!important;
    color:var(--primary-color) !important;
    border: 0.5px solid var(--primary-color) !important;
    line-height: 24px !important;
}
.expansion-action-div i {
    margin-left: 6px !important;
    margin-right: 2px !important;
}
.faculty-class .expansion-action-div{
    color:var(--faculty-color) !important;
    border: 0.5px solid var(--faculty-color) !important;
}
.student-class .expansion-action-div{
    color:var(--student-color) !important;
    border: 0.5px solid var(--student-color) !important;
}
.faculty-class.alert-class .expansion-action-div{
    color:var(--faculty-alert-color) !important;
    border: 0.5px solid var(--faculty-alert-color) !important;
}
.student-class.alert-class .expansion-action-div{
    color:var(--student-alert-color) !important;
    border: 0.5px solid var(--student-alert-color) !important;
}
.faculty-class.schedule-class .expansion-action-div{
    color:var(--faculty-schedule-color) !important;
    border: 0.5px solid var(--faculty-schedule-color) !important;
}
.student-class.schedule-class .expansion-action-div{
    color:var(--student-schedule-color) !important;
    border: 0.5px solid var(--student-schedule-color) !important;
}
.faculty-class.todo-class .expansion-action-div{
    color:var(--faculty-todo-color) !important;
    border: 0.5px solid var(--faculty-todo-color) !important;
}
.student-class.todo-class .expansion-action-div{
    color:var(--student-todo-color) !important;
    border: 0.5px solid var(--student-todo-color) !important;
}
.faculty-class.query-class .expansion-action-div{
    color:var(--faculty-query-color) !important;
    border: 0.5px solid var(--faculty-query-color) !important;
}
.student-class.query-class .expansion-action-div{
    color:var(--student-query-color) !important;
    border: 0.5px solid var(--student-query-color) !important;
}
/*On Hover */
.expansion-action-div:hover{
    background-color: var(--primary-color) !important;
    color: white !important;
}
.expansion-action-div i:hover{
  opacity: 1 !important;
}
.faculty-class .expansion-action-div:hover{
    background-color: var(--faculty-color) !important;
    color: white !important;
}
.student-class .expansion-action-div:hover{
    background-color: var(--student-color) !important;
    color: white !important;
}
.faculty-class.alert-class .expansion-action-div:hover{
    background-color: var(--faculty-alert-color) !important;
    color: white !important;
}
.student-class.alert-class .expansion-action-div:hover{
    background-color: var(--student-alert-color) !important;
    color: white !important;
}
.faculty-class.schedule-class .expansion-action-div:hover{
    background-color: var(--faculty-schedule-color) !important;
    color: white !important;
}
.student-class.schedule-class .expansion-action-div:hover{
    background-color: var(--student-schedule-color) !important;
    color: white !important;
}
.faculty-class.todo-class .expansion-action-div:hover{
    background-color: var(--faculty-todo-color) !important;
    color: white !important;
}
.student-class.todo-class .expansion-action-div:hover{
    background-color: var(--student-todo-color) !important;
    color: white !important;
}
.faculty-class.query-class .expansion-action-div:hover{
    background-color: var(--faculty-query-color) !important;
    color: white !important;
}
.student-class.query-class .expansion-action-div:hover{
    background-color: var(--student-query-color) !important;
    color: white !important;
}


/* for combo underline and arrow*/
/* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
.faculty-class .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow{
    color: var(--faculty-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
.student-class .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow{
    color: var(--student-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
.faculty-class.alert-class .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow{
    color: var(--faculty-alert-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
.student-class.alert-class .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow{
    color: var(--student-alert-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
.faculty-class.todo-class .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow{
    color: var(--faculty-todo-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
.student-class.todo-class .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow{
    color: var(--student-todo-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
.faculty-class.query-class .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow{
    color: var(--faculty-query-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
.student-class.query-class .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow{
    color: var(--student-query-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
.faculty-class.schedule-class .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow{
    color: var(--faculty-schedule-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
.student-class.schedule-class .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow{
    color: var(--student-schedule-color) !important;
}

/* for radio-buttons*/
/* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
.faculty-class .mdc-radio__outer-circle{
    border-color: var(--faculty-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
.faculty-class .mdc-radio__inner-circle{
    background-color: var(--faculty-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
.student-class .mdc-radio__outer-circle{
    border-color: var(--student-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
.student-class .mdc-radio__inner-circle{
    background-color: var(--student-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
.faculty-class.alert-class .mdc-radio__outer-circle{
    border-color: var(--faculty-alert-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
.faculty-class.alert-class .mdc-radio__inner-circle{
    background-color: var(--faculty-alert-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
.student-class.alert-class .mdc-radio__outer-circle{
    border-color: var(--student-alert-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
.student-class.alert-class .mdc-radio__inner-circle{
    background-color: var(--student-alert-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
.faculty-class.todo-class .mdc-radio__outer-circle{
    border-color: var(--faculty-todo-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
.faculty-class.todo-class .mdc-radio__inner-circle{
    background-color: var(--faculty-todo-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
.student-class.todo-class .mdc-radio__outer-circle{
    border-color: var(--student-todo-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
.student-class.todo-class .mdc-radio__inner-circle{
    background-color: var(--student-todo-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
.faculty-class.query-class .mdc-radio__outer-circle{
    border-color: var(--faculty-query-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
.faculty-class.query-class .mdc-radio__inner-circle{
    background-color: var(--faculty-query-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
.student-class.query-class .mdc-radio__outer-circle{
    border-color: var(--student-query-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
.student-class.query-class .mdc-radio__inner-circle{
    background-color: var(--student-query-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
.faculty-class.schedule-class .mdc-radio__outer-circle{
    border-color: var(--faculty-schedule-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
.faculty-class.schedule-class .mdc-radio__inner-circle{
    background-color: var(--faculty-schedule-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
.student-class.schedule-class .mdc-radio__outer-circle{
    border-color: var(--student-schedule-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
.student-class.schedule-class .mdc-radio__inner-circle{
    background-color: var(--student-schedule-color) !important;
}
/* for tab */

.faculty-class .mat-mdc-tab-group.mat-primary .mdc-tab-indicator .mdc-tab-indicator__content--underline{
    background-color: var(--faculty-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
.faculty-class .mdc-tab--active{
    color: var(--faculty-color) !important;
}
.student-class .mat-mdc-tab-group.mat-primary .mdc-tab-indicator .mdc-tab-indicator__content--underline{
    background-color: var(--student-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
.student-class .mdc-tab--active{
    color: var(--student-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
.faculty-class .mat-mdc-tab:hover{
    color: var(--faculty-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
.student-class .mat-mdc-tab:hover{
    color: var(--student-color) !important;
}
/* for tab click option*/
.tab {
    height: 100%;
    width: 100%;
    line-height: 48px;
}
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
.mat-mdc-tab {
    padding: 0px !important;
}
/* for toggle */
/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version. */
.mat-mdc-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar{
    background-color: rgba(79,178,173,0.7) !important;    
}
/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version. */
.mat-mdc-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb{
    background-color: var(--primary-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version. */
.faculty-class .mat-mdc-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar{
    background-color: rgba(3, 169, 244, 0.7) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version. */
.faculty-class .mat-mdc-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb{
    background-color: var(--faculty-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version. */
.student-class .mat-mdc-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar{
    background-color: rgba(108, 94, 142, 0.733) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version. */
.student-class .mat-mdc-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb{
    background-color: var(--student-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version. */
.faculty-class.alert-class .mat-mdc-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar{
    background-color:rgba(74, 152, 127, 0.795) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version. */
.faculty-class.alert-class .mat-mdc-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb{
    background-color: var(--faculty-alert-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version. */
.student-class.alert-class .mat-mdc-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar{
    background-color: rgba(110, 168, 207, 0.849) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version. */
.student-class.alert-class .mat-mdc-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb{
    background-color: var(--student-alert-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version. */
.faculty-class.todo-class .mat-mdc-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar{
    background-color: rgba(238, 205, 122, 0.856) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version. */
.faculty-class.todo-class .mat-mdc-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb{
    background-color: var(--faculty-todo-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version. */
.student-class.todo-class .mat-mdc-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar{
    background-color: rgba(210, 197, 134, 0.89) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version. */
.student-class.todo-class .mat-mdc-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb{
    background-color: var(--student-todo-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version. */
.faculty-class.query-class .mat-mdc-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar{
    background-color: rgba(238, 205, 122, 0.856) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version. */
.faculty-class.query-class .mat-mdc-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb{
    background-color: var(--faculty-query-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version. */
.student-class.query-class .mat-mdc-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar{
    background-color: rgba(210, 197, 134, 0.89) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version. */
.student-class.query-class .mat-mdc-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb{
    background-color: var(--student-query-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version. */
.faculty-class.schedule-class .mat-mdc-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar{
    background-color: rgba(143,73,157, 0.9) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version. */
.faculty-class.schedule-class .mat-mdc-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb{
    background-color: var(--faculty-schedule-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version. */
.student-class.schedule-class .mat-mdc-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar{
    background-color: rgba(78, 155, 152, 0.9) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version. */
.student-class.schedule-class .mat-mdc-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb{
    background-color: var(--student-schedule-color) !important    
}
/* for text-field /spinner underline*/

/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.faculty-class .mat-form-field-ripple{
    background-color: var(--faculty-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.student-class .mat-form-field-ripple{
    background-color: var(--student-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.faculty-class.alert-class .mat-form-field-ripple{
    background-color: var(--faculty-alert-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.student-class.alert-class .mat-form-field-ripple{
    background-color: var(--student-alert-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.faculty-class.todo-class .mat-form-field-ripple{
    background-color: var(--faculty-todo-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.student-class.todo-class .mat-form-field-ripple{
    background-color: var(--student-todo-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.faculty-class.query-class .mat-form-field-ripple{
    background-color: var(--faculty-query-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.student-class.query-class .mat-form-field-ripple{
    background-color: var(--student-query-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.faculty-class.schedule-class .mat-form-field-ripple{
    background-color: var(--faculty-schedule-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.student-class.schedule-class .mat-form-field-ripple{
    background-color: var(--student-schedule-color) !important    
}

/*for spinner underline on hover*/
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.faculty-class ls-spinner .mat-input-wrapper:hover .mdc-line-ripple{
    background-color: var(--faculty-color) !important;
    height: 2px;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.student-class ls-spinner .mat-input-wrapper:hover .mdc-line-ripple{
    background-color: var(--student-color) !important;
    height: 2px;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.faculty-class.alert-class ls-spinner .mat-input-wrapper:hover .mdc-line-ripple{
    background-color: var(--faculty-alert-color) !important;
    height: 2px;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.student-class.alert-class ls-spinner .mat-input-wrapper:hover .mdc-line-ripple{
    background-color: var(--student-alert-color) !important;
    height: 2px;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.faculty-class.schedule-class ls-spinner .mat-input-wrapper:hover .mdc-line-ripple{
    background-color: var(--faculty-schedule-color) !important;
    height: 2px;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.student-class.schedule-class ls-spinner .mat-input-wrapper:hover .mdc-line-ripple{
    background-color: var(--student-schedule-color) !important;
    height: 2px;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.faculty-class.todo-class ls-spinner .mat-input-wrapper:hover .mdc-line-ripple{
    background-color: var(--faculty-todo-color) !important;
    height: 2px;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.student-class.todo-class ls-spinner .mat-input-wrapper:hover .mdc-line-ripple{
    background-color: var(--student-todo-color) !important;
    height: 2px;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.faculty-class.query-class ls-spinner .mat-input-wrapper:hover .mdc-line-ripple{
    background-color: var(--faculty-query-color) !important;
    height: 2px;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.student-class.query-class ls-spinner .mat-input-wrapper:hover .mdc-line-ripple{
    background-color: var(--student-query-color) !important;
    height: 2px;
}

/* progress-bar */
/* TODO(mdc-migration): The following rule targets internal classes of progress-bar that may no longer apply for the MDC version. */
.faculty-class .mat-progress-bar-fill::after{
    background-color: var(--faculty-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of progress-bar that may no longer apply for the MDC version. */
.student-class .mat-progress-bar-fill::after{
    background-color: var(--student-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of progress-bar that may no longer apply for the MDC version. */
.faculty-class.alert-class .mat-progress-bar-fill::after{
    background-color: var(--faculty-alert-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of progress-bar that may no longer apply for the MDC version. */
.student-class.alert-class .mat-progress-bar-fill::after{
    background-color: var(--student-alert-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of progress-bar that may no longer apply for the MDC version. */
.faculty-class.todo-class .mat-progress-bar-fill::after{
    background-color: var(--faculty-todo-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of progress-bar that may no longer apply for the MDC version. */
.student-class.todo-class .mat-progress-bar-fill::after{
    background-color: var(--student-todo-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of progress-bar that may no longer apply for the MDC version. */
.faculty-class.query-class .mat-progress-bar-fill::after{
    background-color: var(--faculty-query-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of progress-bar that may no longer apply for the MDC version. */
.student-class.query-class .mat-progress-bar-fill::after{
    background-color: var(--student-query-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of progress-bar that may no longer apply for the MDC version. */
.faculty-class.schedule-class .mat-progress-bar-fill::after{
    background-color: var(--faculty-schedule-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of progress-bar that may no longer apply for the MDC version. */
.student-class.schedule-class .mat-progress-bar-fill::after{
    background-color: var(--student-schedule-color) !important    
}
/* checkbox */
/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
div .mat-mdc-checkbox-checked.mat-accent .mdc-checkbox__background{
    background-color: var(--primary-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
.faculty-class div .mat-mdc-checkbox-checked.mat-accent .mdc-checkbox__background{
    background-color: var(--faculty-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
.student-class div .mat-mdc-checkbox-checked.mat-accent .mdc-checkbox__background{
    background-color: var(--student-color) !important;  
    border-color: var(--student-color) !important; 
}
/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
.faculty-class.alert-class div .mat-mdc-checkbox-checked.mat-accent .mdc-checkbox__background{
    background-color: var(--faculty-alert-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
.student-class.alert-class div .mat-mdc-checkbox-checked.mat-accent .mdc-checkbox__background{
    background-color: var(--student-alert-color) !important;   
    border-color: var(--student-alert-color) !important; 
}
/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
.faculty-class.todo-class div .mat-mdc-checkbox-checked.mat-accent .mdc-checkbox__background{
    background-color: var(--faculty-todo-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
.student-class.todo-class div .mat-mdc-checkbox-checked.mat-accent .mdc-checkbox__background{
    background-color: var(--student-todo-color) !important;
    border-color: var(--student-color) !important;    
}
/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
.faculty-class.query-class div .mat-mdc-checkbox-checked.mat-accent .mdc-checkbox__background{
    background-color: var(--faculty-query-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
.student-class.query-class div .mat-mdc-checkbox-checked.mat-accent .mdc-checkbox__background{
    background-color: var(--student-query-color) !important;    
    border-color: var(--student-query-color) !important;   
}
/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
.faculty-class.schedule-class div .mat-mdc-checkbox-checked.mat-accent .mdc-checkbox__background{
    background-color: var(--faculty-schedule-color) !important    
}
/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
.student-class.schedule-class div .mat-mdc-checkbox-checked.mat-accent .mdc-checkbox__background{
    background-color: var(--student-schedule-color) !important;   
    border-color: var(--student-schedule-color) !important;   
}
/* clickable text */
.clickable-text{
    color: rgba(0,0,0,0.56) !important    
}
.faculty-class .clickable-text:hover{
    color: var(--faculty-color) !important    
}
.student-class .clickable-text:hover{
    color: var(--student-color) !important    
}
.faculty-class.alert-class .clickable-text:hover{
    color: var(--faculty-alert-color) !important    
}
.student-class.alert-class .clickable-text:hover{
    color: var(--student-alert-color) !important    
}
.faculty-class.todo-class .clickable-text:hover{
    color: var(--faculty-todo-color) !important    
}
.student-class.todo-class .clickable-text:hover{
    color: var(--student-todo-color) !important    
}
.faculty-class.query-class .clickable-text:hover{
    color: var(--faculty-query-color) !important    
}
.student-class.query-class .clickable-text:hover{
    color: var(--student-query-color) !important    
}
.faculty-class.schedule-class .clickable-text:hover{
    color: var(--faculty-schedule-color) !important    
}
.student-class.schedule-class .clickable-text:hover{
    color: var(--student-schedule-color) !important    
}
/* active text */
.faculty-class .active-text{
    color: var(--faculty-color) !important    
}
.student-class .active-text{
    color: var(--student-color) !important    
}
.faculty-class.alert-class .active-text{
    color: var(--faculty-alert-color) !important    
}
.student-class.alert-class .active-text{
    color: var(--student-alert-color) !important    
}
.faculty-class.todo-class .active-text{
    color: var(--faculty-todo-color) !important    
}
.student-class.todo-class .active-text{
    color: var(--student-todo-color) !important    
}
.faculty-class.query-class .active-text{
    color: var(--faculty-query-color) !important    
}
.student-class.query-class .active-text{
    color: var(--student-query-color) !important    
}
.faculty-class.schedule-class .active-text{
    color: var(--faculty-schedule-color) !important    
}
.student-class.schedule-class .active-text{
    color: var(--student-schedule-color) !important    
}

/* active icon */
.faculty-class .active-icon{
    color: var(--faculty-color) !important    
}
.student-class .active-icon{
    color: var(--student-color) !important    
}
.faculty-class.alert-class .active-icon{
    color: var(--faculty-alert-color) !important    
}
.student-class.alert-class .active-icon{
    color: var(--student-alert-color) !important    
}
.faculty-class.todo-class .active-icon{
    color: var(--faculty-todo-color) !important    
}
.student-class.todo-class .active-icon{
    color: var(--student-todo-color) !important    
}
.faculty-class.query-class .active-icon{
    color: var(--faculty-query-color) !important    
}
.student-class.query-class .active-icon{
    color: var(--student-query-color) !important    
}
.faculty-class.schedule-class .active-icon{
    color: var(--faculty-schedule-color) !important    
}
.student-class.schedule-class .active-icon{
    color: var(--student-schedule-color) !important    
}

/* clickable-icon */
.clickable-icon{
    color: rgba(0,0,0,0.87) !important    
}
.clickable-icon:hover{
    color: var(--primary-color) !important;
    opacity: 1 !important;
}
.faculty-class .clickable-icon:hover{
    color: var(--faculty-color) !important;
    opacity: 1 !important;
}
.student-class .clickable-icon:hover{
    color: var(--student-color) !important;
    opacity: 1 !important;
}
.faculty-class.alert-class .clickable-icon:hover{
    color: var(--faculty-alert-color) !important;
    opacity: 1 !important;    
}
.student-class.alert-class .clickable-icon:hover{
    color: var(--student-alert-color) !important;
    opacity: 1 !important;    
}
.faculty-class.todo-class .clickable-icon:hover{
    color: var(--primary-color) !important;
    /* color: var(--faculty-todo-color) !important; */
    opacity: 1 !important;    
}
.student-class.todo-class .clickable-icon:hover{
    color: var(--primary-color) !important;
    opacity: 1 !important;    
}
.faculty-class.query-class .clickable-icon:hover{
    color: var(--faculty-query-color) !important;
    opacity: 1 !important;    
}
.student-class.query-class .clickable-icon:hover{
    color: var(--student-query-color) !important;
    opacity: 1 !important;    
}
.faculty-class.schedule-class .clickable-icon:hover{
    color: var(--faculty-schedule-color) !important;
    opacity: 1 !important;    
}
.student-class.schedule-class .clickable-icon:hover{
    color: var(--student-schedule-color) !important;
    opacity: 1 !important;    
}

/* For background color of selected element */
.selected-bg-color{
    background-color: var(--primary-color) !important;
    color: white !important;
}
.faculty-class .selected-bg-color{
    background-color: var(--faculty-color) !important;
    color: white !important;
}
.student-class .selected-bg-color{
    background-color: var(--student-color) !important;
    color: white !important;
}
.faculty-class.alert-class .selected-bg-color{
    background-color: var(--faculty-alert-color) !important;
    color: white !important;    
}
.student-class.alert-class .selected-bg-color{
    background-color: var(--student-alert-color) !important;
    color: white !important;    
}
.faculty-class.todo-class .selected-bg-color{
    background-color: var(--faculty-todo-color) !important;
    color: white !important;    
}
.student-class.todo-class .selected-bg-color{
    background-color: var(--student-todo-color) !important;
    color: white !important;    
}
.faculty-class.query-class .selected-bg-color{
    background-color: var(--faculty-query-color) !important;
    color: white !important;    
}
.student-class.query-class .selected-bg-color{
    background-color: var(--student-query-color) !important;
    color: white !important;    
}
.faculty-class.schedule-class .selected-bg-color{
    background-color: var(--faculty-schedule-color) !important;
    color: white !important;    
}
.student-class.schedule-class .selected-bg-color{
    background-color: var(--student-schedule-color) !important;
    color: white !important;    
}

.faculty-class .middle-panel-selected-bg-color{
    background-color: var(--faculty-color-opacity-8) !important;
    color: white !important;
}
.student-class .middle-panel-selected-bg-color{
    background-color: var(--student-color-opacity-8) !important;
    color: white !important;
}

/* Background color with opacity */
.faculty-class .bg-opacity1{
    background-color: rgba(2,116,168,0.1) !important;
}
.faculty-class .bg-opacity2{
    background-color: rgba(2,116,168,0.2) !important;
}
.faculty-class .bg-opacity02{
    background-color: rgba(2,116,168,0.02) !important;
}
.faculty-class .bg-opacity03{
    background-color: rgba(2,116,168,0.03) !important;
}
.faculty-class .bg-opacity05{
    background-color: rgba(2,116,168,0.05) !important;
}
.student-class .bg-opacity1{
    background-color: rgba(108,94,142,0.1) !important;
}
.student-class .bg-opacity2{
    background-color: rgba(108,94,142,0.2) !important;
}
.student-class .bg-opacity03{
    background-color: rgba(108,94,142,0.03) !important;
}
.student-class .bg-opacity05{
    background-color: rgba(108,94,142,0.05) !important;
}
.bg-opacity15{
    background-color: rgba(14, 149, 135, 0.15) !important;
}
.bg-opacity1{
    background-color: rgba(14, 149, 135, 0.1) !important;
}
.faculty-class.alert-class .bg-opacity{
    background-color: #f6faf8;
}
.student-class.alert-class .bg-opacity{
    background-color: #f8fffd;
}
.faculty-class.todo-class .bg-opacity{
    background-color: rgba(238, 205, 122,0.05);
}
.student-class.todo-class .bg-opacity{
    background-color: rgba(210, 197, 134,0.05);
}
.faculty-class.query-class .bg-opacity{
    background-color: rgba(238, 205, 122,0.05);
}
.student-class.query-class .bg-opacity{
    background-color: rgba(210, 197, 134,0.05);
}

/* For background       // opacity: 1;
                    // color: #0274A8;color of elements on hover*/
.onhover-bg-color:hover{
    background-color: var(--primary-color);
}
.faculty-class .onhover-bg-color:hover{
    background-color: var(--faculty-color) !important;
}
.student-class .onhover-bg-color:hover{
    background-color: var(--student-color) !important;
}
.faculty-class.alert-class .onhover-bg-color:hover{
    background-color: var(--faculty-alert-color) !important    
}
.student-class.alert-class .onhover-bg-color:hover{
    background-color: var(--student-alert-color) !important    
}
.faculty-class.todo-class .onhover-bg-color:hover{
    background-color: var(--faculty-todo-color) !important    
}
.student-class.todo-class .onhover-bg-color:hover{
    background-color: var(--student-todo-color) !important    
}
.faculty-class.query-class .onhover-bg-color:hover{
    background-color: var(--faculty-query-color) !important    
}
.student-class.query-class .onhover-bg-color:hover{
    background-color: var(--student-query-color) !important    
}
.faculty-class.schedule-class .onhover-bg-color:hover{
    background-color: var(--faculty-schedule-color) !important    
}
.student-class.schedule-class .onhover-bg-color:hover{
    background-color: var(--student-schedule-color) !important    
}

/* Border color*/
.faculty-class .border-color{
    border-color: var(--faculty-color) !important;
}
.student-class .border-color{
    border-color: var(--student-color) !important;
}
.faculty-class.alert-class .border-color{
    border-color: var(--faculty-alert-color) !important    
}
.student-class.alert-class .border-color{
    border-color: var(--student-alert-color) !important    
}
.faculty-class.todo-class .border-color{
    border-color: var(--faculty-todo-color) !important    
}
.student-class.todo-class .border-color{
    border-color: var(--student-todo-color) !important    
}
.faculty-class.query-class .border-color{
    border-color: var(--faculty-query-color) !important    
}
.student-class.query-class .border-color{
    border-color: var(--student-query-color) !important    
}
.faculty-class.schedule-class .border-color{
    border-color: var(--faculty-schedule-color) !important    
}
.student-class.schedule-class .border-color{
    border-color: var(--student-schedule-color) !important    
}

.academic-session-class .border-color{
    border-color: var(--academic-session-color);
}
.daily-session-class .border-color{
    border-color: var(--daily-session-color) !important;
}
.daily-session-border-color{
    border-color: var(--daily-session-color) !important;
}
.exam-class .border-color{
    border-color: var(--exam-color) !important;
}
.exam-border-color{
    border-color: var(--exam-color) !important;
}
.event-class .border-color{
    border-color: var(--event-color) !important;
}
.holiday-class .border-color{
    border-color: var(--holiday-color) !important;
}
.weekly-day-pattern-class .border-color{
    border-color: var(--weekly-day-pattern-color) !important;
}
.marks-entry-class .border-color{
    border-color: var(--marks-entry-color) !important;
}
.marks-entry-border-color{
    border-color: var(--marks-entry-color) !important;
}
.result-declaration-class .border-color{
    border-color: var(--result-declaration-color) !important;
}
.result-declaration-border-color{
    border-color: var(--result-declaration-color) !important;
}

/*Background color for Institute calendar with opacity 10%*/
.academic-session-class .bg-color-10{
    background-color: var(--academic-session-color-10) !important;
}
.daily-session-class .bg-color-10{
    background-color: var(--daily-session-color-10) !important;
}
.exam-class .bg-color-10{
    background-color: var(--exam-color-10) !important;
}
.event-class .bg-color-10{
    background-color: var(--event-color-10) !important;
}
.holiday-class .bg-color-10{
    background-color: var(--holiday-color-10) !important;
}
.weekly-day-pattern-class .bg-color-10{
    background-color: var(--weekly-day-pattern-color-10) !important;
}
.marks-entry-class .bg-color-10{
    background-color: var(--marks-entry-color-10) !important;
}
.result-declaration-class .bg-color-10{
    background-color: var(--result-declaration-color-10) !important;
}

/*without opacity*/
.academic-session-class .bg-color{
    background-color: var(--academic-session-color) !important;
}
.daily-session-class .bg-color{
    background-color: var(--daily-session-color) !important;
}
.exam-class .bg-color{
    background-color: var(--exam-color) !important;
}
.event-class .bg-color{
    background-color: var(--event-color) !important;
}
.holiday-class .bg-color{
    background-color: var(--holiday-color) !important;
}
.weekly-day-pattern-class .bg-color{
    background-color: var(--weekly-day-pattern-color) !important;
}
.marks-entry-class .bg-color{
    background-color: var(--marks-entry-color) !important;
}
.result-declaration-class .bg-color{
    background-color: var(--result-declaration-color) !important;
}



.faculty-class .gradescope-normal-button .ls-button{
    color: var(--faculty-color) !important; 
    border-color: var(--faculty-color) !important;
}
.faculty-class .gradescope-normal-button .ls-button:hover{
    color: white !important; 
    background-color: var(--faculty-color) !important;
}
.student-class .gradescope-normal-button .ls-button{
    color: var(--student-color) !important; 
    border-color: var(--student-color) !important;
}
.student-class .gradescope-normal-button .ls-button:hover{
    color: white !important; 
    background-color: var(--student-color) !important;
}

.faculty-class .gradescope-disable-button {
    pointer-events: none !important;
}
.student-class .gradescope-disable-button {
    pointer-events: none !important; 
}

.faculty-class .gradescope-disable-button .ls-button{
    border-color: rgba(0,0,0,0.20)!important;
    color:rgba(0,0,0,0.20)!important;
}
.student-class .gradescope-disable-button .ls-button{
    border-color: rgba(0,0,0,0.20)!important;
    color:rgba(0,0,0,0.20)!important;
}

.student-class .upload-file-button button{
    border-color: var(--student-color) !important;
}

.student-class .upload-file-button button:hover{
    background-color: var(--student-color) !important;
    color: white !important;
}

.faculty-class .upload-file-button button{
    border-color: var(--faculty-color) !important;
}

.faculty-class .upload-file-button button:hover{
    background-color: var(--faculty-color) !important;
    color: white !important;
}


/* image cropper range slider  */
.faculty-class .slider::-webkit-slider-thumb{
        background: var(--faculty-color) !important;
}
.faculty-class .slider::-moz-range-thumb{
    background: var(--faculty-color) !important;
}
.student-class .slider::-webkit-slider-thumb{
    background: var(--student-color) !important;
}
.student-class.slider::-moz-range-thumb{
    background: var(--student-color) !important;
}

/*  LSNG combo border color */
/* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
.faculty-class .process-mode .mat-mdc-form-field .mat-mdc-select-trigger {
    border-color: var(--faculty-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
.faculty-class .process-mode .mat-mdc-form-field  .mat-mdc-select-arrow-wrapper{
    border-color: var(--faculty-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
.student-class .process-mode .mat-mdc-form-field .mat-mdc-select-trigger {
    border-color: var(--student-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
.student-class .process-mode .mat-mdc-form-field  .mat-mdc-select-arrow-wrapper{
    border-color: var(--student-color) !important;
}

/*for multiple combo box checkbox */
.faculty-class .mat-primary .mat-pseudo-checkbox-checked, .mat-primary .mat-pseudo-checkbox-indeterminate{
background-color: var(--faculty-color)
}
.student-class .mat-primary .mat-pseudo-checkbox-checked, .mat-primary .mat-pseudo-checkbox-indeterminate{
    background-color: var(--student-color)
}

.faculty-class.alert-class .mat-primary .mat-pseudo-checkbox-checked, .mat-primary .mat-pseudo-checkbox-indeterminate{
    background-color: var(--faculty-alert-color)
}

.student-class.alert-class .mat-primary .mat-pseudo-checkbox-checked, .mat-primary .mat-pseudo-checkbox-indeterminate{
    background-color: var(--student-alert-color)
}
.faculty-class.todo-class .mat-primary .mat-pseudo-checkbox-checked, .mat-primary .mat-pseudo-checkbox-indeterminate{
    background-color: var(--faculty-todo-color)
}
        
.student-class.todo-class .mat-primary .mat-pseudo-checkbox-checked, .mat-primary .mat-pseudo-checkbox-indeterminate{
    background-color: var(--student-todo-color)
}
.faculty-class.query-class .mat-primary .mat-pseudo-checkbox-checked, .mat-primary .mat-pseudo-checkbox-indeterminate{
    background-color: var(--faculty-query-color)
}
        
.student-class.query-class .mat-primary .mat-pseudo-checkbox-checked, .mat-primary .mat-pseudo-checkbox-indeterminate{
    background-color: var(--student-query-color)
}
.faculty-class.schedule-class .mat-primary .mat-pseudo-checkbox-checked, .mat-primary .mat-pseudo-checkbox-indeterminate{
    background-color: var(--faculty-schedule-color)
}
                
.student-class.schedule-class .mat-primary .mat-pseudo-checkbox-checked, .mat-primary .mat-pseudo-checkbox-indeterminate{
    background-color: var(--student-schedule-color)
}

/** For ls-spinner icons **/
.faculty-class ls-spinner .material-icons:hover{
    color: var(--faculty-color);
} 
.student-class ls-spinner .material-icons:hover{
    color: var(--student-color);
} 
.faculty-class.alert-class ls-spinner .material-icons:hover{
    color: var(--faculty-alert-color);
} 
.student-class.alert-class ls-spinner .material-icons:hover{
    color: var(--student-alert-color);
} 
.faculty-class.schedule-class ls-spinner .material-icons:hover{
    color: var(--faculty-schedule-color);
} 
.student-class.schedule-class ls-spinner .material-icons:hover{
    color: var(--student-schedule-color);
} 
.faculty-class.todo-class ls-spinner .material-icons:hover{
    color: var(--faculty-todo-color);
} 
.student-class.todo-class ls-spinner .material-icons:hover{
    color: var(--student-todo-color);
} 
.faculty-class.query-class ls-spinner .material-icons:hover{
    color: var(--faculty-query-color);
} 
.student-class.query-class ls-spinner .material-icons:hover{
    color: var(--student-query-color);
} 

/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.mat-form-field-invalid .mat-form-field-ripple   {
    background-color: #F91A1A !important;
}   
.mat-mdc-option-multiple{
    background: none !important;    
}

/*ls-file-upload*/
ls-file-upload .border{
    border: 2px solid black;
}

/*ls-search-field*/
ls-search-field .close-button{
    background: #6B6B6B;
    height: unset !important;
    width: unset !important;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    top:20%;
    left:86%;
    bottom: 28px !important;
}

ls-search-field .cross{
    position: relative;
    bottom: 28px !important;    
    left:82% !important;    
}

ls-search-field .close-button:hover{
    background-color: #999;
}

ls-search-field .close-button:active{
    background: #777;
}

ls-search-field .tag{
    background: #e0e0e0 !important;
    padding:0 12px !important;
    border-radius: 32px !important;
    font-size: 12px !important;
    margin : 4px !important;
    display: inline-block !important;
    min-width: 125px !important;
    border: unset !important;
}

ls-search-field .tag:hover{
    background:#ccc;
}

ls-search-field #suggestion-container{
    border-bottom: unset !important;
    width: auto;
}
ls-search-field .cross-icon{
    color:white;
}
/**Progress Bar**/
/* TODO(mdc-migration): The following rule targets internal classes of progress-bar that may no longer apply for the MDC version. */
.mdc-linear-progress__buffer{
    background-color: #000000 !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of progress-bar that may no longer apply for the MDC version. */
.mat-progress-bar-fill::after{
    background-color: white !important;
}
.td-expansion-panel-header header {
    height: 100% !important;
}
.error-right-icon{
    font-size: 14px !important;
    margin-left: 16px;
    margin-right: 6px;
    color: #F91A1A;
    cursor: default !important;
}
.no-padding .mat-mdc-dialog-container{
    padding: 0px !important;
}
/* Dialog without box shadow */
.dialog-without-box-shadow .mat-mdc-dialog-container {
    box-shadow: none !important;
}
.dialog-outer-container .mat-mdc-dialog-container {
    width: 600px;
    min-height: 112px;
}

.dialog-outer-container-2 .mat-mdc-dialog-container {
    width: -moz-fit-content;
    width: fit-content;
    min-height: 120px;
    padding: 24px !important;
}

.failure-reason-dialog-outer-container .mat-mdc-dialog-container {
    width: 360px;
    min-height: 112px;
}
.view-disable{
    opacity: 0.38 !important;
    pointer-events: none !important;
}

.view-disable:hover{
    color: rgba(0,0,0,0.87) !important;
    pointer-events: none !important;
    cursor: default !important;
}
/* 
 * For disabling button by isViewOnly  directive
 */
.disable-button-on-viewOnly .mat-mdc-raised-button.mat-primary,.disable-button-on-viewOnly .mat-mdc-button{
    opacity: 0.36 !important;
    pointer-events: none;
}
ls-button.disable-button-on-viewOnly{
    pointer-events: none !important;
}
.disable-button-on-viewOnly .mat-mdc-raised-button,.disable-button-on-viewOnly .mat-mdc-button{
    opacity: 0.36 !important;
    pointer-events: none;
}
.canvas-class {
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%; 
}

.mat-select-content mat-option:nth-child(odd){
    background-color: var(--background-color-3);
    /* background-color: pink; */
}


/*Styling of tab*/
.active-tab{
    font-size: 12px !important;
    font-family: Roboto-Medium !important;
    border-bottom: 2px solid transparent !important;
    cursor: pointer;
    color: rgba(0,0,0,0.56) !important;
}
.active-tab:hover{
    color: var(--primary-color) !important;
}
.faculty-class .active-tab:hover{
    color: var(--faculty-color) !important;
}
.student-class .active-tab:hover{
    color: var(--student-color) !important;
}
.selected-tab{
    color: var(--primary-color) !important;
    font-family: Roboto-Medium !important;
    border-bottom: 2px solid var(--primary-color) !important;
}
.faculty-class .selected-tab{
    color: var(--faculty-color) !important;
    font-family: Roboto-Medium !important;
    border-bottom: 2px solid var(--faculty-color) !important;
}
.student-class .selected-tab{
    color: var(--student-color) !important;
    font-family: Roboto-Medium !important;
    border-bottom: 2px solid var(--student-color) !important;
}
.disabled-tab{
    color: rgba(0,0,0,0.2) !important;
    pointer-events: none !important;
    cursor: default !important;
}

.tab-separator{
    width: 1px !important;
    max-width: 1px !important;
    min-width: 1px !important;
    background-color: var(--background-color-5) !important;
}

/*combo styling*/
/* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
.inc-font-combo .mat-mdc-option, .inc-font-combo .mat-mdc-select-trigger {
    font-size: 16px !important;
}

.second-expansion-panel{
    padding-left: 18px;
    font-size: 14px !important;
    height: 42px !important;
    /* min-height: 42px !important; */
    margin-left: 44px;
    margin-bottom: 6px;
    margin-right: 6px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.16) !important;
    border-radius: 4px !important;
    border: 1px solid transparent !important;
}

.second-expansion-panel-selected{
    padding-left: 18px;
    font-size: 14px !important;
    height: 42px !important;
    /* min-height: 42px !important; */
    margin-bottom: 6px;
    margin-right: 6px;
    margin-left: 44px;
    border-radius: 4px !important;
    border: 1px solid var(--faculty-color) !important;
    border-color: var(--faculty-color) !important;
}

.third-expansion-panel{
    padding-left: 18px;
    font-size: 14px !important;
    /* height: 42px !important; */
    min-height: 42px !important;
    margin-left: 44px;
    margin-bottom: 6px;
    margin-right: 6px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.16) !important;
    border-radius: 4px !important;
    border: 1px solid transparent !important;
}

.third-expansion-panel-selected{
    padding-left: 18px;
    font-size: 14px !important;
    /* height: 42px !important; */
    min-height: 42px !important;
    margin-bottom: 6px;
    margin-right: 6px;
    margin-left: 44px;
    border-radius: 4px !important;
    border: 1px solid var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.mobile-todo .mat-mdc-dialog-container{
    padding: 0 !important;
}

html[screen-reader=on] * {
    --student-color : #574E74;
    --student-color-opacity-5 : rgba(108,94,142,1);
    --student-color-opacity-8 : rgba(45, 22, 104, 1);
    --student-color-opacity-10 : rgba(108,94,142,0.10);
    --student-alert-color : rgb(106, 170, 205);
    --student-alert-color-opacity-5 : rgb(106, 170, 205);
    --student-schedule-color : rgb(99, 179, 182);
    --student-schedule-color-opacity-5 : rgb(99, 179, 182);
    /* --student-todo-color : #D2C586;
    --student-todo-color-opacity-5 : rgba(210,197,134,0.5); */
    --student-todo-color : rgb(213, 198, 131);
    --student-todo-color-opacity-5 : rgb(213, 198, 131);
    --student-query-color : rgba(209, 136, 133 , 1);
    --student-query-color-opacity-5 : rgba(209, 136, 133 , 1);
    --student-query-color-opacity-05 : rgba(209, 136, 133 , 0.05);     
    }

@media screen and (max-width: 963px){
    .cdk-overlay-pane{
        max-width: calc(100% - 0px) !important;
    }

    .mobile-dialog{
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
    }

    #header.mb-email-header{
        z-index: 0 !important;
    }
}


/* // **************************************************************** New CSS As per Angular 17 ***********************************************************************************************/ 
.mdc-text-field--filled:not(.mdc-text-field--disabled) {
    background-color: unset !important;
}

/* // Manipulate background color on hover and focus V17 */
.mat-mdc-form-field-focus-overlay {
    background-color: transparent !important;
}

/* //for adjusting height of the al the fields */
/* .mat-mdc-form-field-flex { */
    /* // height: 38px; */
/* } */

/* for giving space for mat hint otherwise text below it will overlap */
.mat-mdc-form-field{
    padding-bottom: 1em;
}


/* //for adjusting height of the al the fields */
.mat-mdc-form-field-infix {
    min-height: 32px !important;
    width: 100% !important;
  }

/* // padding in combo adjusted */
.mdc-text-field {
    padding: 0px 4px !important;
}

/* //checkbox color adjustment */
/* .mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
} */

/* //checkbox color adjustment */
.mdc-checkbox .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark {
    color: white !important;
}

/* //radio button color adjust */
.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle {
    border-color: var(--student-color) !important;
}

/* //radio button color adjust */
.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle {
    border-color: var(--student-color) !important;
}


/* //button text wrap issue */
.mdc-button__label {
    white-space: nowrap;
}


/* //for textfield font */
.mat-mdc-input-element {
    font-size: var(--f14Var);
    font-family: Roboto-Medium !important;
    color: #000;

}

/* //background of select combo value */
.mat-mdc-option:focus.mdc-list-item,
.mat-mdc-option.mat-mdc-option-active.mdc-list-item {
    background: rgba(var(--button-color-rgb), 0.5) !important;
}

/* //for hiding the checkbox shown in new combo design */
.mat-primary .mat-pseudo-checkbox-checked {
    display: none;
}

/* //text color of selected combo value */
.mat-mdc-option .mdc-list-item__primary-text{
    color: inherit !important;
}


/* //font weight of radio option */
.mdc-label {
    font-size: var(--f14Var);
    font-family: Roboto-Medium;
    color: #000;

}

/* // ----------- */
/* //for under in textfield color */
.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
    border-bottom-color: var(--student-color) !important;
}


/* //for pagination color adjustment  */
.pagination-next,
.pagination-previous {
    background-color: var(--student-color);
    /* //  a:hover {
    //     background:var(--primary-color) !important;
    // } */
}

/* //for pagination color adjustment  */
.ngx-pagination .disabled:hover {
    background: var(--student-color) !important;
}

/* //for pagination color adjustment  */
.ngx-pagination .current {
    background: white !important; 
    color: var(--student-color) !important;
    
}
/* //radio button padding adjustment */
ls-radio{
    .mat-mdc-radio-button {
        padding-right: 0px !important;
    }
    
    .mdc-radio{
            padding: 0px !important;
    }
}




/* //for font of overall project */
html body {
    font-size: 14px;
}

/* // toggle color adjustment */
.mdc-switch:enabled .mdc-switch__track::after {
    background: var(--student-color-opacity-5) !important;
}

/* //toggle color adjustment */
.mdc-switch.mdc-switch--selected:enabled .mdc-switch__handle::after {
    background: var(--student-color) !important;
}

ls-text-field{
    /* //for text adjustment of text field */
    .mat-mdc-form-field-infix{
        padding-top: 1.4375em !important;
        padding-bottom: 0.4375em !important;
    }
    /* //to alight the text of text field horizontalty */
    .mat-mdc-form-field-flex{
    /* display: unset !important; */
    }

    /* .mat-mdc-floating-label {
        top: 27px !important ;
    } */

    .mat-mdc-form-field-infix:has(label ){
        padding-top: 1.4em !important; 
         padding-bottom: 6px !important;
    }

    /* to adjust floating label above value */
    .mdc-floating-label--float-above{
        padding-bottom: 4px;
        color: rgba(0, 0, 0, 0.38) !important;
    }

    /* for suffix adjustment */
    .mat-mdc-form-field-icon-suffix{
        padding: 16px 0 0 0;
        white-space: nowrap;
        flex: none;
        position: relative;
    }

    
}

.mdc-text-field--filled.mdc-text-field--disabled {
    background-color:unset !important;
}

/* //for changing mat-hint font size */
.error-bottom .mat-mdc-form-field-hint {
    font-size: var(--f12Var) !important;
}


/* // to fit the width of ls-combo option */
.cdk-overlay-pane:has(.mat-mdc-select-panel) { min-width: -moz-fit-content; min-width: fit-content; }


ls-date-picker{
    /* //to adjust the calender icon in datepicker */
    .mat-mdc-icon-button.mat-mdc-button-base {
    padding: 0px 0px 0px 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .mat-mdc-form-field-infix{
        padding-top: 1.5em !important;
        padding-bottom: 0.4375em !important;
    }
  
    .mat-mdc-form-field-icon-suffix{
        width: 32px;
        padding-top: 12px;
    }
    .mat-mdc-icon-button.mat-mdc-button-base {
        width: 32px;
        height: 32px;
    }

    /* for without floatlabel */
    /* .mdc-text-field--no-label .mat-mdc-form-field-infix{
        padding-top: 1.4375em !important;
   } */

       /* to adjust floating label above value */
       .mdc-floating-label--float-above{
        padding-bottom: 4px;
        color: rgba(0, 0, 0, 0.38) !important;
    }

  
    
}
app-time-picker{
    .mdc-text-field--no-label .mat-mdc-form-field-infix{
        padding-top: 0.4375em !important;
        padding-bottom: 0.4375em !important;
    }



}
ls-spinner{
    .mdc-text-field--no-label .mat-mdc-form-field-infix{
        display: flex;    
    }

}

/* //to hide check box in am/pm panel time-picker------------------- */
.mat-mdc-autocomplete-panel .mat-pseudo-checkbox{
      display: none !important;
 } 
/* //time picker panel width */
.cdk-overlay-pane:has(.mat-mdc-autocomplete-panel) {
    width: unset !important;
}
/* //time picker and combo selected background color */
.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled):not(.mat-mdc-option-multiple){
    background: rgba(0, 0, 0, 0.12) !important;
}
/* // ---------------------------------------------------------------------- */

ls-combo{
    .mdc-text-field--no-label .mat-mdc-form-field-infix{
        padding-top: 5px !important;
        padding-bottom: 0px !important;
    }
    .mat-mdc-select-placeholder{
        font-family: Roboto-Regular !important;
    }

/* // for setting the min with of combo
    // .mat-mdc-form-field{
    //     min-width: 60px;
    // } */

    .mat-mdc-form-field-infix {
        width: 180px !important;
        border-top: none !important;
    }

    .mat-mdc-form-field{
        padding: 0px;
    }
    
    .mat-mdc-form-field.mat-focused .mat-mdc-select-arrow{
        color: var(--student-color);
    }
    
    .mat-mdc-select-arrow{
        color: var(--student-color);
    }
}

::ng-deep .mdc-list-item--selected.mdc-list-item__primary-text {
    color:var(--student-color) !important;
}

/* // to adjjust style of mat-hint error horizontaly */
.mat-mdc-form-field-hint-wrapper{
    padding: 0px !important;
}

/* //to adjust styling of snackbar */
html .mat-mdc-simple-snack-bar{
display: flex;
}
/* //to adjust styling of snackbar */
html .mat-mdc-snack-bar-action {
    color: rgb(79, 178, 173)!important;
}

/* //ls-button styling */
ls-button{
    .mdc-button__label {
        font-family: Roboto-Medium !important;
        font-size: var(--f14Var);
    }

    .mat-mdc-raised-button{
        height: unset !important;
    }

    /* //faced problem in degree curriculam  */
    .mdc-button__label{
    z-index: auto !important;
    }
}
/* //to chnage the placeholder of text area */
textarea::placeholder { font-family: 'Roboto-Regular'!important; }

/* //to chnage the font family of date-picker */
input::placeholder { font-family: 'Roboto-Regular'!important;  }


/* //to remove or decrease the height of mat hint for all lsng components */
.mat-mdc-form-field-bottom-align::before{
    height: unset !important;
    content: unset !important;
}

/* //to remove left and right padding speacialy from campus structure panels */
ls-custom-expansion-panel{
    header{
        width: 100%;
        /* padding-left: 10px; */
    }
    .mat-expansion-panel-header{
        padding:0px 10px 0px 10px !important;

        .mat-content{
            height: 100%;
        }
    }

    span.mat-expansion-indicator{
        display: none;
        /* margin-right: 10px; */
    }

    .mat-expansion-panel-header:has(label){

        span.mat-expansion-indicator{
          display: flex;
          }

        label{
        display: flex;
        align-items: center;
        /* padding-left: 10px; */
        }
    }



    .mat-expansion-panel-body{
        padding: 0px;
    }
}

ls-textarea,ls-spinner{
    .mat-mdc-form-field-infix{
        padding: 0px !important;
    }
}

 /* when we want to use menu group inside ls-button */
ls-button {
    ls-menu-group{
        position: absolute;
        z-index: 1;
    }
}

ls-checkbox{

    input{
        height:16px !important;
        width: 16px !important;
    }

    .mat-mdc-checkbox-touch-target{
        height: 16px;
        width: 16px;
    }

    .mdc-checkbox .mdc-checkbox__background{
        top: 0px;
        left: 0px;
    }

    .mdc-checkbox{
        padding: 0px; 
    }

    .mat-mdc-checkbox  {
        margin: 10px 5px 10px 5px;
    }
       
    
}


mat-dialog-container{
    /* used for open dialog box */
    .mdc-dialog__container{
    min-width: unset !important;
    max-width: unset !important;
    width: 100%;
}
    .mat-mdc-dialog-surface{
        padding: 10px !important;
    }
    
}

ls-menu-group{
    .mat-mdc-icon-button.mat-mdc-button-base{
        padding: 6px !important;
    }
}

ls-search-field{
    #suggestion-container{
        input{
            outline: unset;
        }
        
    }
   
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./src/classroom-styles.css?ngGlobalStyle ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
/* Variables for all colours are declared */
* {
    --primary-color : #0E9587;
    --faculty-color : #005E8A;
    --faculty-alert-color : #3A7865;
    --faculty-schedule-color : #8F499D;
    --faculty-todo-color : #EECD7A;
    --student-color : #6C5E8E;
    --student-alert-color : #6EA8CF;
    --student-schedule-color : #4E9B98;
    --student-todo-color : #D2C586;
    --absent-color:#FF8080;
    --present-color-staff-attendance:#E4E4E4;
    --present-color : #E8ECF1;
    --medical-color:#8DD95A;
    --leave-color:#7B91FF;
    --onduty-color : #A76DFF;
    --exemption-color:#A76DFF;
    --holiday-color:#F57979;
    --event-color:#83A6CC;
    --exam-color:#897FE8;
    --holiday-color-opacity:rgba(245,121,121,0.05);
    --event-color-opacity:rgba(131,166,204,0.05);
    --exam-color-opacity:rgba(137,127,232,0.05);
    --image-dimension-color:#EC942F;
}

/* expansion-panel css */
.mat-expansion-panel:not([class*=mat-elevation-z]){
    box-shadow:  0px 1px 4px rgba(0,0,0,0.20) !important;
    border-radius: 4px;
    margin-bottom: 10px;
}

.mat-expansion-panel-header{
    padding: 0 16px !important;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.20) !important;
    font-size: 16px;
    font-family: Roboto-Medium,"Helvetica Neue",sans-serif;
    height: 48px !important;
    max-height: 48px !important;
}

.mat-expansion-panel-header.mat-expanded{
    box-shadow: 0px 1px 3px rgba(0,0,0,0.16) !important;
}
span.mat-expansion-indicator{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
    margin: 0 4px;
    color: rgba(0,0,0,0.54);
    border-radius: 5px;
}
span.mat-expansion-indicator::after{
    display: none;
}
.reverse-layout .mat-expansion-panel-header{
    flex-direction: row-reverse !important;
}
.reverse-layout span.mat-expansion-indicator{
    margin-right: 16px;
}
.sub-level-1-expansion-panel .mat-expansion-panel-header{
    height: 42px !important;
    max-height: 42px !important;
}
.sub-level-1-expansion-panel .mat-expansion-panel:not([class*=mat-elevation-z]){
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px !important;
}
.sub-level-2-expansion-panel .mat-expansion-panel-header{
    height: 38px !important;
    max-height: 38px !important;
    font-size: 14px;
    font-family: Roboto-Regular,"Helvetica Neue",sans-serif !important;
}
.sub-level-2-expansion-panel .mat-expansion-panel:not([class*=mat-elevation-z]){
    margin-bottom: 4px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 4px !important;
}

/* custom-expansion panel */
.td-expansion-panel{
    margin-bottom: 10px;
}
.td-expansion-panel-header{
    padding: 0 16px !important;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.20) !important;
    font-size: 16px;
    font-family: Roboto-Medium,"Helvetica Neue",sans-serif;
    height: 48px !important;
    max-height: 48px !important;
    border-radius: 4px !important;
}
.td-expansion-panel-header-content{
    height: 100% !important;
    padding: 0 !important;
}
td-expansion-panel.td-expansion-panel.td-expanded > .td-expansion-panel-header{
    box-shadow: 0px 1px 3px rgba(0,0,0,0.16) !important;
    border-radius: 4px 4px 0px 0px !important;
}
td-expansion-panel.td-expansion-panel.td-expanded{
    box-shadow: 0px 1px 4px rgba(0,0,0,0.20) !important;
    border-radius: 4px !important;
}
.sub-level-1-expansion-panel .td-expansion-panel{
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px !important;
}
.sub-level-1-expansion-panel .td-expansion-panel-header{
    height: 42px !important;
    max-height: 42px !important;
}
.sub-level-2-expansion-panel .td-expansion-panel{
    margin-bottom: 4px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 4px !important;
}
.sub-level-2-expansion-panel .td-expansion-panel-header{
    height: 38px !important;
    max-height: 38px !important;
    font-size: 14px !important;
    font-family: Roboto-Regular,"Helvetica Neue",sans-serif !important;
}

/* tab-panel css */
.mat-mdc-tab-header{
    box-shadow: 0 1px 2px rgba(0,0,0,0.30) !important;
    border-bottom: none !important;
}   
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
.mat-mdc-tab{
    opacity: 1 !important;
    color: rgba(0,0,0,0.56) !important;
    font-family: Roboto-Medium,"Helvetica Neue",sans-serif !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
.mat-mdc-tab .tabTitle{
    font-family: Roboto-Medium,"Helvetica Neue",sans-serif !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
.mat-mdc-tab:hover{
    color: var(--primary-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
.mat-tab--active{
    color: var(--primary-color) !important;
}
.mat-mdc-tab-group.mat-primary .mdc-tab-indicator .mdc-tab-indicator__content--underline{
    background-color: var(--primary-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
.mat-mdc-tab.mat-tab-disabled{
    color: inherit !important;
    opacity: 0.20 !important;
}

/* combo css */
.mat-mdc-select-panel{
    /* max-width: fit-content !important; */
    max-width: 100% !important;
}
.mat-mdc-option{
    height: 40px !important;
    font-size: 14px !important;
    line-height: 40px !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
.mat-mdc-select-trigger {
    font-size: 14px !important;
    /* color: rgba(0,0,0,0.36); */
}
/* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
.mat-select-placeholder.mat-floating-placeholder{
    color: rgba(0,0,0,0.56);
}
.mat-mdc-select-panel:not([class*=mat-elevation-z]){
    border-radius: 0 0 4px 4px;
}
.mat-mdc-select-panel:not([class*=mat-elevation-z]), .mat-mdc-select-panel{
    position: relative;
    /* top: 44px; */
    box-shadow: 0 9px 13px rgba(0,0,0,0.26) !important;
}
.mat-mdc-select{
    position: relative;
}
/* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
.mat-mdc-select-arrow{
    border-radius: 5px;
}
/* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
.mat-select-content{
    margin-bottom: 4px;
}
/* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
.no-float-hint .mat-select-placeholder.mat-floating-placeholder{
    opacity: 0 !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.no-float-hint .mat-mdc-floating-label:not(.mat-form-field-empty){
    display: none !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
ls-combo.no-float-hint .mat-form-field-can-float.mat-form-field-should-float .mat-mdc-floating-label{
    display: none !important;
}

/* multiple-select-combo */
.mat-mdc-option-multiple {
    margin-bottom: 2px !important;
}
/* .mat-pseudo-checkbox-checked::after{
    top: 2px !important;
    left: 3px !important;
    width: 8px !important;
    height: 6px !important;
} */
.mat-pseudo-checkbox{
    width: 16px !important;
    height: 16px !important;
    margin-right: 12px !important;
    border-radius: 4px !important;
}
.mat-mdc-option-multiple{
    padding: 0 12px !important;
}

/* overflow-menu */
.mat-mdc-menu-panel.mat-elevation-z2{
    box-shadow: 0 9px 13px rgba(0,0,0,0.26) !important;
}
.mat-mdc-menu-panel{
    border-radius: 4px !important;
}
.mat-mdc-menu-item{
    height: 40px !important;
    line-height: 40px !important;
    font-size: 14px !important;
}

/* checkbox */
/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
.mdc-checkbox__checkmark, .mdc-checkbox__background{
    border-radius: 4px !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
.mat-checkbox-inner-container{
    height: 16px !important;
    width: 16px !important;
    margin-left: 4px !important;
    margin-right: 4px !important;
}

/* spinner */
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
ls-spinner .mat-mdc-form-field-text-suffix, ls-spinner .mat-mdc-form-field-text-prefix {
    margin-bottom: 4px;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
ls-spinner .mat-focused.mdc-line-ripple{
    height: 2px;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
ls-spinner .mat-input-wrapper:hover .mdc-line-ripple{
    background-color: var(--primary-color) !important;
    height: 2px;
}
ls-spinner .material-icons:hover{
    color: var(--primary-color);
} 
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
ls-spinner .mat-form-field-ripple{
    background-color: var(--primary-color) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
ls-spinner .mdc-line-ripple.mat-disabled{
    border: 1px solid rgba(0,0,0,0.20);
    background: none !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of input that may no longer apply for the MDC version. */
ls-spinner .disable .mat-input-wrapper{
    pointer-events: none;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
ls-spinner .disable .mat-mdc-form-field-text-prefix, ls-spinner .disable .mat-mdc-form-field-text-suffix{
    opacity: 0.20;
}
ls-spinner .mat-mdc-input-element:disabled{
    color: rgba(0,0,0,0.20);
}
ls-spinner .disable-icon{
    opacity: 0.20;
    pointer-events: none;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
ls-spinner .disable-icon .mat-mdc-form-field-text-prefix:hover, ls-spinner .disable-icon .mat-mdc-form-field-text-suffix:hover .mdc-line-ripple{
    background-color: rgba(0,0,0,0.20) !important;
}

/* textfield */
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
ls-text-field .mat-form-field-invalid .mat-form-field-ripple{
    background-color:#f91a1a !important;
}
ls-text-field .mat-mdc-form-field.disable {
    opacity: 0.50 !important;
    pointer-events: none !important;
}
ls-text-field .mat-mdc-input-element:disabled{
    color: inherit !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
ls-text-field .mdc-line-ripple.mat-disabled{
    border-bottom: 1px solid rgba(0,0,0,0.2) !important;
    background-image: none !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
ls-text-field .mat-mdc-form-text-infix {
    width: unset !important;
}

/*----------- primary text-field (custom error div side-by-side) ---------- */
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.primary-text-field .mat-mdc-form-text-infix{
    border-top: none !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.primary-text-field .mat-mdc-floating-label-wrapper{
    font-size: 14px !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.primary-text-field .mat-mdc-floating-label{
    color: rgba(0,0,0,0.36) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.primary-text-field .mdc-line-ripple{
    background-color: rgba(0,0,0,0.36) !important;
    bottom: 0 !important;
}
.primary-text-field .mat-mdc-input-element{
    font-size: 14px !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.primary-text-field .mat-mdc-form-field-subscript-wrapper{
    display: none !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.primary-text-field .mat-mdc-text-field-wrapper{
    padding-bottom: 0 !important;
}
/*---------- error-bottom --------*/
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.error-bottom .mat-mdc-form-text-infix{
    border-top: none !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.error-bottom .mat-mdc-floating-label-wrapper{
    font-size: 14px !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.error-bottom .mat-mdc-floating-label{
    color: rgba(0,0,0,0.36) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.error-bottom .mdc-line-ripple{
    background-color: rgba(0,0,0,0.36) !important;
}
.error-bottom .mat-mdc-input-element{
    font-size: 14px !important;
}
.error-bottom .mat-mdc-form-field-hint-spacer {
    display: none !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.error-bottom .mat-mdc-form-field-hint-wrapper{
    place-content: flex-end;
}
.error-bottom .mat-mdc-form-field-hint{
    color: #f91a1a !important;;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
/* .error-bottom .mat-mdc-form-field-subscript-wrapper{
    margin-top: 0px;
} */

/* ls-textarea */
ls-textarea .mat-mdc-input-element{
    font-size: 14px !important;
    /* min-height: unset !important; */
    max-height: 60px !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
ls-textarea .mat-mdc-floating-label{
    color: rgba(0,0,0,0.36) !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
ls-textarea .mat-focused .mat-mdc-floating-label.mat-form-field-float, ls-textarea .mat-mdc-floating-label.mat-form-field-float:not(.mat-form-field-empty){
    color: rgba(0,0,0,0.56) !important;
} 
ls-textarea .mat-form-field-hint-spacer {
    display: none !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
ls-textarea .mat-form-field-hint-wrapper{
    place-content: flex-end;
}
ls-textarea .mat-mdc-form-field-hint{
    color: #f91a1a !important;;
}

/* for Buttons*/

/*Mat-Raised Button common styles */
.mat-mdc-raised-button.mat-primary{
    border-radius:4px !important; 
    box-shadow: unset !important; 
    line-height: 30px !important;
}
.mat-mdc-raised-button.mat-primary:hover{
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12) !important;
}

/*Mat-flat Button common styles */
.mat-mdc-button{
    border-radius:4px !important; 
    line-height: 36px !important;
}

.disable-fileupload {
    opacity: 0.30 !important;
    pointer-events: none !important;
}

/*disable Button common styles */
.disable-button .mat-mdc-raised-button.mat-primary,.disable-button .mat-mdc-button{
    opacity: 0.30 !important;
    pointer-events: none !important;
}
ls-button.disable-button{
    pointer-events: none !important;
}

/*Primary Button styles for admin,faculty,student*/
.primary-button .mat-mdc-raised-button.mat-primary{
    background-color:#f1f1f1 !important;
    padding: 0px 10px !important;
    color:var(--primary-color) !important;
}

/** On Hover*/
.primary-button .mat-mdc-raised-button.mat-primary:hover{
    color: white !important;
    background-color: var(--primary-color) !important;
}

/*secondary Button styles for admin,faculty,student*/
.secondary-button .mat-mdc-raised-button.mat-primary{
    background-color:unset !important;
    color:rgba(0,0,0,0.56) !important;
    padding: 0px 10px !important;
}
.secondary-button .mat-mdc-raised-button.mat-primary:hover{
    background-color:#f1f1f1 !important;
}

/*Action Button Styles for admin,faculty,student*/
.action-button .mat-mdc-raised-button.mat-primary{
    background-color: white!important;
    line-height: 24px !important;
    padding: 0px 6px !important;
    font-size: 12px !important;
    color:var(--primary-color) !important;
    border: 0.7px solid var(--primary-color) !important;
    text-transform: capitalize !important;
}
.action-button.variant-1 .mat-mdc-raised-button.mat-primary{
    line-height: 30px !important;
}
.action-button.variant-2 .mat-mdc-raised-button.mat-primary{
    line-height: 36px !important;
}

/*onHover*/
.action-button .mat-mdc-raised-button.mat-primary:hover{
    background-color: var(--primary-color) !important;
    color: white !important
}

/*upload Button Styles for admin,faculty,student*/
.upload-button .mat-mdc-raised-button.mat-primary{
    padding: 0px 6px !important;
    line-height: 30px !important;
}

/* Mat Card styles*/
.mat-mdc-card{
    margin: 0px !important;
    border-radius: 4px !important;
}
.ls-card-1 .mat-mdc-card{
    box-shadow: 0px 1px 3px rgba(0,0,0,0.25) !important;
}
.ls-card-2 .mat-mdc-card{
    box-shadow: 0px 2px 4px rgba(0,0,0,0.25) !important;
}
.card-1{
    box-shadow: 0px 1px 3px rgba(0,0,0,0.25) !important;
}
.card-2{
    box-shadow: 0px 2px 4px rgba(0,0,0,0.25) !important;
}
.card-3{
    box-shadow: 0px 19px 38px rgba(0,0,0,0.20) !important;
}

/*Mat Dialog Container */
.mat-mdc-dialog-container {
    padding: 16px !important;
    border-radius: 4px !important;
    font-size: 16px !important;
    box-shadow: 0px 19px 38px rgba(0,0,0,0.26) !important;
}

/**Progress Bar**/
/* .mat-progress-bar.mat-warn .mdc-linear-progress__buffer{
    background-color: #000000 !important;
}
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after{
    background-color: white !important;
} */

/*radio*/
/* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
.mat-radio-container{
    margin: 2px !important;
}


/*date-picker*/
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
ls-date-picker.remove-placeholder .mat-form-field-can-float.mat-form-field-should-float .mat-mdc-floating-label{
    display: none !important;
}
ls-date-picker .mat-date-picker-toggle, .mat-datepicker-toggle-active {
    color : rgba(0, 0, 0, 0.54) !important;
}

/**
    Placeholder colour when input field is focussed
**/
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.mat-mdc-form-field.mat-focused .mat-mdc-floating-label {
    color : rgba(0, 0, 0, 0.54) !important;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/font-awesome/css/font-awesome.min.css?ngGlobalStyle ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('fontawesome-webfont.eot?v=4.7.0');src:url('fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('fontawesome-webfont.woff?v=4.7.0') format('woff'),url('fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/ls-theme.scss?ngGlobalStyle ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.mat-elevation-z0, .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}

.mat-elevation-z1, .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}

.mat-elevation-z2, .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}

.mat-elevation-z3, .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}

.mat-elevation-z4, .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}

.mat-elevation-z5, .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}

.mat-elevation-z6, .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}

.mat-elevation-z7, .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}

.mat-elevation-z8, .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}

.mat-elevation-z9, .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}

.mat-elevation-z10, .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}

.mat-elevation-z11, .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}

.mat-elevation-z12, .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}

.mat-elevation-z13, .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}

.mat-elevation-z14, .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}

.mat-elevation-z15, .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}

.mat-elevation-z16, .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}

.mat-elevation-z17, .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}

.mat-elevation-z18, .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}

.mat-elevation-z19, .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}

.mat-elevation-z20, .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}

.mat-elevation-z21, .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}

.mat-elevation-z22, .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}

.mat-elevation-z23, .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}

.mat-elevation-z24, .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}

html {
  --mat-sys-on-surface: initial;
}

.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}

html {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
}

html {
  --mat-option-selected-state-label-text-color: #009688;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

.mat-accent {
  --mat-option-selected-state-label-text-color: #bdbdbd;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

.mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}

html {
  --mat-full-pseudo-checkbox-selected-icon-color: #bdbdbd;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
html {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #bdbdbd;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #009688;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
.mat-primary {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #009688;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #bdbdbd;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
.mat-accent {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #bdbdbd;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #f44336;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
.mat-warn {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f44336;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

html {
  --mdc-elevated-card-container-shape: 4px;
}
html {
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
}
html {
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
}

html {
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}

.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #009688;
  --mdc-linear-progress-track-color: rgba(0, 150, 136, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #bdbdbd;
  --mdc-linear-progress-track-color: rgba(189, 189, 189, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
  --mdc-linear-progress-track-color: rgba(244, 67, 54, 0.25);
}

html {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
}

html {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}

html {
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
}
html {
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
}
html {
  --mdc-filled-text-field-caret-color: #009688;
  --mdc-filled-text-field-focus-active-indicator-color: #009688;
  --mdc-filled-text-field-focus-label-text-color: rgba(0, 150, 136, 0.87);
  --mdc-filled-text-field-container-color: rgb(244.8, 244.8, 244.8);
  --mdc-filled-text-field-disabled-container-color: rgb(249.9, 249.9, 249.9);
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #f44336;
  --mdc-filled-text-field-error-focus-label-text-color: #f44336;
  --mdc-filled-text-field-error-label-text-color: #f44336;
  --mdc-filled-text-field-error-caret-color: #f44336;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color: #f44336;
}
html {
  --mdc-outlined-text-field-caret-color: #009688;
  --mdc-outlined-text-field-focus-outline-color: #009688;
  --mdc-outlined-text-field-focus-label-text-color: rgba(0, 150, 136, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #f44336;
  --mdc-outlined-text-field-error-focus-label-text-color: #f44336;
  --mdc-outlined-text-field-error-label-text-color: #f44336;
  --mdc-outlined-text-field-error-hover-label-text-color: #f44336;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #f44336;
  --mdc-outlined-text-field-error-hover-outline-color: #f44336;
  --mdc-outlined-text-field-error-outline-color: #f44336;
}
html {
  --mat-form-field-focus-select-arrow-color: rgba(0, 150, 136, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #f44336;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
}

.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #bdbdbd;
  --mdc-filled-text-field-focus-active-indicator-color: #bdbdbd;
  --mdc-filled-text-field-focus-label-text-color: rgba(189, 189, 189, 0.87);
}
.mat-mdc-form-field.mat-accent {
  --mdc-outlined-text-field-caret-color: #bdbdbd;
  --mdc-outlined-text-field-focus-outline-color: #bdbdbd;
  --mdc-outlined-text-field-focus-label-text-color: rgba(189, 189, 189, 0.87);
}
.mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: rgba(189, 189, 189, 0.87);
}

.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #f44336;
  --mdc-filled-text-field-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-outlined-text-field-caret-color: #f44336;
  --mdc-outlined-text-field-focus-outline-color: #f44336;
  --mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: rgba(244, 67, 54, 0.87);
}

html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}

html {
  --mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(0, 150, 136, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(189, 189, 189, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}

html {
  --mat-select-arrow-transform: translateY(-8px);
}

html {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

html {
  --mat-autocomplete-background-color: white;
}

html {
  --mdc-dialog-container-shape: 4px;
}
html {
  --mat-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}

html {
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
}
.mat-mdc-standard-chip {
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}

.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-disabled-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-flat-disabled-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip {
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #009688;
  --mdc-chip-elevated-selected-container-color: #009688;
  --mdc-chip-elevated-disabled-container-color: #009688;
  --mdc-chip-flat-disabled-selected-container-color: #009688;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-elevated-container-color: #bdbdbd;
  --mdc-chip-elevated-selected-container-color: #bdbdbd;
  --mdc-chip-elevated-disabled-container-color: #bdbdbd;
  --mdc-chip-flat-disabled-selected-container-color: #bdbdbd;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-selected-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-flat-disabled-selected-container-color: #f44336;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}

.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
html {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
html .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}

html {
  --mdc-switch-selected-focus-state-layer-color: #00897b;
  --mdc-switch-selected-handle-color: #00897b;
  --mdc-switch-selected-hover-state-layer-color: #00897b;
  --mdc-switch-selected-pressed-state-layer-color: #00897b;
  --mdc-switch-selected-focus-handle-color: #004d40;
  --mdc-switch-selected-hover-handle-color: #004d40;
  --mdc-switch-selected-pressed-handle-color: #004d40;
  --mdc-switch-selected-focus-track-color: #4db6ac;
  --mdc-switch-selected-hover-track-color: #4db6ac;
  --mdc-switch-selected-pressed-track-color: #4db6ac;
  --mdc-switch-selected-track-color: #4db6ac;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #757575;
  --mdc-switch-selected-handle-color: #757575;
  --mdc-switch-selected-hover-state-layer-color: #757575;
  --mdc-switch-selected-pressed-state-layer-color: #757575;
  --mdc-switch-selected-focus-handle-color: #212121;
  --mdc-switch-selected-hover-handle-color: #212121;
  --mdc-switch-selected-pressed-handle-color: #212121;
  --mdc-switch-selected-focus-track-color: #e0e0e0;
  --mdc-switch-selected-hover-track-color: #e0e0e0;
  --mdc-switch-selected-pressed-track-color: #e0e0e0;
  --mdc-switch-selected-track-color: #e0e0e0;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}

html {
  --mdc-switch-state-layer-size: 40px;
}
html {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #009688;
  --mdc-radio-selected-hover-icon-color: #009688;
  --mdc-radio-selected-icon-color: #009688;
  --mdc-radio-selected-pressed-icon-color: #009688;
}
.mat-mdc-radio-button.mat-primary {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #009688;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #bdbdbd;
  --mdc-radio-selected-hover-icon-color: #bdbdbd;
  --mdc-radio-selected-icon-color: #bdbdbd;
  --mdc-radio-selected-pressed-icon-color: #bdbdbd;
}
.mat-mdc-radio-button.mat-accent {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #bdbdbd;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
}
.mat-mdc-radio-button.mat-warn {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}

html {
  --mdc-radio-state-layer-size: 40px;
}
html {
  --mat-radio-touch-target-display: block;
}

html {
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
}

html {
  --mdc-slider-handle-color: #009688;
  --mdc-slider-focus-handle-color: #009688;
  --mdc-slider-hover-handle-color: #009688;
  --mdc-slider-active-track-color: #009688;
  --mdc-slider-inactive-track-color: #009688;
  --mdc-slider-with-tick-marks-inactive-container-color: #009688;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
}
html {
  --mat-slider-ripple-color: #009688;
  --mat-slider-hover-state-layer-color: rgba(0, 150, 136, 0.05);
  --mat-slider-focus-state-layer-color: rgba(0, 150, 136, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
html .mat-accent {
  --mdc-slider-handle-color: #bdbdbd;
  --mdc-slider-focus-handle-color: #bdbdbd;
  --mdc-slider-hover-handle-color: #bdbdbd;
  --mdc-slider-active-track-color: #bdbdbd;
  --mdc-slider-inactive-track-color: #bdbdbd;
  --mdc-slider-with-tick-marks-inactive-container-color: #bdbdbd;
  --mdc-slider-with-tick-marks-active-container-color: rgba(0, 0, 0, 0.87);
}
html .mat-accent {
  --mat-slider-ripple-color: #bdbdbd;
  --mat-slider-hover-state-layer-color: rgba(189, 189, 189, 0.05);
  --mat-slider-focus-state-layer-color: rgba(189, 189, 189, 0.2);
}
html .mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
html .mat-warn {
  --mat-slider-ripple-color: #f44336;
  --mat-slider-hover-state-layer-color: rgba(244, 67, 54, 0.05);
  --mat-slider-focus-state-layer-color: rgba(244, 67, 54, 0.2);
}

html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

html {
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
}

html {
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
}
html {
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
}

html {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #009688;
  --mdc-radio-selected-hover-icon-color: #009688;
  --mdc-radio-selected-icon-color: #009688;
  --mdc-radio-selected-pressed-icon-color: #009688;
}

.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #bdbdbd;
  --mdc-radio-selected-hover-icon-color: #bdbdbd;
  --mdc-radio-selected-icon-color: #bdbdbd;
  --mdc-radio-selected-pressed-icon-color: #bdbdbd;
}

.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
}

.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #009688;
  --mdc-checkbox-selected-hover-icon-color: #009688;
  --mdc-checkbox-selected-icon-color: #009688;
  --mdc-checkbox-selected-pressed-icon-color: #009688;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #009688;
  --mdc-checkbox-selected-hover-state-layer-color: #009688;
  --mdc-checkbox-selected-pressed-state-layer-color: #009688;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #bdbdbd;
  --mdc-checkbox-selected-hover-icon-color: #bdbdbd;
  --mdc-checkbox-selected-icon-color: #bdbdbd;
  --mdc-checkbox-selected-pressed-icon-color: #bdbdbd;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #bdbdbd;
  --mdc-checkbox-selected-hover-state-layer-color: #bdbdbd;
  --mdc-checkbox-selected-pressed-state-layer-color: #bdbdbd;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #009688;
}

.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}

html {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
html {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
}

.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}

.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}

html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
}

html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}

html {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
html {
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
}
html {
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #009688;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #009688;
  --mat-tab-header-active-ripple-color: #009688;
  --mat-tab-header-inactive-ripple-color: #009688;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #009688;
  --mat-tab-header-active-hover-label-text-color: #009688;
  --mat-tab-header-active-focus-indicator-color: #009688;
  --mat-tab-header-active-hover-indicator-color: #009688;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #bdbdbd;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #bdbdbd;
  --mat-tab-header-active-ripple-color: #bdbdbd;
  --mat-tab-header-inactive-ripple-color: #bdbdbd;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #bdbdbd;
  --mat-tab-header-active-hover-label-text-color: #bdbdbd;
  --mat-tab-header-active-focus-indicator-color: #bdbdbd;
  --mat-tab-header-active-hover-indicator-color: #bdbdbd;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #f44336;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #f44336;
  --mat-tab-header-active-ripple-color: #f44336;
  --mat-tab-header-inactive-ripple-color: #f44336;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f44336;
  --mat-tab-header-active-hover-label-text-color: #f44336;
  --mat-tab-header-active-focus-indicator-color: #f44336;
  --mat-tab-header-active-hover-indicator-color: #f44336;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #009688;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #bdbdbd;
  --mat-tab-header-with-background-foreground-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #f44336;
  --mat-tab-header-with-background-foreground-color: white;
}

.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
html {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
}
html {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #bdbdbd;
  --mdc-checkbox-selected-hover-icon-color: #bdbdbd;
  --mdc-checkbox-selected-icon-color: #bdbdbd;
  --mdc-checkbox-selected-pressed-icon-color: #bdbdbd;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #bdbdbd;
  --mdc-checkbox-selected-hover-state-layer-color: #bdbdbd;
  --mdc-checkbox-selected-pressed-state-layer-color: #bdbdbd;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
html {
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
}

.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #009688;
  --mdc-checkbox-selected-hover-icon-color: #009688;
  --mdc-checkbox-selected-icon-color: #009688;
  --mdc-checkbox-selected-pressed-icon-color: #009688;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #009688;
  --mdc-checkbox-selected-hover-state-layer-color: #009688;
  --mdc-checkbox-selected-pressed-state-layer-color: #009688;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

html {
  --mdc-checkbox-state-layer-size: 40px;
}
html {
  --mat-checkbox-touch-target-display: block;
}

html {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
}
html {
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
}
html {
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
}
html {
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
}
html {
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
}
html {
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
}
html {
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
}

html {
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html {
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
}
html {
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html {
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
}
html {
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html {
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
}
html {
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}

.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #009688;
}
.mat-mdc-button.mat-primary {
  --mat-text-button-state-layer-color: #009688;
  --mat-text-button-ripple-color: rgba(0, 150, 136, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #bdbdbd;
}
.mat-mdc-button.mat-accent {
  --mat-text-button-state-layer-color: #bdbdbd;
  --mat-text-button-ripple-color: rgba(189, 189, 189, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.mat-mdc-button.mat-warn {
  --mat-text-button-state-layer-color: #f44336;
  --mat-text-button-ripple-color: rgba(244, 67, 54, 0.1);
}

.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #009688;
  --mdc-filled-button-label-text-color: white;
}
.mat-mdc-unelevated-button.mat-primary {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #bdbdbd;
  --mdc-filled-button-label-text-color: black;
}
.mat-mdc-unelevated-button.mat-accent {
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: white;
}
.mat-mdc-unelevated-button.mat-warn {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #009688;
  --mdc-protected-button-label-text-color: white;
}
.mat-mdc-raised-button.mat-primary {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #bdbdbd;
  --mdc-protected-button-label-text-color: black;
}
.mat-mdc-raised-button.mat-accent {
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: white;
}
.mat-mdc-raised-button.mat-warn {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #009688;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-primary {
  --mat-outlined-button-state-layer-color: #009688;
  --mat-outlined-button-ripple-color: rgba(0, 150, 136, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #bdbdbd;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-accent {
  --mat-outlined-button-state-layer-color: #bdbdbd;
  --mat-outlined-button-ripple-color: rgba(189, 189, 189, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-warn {
  --mat-outlined-button-state-layer-color: #f44336;
  --mat-outlined-button-ripple-color: rgba(244, 67, 54, 0.1);
}

html {
  --mdc-text-button-container-height: 36px;
}
html {
  --mdc-filled-button-container-height: 36px;
}
html {
  --mdc-protected-button-container-height: 36px;
}
html {
  --mdc-outlined-button-container-height: 36px;
}
html {
  --mat-text-button-touch-target-display: block;
}
html {
  --mat-filled-button-touch-target-display: block;
}
html {
  --mat-protected-button-touch-target-display: block;
}
html {
  --mat-outlined-button-touch-target-display: block;
}

html {
  --mdc-icon-button-icon-size: 24px;
}

html {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
html {
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #009688;
}
html .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-state-layer-color: #009688;
  --mat-icon-button-ripple-color: rgba(0, 150, 136, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #bdbdbd;
}
html .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-state-layer-color: #bdbdbd;
  --mat-icon-button-ripple-color: rgba(189, 189, 189, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
}
html .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-state-layer-color: #f44336;
  --mat-icon-button-ripple-color: rgba(244, 67, 54, 0.1);
}

html {
  --mat-icon-button-touch-target-display: block;
}

.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}

html {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

html {
  --mdc-fab-container-color: white;
}
html {
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
}
html {
  --mdc-fab-small-container-color: white;
}
html {
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #009688;
}
html .mat-mdc-fab.mat-primary {
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #bdbdbd;
}
html .mat-mdc-fab.mat-accent {
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
}
html .mat-mdc-fab.mat-warn {
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #009688;
}
html .mat-mdc-mini-fab.mat-primary {
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #bdbdbd;
}
html .mat-mdc-mini-fab.mat-accent {
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #f44336;
}
html .mat-mdc-mini-fab.mat-warn {
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}

html {
  --mat-fab-touch-target-display: block;
}
html {
  --mat-fab-small-touch-target-display: block;
}

html {
  --mdc-snackbar-container-shape: 4px;
}

html {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
html {
  --mat-snack-bar-button-color: #b2dfdb;
}

html {
  --mat-table-row-item-outline-width: 1px;
}

html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
}

html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}

html {
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
}

html {
  --mdc-circular-progress-active-indicator-color: #009688;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color: #bdbdbd;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}

html {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
}

html {
  --mat-badge-background-color: #009688;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
}

.mat-badge-accent {
  --mat-badge-background-color: #bdbdbd;
  --mat-badge-text-color: rgba(0, 0, 0, 0.87);
}

.mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}

html {
  --mat-bottom-sheet-container-shape: 4px;
}

html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}

html {
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
}
html {
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
}

html {
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
}
html {
  --mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: rgb(224.4, 224.4, 224.4);
}

html {
  --mat-standard-button-toggle-height: 48px;
}

html {
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

html {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #009688;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(0, 150, 136, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(0, 150, 136, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(0, 150, 136, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #009688;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(0, 150, 136, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: black;
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}

.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-selected-state-background-color: #bdbdbd;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(189, 189, 189, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(189, 189, 189, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(189, 189, 189, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(189, 189, 189, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}

.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #bdbdbd;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
}

.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}

html {
  --mat-divider-width: 1px;
}

html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}

html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}

html {
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
}

html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}

html {
  --mat-icon-color: inherit;
}

.mat-icon.mat-primary {
  --mat-icon-color: #009688;
}
.mat-icon.mat-accent {
  --mat-icon-color: #bdbdbd;
}
.mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}

html {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
}

html {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}

html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #009688;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #009688;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #009688;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-selected-state-icon-background-color: #bdbdbd;
  --mat-stepper-header-selected-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-done-state-icon-background-color: #bdbdbd;
  --mat-stepper-header-done-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-edit-state-icon-background-color: #bdbdbd;
  --mat-stepper-header-edit-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}

html {
  --mat-stepper-header-height: 72px;
}

html {
  --mat-sort-arrow-color: rgb(117.3, 117.3, 117.3);
}

html {
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}

.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #009688;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #bdbdbd;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}

html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}

html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}

html {
  --mat-tree-node-min-height: 48px;
}

html {
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

html {
  --mat-timepicker-container-background-color: white;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/app/custom-theme/custom-theme.scss?ngGlobalStyle ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.mat-elevation-z0, .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}

.mat-elevation-z1, .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}

.mat-elevation-z2, .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}

.mat-elevation-z3, .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}

.mat-elevation-z4, .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}

.mat-elevation-z5, .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}

.mat-elevation-z6, .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}

.mat-elevation-z7, .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}

.mat-elevation-z8, .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}

.mat-elevation-z9, .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}

.mat-elevation-z10, .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}

.mat-elevation-z11, .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}

.mat-elevation-z12, .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}

.mat-elevation-z13, .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}

.mat-elevation-z14, .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}

.mat-elevation-z15, .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}

.mat-elevation-z16, .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}

.mat-elevation-z17, .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}

.mat-elevation-z18, .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}

.mat-elevation-z19, .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}

.mat-elevation-z20, .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}

.mat-elevation-z21, .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}

.mat-elevation-z22, .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}

.mat-elevation-z23, .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}

.mat-elevation-z24, .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}

html {
  --mat-sys-on-surface: initial;
}

.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}

html {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
}

html {
  --mat-option-selected-state-label-text-color: #009688;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

.mat-accent {
  --mat-option-selected-state-label-text-color: #00b0ff;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

.mat-warn {
  --mat-option-selected-state-label-text-color: #ff5252;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}

html {
  --mat-full-pseudo-checkbox-selected-icon-color: #00b0ff;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
html {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #00b0ff;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #009688;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
.mat-primary {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #009688;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #00b0ff;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
.mat-accent {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #00b0ff;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ff5252;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
.mat-warn {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff5252;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

html {
  --mdc-elevated-card-container-shape: 4px;
}
html {
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
}
html {
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
}

html {
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}

.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #009688;
  --mdc-linear-progress-track-color: rgba(0, 150, 136, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #00b0ff;
  --mdc-linear-progress-track-color: rgba(0, 176, 255, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ff5252;
  --mdc-linear-progress-track-color: rgba(255, 82, 82, 0.25);
}

html {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
}

html {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}

html {
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
}
html {
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
}
html {
  --mdc-filled-text-field-caret-color: #009688;
  --mdc-filled-text-field-focus-active-indicator-color: #009688;
  --mdc-filled-text-field-focus-label-text-color: rgba(0, 150, 136, 0.87);
  --mdc-filled-text-field-container-color: rgb(244.8, 244.8, 244.8);
  --mdc-filled-text-field-disabled-container-color: rgb(249.9, 249.9, 249.9);
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #ff5252;
  --mdc-filled-text-field-error-focus-label-text-color: #ff5252;
  --mdc-filled-text-field-error-label-text-color: #ff5252;
  --mdc-filled-text-field-error-caret-color: #ff5252;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #ff5252;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ff5252;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ff5252;
}
html {
  --mdc-outlined-text-field-caret-color: #009688;
  --mdc-outlined-text-field-focus-outline-color: #009688;
  --mdc-outlined-text-field-focus-label-text-color: rgba(0, 150, 136, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #ff5252;
  --mdc-outlined-text-field-error-focus-label-text-color: #ff5252;
  --mdc-outlined-text-field-error-label-text-color: #ff5252;
  --mdc-outlined-text-field-error-hover-label-text-color: #ff5252;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #ff5252;
  --mdc-outlined-text-field-error-hover-outline-color: #ff5252;
  --mdc-outlined-text-field-error-outline-color: #ff5252;
}
html {
  --mat-form-field-focus-select-arrow-color: rgba(0, 150, 136, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #ff5252;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
}

.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #00b0ff;
  --mdc-filled-text-field-focus-active-indicator-color: #00b0ff;
  --mdc-filled-text-field-focus-label-text-color: rgba(0, 176, 255, 0.87);
}
.mat-mdc-form-field.mat-accent {
  --mdc-outlined-text-field-caret-color: #00b0ff;
  --mdc-outlined-text-field-focus-outline-color: #00b0ff;
  --mdc-outlined-text-field-focus-label-text-color: rgba(0, 176, 255, 0.87);
}
.mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: rgba(0, 176, 255, 0.87);
}

.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ff5252;
  --mdc-filled-text-field-focus-active-indicator-color: #ff5252;
  --mdc-filled-text-field-focus-label-text-color: rgba(255, 82, 82, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-outlined-text-field-caret-color: #ff5252;
  --mdc-outlined-text-field-focus-outline-color: #ff5252;
  --mdc-outlined-text-field-focus-label-text-color: rgba(255, 82, 82, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: rgba(255, 82, 82, 0.87);
}

html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}

html {
  --mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(0, 150, 136, 0.87);
  --mat-select-invalid-arrow-color: rgba(255, 82, 82, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(0, 176, 255, 0.87);
  --mat-select-invalid-arrow-color: rgba(255, 82, 82, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(255, 82, 82, 0.87);
  --mat-select-invalid-arrow-color: rgba(255, 82, 82, 0.87);
}

html {
  --mat-select-arrow-transform: translateY(-8px);
}

html {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

html {
  --mat-autocomplete-background-color: white;
}

html {
  --mdc-dialog-container-shape: 4px;
}
html {
  --mat-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}

html {
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
}
.mat-mdc-standard-chip {
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}

.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-disabled-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-flat-disabled-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip {
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #009688;
  --mdc-chip-elevated-selected-container-color: #009688;
  --mdc-chip-elevated-disabled-container-color: #009688;
  --mdc-chip-flat-disabled-selected-container-color: #009688;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-elevated-container-color: #00b0ff;
  --mdc-chip-elevated-selected-container-color: #00b0ff;
  --mdc-chip-elevated-disabled-container-color: #00b0ff;
  --mdc-chip-flat-disabled-selected-container-color: #00b0ff;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ff5252;
  --mdc-chip-elevated-selected-container-color: #ff5252;
  --mdc-chip-elevated-disabled-container-color: #ff5252;
  --mdc-chip-flat-disabled-selected-container-color: #ff5252;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}

.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
html {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
html .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}

html {
  --mdc-switch-selected-focus-state-layer-color: #00897b;
  --mdc-switch-selected-handle-color: #00897b;
  --mdc-switch-selected-hover-state-layer-color: #00897b;
  --mdc-switch-selected-pressed-state-layer-color: #00897b;
  --mdc-switch-selected-focus-handle-color: #004d40;
  --mdc-switch-selected-hover-handle-color: #004d40;
  --mdc-switch-selected-pressed-handle-color: #004d40;
  --mdc-switch-selected-focus-track-color: #4db6ac;
  --mdc-switch-selected-hover-track-color: #4db6ac;
  --mdc-switch-selected-pressed-track-color: #4db6ac;
  --mdc-switch-selected-track-color: #4db6ac;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #039be5;
  --mdc-switch-selected-handle-color: #039be5;
  --mdc-switch-selected-hover-state-layer-color: #039be5;
  --mdc-switch-selected-pressed-state-layer-color: #039be5;
  --mdc-switch-selected-focus-handle-color: #01579b;
  --mdc-switch-selected-hover-handle-color: #01579b;
  --mdc-switch-selected-pressed-handle-color: #01579b;
  --mdc-switch-selected-focus-track-color: #4fc3f7;
  --mdc-switch-selected-hover-track-color: #4fc3f7;
  --mdc-switch-selected-pressed-track-color: #4fc3f7;
  --mdc-switch-selected-track-color: #4fc3f7;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}

html {
  --mdc-switch-state-layer-size: 40px;
}
html {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #009688;
  --mdc-radio-selected-hover-icon-color: #009688;
  --mdc-radio-selected-icon-color: #009688;
  --mdc-radio-selected-pressed-icon-color: #009688;
}
.mat-mdc-radio-button.mat-primary {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #009688;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #00b0ff;
  --mdc-radio-selected-hover-icon-color: #00b0ff;
  --mdc-radio-selected-icon-color: #00b0ff;
  --mdc-radio-selected-pressed-icon-color: #00b0ff;
}
.mat-mdc-radio-button.mat-accent {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #00b0ff;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff5252;
  --mdc-radio-selected-hover-icon-color: #ff5252;
  --mdc-radio-selected-icon-color: #ff5252;
  --mdc-radio-selected-pressed-icon-color: #ff5252;
}
.mat-mdc-radio-button.mat-warn {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #ff5252;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}

html {
  --mdc-radio-state-layer-size: 40px;
}
html {
  --mat-radio-touch-target-display: block;
}

html {
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
}

html {
  --mdc-slider-handle-color: #009688;
  --mdc-slider-focus-handle-color: #009688;
  --mdc-slider-hover-handle-color: #009688;
  --mdc-slider-active-track-color: #009688;
  --mdc-slider-inactive-track-color: #009688;
  --mdc-slider-with-tick-marks-inactive-container-color: #009688;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
}
html {
  --mat-slider-ripple-color: #009688;
  --mat-slider-hover-state-layer-color: rgba(0, 150, 136, 0.05);
  --mat-slider-focus-state-layer-color: rgba(0, 150, 136, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
html .mat-accent {
  --mdc-slider-handle-color: #00b0ff;
  --mdc-slider-focus-handle-color: #00b0ff;
  --mdc-slider-hover-handle-color: #00b0ff;
  --mdc-slider-active-track-color: #00b0ff;
  --mdc-slider-inactive-track-color: #00b0ff;
  --mdc-slider-with-tick-marks-inactive-container-color: #00b0ff;
  --mdc-slider-with-tick-marks-active-container-color: rgba(0, 0, 0, 0.87);
}
html .mat-accent {
  --mat-slider-ripple-color: #00b0ff;
  --mat-slider-hover-state-layer-color: rgba(0, 176, 255, 0.05);
  --mat-slider-focus-state-layer-color: rgba(0, 176, 255, 0.2);
}
html .mat-warn {
  --mdc-slider-handle-color: #ff5252;
  --mdc-slider-focus-handle-color: #ff5252;
  --mdc-slider-hover-handle-color: #ff5252;
  --mdc-slider-active-track-color: #ff5252;
  --mdc-slider-inactive-track-color: #ff5252;
  --mdc-slider-with-tick-marks-inactive-container-color: #ff5252;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
html .mat-warn {
  --mat-slider-ripple-color: #ff5252;
  --mat-slider-hover-state-layer-color: rgba(255, 82, 82, 0.05);
  --mat-slider-focus-state-layer-color: rgba(255, 82, 82, 0.2);
}

html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

html {
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
}

html {
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
}
html {
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
}

html {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #009688;
  --mdc-radio-selected-hover-icon-color: #009688;
  --mdc-radio-selected-icon-color: #009688;
  --mdc-radio-selected-pressed-icon-color: #009688;
}

.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #00b0ff;
  --mdc-radio-selected-hover-icon-color: #00b0ff;
  --mdc-radio-selected-icon-color: #00b0ff;
  --mdc-radio-selected-pressed-icon-color: #00b0ff;
}

.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff5252;
  --mdc-radio-selected-hover-icon-color: #ff5252;
  --mdc-radio-selected-icon-color: #ff5252;
  --mdc-radio-selected-pressed-icon-color: #ff5252;
}

.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #009688;
  --mdc-checkbox-selected-hover-icon-color: #009688;
  --mdc-checkbox-selected-icon-color: #009688;
  --mdc-checkbox-selected-pressed-icon-color: #009688;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #009688;
  --mdc-checkbox-selected-hover-state-layer-color: #009688;
  --mdc-checkbox-selected-pressed-state-layer-color: #009688;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #00b0ff;
  --mdc-checkbox-selected-hover-icon-color: #00b0ff;
  --mdc-checkbox-selected-icon-color: #00b0ff;
  --mdc-checkbox-selected-pressed-icon-color: #00b0ff;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #00b0ff;
  --mdc-checkbox-selected-hover-state-layer-color: #00b0ff;
  --mdc-checkbox-selected-pressed-state-layer-color: #00b0ff;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ff5252;
  --mdc-checkbox-selected-hover-icon-color: #ff5252;
  --mdc-checkbox-selected-icon-color: #ff5252;
  --mdc-checkbox-selected-pressed-icon-color: #ff5252;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ff5252;
  --mdc-checkbox-selected-hover-state-layer-color: #ff5252;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff5252;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #009688;
}

.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}

html {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
html {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
}

.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}

.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}

html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
}

html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}

html {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
html {
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
}
html {
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #009688;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #009688;
  --mat-tab-header-active-ripple-color: #009688;
  --mat-tab-header-inactive-ripple-color: #009688;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #009688;
  --mat-tab-header-active-hover-label-text-color: #009688;
  --mat-tab-header-active-focus-indicator-color: #009688;
  --mat-tab-header-active-hover-indicator-color: #009688;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #00b0ff;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #00b0ff;
  --mat-tab-header-active-ripple-color: #00b0ff;
  --mat-tab-header-inactive-ripple-color: #00b0ff;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #00b0ff;
  --mat-tab-header-active-hover-label-text-color: #00b0ff;
  --mat-tab-header-active-focus-indicator-color: #00b0ff;
  --mat-tab-header-active-hover-indicator-color: #00b0ff;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #ff5252;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #ff5252;
  --mat-tab-header-active-ripple-color: #ff5252;
  --mat-tab-header-inactive-ripple-color: #ff5252;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ff5252;
  --mat-tab-header-active-hover-label-text-color: #ff5252;
  --mat-tab-header-active-focus-indicator-color: #ff5252;
  --mat-tab-header-active-hover-indicator-color: #ff5252;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #009688;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #00b0ff;
  --mat-tab-header-with-background-foreground-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #ff5252;
  --mat-tab-header-with-background-foreground-color: white;
}

.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
html {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
}
html {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #00b0ff;
  --mdc-checkbox-selected-hover-icon-color: #00b0ff;
  --mdc-checkbox-selected-icon-color: #00b0ff;
  --mdc-checkbox-selected-pressed-icon-color: #00b0ff;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #00b0ff;
  --mdc-checkbox-selected-hover-state-layer-color: #00b0ff;
  --mdc-checkbox-selected-pressed-state-layer-color: #00b0ff;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
html {
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
}

.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #009688;
  --mdc-checkbox-selected-hover-icon-color: #009688;
  --mdc-checkbox-selected-icon-color: #009688;
  --mdc-checkbox-selected-pressed-icon-color: #009688;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #009688;
  --mdc-checkbox-selected-hover-state-layer-color: #009688;
  --mdc-checkbox-selected-pressed-state-layer-color: #009688;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ff5252;
  --mdc-checkbox-selected-hover-icon-color: #ff5252;
  --mdc-checkbox-selected-icon-color: #ff5252;
  --mdc-checkbox-selected-pressed-icon-color: #ff5252;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ff5252;
  --mdc-checkbox-selected-hover-state-layer-color: #ff5252;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff5252;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

html {
  --mdc-checkbox-state-layer-size: 40px;
}
html {
  --mat-checkbox-touch-target-display: block;
}

html {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
}
html {
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
}
html {
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
}
html {
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
}
html {
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
}
html {
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
}
html {
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
}

html {
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html {
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
}
html {
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html {
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
}
html {
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html {
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
}
html {
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}

.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #009688;
}
.mat-mdc-button.mat-primary {
  --mat-text-button-state-layer-color: #009688;
  --mat-text-button-ripple-color: rgba(0, 150, 136, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #00b0ff;
}
.mat-mdc-button.mat-accent {
  --mat-text-button-state-layer-color: #00b0ff;
  --mat-text-button-ripple-color: rgba(0, 176, 255, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ff5252;
}
.mat-mdc-button.mat-warn {
  --mat-text-button-state-layer-color: #ff5252;
  --mat-text-button-ripple-color: rgba(255, 82, 82, 0.1);
}

.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #009688;
  --mdc-filled-button-label-text-color: white;
}
.mat-mdc-unelevated-button.mat-primary {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #00b0ff;
  --mdc-filled-button-label-text-color: black;
}
.mat-mdc-unelevated-button.mat-accent {
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ff5252;
  --mdc-filled-button-label-text-color: white;
}
.mat-mdc-unelevated-button.mat-warn {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #009688;
  --mdc-protected-button-label-text-color: white;
}
.mat-mdc-raised-button.mat-primary {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #00b0ff;
  --mdc-protected-button-label-text-color: black;
}
.mat-mdc-raised-button.mat-accent {
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ff5252;
  --mdc-protected-button-label-text-color: white;
}
.mat-mdc-raised-button.mat-warn {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #009688;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-primary {
  --mat-outlined-button-state-layer-color: #009688;
  --mat-outlined-button-ripple-color: rgba(0, 150, 136, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #00b0ff;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-accent {
  --mat-outlined-button-state-layer-color: #00b0ff;
  --mat-outlined-button-ripple-color: rgba(0, 176, 255, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ff5252;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-warn {
  --mat-outlined-button-state-layer-color: #ff5252;
  --mat-outlined-button-ripple-color: rgba(255, 82, 82, 0.1);
}

html {
  --mdc-text-button-container-height: 36px;
}
html {
  --mdc-filled-button-container-height: 36px;
}
html {
  --mdc-protected-button-container-height: 36px;
}
html {
  --mdc-outlined-button-container-height: 36px;
}
html {
  --mat-text-button-touch-target-display: block;
}
html {
  --mat-filled-button-touch-target-display: block;
}
html {
  --mat-protected-button-touch-target-display: block;
}
html {
  --mat-outlined-button-touch-target-display: block;
}

html {
  --mdc-icon-button-icon-size: 24px;
}

html {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
html {
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #009688;
}
html .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-state-layer-color: #009688;
  --mat-icon-button-ripple-color: rgba(0, 150, 136, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #00b0ff;
}
html .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-state-layer-color: #00b0ff;
  --mat-icon-button-ripple-color: rgba(0, 176, 255, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ff5252;
}
html .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-state-layer-color: #ff5252;
  --mat-icon-button-ripple-color: rgba(255, 82, 82, 0.1);
}

html {
  --mat-icon-button-touch-target-display: block;
}

.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}

html {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

html {
  --mdc-fab-container-color: white;
}
html {
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
}
html {
  --mdc-fab-small-container-color: white;
}
html {
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #009688;
}
html .mat-mdc-fab.mat-primary {
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #00b0ff;
}
html .mat-mdc-fab.mat-accent {
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #ff5252;
}
html .mat-mdc-fab.mat-warn {
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #009688;
}
html .mat-mdc-mini-fab.mat-primary {
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #00b0ff;
}
html .mat-mdc-mini-fab.mat-accent {
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #ff5252;
}
html .mat-mdc-mini-fab.mat-warn {
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}

html {
  --mat-fab-touch-target-display: block;
}
html {
  --mat-fab-small-touch-target-display: block;
}

html {
  --mdc-snackbar-container-shape: 4px;
}

html {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
html {
  --mat-snack-bar-button-color: #b2dfdb;
}

html {
  --mat-table-row-item-outline-width: 1px;
}

html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
}

html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}

html {
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
}

html {
  --mdc-circular-progress-active-indicator-color: #009688;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color: #00b0ff;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color: #ff5252;
}

html {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
}

html {
  --mat-badge-background-color: #009688;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
}

.mat-badge-accent {
  --mat-badge-background-color: #00b0ff;
  --mat-badge-text-color: rgba(0, 0, 0, 0.87);
}

.mat-badge-warn {
  --mat-badge-background-color: #ff5252;
  --mat-badge-text-color: white;
}

html {
  --mat-bottom-sheet-container-shape: 4px;
}

html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}

html {
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
}
html {
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
}

html {
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
}
html {
  --mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: rgb(224.4, 224.4, 224.4);
}

html {
  --mat-standard-button-toggle-height: 48px;
}

html {
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

html {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #009688;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(0, 150, 136, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(0, 150, 136, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(0, 150, 136, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #009688;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(0, 150, 136, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: black;
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}

.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-selected-state-background-color: #00b0ff;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(0, 176, 255, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(0, 176, 255, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(0, 176, 255, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(0, 176, 255, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ff5252;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 82, 82, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 82, 82, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 82, 82, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 82, 82, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}

.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #00b0ff;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ff5252;
}

.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}

html {
  --mat-divider-width: 1px;
}

html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}

html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}

html {
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
}

html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}

html {
  --mat-icon-color: inherit;
}

.mat-icon.mat-primary {
  --mat-icon-color: #009688;
}
.mat-icon.mat-accent {
  --mat-icon-color: #00b0ff;
}
.mat-icon.mat-warn {
  --mat-icon-color: #ff5252;
}

html {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
}

html {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}

html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #009688;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #009688;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #009688;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #ff5252;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #ff5252;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-selected-state-icon-background-color: #00b0ff;
  --mat-stepper-header-selected-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-done-state-icon-background-color: #00b0ff;
  --mat-stepper-header-done-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-edit-state-icon-background-color: #00b0ff;
  --mat-stepper-header-edit-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ff5252;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ff5252;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ff5252;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}

html {
  --mat-stepper-header-height: 72px;
}

html {
  --mat-sort-arrow-color: rgb(117.3, 117.3, 117.3);
}

html {
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}

.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #009688;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #00b0ff;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ff5252;
  --mat-toolbar-container-text-color: white;
}

html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}

html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}

html {
  --mat-tree-node-min-height: 48px;
}

html {
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

html {
  --mat-timepicker-container-background-color: white;
}
