@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap);
@import url(https://fonts.googleapis.com/css?family=Raleway&display=swap);

@media only screen and (max-width: 1500px){
  /**
css for LAPTOP UPTP 1500 PX
**/
  /** settings menu for laptop **/
  .settingstab
{
  /* margin-top:12px; */
  padding: 8px 0px;
}
.settingstab-mobile{
  display: none;
}


.mat-table {
  overflow: auto;
 /*  max-height: 500px; */
}

.mat-row{
  /* min-height: 38px !important; */
  /* display: flex; */
    line-height: 16px !important;
  font-size: 12px !important;
}

mat-sidenav a.mat-menu-item
{
padding-left: 5px;
    font-size: 14px;  
}
 
.viewcontacts
{
  min-height: 613px;
}

.searchResults{
  min-height: 447px;
} 

label.submenu
{
  padding: 0px !important;
  width: 100%;
  background-color: 
}
mat-header-cell{
  font-weight: bold !important;
}
}
@media only screen and (min-width: 1501px){
/**
CSS FOR HIGH RESOLUTION >1500 px 
*/
/** settings menu for laptop **/
  .settingstab
{
  /* margin-top:12px; */
  padding: 10px 0px;
}
.settingstab-mobile{
  display:none;
}
.mat-table {
  overflow: auto;
  max-height: 668;
}

.mat-row{
 /* min-height: 62px !important;*/
  /* display: flex; */
  line-height: 16px !important;
}
mat-sidenav a.mat-menu-item
{
padding-left: 10px;
    font-size: 15px;  
}

label.submenu
{
  padding: 5px !important;
  width: 100%;
  background-color: 
}

mat-header-cell{
  font-weight: bold !important;
}
.viewcontacts
{
  min-height: 420px;
}

.searchResults{
  min-height: 729px;
}
.mobile-label
{
  display:none;
}
}
@media only screen and (min-width: 320px) and (max-width: 479px){
.settingstab
{
 display: none;
}
.settingstab-mobile{
  display: inline-flex;
  /*justify-content: flex-end;*/
  margin-top: 10px;  
 padding-left: 26px !important;
}
.mobile-icons
{
	display: flex;
	flex-direction: column;
	
}
.settingstab-mobile .vertIcon 
{
     margin-right: 10px !important;
    padding-right: 25px !important;
    right: 3px; 
}
.settingstab-mobile .mobile-icons
{
margin-top: 30px;
}
.vertIcon {
	position: absolute;
	display: inline-flex;
	justify-content: flex-end;
}
input.headersearch
  {
background-color: rgba(255,255,255,0.12);
    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);
    border-radius: 25px;
    padding: 7px 16px;
    color: #fff;
    border: none;
    width: 220px;
  }

.searchwidth
{
	width: 82% ! important;
} 
.scrollTable
{
  width:1500px !important;
  overflow: auto !important;
}
.autoScroll
{
      overflow: auto !important;
      max-width: 1500px !important;
}
.menuPadding
{
  padding-top: 6px !important;
}
.mobile-label {
    width: 185px;
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    text-align: start ! important;
  }

 .tableAlignCenter .mat-header-row {
    display: none !important;
  }

 .tableAlignCenter .mat-row { 
    flex-direction: column;
    align-items: start ! important;
    padding: 8px 24px;

  }
.tableAlignCenter .noLeftPadding{
  padding-left: 0px ! important;
}
 .tableAlignCenter{
      align-items: center;


}
.mobileHelp{
  padding-left: 0px;
  right: 23px ! important;
  margin-top:0px; 
  top: 12px ! important;
}
.mobileTitlePadding{
  margin-top: 20px ! important;

}
.autoTableScroll
{
  overflow:auto !important;
}
.autoContentScroll
{
  overflow:auto !important;
  width:1000px !important;
}
.divScroll
{
  overflow:auto !important;
  width:600px !important;
}
.divtableScroll
{
  overflow:auto !important;
  width:1500px !important;
}
.fontSize13Px
{
  font-size: 13px !important;

}
.titlePadding{
   margin-top: 10px ! important;
}
.padding0Px{
  padding:0px ! important;
}
.fullWidth{
  width:100% ! important;
}
.marginLeft15Px{
  margin-left: 15px ! important;
}
.paddingBottom{
  padding-bottom: 40px ! important;
}
.margin17px{
margin-top: 1% !important;
margin-bottom: 7% !important;
}
.example-full-width {
  width: 30% ! important; 
}
.leftPadding0Px{
  padding-left: 0px ! important;
}
.imageSiza
{
  max-width: 195px !important;
  max-height: 240px !important; 
  border: 1px solid !important;
  display: block !important;
  margin-right:auto !important;
  margin-left:auto !important;
}
.marginAuto
{
   padding-left:25% !important;
}
mat-dialog-container#feedbackpopup {
    width: 100% !important;
    height: 380px !important;
}
mat-dialog-container#changepasspopup {
    width: 100% !important;
    height: 380px !important;
}
mat-dialog-container#createtaskcomp
{
  width: 100% !important;
}
mat-dialog-container#changepasspopup .mat-raised-button
{
 min-width: 45% !important; 
}
.apidocument_resp
{
  width:100% !important;
}
table.available_api_ser
{
  width:100% !important;
}
.dec_vi_ui .mat-form-field, .createcontact .mat-form-field
{
  width:100%;
}
.createcontact mat-expansion-panel-header
{
  width:100%;
}
.boxminheight {
    height: 100% !important;
    padding: 10px 0px;
}
.displaytable
{
  display: flex;
}
.tabledivresponsive {
    width: 100% !important;
    overflow: auto !important;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.settingstab
{
 display: inline-flex;
 justify-content: flex-end;
 margin-top: 10px;
 padding-top: 2px !important;
}
.settingstab-mobile{
  display: none;
}
.scrollTable
{
  width:1500px !important;
  overflow: auto !important;
}
.menuPadding
{
	padding-top: 4px !important;
}
.mobile-label
{
	width: 185px;
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    text-align: start ! important;
}
 .tableAlignCenter .mat-header-row {
    display: none !important;
  }

 .tableAlignCenter .mat-row { 
    flex-direction: column;
    align-items: start ! important;
    padding: 8px 24px;

  }
.tableAlignCenter .noLeftPadding{
  padding-left: 0px ! important;
}
 .tableAlignCenter{
      align-items: center;
}
 mat-row::after {
     min-height: auto !important;   
  }
.divScroll
{
  overflow:auto !important;
  min-width:600px !important;
}
.divtableScroll
{
  overflow:auto !important;
  width:1500px !important;
}
.autoTableScroll
{
  overflow:auto !important;
}
.autoContentScroll
{
  overflow:auto !important;
  width:1000px !important;
}
.fontSize13Px
{
  font-size: 13px !important;
}
.mobileTitlePadding{
  margin-top: 20px ! important;
}
.cardheadertitle{
  padding-top: 15px ! important;
}
.padding0Px{
  padding:0px ! important;

}

.paddingBottom{
  padding-bottom: 40px ! important;
}
.margin17px{
margin-top: 1% !important;
margin-bottom: 7% !important;

}
.example-full-width {
  width: 20% ! important; 
}
.leftPadding0Px{
  padding-left: 0px ! important;

}
.imageSiza
{
  max-width: 240px !important;
  max-height: 240px !important; 
  border: 1px solid !important;
  display: block !important;
  margin-right:auto !important;
  margin-left:auto !important;
}
.marginAuto
{
  padding-left:30% !important;
}
.mat-expansion-panel-header-description, .mat-expansion-panel-header-title
{
  margin-right: 5px !important;
}
mat-sidenav .mat-icon {
    width: 18px;
    height: 18px;
    margin-right: 4px;
    font-size: 15px !important;
    color: #3f51b5;
}
.leftexpansionpanel .mat-expansion-panel-header
{
  font-size: 1.2em !important;
}
mat-dialog-container#feedbackpopup {
    width: 100% !important;
     height: 380px !important;
}
mat-dialog-container#changepasspopup
{
  width:100% !important;
  height:380px !important;

}
.apidocument_resp
{
  width:100% !important;
}
table.available_api_ser
{
  width:100% !important;
}
.dec_vi_ui .mat-form-field
{
  width:100%;
}
.boxminheight {
    height: 100% !important;
    padding: 10px 0px;
}
.displaytable
{
  display: flex;
}
.tabledivresponsive {
    width: 100% !important;
    overflow: auto !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
.settingstab
{
 
 display: inline-flex;
 justify-content: flex-end;
 padding-top: 12px;
}
.settingstab-mobile{
  display: none;
}
.scrollTable
{
  width:1500px !important;
  overflow: auto !important;
}
.mobile-label
{
	display:none;
}
.paddingTop10px
{
  padding-top: 10px !important;

}
.mobileTitlePadding{
  margin-top: 20px ! important;

}
.tableCardScroll
{
	overflow:auto !important;
}
.tableContentScroll
{
	overflow:auto !important;
	width:1000px !important;
}
.divScroll
{
  overflow:auto !important;
  width:600px !important;
}
.autoTableScroll
{
  overflow:auto !important;
}
.autoContentScroll
{
  overflow:auto !important;
  width:1000px !important;
}
.clearBoth
{
	clear:both;
}
.fontSize13Px
{
  font-size: 13px !important;

}
.cardheadertitle{
  padding-top: 15px ! important;
}
.paddingBottom{
  padding-bottom: 40px ! important;
}
.imageSiza
{
  max-width: 190px !important;
  max-height: 240px !important; 
  border: 1px solid !important;
  display: block !important;
}
.mat-expansion-panel-header-description, .mat-expansion-panel-header-title
{
  margin-right: 5px !important;
}
mat-dialog-container#feedbackpopup {
    width: 100% !important;
    height: 380px !important;
}
mat-dialog-container#changepasspopup {
    width: 100% !important;
    height: 380px !important;
}
.displaytable
{
  display: flex;
}
.divtableScroll
{
  overflow:auto !important;
  width:1500px !important;
}
.tabledivresponsive {
    width: 100% !important;
    overflow: auto !important;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1199px){
.settingstab
{
 display: inline-flex;
 justify-content: flex-end;
 padding-top: 12px !important;
}
.settingstab-mobile{
  display: none;
}
.scrollTable
{
  width:1500px !important;
  overflow: auto !important;
}
.mobile-label
{
	display:none;
}
.paddingTop10px
{
  padding-top: 10px !important;
}
.mobileTitlePadding{
  margin-top: 20px ! important;
}
.cardheadertitle{
  padding-top: 15px ! important;
}
.paddingBottom{
	padding-bottom: 40px ! important;
}
.imageSiza
{
	max-width: 240px !important;
	max-height: 240px !important; 
	border: 1px solid !important;
	display: block !important;
}
}
@media only screen and (min-width: 1200px){
.settingstab
{
 display: inline-flex;
 justify-content: flex-end;
 padding-top: 12px !important;
}
.settingstab-mobile{
  display: none;
}
.mobile-label
{
	display:none;
}
}
/* You can add global styles to this file, and also import other style files */
/* Application-wide Styles */
.mat-badge-content{font-weight:600;font-size:12px;font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-badge-small .mat-badge-content{font-size:9px}
.mat-badge-large .mat-badge-content{font-size:24px}
.mat-h1,.mat-headline,.mat-typography .mat-h1,.mat-typography .mat-headline,.mat-typography h1{font:400 24px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}
.mat-h2,.mat-title,.mat-typography .mat-h2,.mat-typography .mat-title,.mat-typography h2{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}
.mat-h3,.mat-subheading-2,.mat-typography .mat-h3,.mat-typography .mat-subheading-2,.mat-typography h3{font:400 16px/28px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}
.mat-h4,.mat-subheading-1,.mat-typography .mat-h4,.mat-typography .mat-subheading-1,.mat-typography h4{font:400 15px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}
.mat-h5,.mat-typography .mat-h5,.mat-typography h5{font:400 calc(14px * 0.83)/20px Roboto, "Helvetica Neue", sans-serif;margin:0 0 12px}
.mat-h6,.mat-typography .mat-h6,.mat-typography h6{font:400 calc(14px * 0.67)/20px Roboto, "Helvetica Neue", sans-serif;margin:0 0 12px}
.mat-body-strong,.mat-body-2,.mat-typography .mat-body-strong,.mat-typography .mat-body-2{font:500 14px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-body,.mat-body-1,.mat-typography .mat-body,.mat-typography .mat-body-1,.mat-typography{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-body p,.mat-body-1 p,.mat-typography .mat-body p,.mat-typography .mat-body-1 p,.mat-typography p{margin:0 0 12px}
.mat-small,.mat-caption,.mat-typography .mat-small,.mat-typography .mat-caption{font:400 12px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.05em;margin:0 0 56px}
.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.02em;margin:0 0 64px}
.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.005em;margin:0 0 64px}
.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 64px}
.mat-bottom-sheet-container{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-button,.mat-raised-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button,.mat-fab,.mat-mini-fab{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}
.mat-button-toggle{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-card{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-card-title{font-size:24px;font-weight:500}
.mat-card-header .mat-card-title{font-size:20px}
.mat-card-subtitle,.mat-card-content{font-size:14px}
.mat-checkbox{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-checkbox-layout .mat-checkbox-label{line-height:24px}
.mat-chip{font-size:14px;font-weight:500}
.mat-chip .mat-chip-trailing-icon.mat-icon,.mat-chip .mat-chip-remove.mat-icon{font-size:18px}
.mat-table{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-header-cell{font-size:12px;font-weight:500}
.mat-cell,.mat-footer-cell{font-size:14px}
.mat-calendar{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-calendar-body{font-size:13px}
.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}
.mat-calendar-table-header th{font-size:11px;font-weight:400}
.mat-dialog-title{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-expansion-panel-header{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:15px;font-weight:400}
.mat-expansion-panel-content{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-form-field-wrapper{padding-bottom:1.34375em}
.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}
.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}
.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}
.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34375em) scale(0.75);width:133.3333333333%}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34374em) scale(0.75);width:133.3333433333%}
.mat-form-field-label-wrapper{top:-0.84375em;padding-top:.84375em}
.mat-form-field-label{top:1.34375em}
.mat-form-field-underline{bottom:1.34375em}
.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}
.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}
.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);width:133.3333333333%}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);width:133.3333433333%}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);width:133.3333533333%}
.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}
.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}
@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28122em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28121em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.2812em) scale(0.75)}}
.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em 0}
.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-0.5em}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59375em) scale(0.75);width:133.3333333333%}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59374em) scale(0.75);width:133.3333433333%}
.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0 1em 0}
.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-0.25em}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59375em) scale(0.75);width:133.3333333333%}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59374em) scale(0.75);width:133.3333433333%}
.mat-grid-tile-header,.mat-grid-tile-footer{font-size:14px}
.mat-grid-tile-header .mat-line,.mat-grid-tile-footer .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-grid-tile-header .mat-line:nth-child(n+2),.mat-grid-tile-footer .mat-line:nth-child(n+2){font-size:12px}
input.mat-input-element{margin-top:-0.0625em}
.mat-menu-item{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:400}
.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px}
.mat-radio-button{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-select{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-select-trigger{height:1.125em}
.mat-slide-toggle-content{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-slider-thumb-label-text{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px;font-weight:500}
.mat-stepper-vertical,.mat-stepper-horizontal{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-step-label{font-size:14px;font-weight:400}
.mat-step-sub-label-error{font-weight:normal}
.mat-step-label-error{font-size:14px}
.mat-step-label-selected{font-size:14px;font-weight:500}
.mat-tab-group{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-tab-label,.mat-tab-link{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}
.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0}
.mat-tooltip{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}
.mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}
.mat-list-item{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-list-option{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-list-base .mat-list-item{font-size:16px}
.mat-list-base .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}
.mat-list-base .mat-list-option{font-size:16px}
.mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}
.mat-list-base .mat-subheader{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}
.mat-list-base[dense] .mat-list-item{font-size:12px}
.mat-list-base[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2){font-size:12px}
.mat-list-base[dense] .mat-list-option{font-size:12px}
.mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}
.mat-list-base[dense] .mat-subheader{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px;font-weight:500}
.mat-option{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:16px}
.mat-optgroup-label{font:500 14px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-simple-snackbar{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px}
.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}
.mat-tree{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-tree-node,.mat-nested-tree-node{font-weight:400;font-size:14px}
.mat-ripple{overflow:hidden;position:relative}
.mat-ripple:not(:empty){transform:translateZ(0)}
.mat-ripple.mat-ripple-unbounded{overflow:visible}
.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0, 0, 0.2, 1);transform:scale(0)}
.cdk-high-contrast-active .mat-ripple-element{display:none}
.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}
[dir=rtl] .cdk-visually-hidden{left:auto;right:0}
.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}
.cdk-overlay-container{position:fixed;z-index:1000}
.cdk-overlay-container:empty{display:none}
.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}
.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}
.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}
.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}
.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}
.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}
.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}
textarea.cdk-textarea-autosize{resize:none}
textarea.cdk-textarea-autosize-measuring{padding:2px 0 !important;box-sizing:content-box !important;height:auto !important;overflow:hidden !important}
textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0 !important;box-sizing:content-box !important;height:0 !important}
@keyframes cdk-text-field-autofill-start{/*!*/}
@keyframes cdk-text-field-autofill-end{/*!*/}
.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}
.mat-focus-indicator{position:relative}
.mat-mdc-focus-indicator{position:relative}
.mat-ripple-element{background-color:rgba(0,0,0,.1)}
.mat-option{color:rgba(0,0,0,.87)}
.mat-option:hover:not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled){background:rgba(0,0,0,.04)}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(0,0,0,.04)}
.mat-option.mat-active{background:rgba(0,0,0,.04);color:rgba(0,0,0,.87)}
.mat-option.mat-option-disabled{color:rgba(0,0,0,.38)}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#3f51b5}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#ff4081}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f44336}
.mat-optgroup-label{color:rgba(0,0,0,.54)}
.mat-optgroup-disabled .mat-optgroup-label{color:rgba(0,0,0,.38)}
.mat-pseudo-checkbox{color:rgba(0,0,0,.54)}
.mat-pseudo-checkbox::after{color:#fafafa}
.mat-pseudo-checkbox-disabled{color:#b0b0b0}
.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{background:#3f51b5}
.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate,.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate{background:#ff4081}
.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:#f44336}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}
.mat-app-background{background-color:#fafafa;color:rgba(0,0,0,.87)}
.mat-elevation-z0{box-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)}
.mat-elevation-z1{box-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)}
.mat-elevation-z2{box-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)}
.mat-elevation-z3{box-shadow: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-elevation-z4{box-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-elevation-z5{box-shadow: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-elevation-z6{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)}
.mat-elevation-z7{box-shadow: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-elevation-z8{box-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)}
.mat-elevation-z9{box-shadow: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-elevation-z10{box-shadow: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-elevation-z11{box-shadow: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-elevation-z12{box-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)}
.mat-elevation-z13{box-shadow: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-elevation-z14{box-shadow: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-elevation-z15{box-shadow: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-elevation-z16{box-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-elevation-z17{box-shadow: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-elevation-z18{box-shadow: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-elevation-z19{box-shadow: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-elevation-z20{box-shadow: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-elevation-z21{box-shadow: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-elevation-z22{box-shadow: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-elevation-z23{box-shadow: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-elevation-z24{box-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-theme-loaded-marker{display:none}
.mat-autocomplete-panel{background:#fff;color:rgba(0,0,0,.87)}
.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-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-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#fff}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:rgba(0,0,0,.87)}
.mat-badge{position:relative}
.mat-badge.mat-badge{overflow:visible}
.mat-badge-hidden .mat-badge-content{display:none}
.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform 200ms ease-in-out;transform:scale(0.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}
.ng-animate-disabled .mat-badge-content,.mat-badge-content._mat-animation-noopable{transition:none}
.mat-badge-content.mat-badge-active{transform:none}
.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}
.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}
.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}
.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}
.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}
.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}
.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}
.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}
.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}
.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}
.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}
.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}
.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}
.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}
.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}
.mat-badge-content{color:#fff;background:#3f51b5}
.cdk-high-contrast-active .mat-badge-content{outline:solid 1px;border-radius:0}
.mat-badge-accent .mat-badge-content{background:#ff4081;color:#fff}
.mat-badge-warn .mat-badge-content{color:#fff;background:#f44336}
.mat-badge-disabled .mat-badge-content{background:#b9b9b9;color:rgba(0,0,0,.38)}
.mat-bottom-sheet-container{box-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);background:#fff;color:rgba(0,0,0,.87)}
.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:transparent}
.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#3f51b5}
.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#ff4081}
.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:#f44336}
.mat-button.mat-primary.mat-button-disabled,.mat-button.mat-accent.mat-button-disabled,.mat-button.mat-warn.mat-button-disabled,.mat-button.mat-button-disabled.mat-button-disabled,.mat-icon-button.mat-primary.mat-button-disabled,.mat-icon-button.mat-accent.mat-button-disabled,.mat-icon-button.mat-warn.mat-button-disabled,.mat-icon-button.mat-button-disabled.mat-button-disabled,.mat-stroked-button.mat-primary.mat-button-disabled,.mat-stroked-button.mat-accent.mat-button-disabled,.mat-stroked-button.mat-warn.mat-button-disabled,.mat-stroked-button.mat-button-disabled.mat-button-disabled{color:rgba(0,0,0,.26)}
.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#3f51b5}
.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#ff4081}
.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#f44336}
.mat-button.mat-button-disabled .mat-button-focus-overlay,.mat-icon-button.mat-button-disabled .mat-button-focus-overlay,.mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{background-color:transparent}
.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}
.mat-button-focus-overlay{background:#000}
.mat-stroked-button:not(.mat-button-disabled){border-color:rgba(0,0,0,.12)}
.mat-flat-button,.mat-raised-button,.mat-fab,.mat-mini-fab{color:rgba(0,0,0,.87);background-color:#fff}
.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{color:#fff}
.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{color:#fff}
.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{color:#fff}
.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{color:rgba(0,0,0,.26)}
.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{background-color:#3f51b5}
.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{background-color:#ff4081}
.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{background-color:#f44336}
.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{background-color:rgba(0,0,0,.12)}
.mat-flat-button.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element,.mat-fab.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-flat-button.mat-accent .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element,.mat-fab.mat-accent .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-flat-button.mat-warn .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element,.mat-fab.mat-warn .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-stroked-button:not([class*=mat-elevation-z]),.mat-flat-button:not([class*=mat-elevation-z]){box-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)}
.mat-raised-button:not([class*=mat-elevation-z]){box-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)}
.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-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)}
.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]){box-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)}
.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){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)}
.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),.mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-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)}
.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),.mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]){box-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)}
.mat-button-toggle-standalone:not([class*=mat-elevation-z]),.mat-button-toggle-group:not([class*=mat-elevation-z]){box-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)}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]){box-shadow:none}
.mat-button-toggle{color:rgba(0,0,0,.38)}
.mat-button-toggle .mat-button-toggle-focus-overlay{background-color:rgba(0,0,0,.12)}
.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87);background:#fff}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#000}
.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px #e0e0e0}
[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px #e0e0e0}
.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px #e0e0e0}
.mat-button-toggle-checked{background-color:#e0e0e0;color:rgba(0,0,0,.54)}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87)}
.mat-button-toggle-disabled{color:rgba(0,0,0,.26);background-color:#eee}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#fff}
.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#bdbdbd}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{border:solid 1px #e0e0e0}
.mat-button-toggle-appearance-standard .mat-button-toggle-label-content{line-height:48px}
.mat-card{background:#fff;color:rgba(0,0,0,.87)}
.mat-card:not([class*=mat-elevation-z]){box-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)}
.mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-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)}
.mat-card-subtitle{color:rgba(0,0,0,.54)}
.mat-checkbox-frame{border-color:rgba(0,0,0,.54)}
.mat-checkbox-checkmark{fill:#fafafa}
.mat-checkbox-checkmark-path{stroke:#fafafa !important}
.mat-checkbox-mixedmark{background-color:#fafafa}
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#3f51b5}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#ff4081}
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:#f44336}
.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}
.mat-checkbox-disabled .mat-checkbox-label{color:rgba(0,0,0,.38)}
.mat-checkbox .mat-ripple-element{background-color:#000}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#3f51b5}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#ff4081}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#f44336}
.mat-chip.mat-standard-chip{background-color:#e0e0e0;color:rgba(0,0,0,.87)}
.mat-chip.mat-standard-chip .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow: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-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}
.mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}
.mat-chip.mat-standard-chip::after{background:#000}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#3f51b5;color:#fff}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#f44336;color:#fff}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#ff4081;color:#fff}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#fff;opacity:.4}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-table{background:#fff}
.mat-table thead,.mat-table tbody,.mat-table tfoot,mat-header-row,mat-row,mat-footer-row,[mat-header-row],[mat-row],[mat-footer-row],.mat-table-sticky{background:inherit}
mat-row,mat-header-row,mat-footer-row,th.mat-header-cell,td.mat-cell,td.mat-footer-cell{border-bottom-color:rgba(0,0,0,.12)}
.mat-header-cell{color:rgba(0,0,0,.54)}
.mat-cell,.mat-footer-cell{color:rgba(0,0,0,.87)}
.mat-calendar-arrow{fill:rgba(0,0,0,.54)}
.mat-datepicker-toggle,.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button{color:rgba(0,0,0,.54)}
.mat-calendar-table-header-divider::after{background:rgba(0,0,0,.12)}
.mat-calendar-table-header,.mat-calendar-body-label{color:rgba(0,0,0,.54)}
.mat-calendar-body-cell-content,.mat-date-range-input-separator{color:rgba(0,0,0,.87);border-color:transparent}
.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:rgba(0,0,0,.38)}
.mat-form-field-disabled .mat-date-range-input-separator{color:rgba(0,0,0,.38)}
.mat-calendar-body-in-preview{color:rgba(0,0,0,.24)}
.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(0,0,0,.38)}
.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(0,0,0,.18)}
.mat-calendar-body-in-range::before{background:rgba(63,81,181,.2)}
.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}
.mat-calendar-body-comparison-bridge-start::before,[dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-calendar-body-comparison-bridge-end::before,[dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}
.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}
.mat-calendar-body-selected{background-color:#3f51b5;color:#fff}
.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(63,81,181,.4)}
.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}
.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(63,81,181,.3)}
@media(hover: hover){.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(63,81,181,.3)}}
.mat-datepicker-content{box-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);background-color:#fff;color:rgba(0,0,0,.87)}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before{background:rgba(255,64,129,.2)}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#ff4081;color:#fff}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(255,64,129,.4)}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}
.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(255,64,129,.3)}
@media(hover: hover){.mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(255,64,129,.3)}}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before{background:rgba(244,67,54,.2)}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#f44336;color:#fff}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(244,67,54,.4)}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}
.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(244,67,54,.3)}
@media(hover: hover){.mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(244,67,54,.3)}}
.mat-datepicker-content-touch{box-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-datepicker-toggle-active{color:#3f51b5}
.mat-datepicker-toggle-active.mat-accent{color:#ff4081}
.mat-datepicker-toggle-active.mat-warn{color:#f44336}
.mat-date-range-input-inner[disabled]{color:rgba(0,0,0,.38)}
.mat-dialog-container{box-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);background:#fff;color:rgba(0,0,0,.87)}
.mat-divider{border-top-color:rgba(0,0,0,.12)}
.mat-divider-vertical{border-right-color:rgba(0,0,0,.12)}
.mat-expansion-panel{background:#fff;color:rgba(0,0,0,.87)}
.mat-expansion-panel:not([class*=mat-elevation-z]){box-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)}
.mat-action-row{border-top-color:rgba(0,0,0,.12)}
.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(0,0,0,.04)}
@media(hover: none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#fff}}
.mat-expansion-panel-header-title{color:rgba(0,0,0,.87)}
.mat-expansion-panel-header-description,.mat-expansion-indicator::after{color:rgba(0,0,0,.54)}
.mat-expansion-panel-header[aria-disabled=true]{color:rgba(0,0,0,.26)}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}
.mat-expansion-panel-header{height:48px}
.mat-expansion-panel-header.mat-expanded{height:64px}
.mat-form-field-label{color:rgba(0,0,0,.6)}
.mat-hint{color:rgba(0,0,0,.6)}
.mat-form-field.mat-focused .mat-form-field-label{color:#3f51b5}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#ff4081}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#f44336}
.mat-focused .mat-form-field-required-marker{color:#ff4081}
.mat-form-field-ripple{background-color:rgba(0,0,0,.87)}
.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#3f51b5}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#ff4081}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#f44336}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after{color:#3f51b5}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after{color:#ff4081}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after{color:#f44336}
.mat-form-field.mat-form-field-invalid .mat-form-field-label{color:#f44336}
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:#f44336}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#f44336}
.mat-error{color:#f44336}
.mat-form-field-appearance-legacy .mat-form-field-label{color:rgba(0,0,0,.54)}
.mat-form-field-appearance-legacy .mat-hint{color:rgba(0,0,0,.54)}
.mat-form-field-appearance-legacy .mat-form-field-underline{background-color:rgba(0,0,0,.42)}
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}
.mat-form-field-appearance-standard .mat-form-field-underline{background-color:rgba(0,0,0,.42)}
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}
.mat-form-field-appearance-fill .mat-form-field-flex{background-color:rgba(0,0,0,.04)}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:rgba(0,0,0,.02)}
.mat-form-field-appearance-fill .mat-form-field-underline::before{background-color:rgba(0,0,0,.42)}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before{background-color:transparent}
.mat-form-field-appearance-outline .mat-form-field-outline{color:rgba(0,0,0,.12)}
.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:rgba(0,0,0,.87)}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#3f51b5}
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#ff4081}
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick{color:#f44336}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#f44336}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:rgba(0,0,0,.06)}
.mat-icon.mat-primary{color:#3f51b5}
.mat-icon.mat-accent{color:#ff4081}
.mat-icon.mat-warn{color:#f44336}
.mat-form-field-type-mat-native-select .mat-form-field-infix::after{color:rgba(0,0,0,.54)}
.mat-input-element:disabled,.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after{color:rgba(0,0,0,.38)}
.mat-input-element{caret-color:#3f51b5}
.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}
.mat-input-element::placeholder{color:rgba(0,0,0,.42)}
.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}
.mat-input-element::-webkit-input-placeholder{color:rgba(0,0,0,.42)}
.mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42)}
.mat-form-field.mat-accent .mat-input-element{caret-color:#ff4081}
.mat-form-field.mat-warn .mat-input-element,.mat-form-field-invalid .mat-input-element{caret-color:#f44336}
.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after{color:#f44336}
.mat-list-base .mat-list-item{color:rgba(0,0,0,.87)}
.mat-list-base .mat-list-option{color:rgba(0,0,0,.87)}
.mat-list-base .mat-subheader{color:rgba(0,0,0,.54)}
.mat-list-base .mat-list-item-disabled{background-color:#eee;color:rgba(0,0,0,.38)}
.mat-list-option:hover,.mat-list-option:focus,.mat-nav-list .mat-list-item:hover,.mat-nav-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-action-list .mat-list-item:focus{background:rgba(0,0,0,.04)}
.mat-list-single-selected-option,.mat-list-single-selected-option:hover,.mat-list-single-selected-option:focus{background:rgba(0,0,0,.12)}
.mat-menu-panel{background:#fff}
.mat-menu-panel:not([class*=mat-elevation-z]){box-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-menu-item{background:transparent;color:rgba(0,0,0,.87)}
.mat-menu-item[disabled],.mat-menu-item[disabled] .mat-menu-submenu-icon,.mat-menu-item[disabled] .mat-icon-no-color{color:rgba(0,0,0,.38)}
.mat-menu-item .mat-icon-no-color,.mat-menu-submenu-icon{color:rgba(0,0,0,.54)}
.mat-menu-item:hover:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item-highlighted:not([disabled]){background:rgba(0,0,0,.04)}
.mat-paginator{background:#fff}
.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:rgba(0,0,0,.54)}
.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}
.mat-paginator-first,.mat-paginator-last{border-top:2px solid rgba(0,0,0,.54)}
.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(0,0,0,.38)}
.mat-paginator-container{min-height:56px}
.mat-progress-bar-background{fill:#cbd0e9}
.mat-progress-bar-buffer{background-color:#cbd0e9}
.mat-progress-bar-fill::after{background-color:#3f51b5}
.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#fbccdc}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#fbccdc}
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after{background-color:#ff4081}
.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#f9ccc9}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#f9ccc9}
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after{background-color:#f44336}
.mat-progress-spinner circle,.mat-spinner circle{stroke:#3f51b5}
.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:#ff4081}
.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:#f44336}
.mat-radio-outer-circle{border-color:rgba(0,0,0,.54)}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#3f51b5}
.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#3f51b5}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#ff4081}
.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#ff4081}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#f44336}
.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#f44336}
.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:rgba(0,0,0,.38)}
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:rgba(0,0,0,.38)}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:rgba(0,0,0,.38)}
.mat-radio-button .mat-ripple-element{background-color:#000}
.mat-select-value{color:rgba(0,0,0,.87)}
.mat-select-placeholder{color:rgba(0,0,0,.42)}
.mat-select-disabled .mat-select-value{color:rgba(0,0,0,.38)}
.mat-select-arrow{color:rgba(0,0,0,.54)}
.mat-select-panel{background:#fff}
.mat-select-panel:not([class*=mat-elevation-z]){box-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-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(0,0,0,.12)}
.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#3f51b5}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#ff4081}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow{color:#f44336}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#f44336}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:rgba(0,0,0,.38)}
.mat-drawer-container{background-color:#fafafa;color:rgba(0,0,0,.87)}
.mat-drawer{background-color:#fff;color:rgba(0,0,0,.87)}
.mat-drawer.mat-drawer-push{background-color:#fff}
.mat-drawer:not(.mat-drawer-side){box-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-drawer-side{border-right:solid 1px rgba(0,0,0,.12)}
.mat-drawer-side.mat-drawer-end{border-left:solid 1px rgba(0,0,0,.12);border-right:none}
[dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(0,0,0,.12);border-right:none}
[dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}
.mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(0,0,0,.6)}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#ff4081}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:rgba(255,64,129,.54)}
.mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#ff4081}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#3f51b5}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:rgba(63,81,181,.54)}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#3f51b5}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#f44336}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:rgba(244,67,54,.54)}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#f44336}
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#000}
.mat-slide-toggle-thumb{box-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);background-color:#fafafa}
.mat-slide-toggle-bar{background-color:rgba(0,0,0,.38)}
.mat-slider-track-background{background-color:rgba(0,0,0,.26)}
.mat-slider.mat-primary .mat-slider-track-fill,.mat-slider.mat-primary .mat-slider-thumb,.mat-slider.mat-primary .mat-slider-thumb-label{background-color:#3f51b5}
.mat-slider.mat-primary .mat-slider-thumb-label-text{color:#fff}
.mat-slider.mat-primary .mat-slider-focus-ring{background-color:rgba(63,81,181,.2)}
.mat-slider.mat-accent .mat-slider-track-fill,.mat-slider.mat-accent .mat-slider-thumb,.mat-slider.mat-accent .mat-slider-thumb-label{background-color:#ff4081}
.mat-slider.mat-accent .mat-slider-thumb-label-text{color:#fff}
.mat-slider.mat-accent .mat-slider-focus-ring{background-color:rgba(255,64,129,.2)}
.mat-slider.mat-warn .mat-slider-track-fill,.mat-slider.mat-warn .mat-slider-thumb,.mat-slider.mat-warn .mat-slider-thumb-label{background-color:#f44336}
.mat-slider.mat-warn .mat-slider-thumb-label-text{color:#fff}
.mat-slider.mat-warn .mat-slider-focus-ring{background-color:rgba(244,67,54,.2)}
.mat-slider:hover .mat-slider-track-background,.mat-slider.cdk-focused .mat-slider-track-background{background-color:rgba(0,0,0,.38)}
.mat-slider.mat-slider-disabled .mat-slider-track-background,.mat-slider.mat-slider-disabled .mat-slider-track-fill,.mat-slider.mat-slider-disabled .mat-slider-thumb{background-color:rgba(0,0,0,.26)}
.mat-slider.mat-slider-disabled:hover .mat-slider-track-background{background-color:rgba(0,0,0,.26)}
.mat-slider.mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(0,0,0,.12)}
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:rgba(0,0,0,.87)}
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:rgba(0,0,0,.26)}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(0,0,0,.26);background-color:transparent}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:rgba(0,0,0,.38)}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:rgba(0,0,0,.26)}
.mat-slider-has-ticks .mat-slider-wrapper::after{border-color:rgba(0,0,0,.7)}
.mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);background-image:-moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}
.mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}
.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover:not([aria-disabled]),.mat-step-header:hover[aria-disabled=false]{background-color:rgba(0,0,0,.04)}
.mat-step-header:hover[aria-disabled=true]{cursor:default}
@media(hover: none){.mat-step-header:hover{background:none}}
.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:rgba(0,0,0,.54)}
.mat-step-header .mat-step-icon{background-color:rgba(0,0,0,.54);color:#fff}
.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit{background-color:#3f51b5;color:#fff}
.mat-step-header.mat-accent .mat-step-icon{color:#fff}
.mat-step-header.mat-accent .mat-step-icon-selected,.mat-step-header.mat-accent .mat-step-icon-state-done,.mat-step-header.mat-accent .mat-step-icon-state-edit{background-color:#ff4081;color:#fff}
.mat-step-header.mat-warn .mat-step-icon{color:#fff}
.mat-step-header.mat-warn .mat-step-icon-selected,.mat-step-header.mat-warn .mat-step-icon-state-done,.mat-step-header.mat-warn .mat-step-icon-state-edit{background-color:#f44336;color:#fff}
.mat-step-header .mat-step-icon-state-error{background-color:transparent;color:#f44336}
.mat-step-header .mat-step-label.mat-step-label-active{color:rgba(0,0,0,.87)}
.mat-step-header .mat-step-label.mat-step-label-error{color:#f44336}
.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#fff}
.mat-stepper-vertical-line::before{border-left-color:rgba(0,0,0,.12)}
.mat-horizontal-stepper-header::before,.mat-horizontal-stepper-header::after,.mat-stepper-horizontal-line{border-top-color:rgba(0,0,0,.12)}
.mat-horizontal-stepper-header{height:72px}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,.mat-vertical-stepper-header{padding:24px 24px}
.mat-stepper-vertical-line::before{top:-16px;bottom:-16px}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after,.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before{top:36px}
.mat-stepper-label-position-bottom .mat-stepper-horizontal-line{top:36px}
.mat-sort-header-arrow{color:#757575}
.mat-tab-nav-bar,.mat-tab-header{border-bottom:1px solid rgba(0,0,0,.12)}
.mat-tab-group-inverted-header .mat-tab-nav-bar,.mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}
.mat-tab-label,.mat-tab-link{color:rgba(0,0,0,.87)}
.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.38)}
.mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.87)}
.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.38)}
.mat-tab-group[class*=mat-background-]>.mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}
.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(197,202,233,.3)}
.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#3f51b5}
.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar{background-color:#fff}
.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,128,171,.3)}
.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#ff4081}
.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar{background-color:#fff}
.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}
.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#f44336}
.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar{background-color:#fff}
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(197,202,233,.3)}
.mat-tab-group.mat-background-primary>.mat-tab-header,.mat-tab-group.mat-background-primary>.mat-tab-link-container,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination{background-color:#3f51b5}
.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link{color:#fff}
.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}
.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-group.mat-background-primary>.mat-tab-header .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-focus-indicator::before{border-color:#fff}
.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}
.mat-tab-group.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,128,171,.3)}
.mat-tab-group.mat-background-accent>.mat-tab-header,.mat-tab-group.mat-background-accent>.mat-tab-link-container,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination{background-color:#ff4081}
.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link{color:#fff}
.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}
.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-group.mat-background-accent>.mat-tab-header .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-focus-indicator::before{border-color:#fff}
.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}
.mat-tab-group.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}
.mat-tab-group.mat-background-warn>.mat-tab-header,.mat-tab-group.mat-background-warn>.mat-tab-link-container,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination{background-color:#f44336}
.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link{color:#fff}
.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}
.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-group.mat-background-warn>.mat-tab-header .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-focus-indicator::before{border-color:#fff}
.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}
.mat-tab-group.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}
.mat-toolbar{background:#f5f5f5;color:rgba(0,0,0,.87)}
.mat-toolbar.mat-primary{background:#3f51b5;color:#fff}
.mat-toolbar.mat-accent{background:#ff4081;color:#fff}
.mat-toolbar.mat-warn{background:#f44336;color:#fff}
.mat-toolbar .mat-form-field-underline,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}
.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-select-value,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}
.mat-toolbar .mat-input-element{caret-color:currentColor}
.mat-toolbar-multiple-rows{min-height:64px}
.mat-toolbar-row,.mat-toolbar-single-row{height:64px}
@media(max-width: 599px){.mat-toolbar-multiple-rows{min-height:56px}.mat-toolbar-row,.mat-toolbar-single-row{height:56px}}
.mat-tooltip{background:rgba(97,97,97,.9)}
.mat-tree{background:#fff}
.mat-tree-node,.mat-nested-tree-node{color:rgba(0,0,0,.87)}
.mat-tree-node{min-height:48px}
.mat-snack-bar-container{color:rgba(255,255,255,.7);background:#323232;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)}
.mat-simple-snackbar-action{color:#ff4081}
/*@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap'); */
html,
body {
  font-family: "Plus Jakarta Sans", sans-serif !important;
}
:focus {
  outline: none !important;
}
.col-lg-p-10 {
  width: 100%
}
.col-lg-p-1-5 {
  width: 5%
}
.col-lg-p-1 {
  width: 10%
}
.col-lg-14 {
  width: 14%
}
.col-lg-p-2 {
  width: 20%
}
.col-lg-p-3 {
  width: 30%
}
.col-lg-p-4 {
  width: 40%
}
.col-lg-p-5 {
  width: 50%
}
.col-lg-p-6 {
  width: 60%
}
.col-lg-p-7 {
  width: 70%
}
.col-lg-p-8 {
  width: 80%
}
.col-lg-p-9 {
  width: 90%
}
mat-accordion {
  font-size: 20px;
}
body,
input[text] {
  color: #888;
  /* font-family: Cambria, Georgia; */
}
* {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.reportLeftAlign {
  display: flex;
  justify-content: flex-start;
  padding-right: 10px;

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

}
.reportRightAlign1 {
  /* display: flex; */
  justify-content: flex-end;
  padding-right: 10px;
  text-align: right;
}
.reportCenterAlign {
  display: flex;
  justify-content: center;
  padding-right: 10px;

}
.reportCenterAlign1 {
  justify-content: center;
  padding-right: 28px !important;
  padding-left: 15px !important;
}
.textarea-width {
  margin-top: 0px;
  margin-bottom: 0px;
  height: 45px;
}
.mat-table {
  overflow: auto;
  /*  max-height: 1000px; */
}
.mat-column-select {
  overflow: visible;
  overflow: initial;
}
.labelcell {
  margin-top: 3%;
}
.mattableRightAlign {
  justify-content: flex-end;
}
.nopadding {
  padding: 0px !important;
  margin: 0px !important;

}
.paddingVendorSearch {
  padding: 0px 0px 0px 15px !important;
  margin: 0px !important;
}
.link_style {
  color: #3399ff;
  padding-left: 13px;
  cursor: pointer;
  font-size: 14px;
}
.font_bold {
  font-size: 12px;
}
mat-form-field {
  line-height: 1;
}
/* All Review Screens CSS - PLS DO NOT DELETE */
.example-container {
  margin-left: 54px;
  display: flex;
  flex-direction: column;
  /*  max-height: 500px; */
  min-width: 300px;
  /*  margin-top: 4px;
 margin-top: 40px; */
}
.margin-left {
  margin-left: 1px !important;
}
.mat-column-select {
  overflow: visible;
}
.boldLabel {
  font-weight: 800;
}
.boldHeader {
  font-weight: 600 !important;
  color: black !important;
}
.boldHeaderst {
  font-weight: 500 !important;
  font-size: 14px;
  color: #212529 !important;
}
.headerSpace {
  padding-left: 2%;
}
.example-full-width {
  width: 15%;
  font-size: 15px;
}
.inputWidth {
  width: 93%;
}
.module-center-align {
  display: flex;
  justify-content: center;

}
.alignRight {
  text-align: right !important;
  /*display: flex;
  justify-content: flex-end;*/
}
.amountGridAlignRight {
  text-align: right !important;
  justify-content: center;
}
.alignCenter {
  text-align: center !important;
  /*justify-content: center;*/
}
.alignLeft {
  text-align: left !important;
}
.paddingLeftRight {
  padding-left: 15px;
  padding-right: 10px;
}
.amountAlignRight {
  text-align: right !important;
}
.rightCorner {
  float: right !important;
  padding: 12px 0px;
}
.alignJustifyCenter {
  justify-content: center;
}
/*Below style is used in directive for dropdown */
.dropdown-item {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  min-width: 7rem;
  max-width: 17.5rem;
  min-height: 2.5rem;
  padding: .8rem 1rem;
  overflow: hidden;
  line-height: 1;
  text-overflow: ellipsis;
  word-wrap: break-word;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  clear: both;
  font-weight: 400;
  color: rgba(0, 0, 0, .87);
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
  width: 100%;
}
.dropdown-divider {
  height: 1px;
  margin: .25rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.fltheader {
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
  padding: 2px 15px 3px 10px;
  font-weight: bolder;
}
.pull-left {
  right: 0 !important;
  left: auto !important;
  float: left !important;
}
.pull-left-one {
  right: 0 !important;
  left: auto !important;
  float: right !important;
}
.hrefStyle {
  color: white;
}
.pClass {
  margin-top: -2%;
}
/* Review Screens CSS - END */
mat-sidenav {
  width: 170px;
}
button {
  color: #3f51b5;
}
/* Menu Css */
.mat-expansion-panel-spacing {
  margin: 0px !important;
}
.mat-expansion-panel-header {
  padding: 0px 10px !important;

}
.mat-sidenav,
.mat-expansion-panel-custom {
  background-color: #ededed;

}
.mat-expansion-panel-custom {
  height: 40px !important;
}
.mat-accordion {
  box-shadow: none;
}
label.submenu a {

  text-decoration: none;
  font-size: 0.90rem !important;
  outline: 0px !important;
}
label.submenu a .mat-icon {
  font-size: 18px !important;
}
.material-icons {
  color: rgba(76, 75, 75, 1);
  padding-right: 8px;
  font-size: 20px;

}
.matdatepickericon {
  font-size: 24px;
}
.buttons {
  padding-left: 38%;
}
.tableheader {
  font-weight: bold;

  font-size: 14px;
  text-align: center;
  margin-top: 0%;

}
.subtable {
  margin-right: 6%;
}
.restable {
  margin-right: 6.5%;
}
.leftalign {
  text-align: left !important;
}
.rightalign {
  text-align: right !important;
}
.footer {
  padding-top: 2%;
  background-color: #eaeaea73;
  margin-top: 2%;
}
.imageicon {
  font-size: 55px;
}
.cost {
  text-align: right;
}
.text {
  text-align: left;
}
.qty {
  text-align: center;
}
.textflex {
  flex: 0 1 300px !important;
}
.textitemdet {
  flex: 0 1 45% !important;
}
.qtyflex {
  flex: 0 1 150px !important;
}
mat-card-title {
  font-size: 15px;
  margin-bottom: 0px !important;
  /*padding-left: 24px;*/
  padding-left: 15px;
  padding-right: 15px;
  line-height: 50px;
}
.mat-card-title .mat-icon {
  vertical-align: middle;
  color: #3b78e7;
  line-height: 20px;
  margin-right: 5px;
}
.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.07) !important;
}
mat-card {
  padding-bottom: 7px !important;
}
.mat-tab-label {
  font-weight: bold;
}
.mat-tab-header {
  /*background: #d3d3d3;*/
  background: #9898982e;
  border-bottom: 1px solid rgb(228, 228, 228);
}
.line_height_tr tr {
  line-height: 50px !important;
}
.line_height_tr th {
  text-align: center !important;
}
.table-active,
.table-active>td,
.table-active>th {
  background-color: #ededfb !important;
}
.font-weight-bold {
  font-weight: bold;
}
.priceline_height_tr tr {
  line-height: 40px !important;
}
.b_d_address .font_bold {
  font-size: 14px;
}
.b_d_address .link_style {
  float: right;
  /* background: #c39d2d; */
  padding: 3px 5px;
  color: #0944b9;
  border-radius: 3px;
  font-size: 9px;
  margin-right: 0px;
  margin-bottom: 0px;
  cursor: pointer;
}
.mat-expansion-panel-header

/* .mat-expansion-panel-header{ */
  {
  background-color: #F1F1FF;
}
.matIconColor {
  color: black;
}
.buttonWidth {
  min-width: 40px !important;
}
.marginTop1 {
  margin-top: 1% !important;
}
.notesBorder {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 15px;
}
.div_ali_subtotal {
  line-height: 40px;
  /* border-bottom: 1px solid #dee2e6; */
  padding: 0px !important;
}
.div_ali_subtotal_1 {
  line-height: 40px;
  /* border-bottom: 1px solid #dee2e6; */
}
.top_align_div {
  margin-top: 12px;
  margin-bottom: -8px;
}
.select_top .mat-form-field-wrapper .mat-form-field-flex {
  padding-bottom: 10px !important;
}
/* Start of Header Style */
.topheader {
  /* background-color: #efefef;*/
  background-color: #ffffff;
  z-index: 10;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 5px 0px;
  /* padding: 0px 16px 0px 0px; */
  position: fixed !important;
  width: 100%;
  top: 0px;
}
.footerheader {
  text-align: left;
  /*  background-color: #ededed;*/
  /*  position: fixed !important;  */
  bottom: 0;
  width: 100% !important;
  left: 0;
  z-index: 99;
  margin-top: 15px;
}
.backgroundGray {
  background-color: #fbfafa;
}
.togglemenu {
  padding: 8px 0px;
}
.togglemenu .mat-icon {
  cursor: pointer;
  color: #777e86;
  font-weight: 400;
  font-size: 24px !important;
}
.settingstab {
  margin-top: 4px !important;
}
.settingstab .mat-icon {

  margin: 0px 12px;
  /* color: #777e86;*/
  color: #06138b;
  font-weight: 400;
  font-size: 21px !important;
}
/* End of Header Style */
.vendorsearch,
.vendoradd {
  background-color: #ececec;
  padding: 3px;
  border-radius: 5px;
  margin-top: 1%;
  height: 25px;
  width: 25px;
}
.maticon {
  color: black;
  margin-top: 1%;
  height: 25px;
  width: 25px;
}
.mat-header-row {
  background-color: #ededed;
  min-height: 40px !important;
  overflow: hidden;
  /*added to avoid the header scroll in mat table*/
}
.smallDiv {
  flex: 0 1 64px !important;
}
.miniDiv {
  flex: 0.35 !important;
}
.mediumFlexDiv {
  flex: 0 1 45px !important;
}
.mediumFlexDiv1 {
  flex: 0.07 1 45px !important;
}
.flex76 {
  flex: 0 1 76px !important;
}
.flex100 {
  flex: 0 1 100px !important;
}
.div20px {
  width: 20px !important;
}
.flexdate {
  flex: 0 1 146px !important;
}
.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}
.upload-drop-zone {
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
  line-height: 200px;
  text-align: center
}
.upload-drop-zone {
  height: 200px;
  border-width: 2px;
  margin-bottom: 20px;
}
.button-Algin {
  float: none;
}
.note_text {
  color: red;
}
.Amtcode-Width {
  width: 65px;
}
.upload-hint {
  font-size: 12px;
}
.attach-icon {
  font-size: 16px;
}
.md-button {
  background: #a7a6a6;
  padding: 10px;
  border-radius: 3px;
}
#input-file-id {
  display: none;
}
.Register-AFN {
  width: 60px;
}
.header-label {
  display: inline-block;
  padding: 15px 0px 15px 0px;
  font-size: 20px;
}
.button-data {
  display: inline-flex;
  padding-top: 20px;

}
.button-row {
  padding: 0px 15px 15px 0px;
}
.textformat {
  font-family: 'Plus Jakarta Sans', sans-serif;
  ;
}
.textalgincenter {
  font-family: 'Plus Jakarta Sans', sans-serif;
  ;
  font-size: 11px;
}
.buttonalgincenter {
  align-items: center;
}
.Formdiv {
  height: 45px;
}
.Heder-value {
  height: 45px;
  text-align: center;
  background: #AAAAAA;
}
.version-info {
  font-size: 8pt;
  float: right;
}
.basic-container {
  padding: 5px;
}
.content {
  margin-top: 6%;
}
.tabbgcolor {
  background-color: #eaeaea73;
}
.zeropadding {
  padding: 0px;
}
.paddingLabels {
  padding-left: 15px;
}
.height100 {
  height: 100% !important;
}
.heightSetting100 {
  height: 650px;
}
.height95 {
  height: 95% !important;
}
.height99 {
  height: 99% !important;
}
.displayBlock {
  display: block !important;
}
.width100 {
  width: 100% !important;
}
/* 
@media (min-height: -width: 768px) {

  .searchdrop,
  .searchmod {
    display: block;
    height: 36px;
  }
} */
@media (max-width: 768px) {

  .searchdrop,
  .searchmod {
    display: block;
    /*background-color: #fff;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 1px 5px 0px rgba(0,0,0,0.12);*/
    height: 0px;
  }

  .content {
    margin-top: 18%;
  }

  .togglemenu {
    padding-top: 3px;
  }

  .settingstab {
    padding-left: 10%;
    /*margin-top: 15px;
*/
  }

  .height60 {
    height: 57% !important
  }

  .fr-wrapper {
    height: 73% !important;
    overflow-x: auto;
  }

  .checkboxTop {
    margin-top: 15px !important;
  }

  .popupOverfLow {
    overflow-y: auto;
    max-height: 520px;
  }

}
@media (max-width: 1368px) {

  .content {
    margin-top: 3%;
  }

  .settingstab .mat-icon {
    margin: 0px 4px;
  }

  .height60 {
    height: 45% !important
  }

  .fr-wrapper {
    height: 63% !important;
    overflow-x: auto;
  }

  .popupOverfLow {
    overflow-y: auto;
    max-height: 450px;
  }

  .fileAttachFontSize {
    font-size: 15px !important;
  }

  .paddingRight203 {
    padding-right: 122px !important;
  }
}
@media (min-width: 1369px) {
  .content {
    margin-top: 2%;
  }

  .height60 {
    height: 60% !important
  }

  .fr-wrapper {
    height: 80% !important;
    overflow-x: auto;
  }

  .popupOverfLow {
    overflow-y: auto;
    max-height: 600px;
  }

  .fileAttachFontSize {
    font-size: 14px !important;
  }

  .paddingRight203 {
    padding-right: 203px !important;
  }
}
.footerProduction {
  position: fixed !important;
  bottom: 0;
  z-index: 99;
  height: 8%;
  width: 851px !important;
  padding-top: 1%;
  padding-bottom: 1%;
  left: 335px;
  background-color: #ededed;
}
.radio_padding {
  margin-left: 2% !important;
  margin-top: 0.5%;
}
.pack_radio_padding {
  padding-right: 20px !important;
  padding-top: 10px !important;
  padding-left: 10px !important;
}
.matfield {
  background-color: white;

}
.fixedaction {
  position: fixed !important;
  bottom: 0;
  padding: 15px;
  margin: 0 0 0 -20px;
  box-shadow: 0 -4px 5px -3px rgba(0, 0, 0, .1);
  background: #fff;
  width: 100%;
  z-index: 3;
  border-top: 1px solid #EEE;
}
.mat-option {
  font-size: 14px;
  height: 26px;
}
.table_padding {
  margin-top: 5%;
}
.checkboxAds {
  margin-top: 1%;
  padding-left: 2%;
}
.font {
  font-size: 12px;
  color: gray;
  padding-top: 5%;
  margin-left: 12px;
}
.enablePortal {
  font-size: 13px;
  color: black;
  padding-top: 5%;
  margin-left: 12px;
  font-weight: 500;
}
.dispClass {
  display: none !important;
}
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.f1670f432d10a476.woff2') format('woff2');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.table-label-right-align {
  text-align: right !important;
}
.table-label-left-align {
  text-align: left !important;
}
.table-label-center-align {
  text-align: center !important;
}
/* Div Table */
.divTable {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.divTableRow {
  display: table-row;
}
.divTableHeading {
  display: table-header-group;
  background: #F1F1FF;
  padding: 10px 0px;

}
.divTableCell,
.divTableHead {
  display: table-cell;
  padding: 9px;
}
.divTableHeading {
  display: table-header-group;
  font-weight: bold;
}
.divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}
.divTableBody {
  display: table-row-group;
}
/* End of Div Table */
/* Create Invoice Page Css */
.totalcal .mat-form-field-infix {
  border-top: 0px;
  padding-top: 0px;
}
.totalcal .mat-form-field-wrapper {
  padding-bottom: 1em;
}
.calclabel {
  font-weight: bold;
  text-align: left;
}
.paddingtop25 {
  padding-top: 15px;
}
.padding25 {
  padding: 15px;
}
.greyborder {
  border-bottom: 1px solid #e4e4e4;
}
.greyborderpad {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 5px;
}
.marginallpad {
  margin: 0.5rem 0rem !important;
  font-size: 13px;
}
.nomargin {
  margin: 0px !important;
}
.invoicefile {
  padding: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19), 0 1px 1px 0 rgba(0, 0, 0, 0), 0 -1px 1px -1px rgba(0, 0, 0, .12);
  margin-bottom: 8px;
}
.invoicebottom {
  margin: 10px;
  margin-bottom: 30px;
  padding: 16px;
  /*border: 1px solid #ededed;*/
  /*background-color: #FBFAFA;*/
}
.notes-sec {
  border-left: 1px solid #ededed;
}
.sortArrow {
  font-size: 20px;
  color: black;
  cursor: pointer;
}
.display_flex_custm {
  display: flex;
  padding-bottom: 10px;
}
.address_div {
  width: 100%;
  line-height: 22px;
  padding-left: 10px;
}
/* End of Create Invoice Page Css */
/*Strat Report Summay Icons CSS*/
.repoticons {
  display: flex;
  box-shadow: 0 8px 6px -6px #edf0f4;
  padding-top: 10px;

}
.pagealgin {
  text-align: center;
  padding-bottom: 10px;
}
.pagealgin-head {
  text-align: center;
  font-size: 16px;
}
/*end Report Summay Icons CSS*/
.createcontact .mat-expansion-panel-body {
  padding: 25px 20px;

}
.createcontact .mat-radio-outer-circle {
  width: 15px;
  height: 15px;
  margin-top: 2px;
}
.createcontact .mat-radio-inner-circle {
  width: 15px;
  height: 15px;
  margin-top: 2px;
}
.createcontact .mat-radio-label-content {
  font-weight: normal;
}
.createcontact .mat-expansion-panel-header:focus,
.createcontact .mat-expansion-panel-header:hover {
  background-color: #F1F1FF !important;
}
.createcontact .mat-expansion-panel-header-title {
  font-weight: 600;
}
.createcontact .mat-raised-button {
  margin: 5px;
}
.viewcontacts {
  min-height: 420px;

}
.viewcontacts .mat-header-cell {
  color: rgb(0, 0, 0);
}
.viewcontacts .mat-table {
  /* padding: 0px 10px;*/
}
.viewcontacts .mat-checkbox-inner-container {
  width: 12px;
  height: 12px;
}
mat-sidenav .mat-expansion-panel-header-title {
  width: 100%;
}
mat-sidenav a.mat-menu-item {
  /* width:100%; */
  display: block;
  padding: 2px !important;
}
mat-sidenav .mat-icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  font-size: 18px;
  color: #3f51b5;
}
mat-sidenav .mat-menu-item:hover {
  background: rgba(0, 0, 0, 0) !important;
}
mat-sidenav a.mat-menu-item:hover {
  transform: translate3d(0.5em, 0, 0);
  transition: transform 0.5s, color 0.5s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
mat-sidenav a.mat-menu-item:focus {
  border: 0px !important;
  outline: 0px !important;
}
mat-icon.mat-icon.material-icons:focus,
mat-icon.mat-icon.material-icons:hover,
mat-icon.mat-icon.material-icons:active {
  outline: 0px !important;
}
.mat-header-row {
  position: sticky;
  top: 0;
  height: 40px;
}
/*9059 */
/* .mat-table {
  display: block;
} */
div.mat-header-row,
div.mat-row {
  display: flex;
}
.mat-row,
.mat-header-row {
  /* display: flex; */
  border-bottom-width: 1px;
  border-bottom-style: solid;
  align-items: center;
  line-height: 16px !important;
  font-size: 12px !important;
}
.mat-cell,
.mat-header-cell {
  flex: 1;
  overflow: hidden;
  word-wrap: break-word;
  padding: 5px;
}
.mat-cellItemGrid {
  flex: none;
}
.sort-caret {
  margin-right: 15px;
  cursor: pointer;
}
.sort {
  top: 50%;
  margin-top: 3px !important;
  position: absolute;
  margin-left: 5px;
  margin-top: -5px;
}
.sort .up {
  margin-bottom: -2px !important;
  border-bottom-color: #333 !important;
  opacity: 1;
  margin-top: -1px !important;
}
.sort .up {
  border-bottom: 4px solid #000;
  border-top: 0;
  display: block;
  margin-bottom: -5px;
}
.sort .down {
  border-top-color: #333;
  opacity: 1;
}
.paymentMadeSummaryDisplay {
  background: #f7f7f7 !important;
  padding: 10px;
  border: 1px dashed;
  border-radius: 10px;
  margin-top: 4%;
}
.GridInput {
  border: 1px solid #dee2e6 !important;
  text-align: right !important;
  padding: 2px 5px !important;
  width: 115px !important;
}
#payInFull:hover {
  cursor: pointer;
  background-color: #f7f7f7;
}
.checkbox_padding {
  padding-top: 1.5%;
}
.divcheckbox {
  padding-left: 6%;
}
.example-h2 {
  margin: 10px;
}
.example-section {
  display: flex;
  align-content: center;
  align-items: center;
  height: 60px;
}
.example-margin {
  margin: 10px;
}
.span_chkBx_lbl {
  font-weight: 500;
  font-size: 11px;
}
.span_chkBx_lbl15 {
  font-weight: 500;
  font-size: 14px;
}
.span_red_color {
  color: red;
  padding: 5px;
}
.mat_icon_color:hover {
  cursor: pointer;
  color: #3f51b5;
}
.icon-hover-pointer:hover {
  cursor: pointer;
}
.mat_icon_color_red:hover {
  cursor: pointer;
  color: red;
}
.display_flex {
  display: flex;
}
.menu_add_btn {
  float: right;
  width: auto;
}
.mat_icon_large {
  font-size: 60px;
  color: #3f51b5;
}
.chkBx_class {
  top: 8px;
  position: relative;
}
.fieldset_css {
  border: 1px solid #9d9d9d;
}
.legendCss {
  font-size: 15px;
}
.mat-card-view-edit-top {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.align_center {
  text-align: center;
}
.scroll {
  overflow-y: scroll;
  height: 600px;
}
.scroll_Address {
  overflow-y: scroll;
  height: 360px;
}
.scroll_Category {
  overflow-y: auto;
  height: 150px;
  margin-left: 0.8%;
}
.scroll_MatTable {
  overflow-y: auto;
  max-height: 90%;
}
.scroll_Search {
  overflow-y: scroll;
  height: 400px;
}
/*below css is for making the backdrop light color*/
.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.marginTopM2 {
  margin-top: -2%;
}
.nopaddingLR {
  padding-left: 0px !important;
  padding-right: 0px !important;

}
#insertVideo-1 {
  display: none;
}
#emoticons-1 {
  display: none;
}
.cardheadertitle {
  padding-top: 5px;
}
.cardheadertitle .mat-icon {
  margin-top: 5px;
  font-size: 24px;
}
.cardheadertitle span {
  padding-bottom: 5px;
  font-size: 22px;
  padding-left: 5px;
}
.sidenavigation {
  position: fixed !important;
  overflow: hidden;

}
.leftexpansionpanel .mat-expansion-panel-body {
  padding: 0px 0px 12px 10px !important;
}
.leftexpansionpanel .mat-expansion-panel-header {
  background-color: #fff;
  font-size: 0.8em;
}
.logoheader {
  padding: 12px 0px;
  background-color: white;
}
.logotitle {
  color: #3f51b5;
  font-size: 38px;
  margin-top: 10px;
  margin-bottom: 12px;
}
.mat-raised-button.mat-primary {
  background-color: #0161fd;
  color: #fff;
  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);
  margin-right: 8px;

}
/*.mat-raised-button
{
  padding: 5px 3px !important;
  line-height: 0px !important; 
    height: 20px;
}*/
.searchdrop,
.searchmod {
  display: block;
  padding-top: 8px;

}
input.headersearch {
  background-color: rgba(255, 255, 255, 0.12);
  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);
  border-radius: 25px;
  padding: 7px 16px;
  color: black;
  border: none;
  height: 30px;
}
input.headersearch:focus {
  border: none;
  background-color: #fff;
  outline: none;
  color: black;
}
::-webkit-input-placeholder {
  color: #777e86;
  font-weight: 600;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #777e86;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #777e86;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #777e86;
}
.mat-card-view-edit-top {
  margin-bottom: 5px;
}
.mat-header-row {
  min-height: 40px;
}
.right-menu-style {
  margin-top: 42px !important;
}
.cardheadertitle span {
  font-size: 19px;
}
.cardheadertitle .mat-icon {
  font-size: 20px;
}
/* height of the filter dropdown*/
.mat-select-panel .mat-optgroup-label,
.mat-select-panel .mat-option {
  height: 2em !important;
}
.mat-option {
  height: 2em !important;
}
[disabled].mat-raised-button {
  background-color: #ededed !important;
  color: black !important;
  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;
}
.paddingbut {
  padding: 8px 0px;
}
.loginbox {
  padding: 0px 0px 0px 0px;
  min-height: 70vh !important;
}
.padding2P {
  padding: 2% !important;
}
.tabheader {
  margin-bottom: 1%;
  font-weight: bold;
  margin-top: 1%;
}
.mat-card-dashboard {
  margin: 2px !important;
}
.chartjs-render-monitor {
  width: 98% !important;
}
.reportLink {
  cursor: pointer;
}
.pos_relative {
  position: relative;
}
.template-header-row {
  background-color: #ededed;
  min-height: 40px !important;
  align-items: center;
  padding-top: 10px;
}
.inventoryAlign {
  display: inline;
  padding: 0px 5px;
  width: auto;
}
.pdfTemplatepadding {
  padding-top: 20px;
}
.paymentMsg {
  font-weight: bold;
  font-size: 21px;
}
.marginTop2 {
  margin-top: 2% !important;
}
.progressTopPadding {
  margin-top: 10% !important;
}
.marginTop3 {
  margin-top: 3% !important;
}
.noRecordPadding {
  padding-left: 45%;
  padding-top: 3%;
  font-size: 107%;
}
::ng-deep .mat-tooltip {
  white-space: pre-line !important;
}
.marginBottom4 {
  margin-bottom: 7% !important;
}
.displayInline {
  display: inline !important;
}
.tableCell {
  display: inline;
  padding: 15px 5px 2px 4px;
}
.flex36 {
  flex: 0 1 36px !important;
}
.flex50 {
  flex: 0 1 50px !important;
}
.marginLeft10px {
  margin-left: 10px !important;
}
.marginLeft21px {
  /*margin-left: 65px !important;*/
  margin-left: 21px !important;
  width: 65% !important;
}
.marginTopM10px {
  margin-top: -10px !important;
}
.marginTop16 {
  margin-top: 16% !important;
}
.marginTop1 {
  margin-top: 1% !important;
}
.mat-icon-button[disabled] {
  cursor: not-allowed !important;
}
.paddingTop30px {
  padding-top: 30px !important;
}
.noTemplateFound {
  font-size: 30px;
  padding: 126px;
}
.noTemplateHeight {
  height: 375px !important;
}
.fontColor {
  color: gray !important;
}
.marginTop5 {
  margin-top: 5% !important;
}
.marginBottom3 {
  margin-bottom: 3% !important;
}
.width120px {
  width: 120px !important;
}
.fontWeightNormal {
  font-weight: normal !important;

}
.boxminheight {
  height: 45vh;


}
.discountDivColor .mat-select-value {
  color: crimson !important;
}
.discountDivColor {
  color: crimson !important;

}
.marginBottom2 {
  margin-bottom: 2% !important;
}
.labelStyleForDiv {
  padding-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
.floatingbtn,
.floatingbtn1,
.floatingbtn2,
.floatingbtn3,
.floatingbtn4,
.floatingbtn5 {
  position: fixed !important;
  left: 7px;
}
.floatingbtn1 {
  top: 12%;
}
.floatingbtn2 {
  top: 18%;
}
.floatingbtn3 {
  top: 24%;
}
.floatingbtn4 {
  top: 30%;
}
.floatingbtn5 {
  top: 36%;
}
.mat-expansion-panel-custom-template {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.marginRight20 {
  margin-right: 20px !important
}
.fontSize12 {
  font-size: 12px !important;
}
.fontSize14 {
  font-size: 14px !important;
}
.paddingRight18 {
  padding-right: 18px !important;
}
.paddingRight10 {
  padding-right: 10px !important;
}
.width12px {
  width: 12px !important;
  float: left;
}
.marginTop7px {
  margin-top: 7px !important;
}
.matCardHeight {
  height: 100%;
}
.btn_addItem {
  width: 100% !important;
  text-align: left !important;
  background: none;
  border: none;
  line-height: 30px !important;
}
.btn_addItem:active,
.btn_addItem:hover,
.btn_addItem:focus {
  background: none !important;
  outline: none !important;
}
.addItem_icon {
  float: left;
  padding-top: 2px;
}
.my-tooltip {
  white-space: pre-line;
}
.mat-column-aPIUrlCode {
  flex: 0 0 36%;
}
.mat-column-aPIUrlValue {
  flex: 0 0 54%;

}
.marginLeft3 {
  margin-left: 3%;
}
.matTabFlex {
  flex: 1.2;
  display: inline-flex;
  overflow: auto;
  width: 100%;
}
.paddingTop15 {
  padding-top: 15px;
}
/* centre align an div */
/* give this to the parent div */
.parent-div {
  padding: 0% 0;
}
/* give this to the child div which has to be vertically aligned */
.child-div {
  /*padding: 18% 0;*/
  padding-top: 17px !important;
}
.paddingLeft32 {
  padding-left: 32px !important;
}
.flex170 {
  flex: 0 1 170px !important;
}
.flex126 {
  flex: 0 1 126px !important;
}
.flex237 {
  flex: 0 1 237px !important;
}
.flex206 {
  flex: 0 1 206px !important;
}
.flex188 {
  flex: 0 1 188px !important;
}
.flex183 {
  flex: 0 1 183px !important;
}
.wordBreak {
  word-wrap: break-word;
  word-break: break-all;
}
.flex3px {
  flex: 0 1 3px !important;
}
.paddingTopBottom1pert {
  padding-top: 1%;
  padding-bottom: 1%;

}
.paddingTop3Bottom1pert {
  padding-top: 3%;
  padding-bottom: 1%;

}
.mat-icon-button-custom {
  padding: 0;
  min-width: 0;
  width: 28px !important;
  height: 28px !important;
  flex-shrink: 0;
  line-height: 30px !important;
  border-radius: 44% !important;
}
.myImg {
  max-width: 75px;
  max-height: 75px;
}
.myImgNew {
  max-width: 100px;
  max-height: 100px;
}
.myDivBorder {
  border-bottom: solid;
  border-width: thin;
  border-color: #b5b0b0;
}
.padding5px {
  padding: 5px;
}
.paddingBottom20px {
  padding-bottom: 20px;
}
.panelGrey {
  background-color: #c7b8b8;
}
.paddingBottom10px {
  padding-bottom: 10px !important;
}
.panelSandal {
  background-color: #e8d9c6;
}
.fileAttachFontSize,
.ng-trigger.ng-trigger-indicatorRotate.ng-star-inserted {
  float: right;
  margin-top: -1%;
  margin-right: 1%;
}
.col-lg-2.cardheadertitle.mat-slide-toggle-content {
  font-size: 16px !important;
}
.textBlue {
  color: #374fd8 !important;
  background-color: #bdbcbc;
  font-weight: bold !important;
}
.textGreen {
  color: #068804 !important;
  background-color: #dcd7d7;
  font-weight: bold !important;
}
.textWhite {
  color: #068804 !important;
  background-color: #dcd7d7;
  font-weight: bold !important;
}
.detailHeaderPadding {
  padding-top: 2% !important
}
.artWorkTimelineClass {
  padding-top: 2% !important;
  padding-bottom: 1%;
  margin-right: 0px !important
}
.paddingBottom2Percent {
  padding-bottom: 2% !important;
}
.notification {
  width: 250px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.image20px20px {
  width: 20px;
  height: 20px;
}
.history {
  max-height: 500px;
  overflow-y: auto;


}
.assetTopPadding {
  padding-top: 10px
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.scroll_artwork_div {
  overflow-y: scroll;
  height: 380px;
}
.marginRight_Zero {
  margin-right: 0px;

}
.mobile-icons {
  background-color: #3b78e7;
  margin-top: 35px;
  width: 47px;
  box-shadow: 2px 3px 4px 0px rgba(173, 164, 164, 0.65), 0 2px 2px 0 rgba(0, 0, 0, 0.25), 1px 4px 3px 0 rgba(0, 0, 0, 0.15);
}
.mobile-icons .mat-icon {
  color: white;
  font-size: 20px;
  cursor: pointer;
  margin-top: 4px;

}
.settingstab-mobile .vertIcon {
  color: white;
  position: fixed;
  cursor: pointer;
}
.mobileDropDown {
  top: 6px ! important;
  right: 21px ! important;
}
.toggleFontSize.mat-slide-toggle.mat-slide-toggle-label.mat-slide-toggle-content {
  font-size: 15px !important;

}
.viewTrackingNum {
  font-size: 18px !important;
  font-weight: 500;
  padding-left: 5px;
}
.viewTrackingNumHeader {
  font-size: 14px !important;
  padding: 5px;
}
.paddingTop10px {
  padding-top: 10px !important;
}
.wordBreakReference {
  word-break: break-word;
  padding-right: 10px;
}
.sortOptions {
  cursor: pointer;
  min-width: 205px;
  display: inline-block;
}
.sortOptionsTitle {
  justify-content: flex-start;
  width: 50%;
  float: left;
}
.sortOptionsIcons {
  justify-content: flex-end;
  display: flex;
  width: 50%
}
.marginTop3px {
  margin-top: 3px !important;
}
.imageSiza {
  max-width: 70%;
  max-height: 70%;
  border: 1px solid;
  display: block;
}
.imageSizbWithFields {
  width: 65%;
  height: 65%;
  border: 0px solid;
  display: block;
  margin-bottom: 20% !important;
}
.imageSizb {
  width: 65%;
  height: 65%;
  border: 0px solid;
  display: block;
  margin-bottom: 5% !important;
}
.noRecordAlign {
  text-align: center;
  font-size: 107%;
}
.historyLabel {
  padding-right: 1% ! important;
  padding-left: 1% ! important;
  font-weight: normal;
}
.historyButton {
  padding-left: 40%;
  margin-top: 20%;
}
.marginTop20 {
  margin-top: 19px !important;
}
.borderImg {
  margin-top: 20px;
  border: 1px solid;
  display: block;

}
.versionImgBorder {
  margin-top: 20px;
  border: 1px solid;
}
.shipmentHint {
  margin-left: 0%;
  margin-bottom: 2%;
  padding-top: 0%;
  background: #EBEBFF;
  display: inline;
  padding: 5px 15px;
  font-size: 12px;
  border-radius: 15px;
}
.textAlignCenter {
  margin-left: 520px;
}
.textAlignMargin {
  margin-left: 500px;
}
.matCardHeight {
  margin-top: 2%;
  height: 570px;
}
.buttonAlign {
  margin-left: 420px;
}
.width130px {
  width: 130px !important;
}
.left100px {
  left: 100px !important;
}
.marginTopPx {
  margin-top: 16px !important;
  left: 15px !important;
}
.trackingFlex {
  flex: 0 1 160px;

}
.marginAlign {
  margin-left: 25px;
  padding-top: 15px;
}
input.number::-webkit-outer-spin-button,
input.number::-webkit-inner-spin-button {
  display: none;
}
.tableBorder {
  border-collapse: collapse;
  padding: 5px;
}
.width100Percent {
  width: 100%;
  table-layout: auto;
  margin-bottom: 0px;
  border: thin;
}
.tableWidth {
  table-layout: auto;
  padding-left: 14px;
  margin-left: 18px;
  margin-right: 12px;
  width: 805px;
  margin-top: 12px;
}
.borderBottom {
  border-width: thin;
  border-bottom-width: 3px;
}
.height41px {
  height: 41px;
  width: 100%;
  border-bottom-style: none;
}
.bottomPadding25Px {
  padding-bottom: 25px;
  background-color: rgb(201, 197, 197);
}
.titleStyle {
  background-color: white;
  text-align: center;
  border: solid;
  border-width: thin;
  border-bottom-style: none;
}
.borderNone {
  border: solid;
  border-width: thin;
  border-bottom-style: none;
}
/*.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  &.dark-backdrop {
    background: gray;
    opacity: 0.85 !important;
  }
  .mat-tab-header{
    height: 3em !important;
  }
}*/
.dark-backdrop {
  background: gray;
  opacity: 0.20 !important;
}
.pdfPreviewSubTotal {
  width: 35%;
  margin-left: 2%;
  text-align: right;
  margin-top: 2%;
  padding-right: 5px;
}
.alignBorder {
  border: 1px solid black;
}
.paddingBottom25 {
  padding-bottom: 25px;
}
.mat-expansion-panel-header-title {
  margin-right: 4px !important;
}
.borderstyle {
  border: solid;
  border-width: thin;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F8F8F8;
}
::-webkit-scrollbar {
  width: 8px;
  background-color: #3b78e7;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #3b78e7;
}
mat-dialog-container#feedbackpopup {
  width: 70vw;
}
mat-dialog-container#changepasspopup {
  width: 35vw;
}
mat-dialog-container#createtaskcomp {
  width: 50vw;
}
.apidocument_resp {
  margin-top: 1%;
  margin-bottom: 1%;
  width: 65%;
}
table.available_api_ser {
  width: 25%;
}
.mat-tab-body-content.ng-trigger.ng-trigger-translateTab {
  overflow: hidden;
}
.tableBorderOrg {
  border: solid;
  border-width: thin;
  border-right-style: none;
}
.solidborder {
  border: 1px solid black;
}
.padding2Px {
  padding: 2px;
}
.tableLayoutFixed {
  table-layout: fixed;
}
.fontWeightBold {
  font-weight: bold;
}
.wordWrap {
  white-space: normal;
  white-space: initial;
  word-wrap: break-word;
}
.greenText {
  color: green;
}
.redText {
  color: red;
}
.iconMargin {
  margin-right: 7%;
  cursor: pointer;
}
.flex380px {
  flex: 0 1 380px !important;
}
.height100Px {
  height: 480px;
}
.marginTop10 {
  margin-top: 10% !important;
}
.mat-row:nth-child(even) {
  background-color: #F9F9FF;
}
.mat-row:nth-child(odd) {
  background-color: #fff;
}
.marginTop12 {
  margin-top: 12% ! important;
}
.mat-card-view-breadcrumb {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 5px;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul {
  list-style: none;
}
.BreadCrumbList:before,
.BreadCrumbList:after {
  content: ' ';
  display: table;
}
.BreadCrumbList:after {
  clear: both;
}
.innerBreadCrumb {
  margin: 0 auto;
}
.breadcrumbs {

  background-color: #f5f5f5;
}
.breadcrumbs ul {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.breadcrumbs li {
  float: left;
  width: 15%;
}
.breadcrumbs a {
  position: relative;
  display: block;
  padding: 4px;
  padding-right: 0 !important;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #aaa;
  cursor: pointer;
}
.breadcrumbs a:hover {
  background: #eee;
}
.breadcrumbs a.active {
  color: #777;
  background-color: #fafafa;
}
.breadcrumbs a span:first-child {
  display: inline-block;
  padding: 2px;
  margin-right: 5px;
}
.breadcrumbs a:before,
.breadcrumbs a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
}
.breadcrumbs a:before {
  margin-left: 1px;
  border-left-color: #d5d5d5;
}
.breadcrumbs a:after {
  border-left-color: #f5f5f5;
}
.breadcrumbs a:hover:after {
  border-left-color: #eee;
}
.breadcrumbs a.active:after {
  border-left-color: #fafafa;
}
.wordBreakAll {
  word-break: break-all !important;
  word-wrap: break-word !important;
}
.marginTop6 {
  margin-top: 6% ! important;
}
.paddingAlign {
  padding-left: 45px !important;
  padding-top: 15px !important;
}
.paddingLeft20 {
  padding-left: 20px !important;
}
.marginAlignment {
  margin-left: 5% !important;
  margin-top: 20px !important;
}
.marginAlignmentManageAutoGeneration {
  margin-left: 1% !important;
  margin-top: 20px !important;
}
.itemRow:nth-child(odd) {
  background-color: white;
  margin-left: 15px !important;
}
.itemRow:nth-child(even) {
  background-color: azure;
  margin-left: 15px !important;
}
.noBorder {
  border: none !important;
}
.paddingRight0Px {
  padding-right: 0px !important;
}
.width20 {
  width: 20% !important;
}
.width30 {
  width: 30% !important;
}
.width35 {
  width: 35% !important;
}
.width60 {
  width: 60% !important;
}
.width90 {
  width: 90% !important;
}
.width98 {
  width: 98.5% !important;
}
.lineItemWidth:nth-child(odd) {
  width: 98.5%;
}
.lineItemWidth:nth-child(even) {
  width: 98.5%;
}
.packRow:nth-child(odd) {
  background-color: white;
  width: 99%;

}
.packRow:nth-child(even) {
  background-color: azure;
  width: 99%;
}
.stockRow:nth-child(odd) {
  background-color: white;
}
.stockRow:nth-child(even) {
  background-color: rgb(237 237 251 / 39%);
}
.borderBottomRow {
  margin-bottom: 0px !important;
}
.gridColor:nth-child(even) {
  background-color: white;
}
.gridColor:nth-child(odd) {
  background-color: rgb(237 237 251 / 39%) !important;
}
.gridWidth {
  width: 98% !important;
}
.marginLeft2 {
  margin-left: 2% !important;
}
.paddingRight1 {
  padding-right: 1% !important;
}
.width97 {
  width: 97% !important;
}
.leftMargin {
  margin-left: 1.5% !important
}
.width100 {
  width: 100% !important;
}
.alignEnd {
  text-align: end !important;
}
.bottomPadding1 {
  padding-bottom: 1% !important;
}
.reportValueAlignCenter {
  text-align: center !important;
  justify-content: center !important;
}
.arrowDropUpPadding {
  width: 0px !important;
  height: 30px !important;
  padding-right: 0px !important;
  padding-top: 2px !important;
  cursor: pointer !important;
  margin-top: -15px;
}
.arrowDropDownPadding {
  height: 0px !important;
  padding-top: 0px !important;
  width: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 14px !important;
  cursor: pointer !important;
}
.icon_size {
  font-size: 18px;
  margin-top: 6px;
  vertical-align: middle;
  color: #96989d;
}
.cartBadge {
  position: absolute;
  top: -5px;
  right: -1px;
  padding: 5px 7px;
  border-radius: 50%;
  background: dodgerblue;
  color: white;
}
.textAlignLeft {
  text-align: left;
}
.textAlignRight {
  text-align: right;
}
.artworkChatScroll {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 167vh;
}
.paddingRight2 {
  padding-right: 2% !important;
}
.autosearchcontacts {
  min-height: auto !important;

}
.autosearchcontacts .mat-header-cell {
  color: rgb(0, 0, 0);
}
.flex30Percent {
  flex: 0 1 30% !important;
}
.flex15Percent {
  flex: 0 1 15% !important;
}
.flex20Percent {
  flex: 0 1 20% !important;
}
.flex10Percent {
  flex: 0 1 10% !important;
}
.versionTabTopBorder {
  border-top: solid;
  border-width: 0.5px;
  border-color: lightgrey;
}
.fontBolder {
  font-weight: bolder;
}
.fontNormal {
  font-weight: normal;
}
/* added to align the menu in Sort By */
.sortWordWrap {
  word-wrap: break-word;
  white-space: pre-wrap;
}
.logincenter {
  margin: auto;
}
.vertical-align-middle {
  vertical-align: middle !important;
}
a {
  color: #337ab7 !important;
}
.table-striped tbody tr:nth-of-type(even) {
  background-color: rgb(255 255 255);
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: white !important;
}
.float-left {
  float: left;
}
.table thead th {
  vertical-align: middle !important;
  border-bottom: 1px solid #dee2e6 !important;
}
.table td {
  vertical-align: middle !important;
}
.cdk-table-class td {
  padding: 0.40rem !important;
}
.cdk-table-class p {
  margin-bottom: 0px !important;
}
.erp-money-class {
  text-align: right !important;

  justify-content: flex-end;
}
/* Table Modified CSS*/
table.tablemodified th {
  padding: 0px 5px !important;
}
table.tablemodified td {
  /*padding: 5px !important;
  vertical-align: top !important;*/
  padding: 2px !important;
  vertical-align: middle !important;
  text-align: center !important;
  border: none !important;
}
table.tablemodified .mat-hint p.marginBottom2 {
  float: left;
}
table.tablemodified .discountDivColor {
  width: 100%;
}
table.tablemodified .mat-form-field-hint-spacer {
  display: none;
}
table.tablemodified .mat-form-field-infix {
  padding: 0.2em 0 0.8em 0;
}
table.tablemodified .child-div {
  padding-top: 10px !important;
}
table.tablemodified button.mat-button .mat-select-arrow {
  margin: 2px 4px !important;
}
table.erp-veiw-template-table td p .material-icons {
  font-size: 20px;
  height: 40px !important;
  width: 40px !important;
}
table.erp-veiw-template-table td p .mat-icon {

  height: 20px !important;
  width: 20px !important;
}
table.erp-veiw-template-table td .mat-icon-button {
  height: 40px !important;
  width: 40px !important;
}
table.erp-veiw-template-table td .mat-button {
  padding: 0 0px;
  min-width: 40px !important;
}
table.tablemodified thead tr .icon-width-class {
  width: 130px;
}
tr.mat-footer-row {
  font-weight: bold;
}
table.pricetablemodified th {
  padding: 0px 5px !important;
}
table.pricetablemodified td {
  /*padding: 5px !important;
  vertical-align: top !important;*/
  padding: 2px !important;
  vertical-align: middle !important;
  /*text-align: center !important;*/
}
table.pricetablemodified .mat-hint p.marginBottom2 {
  float: left;
}
table.pricetablemodified .mat-form-field-hint-spacer {
  display: none;
}
table.pricetablemodified .mat-form-field-infix {
  padding: 0.2em 0 0.8em 0;
}
table.pricetablemodified .child-div {
  padding-top: 10px !important;
}
/*button.mat-button.mat-icon-button{
  outline: none;
}*/
button.mat-button.cdk-focused.cdk-program-focused {
  outline: none;
}
button.mat-icon-button.cdk-focused.cdk-program-focused {
  outline: none;
}
button.mat-icon-button.cdk-focused.cdk-mouse-focused {
  outline: none;
}
button.mat-button.cdk-focused.cdk-mouse-focused {
  outline: none;
}
button.mat-button.mat-icon-button.cdk-focused.cdk-touch-focused {
  outline: none;
}
button.mat-button.cdk-focused.cdk-touch-focused {
  outline: none;
}
button.mat-calendar-previous-button.mat-icon-button.cdk-focused.cdk-touch-focused {
  outline: none;
}
button.mat-calendar-next-button.mat-icon-button.cdk-focused.cdk-touch-focused {
  outline: none;
}
button.buttonWidth.mat-icon-button.mat-primary.cdk-focused.cdk-touch-focused {
  outline: none;
}
button.mat-raised-button.mat-primary.cdk-focused.cdk-program-focused {
  outline: none;
}
button.buttonWidth.mat-raised-button.mat-primary.cdk-focused.cdk-mouse-focused {
  outline: none;
}
button.mat-raised-button.mat-primary:focus {
  outline: none;
}
.angular-editor-textarea {
  height: 22rem !important;

}
.material-icons.color_green {
  color: green;
  padding-left: 40px;
}
.material-icons.color_red {
  color: red;
  padding-left: 15px;
}
.alignAtPageCenter {
  position: absolute !important;
  top: 50%;
  left: 30%;
  font-size: 20px;
}
.fuse-aside-folded aside.aside-left {
  background-color: #06138B !important;
  ;
}
/* Scroll for sidenav */
.fuse-aside-folded .aside-menu {
  overflow: hidden;
}
.fuse-aside-expanded .aside-menu {
  overflow-y: auto;
  height: 100vh;
  overflow-x: hidden;
}
.aside-menu::-webkit-scrollbar-thumb {
  scrollbar-color: #aaa;
  background: #aaa;
}
.aside-menu ul li span {
  white-space: nowrap;
  color: #525151;
  padding-left: 8px;
  font-size: 15px;
}
.aside-menu ul li a.sub-link span {
  font-size: 14px;
}
.aside-menu .material-icons {
  font-size: 22px !important;
}
.aside-menu ul li a.sub-link .material-icons {
  font-size: 18px !important;
}
.nav-link:hover>.material-icons {
  color: rgb(53, 135, 200) !important;
}
.sub-link {
  height: 3.2rem !important;
}
.mat-snack-bar-container {
  margin-top: 50px !important;
}
.cdk-overlay-container {
  z-index: 1045 !important;

}
.ps>.ps__scrollbar-x-rail {
  display: none !important;
}
.aside-menu .mat-menu-item .mat-icon-no-color,
.mat-menu-item-submenu-trigger::after {
  color: #fff !important;
  font-size: 14px !important;
}
.aside-menu .menu_add_btn {
  margin-top: -24px;
  margin-right: 14px;
  border: 0;
  text-decoration: none;
  outline: none;
}
.mat-raised-button {
  min-width: 103px !important;
}
html.cdk-global-scrollblock {
  top: 0px !important;
}
.content .mat-drawer-container {
  background-color: #f8f8fa;
}
@media (min-width: 1600px) {
  .settingstab .mat-icon {
    margin: 0px !important;
    font-weight: 500;

  }
}
.settingsmenu .mat-accordion .mat-expansion-panel:last-of-type,
.mat-accordion .mat-expansion-panel:first-of-type {
  border-radius: 0px !important;
}
/*  9005 - Login page Css starts */
.login_wrapper {
  top: 0;
  width: 100%;
  bottom: 0;
  min-height: 100vh;
  z-index: 9;
  opacity: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10% 0 0% 0;

  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: cover;
}
.textwrapper {
  display: block;
  align-items: center;
  min-height: 90vh;
  margin: auto 0;
  /*   max-width: 1170px;*/
  width: 100%;
}
.wpawll-headline {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 42px;
  color: #232323;
  line-height: 50px;
  margin-bottom: 30px;
  width: 100%;
  text-transform: uppercase;
  color: #004ba7;
  font-weight: 600;
}
.wpawll-headline span.colorblack {
  color: #010000;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.wpawll-headline span.colorred {
  color: #ff0000;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.wpawll-tagline {
  color: #7b7b7b;
  font-size: 19px;
  margin-top: 5px;
  margin-bottom: 30px;
  width: 84%;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.signin-button {
  background: #0052b6;
  font-size: 14px;
  color: #fff;
  border: none;
  height: auto;
  line-height: 1;
  padding: 12px 30px;
  text-shadow: none;
  box-shadow: none;

  font-family: 'Plus Jakarta Sans', sans-serif;
  border-radius: 8px;
  font-weight: 600;
  width: 120px !important;
}
.googlein-button {
  background: #db4437;
  font-size: 14px;
  color: #fff;
  border: none;
  height: auto;
  line-height: 1;
  padding: 12px 30px;
  text-shadow: none;
  box-shadow: none;

  font-family: 'Plus Jakarta Sans', sans-serif;
  border-radius: 8px;
  font-weight: 600;
  width: 120px !important;
}
.logincenter .mat-card {
  -ms-box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.37) !important;
  -o-box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.37) !important;
  box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.37) !important;
}
.footer-wrapper {
  padding: 10px 50px;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
a.producttext {
  color: #201f1f !important;
}
a.poweredtext {
  color: #af0a03 !important;
  font-weight: 500;
}
.buttonalgincenter {
  text-align: center;
}
.powertext {
  width: 60%;
  text-align: right;
  float: left;
  padding-left: 20%;
  padding-top: 10px;
}
.or_text {
  position: relative;
  margin: 20px 0;
}
.or_text:after {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  background: #ddd;
}
.or_text span {
  padding: 0 15px;
  display: inline-block;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.social-list {
  margin: 10px 0;
  padding: 0;
}
/* Login Page Css Ends */
.sign-in-loaded #wrapper {
  padding-left: 0px !important;
}
.sign-in-loaded .the-footer {
  display: none
}
.sign-in-loaded .adjustcontainer {
  padding-top: 0px !important;
  margin-top: 0px;
}
.sign-in-loaded .adjustcontainer .mobileTitlePadding {
  padding: 0px !important;
}
.logincenter .mat-card {
  border-radius: 10px !important;
}
.table td {
  padding: 0.2rem 0.6rem !important;
}
.table td,
.table th {
  border-top: 1px solid #dee2e699 !important;
}
.inValidBg .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgb(251, 0, 0) !important;
}
.validBg .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, .42) !important;
}
.closeIcon {
  padding-left: 50px;
  cursor: pointer;
}
.heightZero {
  height: 0px !important;
}
.height48Px {
  height: 48px !important;
}
.parentDescrip {
  cursor: none;
}
.parentDescrip .childDescrip {
  visibility: hidden;
  width: 19%;
  background-color: #8c8b8b;
  color: white;
  text-align: center;
  border-radius: 8px;
  position: absolute;
  z-index: 1;
  font-size: small;
}
.parentDescrip:hover .childDescrip {
  visibility: visible;
}
.taskDesc350width {
  min-width: 350px !important;
}
.task200width {
  min-width: 200px !important;
}
.font_size_20 {
  font-size: 20px !important;
}
.mat_card_title {
  line-height: 20px;
  margin-right: 5px;
}
ngx-treeview-item,
.treeview-header input,
.treeview-item i,
.treeview-item .form-check input.form-check-input,
.treeview-item .form-check label {
  font-size: 13px !important;
  padding-left: 0px !important;
}
.treeview-item .form-check input.form-check-input {
  display: none;
}
ngx-dropdown-treeview button.btn.dropdown-toggle {
  font-size: 13px;
  padding: 0px;
  background: none !important;
  color: #000 !important;
  line-height: 22px;
  height: 40px;
  border: 0px;
  border-bottom: 1px solid #949494 !important;
  border-radius: 0px;
  width: 100%;
}
.treeViewCls {
  z-index: 1;
  position: absolute !important;
}
ngx-dropdown-treeview.treeViewCls ngx-treeview-item i {
  width: 0.5rem !important;
}
ngx-dropdown-treeview.treeViewCls .treeview-header .dropdown-divider {
  display: none !important;
}
ngx-dropdown-treeview.treeViewCls .dropdown-toggle:focus {
  box-shadow: none !important;
}
ngx-dropdown-treeview.treeViewCls button.btn.dropdown-toggle {
  color: #ccc0 !important;
}
ngx-dropdown-treeview.treeViewCls button.dropdown-toggle::after {
  color: #757575 !important;
}
ngx-dropdown-treeview.treeViewCls.noborder button.btn.dropdown-toggle {
  border-bottom: 0px solid #949494 !important;

}
.inputsmall .mat-form-field-infix {
  padding: 3px 0px !important;
  border-width: 0px !important;
  line-height: 30px !important;
}
table thead tr th {
  font-size: 13px !important;
  padding: 0.7rem 0.6rem !important;
}
table tbody tr td {
  font-size: 13px !important;
}
.chip-list {
  width: 100% !important;
}
.chip-list div.mat-form-field-flex {
  background: #fff;
  padding: 0px;
}
.chip-list input.mat-chip-input {
  margin-left: 3px;
  margin-top: -15px;
}
.chip-list label.mat-form-field-label {
  margin-top: 0px !important;
}
.chip-list .mat-standard-chip .mat-chip-remove .mat-icon {
  width: 15px;
  height: 15px;
  font-size: 15px;
}
.chip-list mat-chip {
  padding: 0px 7px;
  min-height: 24px;
  line-height: 24px;
  font-size: 13px;
}
.odd {
  background: #f0ffff;
}
.odd .mat-form-field-appearance-legacy .mat-form-field-wrapper,
.even .mat-form-field-appearance-legacy .mat-form-field-wrapper {
  margin-bottom: -5px;
}
.withoutBorder .mat-form-field-underline {
  height: 0px !important;
  transform: scale3d(0, 1.0001, 1);
}
.odd,
.even {
  border-bottom: 1px solid #e7e7e7;
}
.chip-list .mat-form-field-underline {
  bottom: 0em !important;
}
.chip-list .mat-form-field-infix {
  margin-top: 0px;
  padding-top: 0px;
}
.chip-list .mat-form-field-wrapper {
  padding-bottom: 0em !important;
}
.mat-icon-button[disabled] mat-icon {
  cursor: not-allowed;
}
.report_cls .mat-header-cell {
  font-size: 11px !important;
  font-weight: 600;
}
.report_cls .arrowDropDownPadding {
  position: absolute;
}
.iconDiv {
  width: 0px;
  margin-top: 3px;
}
.overAllDiv {
  display: flex;
}
.titleDiv {
  line-height: 20px;
}
.centerAlignment .mat-sort-header-container {
  margin: 0 auto;
  width: 120px;

}
.cntrAlign .mat-sort-header-container {
  margin: 0 auto;
  width: 72px;

}
.readonly-wrapper {
  cursor: not-allowed;
}
.readonly-wrapper .readonly-block {
  pointer-events: none;
}
.artworkBackgroudClass {
  margin-top: 50px !important;
}
.artworkBackgroudClass .mat-dialog-container {
  padding: 0px !important;
  border-radius: 0px !important;
}
.artworkBackgroudClass .headerClass {
  padding: 10px;
  background: #040d64;
  color: #fff;
  display: flex;
}
.artworkBackgroudClass .headertextDiv h1 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0px;
  line-height: 20px;
}
.artworkBackgroudClass .headertextDiv p {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0px;
  line-height: 14px;
}
.artworkBackgroudClass .headertextDiv {
  width: 80%;
}
.artworkBackgroudClass .headerCloseDiv {
  width: 10%;
  text-align: right;
  vertical-align: middle;
}
.artworkBackgroudClass .headerCloseDiv mat-icon {
  color: #fff !important;
  line-height: 32px;
}
.artworkBackgroudClass ::ng-deep .mat-form-field-appearance-outline .mat-form-field-flex {
  height: 40px !important
}
.artworkBackgroudClass .lableStl {
  font-size: 12px;
  font-weight: 600;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.artworkBackgroudClass .paraStl {
  font-size: 14px;
}
.pd_05 {
  padding: 0px 5px 0px 5px !important;
}
.file-input {
  display: none;
}
.file-upload {
  height: 120px;
  border: 1px solid #cccccc70;
  padding: 6px;
  box-shadow: 0 1px 8px 1px #ccc;
}
.textCenter {
  text-align: center;
}
.dragdrop {
  width: 100%;
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 0px;
}
.dragImgStyle {
  width: 90%;
  margin: 0 auto;
  border: 1px dashed #9bb0c4;
  box-shadow: none;
  padding: 18px;
  height: 180px;
  border-radius: 10px;
}
.dragdropText {
  color: #000;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.dragdropGray {
  color: #949090;
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 10px;
}
.dragchoosefile {
  font-size: 12px;
  border-radius: 18px;
  border: 1px solid #74a3f1;
  padding: 2px 10px;
  color: #fff;
  background: #0F6AFF;
  text-align: center;
  margin-bottom: 5px;
}
.dragh1 {
  font-size: 18px;
  text-align: left;
  padding-top: 15px;
  padding-left: 10px;
}
.uselibbtn {
  padding: 5px 32px;
  border-radius: 17px;
  border: 1px solid #74a3f1;
  color: #000;
  background: #fff;
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}
.chooseshadow {
  padding-bottom: 10px;
  box-shadow: 0px 4px 10px #0000002b;
}
.chooseshadow1 {
  box-shadow: 0px 4px 10px #0000002b;
}
.pt-2 {
  padding-top: 5px;
}
.btnapplyimage {
  font-size: 11px;
  border-radius: 18px;
  border: 1px solid #74a3f1;
  padding: 2px 10px;
  color: #fff;
  background: #0F6AFF;
  text-align: center;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.shipping_header {
  background: #F1F1FF;
  padding: 10px 15px;
}
.pd_15 {
  padding-left: 15px;
  padding-right: 15px;
}
.shipping_container {
  border: 1px solid #ededfb;
}
.font_600 {
  font-weight: 600;
  line-height: 15px;
  margin-bottom: 0px;
}
.font_500 {
  font-weight: 500;
  line-height: 15px;
  margin-bottom: 0px;
}
.shippingInt_color {
  color: #3f51b5 !important;
}
.shippingInt_selectSty {
  border: 1px solid #ccc;
  padding: 3px;
  border-radius: 4px;
}
.additionalCastCheckbox {
  font-size: 14px;
  font-weight: 500;
}
input.mat-input-element.additionalCastInput {
  width: 50px !important;
  margin-left: 10px !important;
  line-height: 20px !important;
  height: 25px !important;
  border-bottom: 1px solid #ccc !important;
  text-align: right !important;
  padding-right: 10px !important;
  color: #272727 !important;
  font-size: 15px !important;
}
.tabButton .button {
  padding: 5px 10px;
  line-height: 20px;
  height: 32px;
  font-size: 16px;
  color: #18578A;
  cursor: pointer;
}
.tabButton .activebtn {
  background: #18578A;
  color: #fff !important;
}
.tabButton {
  display: flex;
  background: #fff;
  border: 1px solid #18578A;
  border-radius: 5px;
}
.activebtn mat-icon {
  color: #fff !important;
}
.listGrid {
  margin-left: 15px;
  width: 100px;
}
.div_flex {
  display: flex;
}
.titleDiv .matIconCls mat-icon {
  font-size: 12px;
  height: 20px;
}
.titleDiv h3 {
  font-size: 14px;
  margin-bottom: 7px;
}
/*production dashboard Design*/
.titleDiv.pending {
  border-bottom: 3px solid #5030E5;
}
.titleDiv.pending .matIconCls mat-icon,
.titleDiv.pending .countDiv {
  color: #5030E5;
}
.titleDiv.pending .div_backgroud {
  background: #F1EDFF;
  font-weight: 600;
  color: #5030E5;
}
.contentDiv.pending .borderLeftDesign,
.contentDiv.pending .decoButton {
  background: #5030E5;
}
.contentDiv.pending .bgStyleInProduction {
  background: #F1EDFF;
}
.titleDiv.waitingforapproval .matIconCls mat-icon,
.titleDiv.waitingforapproval .countDiv {
  color: #4D810B;
}
.titleDiv.waitingforapproval {
  border-bottom: 3px solid #4d810b;
}
.titleDiv.waitingforapproval .div_backgroud {
  background: #EDFFD6;
  font-weight: 600;
  color: #4d810b;
}
.contentDiv.waitingforapproval .borderLeftDesign,
.contentDiv.waitingforapproval .decoButton {
  background: #4d810b;
}
.contentDiv.waitingforapproval .bgStyleInProduction {
  background: #EDFFD6;
}
.titleDiv.assigned .matIconCls mat-icon,
.titleDiv.assigned .countDiv {
  color: #FFA500;
}
.titleDiv.assigned {
  border-bottom: 3px solid #FFA500;
}
.titleDiv.assigned .div_backgroud {
  background: #FFF3DC;
  font-weight: 600;
  color: #FFA500;
}
.contentDiv.assigned .borderLeftDesign,
.contentDiv.assigned .decoButton {
  background: #FFA500;
}
.contentDiv.assigned .bgStyleInProduction {
  background: #FFF3DC;
}
.titleDiv.approved .matIconCls mat-icon,
.titleDiv.approved .countDiv,
.titleDiv.approved button mat-icon {
  color: #11BE41;
}
.titleDiv.approved {
  border-bottom: 3px solid #11BE41;
}
.titleDiv.approved .div_backgroud {
  background: #E1FFD6;
  font-weight: 600;
  color: #11BE41;
}
.contentDiv.approved .borderLeftDesign,
.contentDiv.approved .decoButton {
  background: #11BE41;
}
.contentDiv.approved .bgStyleInProduction {
  background: #E1FFD6;
}
.titleDiv.completed .matIconCls mat-icon,
.titleDiv.completed .countDiv,
.titleDiv.completed button mat-icon {
  color: #11aabe;
}
.titleDiv.completed {
  border-bottom: 3px solid #11aabe;
}
.titleDiv.completed .div_backgroud {
  background: #d6e5e7;
  font-weight: 600;
  color: #11aabe;
}
.contentDiv.completed .borderLeftDesign,
.contentDiv.completed .decoButton {
  background: #11aabe;
}
.contentDiv.completed .bgStyleInProduction {
  background: #d6e5e7;
}
.titleDiv.rejected .matIconCls mat-icon,
.titleDiv.rejected .countDiv {
  color: #DB4437;
}
.titleDiv.rejected {
  border-bottom: 3px solid #DB4437;
}
.titleDiv.rejected .div_backgroud {
  background: #FFE6E4;
  font-weight: 600;
  color: #DB4437;
}
.contentDiv.rejected .borderLeftDesign,
.contentDiv.rejected .decoButton {
  background: #DB4437;
}
.contentDiv.rejected .bgStyleInProduction {
  background: #FFE6E4;
}
.titleDiv.artworkpending .matIconCls mat-icon,
.titleDiv.artworkpending .countDiv {
  color: #5030E5;
}
.titleDiv.artworkpending {
  border-bottom: 3px solid #5030E5;
}
.titleDiv.artworkpending .div_backgroud {
  background: #F1EDFF;
  font-weight: 600;
  color: #5030E5;
}
.contentDiv.artworkpending .borderLeftDesign,
.contentDiv.artworkpending .decoButton {
  background: #5030E5;
}
.contentDiv.artworkpending .bgStyleInProduction {
  background: #F1EDFF;
}
.titleDiv.shipped .matIconCls mat-icon,
.titleDiv.shipped .countDiv,
.titleDiv.shipped button mat-icon {
  color: #11BE41;
}
.titleDiv.shipped {
  border-bottom: 3px solid #11BE41;
}
.titleDiv.shipped .div_backgroud {
  background: #E1FFD6;
  font-weight: 600;
  color: #11BE41;
}
.contentDiv.shipped .borderLeftDesign,
.contentDiv.shipped .decoButton {
  background: #11BE41;
}
.contentDiv.shipped .bgStyleInProduction {
  background: #E1FFD6;
}
.titleDiv.inproduction .matIconCls mat-icon,
.titleDiv.inproduction .countDiv,
.titleDiv.inproduction button mat-icon {
  color: #5030E5;
}
.titleDiv.inproduction {
  border-bottom: 3px solid #5030E5;
}
.titleDiv.inproduction .div_backgroud {
  background: #F1EDFF;
  font-weight: 600;
  color: #5030E5;
}
.contentDiv.inproduction .borderLeftDesign,
.contentDiv.inproduction .decoButton {
  background: #5030E5;
}
.contentDiv.inproduction .bgStyleInProduction {
  background: #F1EDFF;
}
.titleDiv.inproductionpartial .matIconCls mat-icon,
.titleDiv.inproductionpartial .countDiv,
.titleDiv.inproductionpartial button mat-icon {
  color: #FFA500;
}
.titleDiv.inproductionpartial {
  border-bottom: 3px solid #FFA500;
}
.titleDiv.inproductionpartial .div_backgroud {
  background: #F1EDFF;
  font-weight: 600;
  color: #FFA500;
}
.contentDiv.inproductionpartial .borderLeftDesign,
.contentDiv.inproductionpartial .decoButton {
  background: #FFA500;
}
.contentDiv.inproductionpartial .bgStyleInProduction {
  background: #F1EDFF;
}
.titleDiv.artworkready .matIconCls mat-icon,
.titleDiv.artworkready .countDiv {
  color: #FFA500;
}
.titleDiv.artworkready {
  border-bottom: 3px solid #FFA500;
}
.titleDiv.artworkready .div_backgroud {
  background: #FFF3DC;
  font-weight: 600;
  color: #FFA500;
}
.contentDiv.artworkready .borderLeftDesign,
.contentDiv.artworkready .decoButton {
  background: #FFA500;
}
.contentDiv.artworkready .bgStyleInProduction {
  background: #FFF3DC;
}
.titleDiv.partialshipped .matIconCls mat-icon,
.titleDiv.partialshipped .countDiv {
  color: #4D810B;
}
.titleDiv.partialshipped {
  border-bottom: 3px solid #4d810b;
}
.titleDiv.partialshipped .div_backgroud {
  background: #EDFFD6;
  font-weight: 600;
  color: #4d810b;
}
.contentDiv.partialshipped .borderLeftDesign,
.contentDiv.partialshipped .decoButton {
  background: #4d810b;
}
.contentDiv.partialshipped .bgStyleInProduction {
  background: #EDFFD6;
}
.titleDiv.invoiced .matIconCls mat-icon,
.titleDiv.invoiced .countDiv,
.titleDiv.invoiced button mat-icon {
  color: #11BE41;
}
.titleDiv.invoiced {
  border-bottom: 3px solid #11BE41;
}
.titleDiv.invoiced .div_backgroud {
  background: #E1FFD6;
  font-weight: 600;
  color: #11BE41;
}
.contentDiv.invoiced .borderLeftDesign,
.contentDiv.invoiced .decoButton {
  background: #11BE41;
}
.contentDiv.invoiced .bgStyleInProduction {
  background: #E1FFD6;
}
.titleDiv.productioncomplete .matIconCls mat-icon,
.titleDiv.productioncomplete .countDiv,
.titleDiv.productioncomplete button mat-icon {
  color: #11aabe;
}
.titleDiv.productioncomplete {
  border-bottom: 3px solid #11aabe;
}
.titleDiv.productioncomplete .div_backgroud {
  background: #d6e5e7;
  font-weight: 600;
  color: #11aabe;
}
.contentDiv.productioncomplete .borderLeftDesign,
.contentDiv.productioncomplete .decoButton {
  background: #11aabe;
}
.contentDiv.productioncomplete .bgStyleInProduction {
  background: #d6e5e7;
}
/*production Dashboard Design End*/
.backgroungColorNone {
  background: none !important;
}
.titleDiv .countDiv div {
  text-align: center;
  font-size: 12px;
}
.timedateDiv mat-icon {
  font-size: 15px;
}
.timedateDiv mat-icon {
  font-size: 15px;
  color: #6D798E;
}
.timedateDiv {
  display: flex;
  font-size: 11px;
  line-height: 15px;
  color: #6D798E;
}
.innerContentDiv h3 {
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
}
.footerDiv {
  color: #3E3D42;
  font-size: 10px;
}
.itemGrid {
  padding: 15px;
}
.itemList {
  padding-top: 0px;
  padding-bottom: 0px;
}
.itemList h3 {
  font-size: 16px;
  line-height: 38px;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.itemList .timedateDiv,
.itemList .footerDiv {
  font-size: 14px;
  line-height: 38px;
}
.bgColorGrid {
  padding: 10px 0px 0px 0px;
  background: #fff;
  border: 1px solid #EBEBFF;
  /* box-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); */
  border-radius: 13px;
}
/* Style override **/
.fuse-aside-folded #sidenav,
.fuse-aside-folded .aside-content.bg-primary-700.text-auto,
.layout-vertical #sidenav,
.layout-vertical .aside-content.bg-primary-700.text-auto {
  background-color: #06138B !important;
}
.fuse-aside-folded .mat-drawer-container {
  background-color: #f1f1ff;
}
/*
.fuse-aside-folded .mat-drawer-content {
    background-color: #ffffff;
}*/
input.mat-input-element,
.mat-select {
  font-size: 13px !important;
}
.mat-tab-labels {
  background-color: #ededfb !important;
}
mat-dialog-container .divTable .template-row {
  background-color: #ededfb !important;
  padding: 5px 0px;
}
.pkgitem {
  margin-left: 15px;
  margin-right: 15px;
  padding: 5px 0px;
  border-bottom: 1px solid #d7d5d580;
}
.pkgitem .packRow {
  background-color: transparent !important;
}
.pkgitem .packRow:nth-child(odd) {
  background-color: transparent !important;
}
.pkgitem:nth-child(even) {
  background-color: rgb(237 237 251 / 39%) !important;
}
.margin_left_0 {
  margin-left: 0px !important;
}
.shipinst .mat-row:nth-child(even) {
  background-color: rgb(237 237 251 / 39%) !important;
}
.shipinst .mat-row:nth-child(odd) {
  background-color: rgb(255, 255, 255) !important;
}
.mat-elevation-shad {
  box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 12%);
}
table.shipinst tbody tr td {
  padding: 5px 10px !important;
}
.innerACGrid {
  border: 1px solid #D8E8F6;
  margin-bottom: 10px;
  border-radius: 5px;
}
.w_90 {
  width: 90% !important;
}
.w_10 {
  width: 10% !important;
}
.text_right {
  text-align: right;
}
.formDiv {
  margin-top: 10px;
}
.innerACGrid .acTitlle {
  padding: 10px 15px 10px 15px;
  background: #E4F2FF;
  border-bottom: 1px solid #D8E8F6;
  color: #3B78E7;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.pd_10 {
  padding: 5px 0px 0px 0px !important;
}
.subTitleStl {
  color: #706A6A;
  font-size: 11px;
  padding-right: 5px;
}
.input_bdr {
  border-bottom: 1px solid #ACACAC !important;
  padding-left: 3px !important;
  color: #3f51b5 !important;
}
.addIcon {
  color: #009688;
  font-size: 16px;
}
.deleteIcon {
  color: red;
  cursor: pointer;
  font-size: 16px;
}
.pd_r_15 {
  padding-right: 15px;
}
.box_none {
  box-shadow: none;
}
.siRadioBox {
  padding-left: 0px;
  margin-left: -10px;
}
.siTableStl {
  padding: 8px 5px;
  background: #f8f8f8;
  margin-top: 7px;
  border-radius: 5px;
}
.pd_r5 {
  padding-right: 5px;
}
.trackingClr {
  color: #938A8A;
}
.siTdStleIcon {
  padding: 0px 2px !important;
}
.expandableDiv .mat-form-field-appearance-legacy .mat-form-field-label {
  font-size: 13px !important;
}
.skudivcolor {
  color: #3f51b5 !important;
  font-weight: 500;
  text-align: right;
  width: 100%;
}
mat-card.statusbox {
  background-color: rgb(237 237 251);
  margin-top: 25px;
  box-shadow: 0 1px 8px 1px #cccccc75 !important;
  line-height: 25px;
  padding: 12px !important;
  width: 98%;
}
h4.statustitle {
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 0px !important;
  margin-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
}
mat-card.statusbox .alignRight {
  font-weight: 600;
}
.left0 {
  padding-left: 0px !important;
  ;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.8) perspective(100px) translateZ(0.001px) !important;
  -ms-transform: translateY(-1.28125em) scale(0.8) !important;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgb(0 0 0) !important;
}
.sotabdetail .mat-tab-label {
  color: #000 !important;
}
footer.the-footer {
  background-color: #f1f1ff;
}
.mt_4 {
  margin-top: 4px;
}
.addcostbox {
  height: 98% !important;
  margin: 7px 0px !important;
}
.autoPonumber {
  color: #f89606;
  font-weight: 600;
}
mat-card-title.mat-card-title {
  color: #06138b;
  background-color: #ffffff;
}
.decoNumberStl {
  font-size: 13px;
  margin-top: -24px;
}
.decoNumberStl label {
  font-size: 12px;
}
.divAddStl {
  font-size: 12px;
  margin-left: 10px;
  margin-top: 10px;
  cursor: pointer;
}
.divAddStl mat-icon {
  background: #0f6aff;
  border-radius: 20px;
  padding-right: 10px;
  color: #fff;
  font-size: 15px;
  height: 15px;
  width: 15px;
}
.iconText {
  margin-top: -1px;
  padding-left: 5px;
}
.image_stlArtwork {
  margin-top: 5px;
  width: 75%;
  border-radius: 5px
}
.float_right {
  float: right;
}
.div_backgroud {

  padding-top: 4px;
  margin-right: 10px;

}
.width_height_20 {
  width: 100px;
  height: 30px;
  padding-top: 6px;
  text-align: center;
}
.width_height_40 {
  width: 50px;
  height: 30px;
  cursor: pointer;
}
.right_div {
  float: right;
  margin-right: -9px;
  margin-bottom: 5px;
}
.boldClr {
  font-weight: bold !important;
  color: #000 !important;
}
.contentDiv {
  padding-bottom: 15px;
}
.itemList .bgColorGrid {
  border-radius: 0px !important;
}
.dateRangePickerCls ngxdaterangepickerpopup>div {
  background-color: white;
  box-shadow: none !important;
  padding: 0% !important;
  width: 100% !important;
}
.dateRangePickerCls .mat-dialog-container {
  padding: 0px !important
}
.dateRangePickerCls .clear {
  display: none !important;
}
.dateRangePickerCls .buttons button {
  font-size: 14px;
  line-height: 30px;
}
.dateRangePickerCls ngxdaterangepickerpopup .md-drppicker {
  box-shadow: none !important;
}
ngx-daterangepicker-material .md-drppicker .ranges {
  margin-top: 5px;
}
.filterStl {
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
  line-height: 30px;
  padding-left: 5px;
}
.ActiveStyle {
  cursor: pointer;
}
.disabledStyle {
  cursor: not-allowed;
}
.dateRangeStl {
  margin-top: 5px;
}
.dateRangeDesign {
  width: 200px;
  font-size: 12px;
  padding-right: 30px;
  margin-right: -25px;
}
.mtStle_12 {
  margin-top: 12px;
}
.mtStle_14 {
  margin-top: 14px;
}
.priceInputStl {
  width: 75px !important;
  text-align: right !important;
  border-bottom: 1px solid #949494 !important;
}
.priceDivStl {
  font-size: 14px;
  color: #8F0808;
  font-weight: 600;
}
.topImageDiv {
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid #cccccc70;
  box-shadow: 0 1px 8px 1px #ccc;
}
.statuschip.green {
  background-color: #07a507;
  border-radius: 25px;
}
.statuschip.red {
  background-color: #e63d3d;
  border-radius: 25px;
}
.statuschip.orange {
  background-color: #eea039;
  border-radius: 25px;
}
.statuschip.draft {
  background-color: #c0c0c0;
  border-radius: 25px;
}
.statuschip label {
  display: block;
  text-align: center;
  color: white;
}
.statuschip.orange label,
.statuschip.draft label,
.statuschip.red label {
  color: black;
}
.acccheckbox label {
  margin-bottom: 0px !important;
}
.acccheckbox1 label {
  margin-top: 8px !important;
  margin-bottom: 0px !important;
}
.matexpand .mat-expansion-panel-header.mat-expanded,
.matgap .mat-expansion-panel-header.mat-expanded {
  height: 48px !important;
}
.mat-expansion-panel-header {
  height: 48px !important;
}
.matexpand .mat-expansion-panel-body,
.matgap .mat-expansion-panel-body {
  padding: 10px 20px;
}
.matgap .mat-expansion-panel-header-title label,
.matgap .acccheckbox label {
  margin-top: 10px;
  margin-bottom: 0px !important;
}
.ml_40 {
  margin-left: 40px !important;
}
.chooseshadow {
  margin-top: 10px;
}
.tdMinLH_35 tr td {
  /* line-height: 35px;*/
  line-height: normal;
}
.logoStl img {
  height: 75%;
  margin-top: 10%;
}
.logoStl {
  margin-bottom: 2%;
  padding-left: 0px;
  margin-top: -17%;
  margin-left: -4%;
  text-align: center;
}
::ng-deep .mat-tooltip {
  text-transform: uppercase !important;
}
.text_overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.loaderIconStl {
  background-color: #ffffff9e;
  width: 100%;
  position: fixed;
  text-align: center;
  height: 100%;
  z-index: 9999999999;
}
.artworkImg {
  height: 180px;
  width: auto;
  margin-bottom: 6px;
}
.transform_img {
  transform: rotate(180deg);
}
body.layout-vertical .bgColorGrid .row .col-lg-2:first-child {
  line-height: 5;
}
body.layout.layout-vertical .bgColorGrid .footerDiv,
body.layout.layout-vertical .bgColorGrid .timedateDiv {
  line-height: 5;
}
.noimageartwork mat-card.mat-card {
  height: 71vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-size {

  width: 70%;
}
.pd_lr_0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media (min-width: 1250px) and (max-width: 1365px) {
  .sostatusimg_Stl {
    height: 20px !important;
    width: 20px !important;
    line-height: 18px !important;
    border-radius: 25px !important;
  }

  .sostatusimg_Stl img {
    width: 14px !important;
  }

  table tbody tr td {
    font-size: 10px !important;
  }

  .at_pending {
    font-size: 10px !important;
    padding: 2px 5px 2px 4px !important;
    line-height: 21px !important;
    border-radius: 25px !important;
    height: 25px !important;
  }

  .cdk-column-allDates {
    width: 14%;
  }

  .cdk-column-allStatus {
    width: 45% !important;
  }

  .inventoryDesign {
    font-size: 9px !important;
  }

  table thead tr th {
    padding: 0.7rem 5px !important;
  }

  table.erp-veiw-template-table tr td {
    padding: 0.35rem 5px !important;
  }

  .inventoryTypeDesign,
  .productionTextDesign,
  .productionTextDesignFooter {
    font-size: 10px !important;
  }

  .title_production {
    font-size: 11px !important;
    height: 18px !important;
  }

  .dateDesignProduction,
  .bgStyleInProduction .decoButton {
    font-size: 9px !important;
  }
}
@media (min-width: 1366px) and (max-width: 1439px) {
  .sostatusimg_Stl {
    height: 20px;
    width: 20px;
    line-height: 18px;
    border-radius: 25px;
  }

  .sostatusimg_Stl img {
    width: 14px;
  }

  table tbody tr td {
    font-size: 11px !important;
  }

  .at_pending {
    font-size: 11px !important;
    padding: 2px 5px 2px 4px !important;
  }

  .inventoryDesign {
    font-size: 11px !important;
  }

  table thead tr th {
    padding: 0.7rem 5px !important;
  }

  table.erp-veiw-template-table tr td {
    padding: 0.35rem 5px !important;
  }

  .inventoryTypeDesign,
  .productionTextDesign,
  .productionTextDesignFooter {
    font-size: 10px !important;
  }

  .title_production {
    font-size: 11px !important;
    height: 18px !important;
  }

  .dateDesignProduction,
  .bgStyleInProduction .decoButton {
    font-size: 9px !important;
  }
}
@media (min-width: 1440px) and (max-width: 1536px) {
  .sostatusimg_Stl {
    height: 20px;
    width: 20px;
    line-height: 18px;
    border-radius: 25px;
  }

  .sostatusimg_Stl img {
    width: 14px;
  }

  table tbody tr td {
    font-size: 12px !important;
  }

  .at_pending {
    font-size: 11px !important;
    padding: 2px 5px 2px 4px !important;
  }

  .inventoryDesign {
    font-size: 12px !important;
  }

  table thead tr th {
    padding: 0.7rem 5px !important;
  }

  table.erp-veiw-template-table tr td {
    padding: 0.35rem 5px !important;
  }
}
@media (min-width:1567px) {
  table tbody tr td {
    font-size: 13px !important;
  }

  .at_pending {
    font-size: 12px !important;
    padding: 2px 5px 2px 4px !important;
  }

  .inventoryDesign {
    font-size: 13px !important;
  }

  table thead tr th {
    padding: 0.7rem 5px !important;
  }

  table.erp-veiw-template-table tr td {
    padding: 0.35rem 5px !important;
  }
}
@media (min-width: 1250px) and (max-width: 1566px) {

  .noimageartwork mat-card.mat-card {
    height: 53vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .img-size {

    width: 40%;
  }

  .size_sty {
    max-width: 33.3% !important;
  }

  .color_sty {
    max-width: 33.3% !important;
  }


}
@media (min-width:1567px) and (max-width: 1920px) {

  .size_sty {
    max-width: 13.3% !important;
    width: 13.3% !important;
  }

  .color_sty {
    max-width: 34% !important;
    width: 34% !important;
  }


}
.width_16 {
  width: 16.5% !important;
}
.input_wd {
  width: 160px !important;
}
.slide-toggle-container.read-only {
  pointer-events: none;
  opacity: 0.6;
  /* Adjust opacity for visual indication */
}
mat-select.read-only {
  pointer-events: none;

}
.matSelectReadonly.read-only {
  pointer-events: none;
}
.tableHead {
  font-size: 13px !important;
  color: #212529 !important;
}
.custom-checkbox.mat-checkbox-checked.mat-accent .mat-checkbox-background,
.custom-checkbox.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
  background-color: #3f51b5 !important;
}
.custom-checkbox .mat-checkbox-frame {
  border-color: #3f51b5 !important;
}
.custom-checkbox.mat-accent .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(0, 0, 255, 0.2) !important;
  /* light blue ripple effect */
}
.mat-horizontal-stepper-header,
.mat-horizontal-stepper-header:hover,
.mat-horizontal-stepper-header:focus {
  height: 60px !important;
  margin-bottom: 10px !important;
  background: #fff !important;
}
.mat-horizontal-stepper-header:hover .mat-step-header-ripple,
.mat-horizontal-stepper-header:focus {
  background: #0162fd00 !important;
}
.order_qty_stl {
  width: 55px !important;
  text-align: right !important;
}
.pd_lr_30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.pd_l_0 {
  padding-left: 0px !important;
}
.pd_r_0 {
  padding-right: 0px !important;
}
.labelAlignPlaceholder.mat-form-field-can-float.mat-form-field-should-float input.mat-input-element {
  padding-left: 18px !important;
}
.labelAlignPlaceholder.mat-form-field-can-float.mat-form-field-should-float .baseCurrency {
  margin-right: -15px;
}
.pd_lr_15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.m_0 {
  margin: 0px !important;
}
.table_headStl {
  font-weight: 500 !important;
  color: #212529 !important;
}
.customDesign .mat-horizontal-content-container {
  padding: 0px !important;
}
.pd_l_10 {
  padding-left: 10px !important;
}
.h-divider {
  margin: auto;
  width: 80%;
  position: relative;
}
.h-divider .shadow:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px / 12px;
  box-shadow: 0 0 2px black;
}
.h-divider .shadow {
  overflow: hidden;
  height: 10px;
  box-shadow: none !important;
  margin-top: 80px;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: rgb(66, 134, 244);
}
.mat-radio-button.mat-accent .mat-radio-inner-circle {
  color: rgb(66, 134, 244);
  background-color: rgb(66, 134, 244);
}
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
  background-color: rgb(255, 37, 37, .26);
}
.shippingDataText {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  text-align: center;
  font-weight: 500;
  font-size: 16px !important;
}
.pac-container {
  z-index: 10000;
  /* Adjust the z-index as needed */
}
.inputWidth_80 {
  width: 80px !important;
}
.required-border .mat-form-field-underline {
  border-bottom: 2px solid red !important;
}
.required-border .mat-form-field-ripple {
  background-color: red !important;
}
/*Dashboard Style*/
.dashboardTitle {
  color: #2B3674 !important;
  font-size: 24px;
  font-weight: 600;
  padding: 5px 0px;
}
.customerDiv {
  background: #fff;
  box-shadow: 0px 0px 20px 0px #38476D08;
  border-radius: 12px;
  padding: 15px;
  height: 150px;
}
.customerDiv .gridTitle {
  color: #86909C !important;
  font-size: 16px;
  font-weight: 500;
}
.customerDiv .gridLink {
  color: #247FB2 !important;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}
.customerDiv .gridResultData {
  color: #051A1A !important;
  font-size: 48px;
  font-weight: 600;
}
.customerDiv .gridParam {
  color: #051A1A !important;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0px;
}
.mt_15 {
  margin-top: 15px !important;
}
.dataGrid .gridData {
  color: #1C2434 !important;
  font-size: 24px !important;
  font-weight: 600;
  margin-bottom: 5px;
}
.dataGrid .gridName {
  color: #64748B !important;
  font-size: 13px !important;
  margin-bottom: 5px;
}
.dataGrid .gridImageClass {
  width: 30px;
  height: 30px;
}
.lh_50 {
  line-height: 50px !important;
}
.lh_40 {
  line-height: 40px !important;
}
.dataGrid .gridOver {
  padding-left: 15px;
  padding-right: 25px;
}
.pd_l_15 {
  padding-left: 15px !important;
}
.br_1 {
  border-right: 1px solid #E2E8F0;
}
.dataGrid {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
}
.salesOrderGridDashboard {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
}
.salesOrderGridDashboard .gridTitle,
.quickLinkGridDashboard .gridTitle,
.jobsGridDashboard .gridTitle {
  color: #051A1A !important;
  font-size: 18px;
  font-weight: 600;
}
.jobsGridDashboard {
  margin-top: 15px;
}
.quickLinkGridDashboard .gridTitle {
  margin-bottom: 15px !important;
  margin-top: 50px;
}
.salesOrderGridDashboard .gridLink {
  color: #ffffff !important;
  background-color: #F64E60;
  font-size: 13px;
  font-weight: 500;
  border-radius: 3px;
  padding: 5px 10px;
  text-decoration: none;
}
.quickLinkGridDashboard .gridName {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #051A1A !important;
}
.quickLinkGridDashboard .gridParam {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #86909C !important;
}
.quickLinkGridDashboard .ql_icons {
  height: 40px;
  width: 40px;
}
.quickLinkGridDashboard {
  padding-left: 25px !important;
  padding-right: 25px !important;
  padding-bottom: 20px;
}
.quickLinkGridDashboard .gridBG {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0px 9px 20px 0px #2E235E12;
  border: 1px solid #E6E9EB;
}
.pd_15_25 {
  padding: 15px 25px !important;
}
.grid_chartStyle {
  background: #fff;
  border-radius: 5px;
  margin: 0px !important;
}
.ml_8 {
  margin-left: -8px;
}
.mt_10 {
  margin-top: 10px !important;
}
.background-container_1 {
  background-image: url(/assets/svg/bg_1.png);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.background-container_2 {
  background-image: url(/assets/svg/bg_2.png);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.gridReview .gridTotalCount {
  font-size: 30px !important;
  color: #1D469D !important;
  font-weight: 600;
  line-height: 33px;
}
.gridReview .gridTitle {
  font-size: 14px !important;
  color: #64748B !important;
}
.gridReview .bgStyle {
  background: #fff;
  border-radius: 5px;
  margin: 0px !important;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
/*Dashboard Style*/
table thead.mat-calendar-table-header tr th {
  padding: 0 0 8px 0 !important;
}
.custom-radio-button label {
  font-size: 13px !important;
}
.custom-radio-button .mat-radio-container,
.custom-radio-button .mat-radio-outer-circle,
.custom-radio-button .mat-radio-inner-circle {
  width: 16px !important;
  height: 16px !important;
}
.textAreaStl {
  height: 48px !important;
  min-height: 48px !important;
  max-height: 240px !important;
  padding: 5px !important;
  border: 1px solid #d1ebff !important;
  font-size: 12px !important;
  border-radius: 5px;
}
.requiredStl.ng-invalid {
  border: 1px solid red !important;
}
.colorCustmStl .ng-invalid .mat-form-field-underline {
  background-color: #f44336 !important;
}
.tdNumberRightAlign {
  text-align: right !important;
  padding-right: 15px !important;
}
.thHeadRightAligin {
  float: right !important;
}
.tdNameLeftAlign {
  text-align: left !important;
  padding: 9px !important;
}
.tdmanagealign {
  text-align: center;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pd_lr_5 {
  padding-left: 15px;
  padding-right: 15px;
}
.pd_b_5 {
  padding-bottom: 5px !important;
}
.watermark {
  position: relative;
  top: 0px;
  z-index: 12 !important;
  margin-bottom: -40px !important;
  margin: 0 auto;
  opacity: 0.5;
  color: #579830;
  z-index: 10;
  font-size: 27px;
}
.mb_15 {
  margin-bottom: 15px !important;
}
.dateRangePicker .md-drppicker {
  width: 680px !important;
}
.dateRangePicker .md-drppicker .clear,
.dateRangePicker .md-drppicker button {
  font-size: 15px;
}
.dateRangePicker .md-drppicker .clear svg {
  width: 20px;
  margin-top: -10px;
}
.dateRangePicker .dateRage {
  line-height: 35px;
  padding: 0px 15px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.custom-full-width-row td {
  background-color: #f9f9f9;
  /* Example background color */
  font-weight: bold;
  padding: 10px;
}
.pd_lr_7 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}
.artWorkChanges .mat-tab-label-content {
  font-size: 20px !important;
}
.artWorkChanges .mat-tab-labels {
  background: #fff !important;
}
.noRecordPadding1 {
  padding: 5%;
}
.deleteInArtwork img {
  width: 25px;
}
.deleteInArtwork {
  text-align: right;
  margin-bottom: -28px;
  z-index: 2;
  position: relative;
  cursor: pointer;
}
.attributePriceUpdate {
  width: 60px !important;
  line-height: 17px !important;
  border: 1px solid #949494 !important;
  border-radius: 5px;
  padding-left: 5px !important;
}
.attributeInputStl {
  text-align: left !important;
  line-height: 20px !important;
  margin-top: -15px !important;
}
.table td.pd_tb_5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.nonEditClass {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.hideDiv ,.matSelectNoHeight .mat-form-field-underline{
  display: none !important;
}
.custom-checkbox-artwork .mat-checkbox-inner-container {
  border-radius: 50%;
  /* Makes the checkbox round like a radio button */
  width: 16px;
  height: 16px;
  margin-top: 6px;
}
.custom-checkbox-artwork .mat-checkbox-frame {
  border-radius: 50%;
  /* Round frame */
}
.custom-checkbox-artwork .mat-checkbox-background {
  border-radius: 50%;
  /* Round background */
}
.custom-checkbox-artwork.mat-checkbox-checked .mat-checkbox-background {
  background-color: #3f51b5;
  /* Customize this color */
}
.custom-checkbox-artwork .mat-checkbox-checkmark {
  display: none;
  /* Hides the default checkmark */
}
.custom-checkbox-artwork .mat-checkbox-inner-container::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: all 0.2s ease;
  transform: scale(0);
  /* Initially scaled down */
}
.custom-checkbox-artwork.mat-checkbox-checked .mat-checkbox-inner-container::before {
  transform: scale(1);
  /* Scale up on check */
}
table.erp-veiw-template-table {
  margin-bottom: 0px !important;
}
table.erp-veiw-template-table td {
  padding: 0.35rem 0.6rem !important;
}
.table td th {
  font-weight: 600 !important;
}
app-production-dashboard .mat-card .mat-card-title {
  background-color: white !important;
  color: #06138b !important;
}
/* Mat font Change */
.mat-tab-group,
.mat-radio-button,
.mat-button,
.mat-raised-button,
.mat-icon-button,
.mat-stroked-button,
.mat-flat-button,
.mat-fab,
.mat-mini-fab,
.mat-card-title,
.mat-slide-toggle-content,
.mat-form-field {
  font-family: "Plus Jakarta Sans", sans-serif !important;
}
.usdStl {
  background-color: #3CA62E;
  color: white;
  position: relative;
  top: 18px;
  height: 22px;
  font-size: 10px;
  padding: 5px 10px;
  line-height: 12px;
  border-radius: 5px;
}
.border_1 {
  border: 1px solid #ededfb;
}
.tableContainerNotes tr {
  line-height: 40px !important;
}
.tableContainerNotes tr th.cdk-header-cell {
  background: #ededfb;
  height: 40px !important;
  line-height: 40px !important;
}
.tableContainerNotes table tr td {
  padding: 5px !important;
}
.tableContainerNotes {
  margin-top: 15px;
  overflow-y: auto;
  height: 245px;
  border: 1px solid #e1e1ed;
}
.tableContainerNotes table {
  margin-bottom: 0px;
}
.tableContainerNotes .cdk-table tr:nth-child(odd) {
  background-color: #f9f9f9;
}
/* Style for even rows */
.tableContainerNotes .cdk-table tr:nth-child(even) {
  background: #F9F9FF !important;
}
.notesTextArea {
  height: 40px;
  border-bottom: 1px solid #9494947d !important;
  text-align: left !important;
}
.createdByCls {
  font-size: 13px;
  font-weight: 600;
  height: 20px !important;
  line-height: 20px;
}
.cteatedDatecls {
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  height: 20px !important;
  line-height: 20px;
}
.border_right {
  border-right: 1px solid #ededfb !important;
}
.vendorname {
  background-color: #9e7eeb;
  border: none;
  color: blue;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 1px 19px;
  cursor: pointer;
  border-radius: 28px;
  box-shadow: 0 4px 8px 0 rgba(0, 128, 0, 0.2);
  font-weight: bold;
}
.vendorname:hover {
  background-color: #76c776;
}
.supplierImg {
  border: 1px solid #ddd;
  height: 55px;
  margin-right: 10px;
  width: 70px;
  text-align: center;
  line-height: 45px;
}
.supplier-option {
  display: flex;
  align-items: center;
  padding: 15px;

  border-radius: 5px;
  transition: box-shadow 0.3s ease;
  margin-bottom: 10px;
}
.supplier-option:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.supplier-radio {
  margin-right: 15px;
  cursor: pointer;
}
.supplier-card {
  display: flex;
  align-items: center;
}
.supplier-logo {
  width: 60px;
  height: auto;
}
.supplier-details {
  display: flex;
  flex-direction: column;
}
.supplier-name {
  font-size: 15px;
  margin: 0;
  display: flex;
  line-height: 30px;
  align-items: center;
  color: #06138B;

}
.supplier-url {
  font-size: 12px;
  color: #797979;
  line-height: 17px;
  margin-bottom: 0px;
  margin-top: -8px;
}
.status {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-left: 10px;
  margin-top: -35px;
}
.status mat-icon {
  font-size: 9px;
  padding: 2px;
  width: 12px;
  height: 12px;
  color: #fff;
  border-radius: 50%;
  margin-left: 0px;
}
.status1 mat-icon {
  font-size: 14px;
  padding: 1px;
  width: 16px;
  height: 15px;
  color: red;
  border-radius: 50%;
  margin-left: 0px;
}
.status.success mat-icon {
  background-color: green;
}
.status.error mat-icon {
  background-color: red;

}
.inputStl {
  width: 100%;
  border-bottom: 1px solid #ccc !important;
  font-size: 13px;
  padding: 4px 0px;
  background: #cccccc00;
}
.submitButton {
  background: #B90707 !important;
  line-height: 22px !important;
  font-size: 12px;
  border-radius: 10px !important;
  margin-top: 6px !important;

}
.inputGrid {
  background: #F2F9FD;
  padding: 8px 15px;
  text-align: center;
  border-radius: 5px;
  border: 1px dashed #EFEFEF;
}
.supplier-option.active.credentials {
  padding-bottom: 35px;
}
.supplier-option.active.credentials .inputGrid {
  margin-bottom: -36px;
}
.moreLink {
  padding: 2px 18px;
  font-size: 13px;
  border: 1px solid #474793;
  border-radius: 20px;
}
.alertImgCls {
  width: 100%;
}
.alertBoxNoPaddingCls,
.alertBoxNoPaddingCls .mat-dialog-container,
.alertBoxNoPaddingCls .modal-body,
.alertBoxNoPaddingClsConfirmation,
.alertBoxNoPaddingClsConfirmation .mat-dialog-container,
.alertBoxNoPaddingClsConfirmation .modal-body {
  padding: 0px !important;
}
.alertBoxNoPaddingCls .messageGrid,
.alertBoxNoPaddingClsConfirmation .messageGrid {
  padding: 25px 15px 15px 30px !important;
  font-weight: 600;
}
.alertBoxNoPaddingClsConfirmation .VendorTitle {
  color: #0B3D63;
  font-size: 17px;
  text-align: center;
  margin: 10px 0px 20px 0px;
}
.alertBoxNoPaddingClsConfirmation .alertImgCls {
  padding: 25px;
}
.alertBoxNoPaddingClsConfirmation .alert-actions {
  text-align: center;
  margin: auto 33px;
}
.VendorTitle {
  color: #06138B;
  font-size: 20px;
}
.vendorButton {
  background: #ffffff;
  width: 115px;
  border: 1px solid #8EB9FF;
  padding: 15px;
  font-size: 13px;
  text-align: center;
  margin-right: 10px;
  border-radius: 5px;
  /* height: 75px; */
  cursor: pointer;
}
.vendorButton:hover {
  background: #DCF6FF !important;
}
.closeIconStl {
  margin-bottom: -30px !important;
  cursor: pointer;
}
.ml_nv_10 {
  margin-left: -10px;
}
.mat-chip_design {
  border: 1px solid #72C2E9 !important;
  background: #E5F5FF !important;
  color: #06138B !important;
  font-size: 11px !important;
  min-height: 22px !important;
}
.mr_7 {
  margin-right: 7px !important;
}
.cdk-table-class p.p-with-arrow {
  position: relative;
  width: 90%;
  line-height: 22px;
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 10px !important;
  border-bottom: 1px solid #BABABAF2;
}
/* Arrow styling */
.p-with-arrow::after {
  content: '';
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-top: 5px solid #757575;
}
table.tablemodified td.verticalTop {
  vertical-align: top !important;
}
.dialogPopupCls .mat-dialog-container {
  padding: 0px;
}
.matchipbgCls {
  background: #F1F1FF;
  min-height: 23px !important;
  border: 1px solid #EDEDFB !important;
  font-size: 11px;
}
.chiplistCls::after {
  content: '';
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-top: 5px solid #757575;
}
.info_para {
  color: #030303;
  font-weight: 600;
}
.infoIcon {
  width: 25px;
}
.info_img {
  margin-right: 10px;
}
.infoGrid {
  display: flex;
  padding: 12px;
  background: #FFFEF0;
  border: 1px solid #EEC933;
  border-radius: 5px;
  margin-top: 10px;
}
.statusGrid {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}
.statusDiv {
  width: 19%;
  text-align: center;
  padding: 15px 5px 20px 5px;
  border-radius: 5px;
  box-shadow: 0px 2px 4px -1px #AFB6C933;
  margin-right: 1%;
}
.grid_AFB6C933 {
  background: linear-gradient(180deg, rgba(99, 91, 255, 0.12) 0%, rgba(99, 91, 255, 0.12) 100%);
}
.grid_F8890A1F {
  background: linear-gradient(180deg, rgba(248, 137, 10, 0.12) 0%, rgba(248, 137, 10, 0.12) 100%);
}
.grid_16CDC71F {
  background: linear-gradient(180deg, rgba(22, 205, 199, 0.12) 0%, rgba(22, 205, 199, 0.12) 100%);
}
.grid_FF66921F {
  background: linear-gradient(180deg, rgba(255, 102, 146, 0.12) 0%, rgba(255, 102, 146, 0.12) 100%);
}
.grid_F0F0F0 {
  background: #F0F0F0;
}
.statusImgCls {
  width: 40px;
  margin: 10px;
}
.subInfo {
  font-size: 8px;
  color: #017975;
}
.status_title {
  font-size: 13px;
  color: #29343D;
  line-height: 20px;
}
.statusPara {
  font-size: 11px;
  font-weight: 600;
  color: #29343D;
  line-height: 15px;
  height: 30px;
  padding-top: 5px;
}
.statusParaPackage {
  font-size: 11px;
  font-weight: 600;
  color: #29343D;
  line-height: 15px;
  height: 20px;
  padding-top: 5px;
}
.search-input {
  margin-left: 8px;
  /* Space between icon and input */
}
table.borderTable {
  border: 1px solid #E1E1FF !important;
}
table.borderTable th,
table.borderTable td {
  border-right: 1px solid #E1E1FF !important;
}
table.borderTable th,
table.borderTable td {
  border-bottom: 1px solid #E1E1FF !important;
}
.priceVentorGrid {
  display: flex;
  width: 170px;
  margin: 0 auto;
}
.priceVendorPer {
  border: 1px solid #B0B0D1;
  width: 60px;
  border-radius: 30px;
  height: 21px;
  font-size: 13px;
  margin-left: 10px;
  /* Flexbox for centering */
  display: flex;
  justify-content: center;
  /* Centers content horizontally */
  align-items: center;
  /* Centers content vertically */

  /* Additional styling to prevent overflow */
  text-align: center;
  /* Ensure text is centered */
  white-space: nowrap;
  min-width: 75px !important;
}
.verticalAlign {
  color: #0B0B70;
  font-weight: bold;
  background: #DBEBCC;
  font-size: 12px;
  padding: 15px 5px;
  width: 45px;
  line-height: 35px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin-bottom: 0px;
}
.expandTable table {
  width: 100%;
}
.expandTable tr.example-detail-row {
  height: 0;
}
.expandTable tr.example-element-row:not(.example-expanded-row):hover {
  background: whitesmoke;
}
.expandTable tr.example-element-row:not(.example-expanded-row):active {
  background: #efefef;
}
.expandTable .example-element-row td {
  border-bottom-width: 0;
}
.expandTable .example-element-detail {
  overflow: hidden;
  display: flex;
}
.expandTable .example-element-diagram {
  min-width: 80px;
  border: 2px solid black;
  padding: 8px;
  font-weight: lighter;
  margin: 8px 0;
  height: 104px;
}
.expandTable .example-element-symbol {
  font-weight: bold;
  font-size: 40px;
  line-height: normal;
}
.expandTable .example-element-description {
  padding: 16px;
}
.expandTable .example-element-description-attribution {
  opacity: 0.5;
}
.itemMattab .mat-tab-labels {
  background-color: #ffffff !important;
}
.itemMattab tr.mat-header-row {
  height: 45px;
}
.itemMattab table thead tr th {
  background: #EDEDFB;
  color: #62629B;
  font-size: 15px !important;
}
.attributeStyle {
  background: #ededfb;
  border-radius: 20px;
  min-width: 120px;
  padding: 0px 5px;
  line-height: 25px;
  height: 25px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 12px;
  color: #000000;
  overflow: hidden;
}
.inputQtyStyle {
  width: 80px !important;
  border-bottom: 1px solid #ccc !important;
}
.border_left_1 {
  border-left: 1px solid #ebeef0;
}
.div_padding {
  padding: 0.35rem 0.6rem !important;
}
.border_top_1 {
  border-top: 1px solid #dee2e699 !important;
}
.border_top_0 {
  border-top: 0px solid #dee2e699 !important;
}
/*Dashboard*/
@media (min-width: 768px) and (max-width: 1199px) {
  .gridDiv_5 {
    flex-wrap: wrap;
  }

  .gridDiv_5 .itemGrid1,
  .gridDiv_5 .itemGrid2,
  .gridDiv_5 .itemGrid3,
  .gridDiv_5 .itemGrid4,
  .gridDiv_5 .itemGrid5 {
    width: 49% !important;
  }
}
@media (max-width: 767px) {
  .gridDiv_5 {
    flex-wrap: wrap;
  }

  .gridDiv_5 .itemGrid1,
  .gridDiv_5 .itemGrid2,
  .gridDiv_5 .itemGrid3,
  .gridDiv_5 .itemGrid4,
  .gridDiv_5 .itemGrid5 {
    width: 100% !important;
  }
}
.gridDiv_5 .itemGrid1,
.gridDiv_5 .itemGrid2,
.gridDiv_5 .itemGrid3,
.gridDiv_5 .itemGrid4,
.gridDiv_5 .itemGrid5 {
  width: 20%;
  padding: 8px 25px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.gridDiv_5 .gridTitle {
  font-size: 14px;
  font-weight: 800;
}
.gridDiv_5 .orderNumberGrid {
  height: 35px;
}
.gridDiv_5 .orderNumberGrid .itemCount {
  font-size: 14px;
  font-weight: 800;
}
.gridDiv_5 .orderNumberGrid .spanText {
  font-size: 8px;
}
.gridDiv_5 .orderNumberTotalGrid {
  font-size: 20px !important;
  font-weight: 800;
  margin-top: 10px;
}
.gridDiv_5 .gridIcon .gridImageClass {
  padding-top: 10px;
  width: 40px;
}
.FCFFF6 {
  background: #FCFFF6;
  border: 1px solid #E6E4EF;
}
.itemGrid1 .gridTitle {
  color: #20AA70 !important;
}
.F8F4FF {
  background: #F8F4FF;
  border: 1px solid #E6E4EF;
}
.itemGrid2 .gridTitle {
  color: #7152F3 !important;
}
.F3F9FF {
  background: #F3F9FF;
  border: 1px solid #DFF0FC;
}
.itemGrid3 .gridTitle {
  color: #2998FF !important;
}
.FFF7EF {
  background: #FFF7EF;
  border: 1px solid #E6E9EB;
}
.itemGrid4 .gridTitle {
  color: #F68907 !important;
}
.E50C0C {
  background: #fdefef;
  border: 1px solid #E6E9EB;
}
.itemGrid5 .gridTitle {
  color: #E50C0C !important;
}
.card-sty {
  font-size: 26px !important;
  /* font-weight: 700 !important; */
  color: black !important;
}
.Shipment .gridIcon h5 {
  color: #61BBB7;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0px;

}
.background-image-Shipment {
  padding: 0px 7px;
  background-color: #FFFFFF;
  background-image: url('card-abstract-1.a0b9a85296ddf58d.png');
  /* The background image */
  background-size: auto;
  /* Ensures the image covers the entire container */
  background-position: right;
  /* Centers the image in the container */
  background-repeat: no-repeat;
  /* Prevents the image from repeating */
  width: 100%;
  /* Set the desired width */
  border: 1px solid #D2F1ED;

  border-radius: 5px !important;
}
.Shipment2 .gridIcon h5 {
  color: #F25D5D;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0px;
}
.background-image-Shipment2 {
  padding: 0px 7px;
  background-color: #FFFBFB;
  background-image: url('card-abstract-2.a50b1727f4e9dd00.png');
  /* The background image */
  background-size: auto;
  /* Ensures the image covers the entire container */
  background-position: right;
  /* Centers the image in the container */
  background-repeat: no-repeat;
  /* Prevents the image from repeating */
  width: 100%;
  /* Set the desired width */
  border: 1px solid #FFE4E4;
  border-radius: 5px !important;
}
.Shipment3 .gridIcon h5 {
  color: #F25D5D;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0px;
}
.background-image-Shipment3 {
  padding: 0px 7px;
  background-color: #FFFFFF;
  background-image: url('card-abstract-3.51a2a10e0bd9c18f.png');
  /* The background image */
  background-size: auto;
  /* Ensures the image covers the entire container */
  background-position: right;
  /* Centers the image in the container */
  background-repeat: no-repeat;
  /* Prevents the image from repeating */
  width: 100%;
  /* Set the desired width */
  border: 1px solid #D2F1ED;
  border-radius: 5px !important;
}
.Shipment4 .gridIcon h5 {
  color: #F25D5D;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0px;
}
.background-image-Shipment4 {
  padding: 0px 7px;
  background-color: #FFFBFB;
  background-image: url('card-abstract-4.40831492f1f2b119.png');
  /* The background image */
  background-size: auto;
  /* Ensures the image covers the entire container */
  background-position: right;
  /* Centers the image in the container */
  background-repeat: no-repeat;
  /* Prevents the image from repeating */
  width: 100%;
  /* Set the desired width */
  border: 1px solid #FFE4E4;
  border-radius: 5px !important;
}
.bg_FFEDF1 {
  background: #FFEDF1;
}
.bg_EDFFF9 {
  background: #EDFFF9;
}
.bg_C4DBFFA3 {
  background: #C4DBFFA3;
}
.bg_ECF1FCCC {
  background: #ECF1FCCC;
}
.tableborder tr td,
.tableborder tr th {
  border: 1px solid #EEEEFF80
}
.tableborder tr td {
  padding: 12px 5px;
}
.tableborder .gridImageClass {
  height: 24px;
  padding-right: 10px;
  padding-left: 5px;
}
.tableborder .d-flex span {
  line-height: 22px;
  font-weight: 600;
}
.pd_tb_10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
table.tab-sty thead tr th:first-child {
  text-align: left;
}
.icon-with-dot {
  position: relative;
  /* Needed for positioning the dot */
}
.icon-with-dot::after {
  content: '';
  position: absolute;
  top: 15px;
  right: 6px;
  width: 8px;
  height: 8px;
  background-color: #184D9D;
  border-radius: 50%;
}
.svgDeleteCls {
  width: 15px;
  margin: 10px;
}
.moreIconColumn {
  display: flex;
  width: 80px;
}
.moreIconColumn .matIconColor {
  font-size: 18px;
  line-height: 18px;
  padding-left: 30px;
}
.moreIconStl .matIconColor {
  cursor: pointer;
  color: #396ce8 !important;
  font-size: 14px !important;
  background: #b0c4f6 !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 20px !important;
  padding-left: 2px !important;
  line-height: 19px !important;
}
.updateButtton {
  line-height: 19px;
  margin: 0px 15px;
  display: flex;
  padding: 3px 10px;
  background: #D7D7F3;
  border-radius: 20px;
  height: 30px;
  margin-top: 5PX;
}
.updateButtton mat-icon {
  font-size: 20px;
  margin-top: 2px;
  color: #6464b7 !important;
}
.updateButtton div {
  line-height: 24px;
  color: #6464b7;
}
.morePopupTitle {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
}
.vendorClassMorepopup {
  line-height: 34px;
  font-size: 14px !important;
  text-transform: uppercase;
  margin-right: 5px;
}
.vendorColorDiv {
  background: #F0F0FF;
  border-radius: 50px;
  margin: 4px 5px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 10px;
  line-height: 24px;
}
.vendorColorDiv mat-icon {
  font-size: 12px;
  padding-right: 0px;
  height: 10px;
}
.width_50 {
  width: 50% !important;
}
.addaddressBtn {
  display: flex;
  margin-top: 0px;
  text-align: right;
  float: right;
  width: 120px;
  font-size: 12px;
  margin-right: 15px;
}
input.tableInput,
.mat-select.tableInput {
  width: 100% !important;
  max-width: 90px;
  border-bottom: 1px solid #bfbfbf !important;
  text-align: left !important;
  font-size: 12px !important;
}
.tableScroll {
  max-height: 295px;
  overflow-y: auto;
}
.shipInst.table.tablemodified td {
  text-align: left !important;
}
input.tableInput.ng-invalid,
.mat-select.tableInput.ng-invalid {
  border-bottom: 1px solid red !important;
}
.pin_locaion {
  width: 80px;
}
.packageAddressGrid {
  border: 1px solid #F5E0B8;
  border-radius: 7px;
  display: flex;
  padding: 5px;
  margin-top: -10px;
  margin-bottom: 15px;
}
.packageAddressIcon {
  background: #F8C20A;
  padding: 10px;
  width: 60px;
  height: 60px;
  border-radius: 7px;
}
.packageAddressTitle {
  color: #1051B1;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 7px;
}
.packageAddressPara {
  font-size: 12px;
  font-weight: 600;
  color: #29343D;
  line-height: 18px;
  height: 20px;
  padding-top: 5px;
  padding-left: 5px;
  text-align: left;
}
.selectAddressPackage {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #29343D;
  line-height: 15px;
  height: 20px;
  padding-top: 5px;
}
.itemDetail {
  font-size: 16px;
  color: #62629B;
  line-height: 45px;
  margin-bottom: 0px;
}
.gridBorder {
  border: 1px solid #D5D5F3 !important;
}
.thirdParty {
  font-size: 9px;
  color: #017975;
}
.matExpansion .mat-expansion-panel-body {
  padding: 0px;
}
.matExpansion .mat-expansion-panel-body .divTableHeading {
  background: #ffffff !important;
}
.totalColor {
  background: #D7D7F3;
  padding: 0px 10px;
  font-size: 12px;
  height: 18px;
  margin-right: 10px;
  line-height: 15px;
  border-radius: 15px;
  border: 1px solid #C6C6EB;
}
.pd_l_5 {
  padding-left: 5px !important;
}
.pd_r_5 {
  padding-right: 5px !important;
}
.textUper {
  text-transform: uppercase !important;
}
.package-name {
  font-size: 15px;
  margin: 0;
  display: flex;
  line-height: 30px;
  align-items: center;
  color: #06138B;
  font-weight: 500;

}
.package-address {
  font-size: 13px;
  color: #797979;
  line-height: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.package-option:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background: linear-gradient(180deg, rgba(22, 205, 199, 0.06) 0%, rgba(22, 205, 199, 0.06) 100%);
}
.mat-icon.addIconStl {
  font-size: 13px;
  line-height: 8px;
  padding-top: 3px;
  height: 13px !important;
  width: 13px !important;
  vertical-align: middle;
  background: #ff6692;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  margin-top: -3px;
  text-align: center;
}
.md-drppicker .btn.btn-default {
  color: #000;
  background-color: #dcdcdc;
  font-size: 14px;
  margin-right: 10px;
}
.disabledSelect {
  background: #dedede7a;
  pointer-events: none;
}
.noRecordImg {
  vertical-align: bottom;
  height: 250px;
  margin-bottom: -40px;
}
.cursor_pointer {
  cursor: pointer;
}
.PointerNone {
  pointer-events: none;
  color: #212529 !important;
}
.yesButton,
.noButton {
  background: #1E6EEF;
  height: 35px;
  line-height: 0px;
  color: #fff;
  width: 100px;
  border: 1px solid #8EB9FF;
  padding: 15px;
  font-size: 13px;
  text-align: center;
  margin-right: 10px;
  border-radius: 5px;
  cursor: pointer;
}
.mat-expansion-panel-header.mat-expanded:focus,
.mat-expansion-panel-header.mat-expanded:hover {
  background: #ededfb !important;
}
.artworkSliderTitle {
  height: 35px;
  margin-top: -35px;
  background: #636AAB;
  z-index: 1;
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 33px;
  border-radius: 0px 0px 5px 5px;
  font-size: 14px;
  font-weight: 600;
}
.nextBtnStl {
  width: 40px;
  line-height: 55px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0px 1px 4px 0px #00000040;
  top: 65px;
  position: absolute;
  z-index: 4;
  background: #fff;
  right: 0px;
  float: right;
}
.prevBtnStl {
  width: 40px;
  line-height: 55px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0px 1px 4px 0px #00000040;
  top: 65px;
  position: absolute;
  z-index: 4;
  background: #fff;
  left: 0px;
  float: left;
}
.fileUploadList {
  margin-bottom: 0px;
  font-size: 12px;
  display: flex;
  line-height: 30px;
  border-bottom: 1px solid #c5c5c538;
}
.fileUploadData {
  width: 100%;
  line-height: 30px;
  padding-right: 50px;
  white-space: nowrap;
  height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fileUploadDeleteIcon {
  color: red;
  font-size: 20px;
  line-height: 30px;
}
.matPopupOverflowAuto .mat-dialog-container {
  transform: none;
  height: auto;
  overflow-y: auto;
}
.border_UL {
  border: 1px solid #ccc;
  padding: 0px 8px;
}
.fileUploadData.createdBY {
  height: 40px;
  line-height: 18px;
  text-align: center;
}
.notesDiv {
  display: flex;
  float: right;
  margin-top: 15px;
}
.matIconStyNotes {
  font-size: 18px;
  padding-right: 3px;
  text-align: right;
  color: #0944b9;
}
.artworkTitleStl {
  font-size: 14px;
  width: 100%;
  line-height: 30px;
  white-space: nowrap;
  height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.imgwidthArtWork {
  height: 180px;
  padding: 5px;
}
.gridTable table thead tr {
  background: #F3F6F9;
  border-radius: 3px !important;
}
.gridTable table tr td {
  line-height: 19px;
  height: 40px;
}
.gridTable table tr td.color5075D7 {
  color: #5075D7 !important;
  cursor: pointer;
}
.gridTable table tr td.color5A5959 {
  color: #5A5959 !important;
}
.gridTable table {
  border-left: 1px solid #ebeef0;
  border-bottom: 1px solid #ebeef0;
}
.imageWidth {
  max-height: 250px;
  overflow-y: auto;
  padding: 5px;
  overflow-x: hidden;
}
.artworkImageWidth {
  margin-bottom: 10px;
  box-shadow: 0 1px 8px 1px #ccc;
  padding: 5px;
}
#barchart .apexcharts-toolbar {
  display: none !important;
}
.shipInstDelete {
  text-align: right;
  margin-top: 0px;
  margin-bottom: -20px;
  height: 20px;
  width: 30px;
  float: right;
  z-index: 1;
  position: relative;
}
.tableScroll.box_shadow {
  box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 12%);
}
.tableScroll .headerStyl {
  font-size: 15px;
  line-height: 40px;
  margin-bottom: 0px;
}
.tableScroll .bdr_2 {
  border-bottom: 2px solid #ebebeb;
}
.height_auto {
  height: auto !important;
}
.tracking {
  /* flex-shrink: 1;
  word-wrap: break-word; */
  overflow-wrap: break-word;
  font-size: 9px;
  text-align: center;
  padding-top: 2px;
}
.downloadIconStl {
  width: 32px;
  margin-left: -33px;
  cursor: pointer;
  margin-top: 2px;
  position: absolute;
  border: 1px solid #f1f1ff94;
  border-radius: 50px;
  background: #f1f1ffa8;
}
.downloadIconStl_RMBG {
  width: 32px;
  margin-left: -33px;
  cursor: pointer;
  margin-top: 2px;
  position: absolute;
  border-radius: 50px;
}
.deleteiconimage {
  width: 32px;
  margin-left: -66px;
  cursor: pointer;
  margin-top: 0px;
  position: absolute;
  border: 4px solid #f1f1ff94;
  border-radius: 50px;
  background: #f1f1ffa8;
}
.innerContentDiv .footerDiv {
  line-height: 18px !important;
}
.artworkSliderTitleName {
  height: 35px;
  z-index: 1;
  position: relative;
  /* text-align: center; */
  line-height: 33px;
  border-radius: 0px 0px 5px 5px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  /* Prevents text wrapping */
  overflow: hidden;
  /* Hides any overflowing text */
  text-overflow: ellipsis;
  /* Shows ellipsis when text overflows */
  max-width: 100%;
  /* Ensures the div takes available space */
  display: inline-block;
  /* Required for text truncation to work */
}
.inventoryDesign {
  color: #525663 !important;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
  background: #D9F4F8;
  padding: 2px 10px;
  display: inline;
  border: 1px solid #C9DFE2;
  border-radius: 15px;
}
.dateDesign {
  color: #7D7E83 !important;
  font-size: 12px !important;
}
.soDetialStl {
  color: #337AB7;
  line-height: 20px;
}
.soDetialStl a {
  font-weight: 600 !important;
}
.commanDate {
  padding-left: 5px;
  line-height: 20px;
  margin: 2px 0px !important;
}
.productionDate {
  border-left: 2px solid #fd5900;
}
.shipmentDate {
  border-left: 2px solid #0e9d1a;
}
.handByDate {
  border-left: 2px solid #d49d00;
}
.at_pending {
  display: inline-flex;
  padding: 3px 11px 3px 4px;
  line-height: 25px;
  border-radius: 25px;
  height: 30px;
  overflow: hidden;
  margin: 3px 5px;
  color: #444751;
  font-size: 12px;
}
.sostatusimg_Stl {
  background: #635bff;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 22px;
  border-radius: 25px;
}
.sostatusimg_Stl img {
  width: 16px;
}
.artworkStatus {
  background: #E3E2F6;
}
.artworkStatus .sostatusimg_Stl {
  background: #635BFF;
}
.inventoryStatus {
  background: #F5E7D8;
}
.inventoryStatus .sostatusimg_Stl {
  background: #F8C20A;
}
.printStatus {
  background: #CBE7FF;
}
.printStatus .sostatusimg_Stl {
  background: #3375B1;
}
.packageStatus {
  background: #DAF0EF;
}
.packageStatus .sostatusimg_Stl {
  background: #16CDC7;
}
.shippedStatus {
  background: #F6E3E8;
}
.shippedStatus .sostatusimg_Stl {
  background: #FF6692;
}
.invoiceStatus {
  background: #F6F5E3;
}
.invoiceStatus .sostatusimg_Stl {
  background: #B8AF04;
}
.capitalize {
  text-transform: capitalize !important;
}
.button_overallGrid {
  background: #F1F5F9;
  border: 1px solid #F1F5F9;
  border-radius: 50px;
  display: flex;
  padding: 3px;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
}
.buttonDesignOne,
.buttonDesignTwo {
  display: flex;
  padding: 5px 15px;
  line-height: 25px;
}
.buttonIcon svg {
  width: 14px;
  margin-top: -5px;
}
.buttonIcon svg path {
  fill: #1E293B !important;
}
.buttonText {
  color: #475569;
  font-size: 15px;
  font-weight: 700;
  margin-left: 5px;
}
.activeButtonDesign {
  background: #fff;
  border-radius: 50px;
}
.activeButtonDesign .buttonIcon svg path {
  fill: #4f46e5 !important;
}
.inventoryTypeDesign {
  background: #D9F4F8;
  font-size: 12px;
  color: #268FB0;
  padding: 3px 10px;
  line-height: 15px;
  font-weight: 600;
  border-radius: 5px;
  margin-right: 5px;
}
.dateDesignProduction {
  color: #828282;
  font-size: 12px;
  text-align: right;
}
.dateDesignProduction img {
  width: 18px;
  margin-top: -3px;
}
.productionTextDesign {
  color: #000000;
  font-size: 12px;
  border-right: 1px solid #ccc;
  font-weight: 500;
  text-align: center;
}
.productionTextDesign span {
  color: #808080;
}
.bgStyleInProduction {
  /* background: #EBEBFF; */
  height: 50px;
  line-height: 50px;
  border-radius: 0px 0px 13px 13px;
}
.bgStyleInProduction .decoButton {
  /* background: #3F51B5; */
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding: 5px 10px;
  font-weight: 600;
  height: 25px;
  border-radius: 20px;
  line-height: 16px;
  margin-top: 12px;
  cursor: pointer;
}
.borderLeftDesign {
  height: 40px;
  width: 2px;
  /* background: #3f51b5; */
  position: relative;
  margin-bottom: -55px;
  margin-top: 5px;
}
.productionTextDesignFooter {
  color: #06138B;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  margin-top: 15px;
  vertical-align: middle;
}
.productionTextDesignFooter span {
  color: #000000;
}
.display_flex_inline {
  display: inline-flex;
}
.display_flex_inline img {
  width: 25px;
}
.title_production {
  color: #3F51B5 !important;
  max-width: 90%;
  height: 22px;
  overflow: hidden;
}
.downloadzipfile {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.color-text {
  word-wrap: break-word;
  word-break: break-word;
  display: inline-block;
  max-width: 100%;
  /* Adjust max width as per your layout */
}
.iconWidth {
  width: 16px;
}
.artIconWidth {
  width: 24px;
}
.uppercase {
  text-transform: uppercase;
}
.paddingClass .mat-dialog-container {
  padding: 0px !important;
}
.innerLineHeight {
  line-height: 15px;
  margin-top: 18px;
}
.matheaderStl {
  color: #0C777A;
  font-size: 13px;
  font-weight: 600;
  border-right: 1px solid #CECEF9;
  margin-right: 5px;
  padding-right: 5px;
}
.header_right {
  display: inline-flex !important;
  text-align: right;
  float: right;
  line-height: 15px;
  height: 20px;
  margin-top: 18px;
}
.paddingClass .inventoryTypeDesign {
  background: #FFF0D4 !important;
  color: #C27E00 !important;
}
.paddingClass .bgStyleInProduction {
  background: #EBEBFF !important;
}
.lineLevelButton {
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 7px 10px;
  font-weight: 600;
  height: 30px;
  border-radius: 20px;
  line-height: 18px;
  margin-top: 15px;
  cursor: pointer;
}
/*shipping Page UI changes Start 29-01-25 9057*/
.matStepLabel {
  display: inline-flex;
  color: #010814 !important;
  line-height: 60px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.ship_svg_style {
  padding: 2px;
  border-radius: 55px;
  border: 3px solid #ffffff;
  height: 55px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 4px;
  margin-right: 5px;
  line-height: 40px;
  width: 55px;
  box-shadow: 0px 2px 4px 0px #04147C26;
  text-align: center;
}
.mat-step-label-active.mat-step-label-selected .matStepLabel,
.mat-step-label-active.mat-step-label-selected .stepComplted.matStepLabel {
  color: #04147C !important;
}
.mat-step-label-active.mat-step-label-selected .ship_svg_style {
  border-color: #95A1EE;
}
.mat-stepper-horizontal-line {
  border-top-width: 2px !important;
  border-top-style: dashed !important;
  margin-top: -6px !important;
}
.mat-step-icon {
  display: none;
}
.mat-step-label-active.mat-step-label-selected .ship_svg_style svg path {
  stroke: #04147c;
}
.ship_svg_style svg path {
  stroke: #6C6E76;
}
.mat-step-label-active .stepComplted .ship_svg_style svg path {
  stroke: #56CB4E !important;
}
.mat-step-label-active .stepComplted .ship_svg_style {
  border-color: #56CB4E !important;
}
.mat-step-label-active .stepComplted.matStepLabel {
  color: #56CB4E !important;
}
.mat-horizontal-stepper-header {
  padding: 0 10px !important;
}
.shipTableNewDesign tr.mat-header-row {
  height: 40px !important;
}
.shipTableNewDesign .mat-header-row {
  background-color: #EDEDFB !important;
}
.shipTableNewDesign .tableHead {
  color: #3A3A3A !important;
}
.shipTableNewDesign {
  border: 1px solid #ededfb !important;
}
.PanelClassPadding_10 .mat-dialog-container {
  padding: 10px !important;
}
.artworkPopupCloseBtn {
  float: right;
  margin-bottom: -25px;
  position: relative;
  z-index: 2;
}
.custom-checkbox-artwork.jobDetails .mat-checkbox-layout .mat-checkbox-label {
  line-height: 15px !important;
  margin-top: 5px;
}
.custom-checkbox-artwork.jobDetails .mat-checkbox-layout {
  margin-bottom: 0px !important;
}
.noBackgoundColorMattab .mat-tab-labels {
  background-color: #fff !important;
}
.fromSOScreen {
  padding: 0px !important;
  box-shadow: none !important;
}
.fromSOScreen mat-card-title,
.fromSOScreen mat-tab-header {
  display: none !important;
}
.fromSOScreen .fromSOScreenTab mat-tab-header {
  display: flex !important;
}
.title_contractReceive {
  line-height: 50px;
  color: #62629B !important;
  font-weight: 700;
  padding-left: 15px !important;
}
.searchItemDesign {
  width: 100%;
  padding-right: 15px;
}
.searchItemDesign .mat-form-field-infix {
  display: flex;
}
.lineItemDetailList thead tr {
  background: #EDEDFB !important;
  color: #000 !important;
}
.lineItemDetailList thead tr th {
  color: #0E0E0E !important;
}
.searchTitleStl {
  border-bottom: 1px solid #cccccc42;
  margin-bottom: -20px !important;
  margin-top: -20px;
  padding-left: 0px;
}
.hideDiv {
  display: none !important;
}
.popupTitleStl {
  color: #62629B;
  font-size: 16px;
  height: 50px;
}
.bg_background {
  background: #8888D3 !important;
  border-radius: 25px;
  line-height: 25px;
  color: #fff;
  height: 25px;
  font-size: 13px;
  width: 25px;
  text-align: center;
}
.colorStl {
  font-weight: 600 !important;
  color: #000;
}
.line_height_15 {
  line-height: 15px !important;
}
.overflow_hide {
  overflow: hidden !important;
}
.textAreaStl2 {
  height: 48px !important;
  min-height: 68px !important;
  max-height: 228px !important;
  padding-left: 5px !important;
  border: 1px solid #d1ebff !important;
  font-size: 12px !important;
  border-radius: 5px;
  margin-bottom: 10px !important;
}
.textartwork {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.artworkText {
  font-family: Plus Jakarta Sans !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 19.32px;
  letter-spacing: 0.5%;
  text-align: center;
  word-break: break-word;
  color: #232323 !important;
}
.artworkText2 {
  border-radius: 15px;
  border: 1px solid #8A1818;
  width: 60px;
  background: #FFEAEA;
  font-family: Plus Jakarta Sans;
  line-height: 19.91px;
  font-size: 12px;
  color: #8A1818;
  font-weight: 550;
  line-height: 17px
}
.ArtworkPoup1 {
  width: 100%;
  height: 100%;
  text-align: center;
}
.production_Dashboard_icon_Grid {
  line-height: 20px;
  margin-top: 2px;
}
.production_Dashboard_icon {
  color: #475569 !important;
  font-size: 25px !important;
}
.timeline {
  position: relative;
  margin: 20px 0;
  max-height: 500px;
  overflow-x: hidden;
  padding-right: 5px;
  overflow-y: auto;
}
.timeline-content .text-muted {
  color: #727273 !important;
  font-size: 13px;
}
.timeline-item {
  display: flex;
  margin-bottom: 20px;
}
.timeline-icon {
  width: 24px;
  height: 24px;
  background: #f8f9fa;
  border-radius: 50%;
  display: flex;
  margin-right: 10px;
  border: 2px solid #DC9119;
  background: #fff;
  color: #fff;
}
.timeline-icon .mat-icon {
  font-size: 18px !important;
  text-align: center !important;
  margin-top: 2px !important;
  margin-left: 2px;
}
.timeline-content h6 {
  color: #656565 !important;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 18px;
}
.productionFileLink {
  color: #728FAE;
  word-wrap: break-word;
  cursor: pointer;
}
.timeline-downloadicon {
  width: 30px;
  margin-right: 10px;
}
.timeline-content {
  background: #fff;
  padding: 10px;
  font-size: 14px !important;
  width: 100% !important;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.downloadproof {
  color: #1272A0 !important;
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
}
.approved_clr {
  color: #1CB45B !important;
}
.fileupload {
  color: #7A0C6F !important;
}
.pendingApproval {
  color: #FF7225 !important;
}
.approve_label {
  color: #3F51B5
}
.job_status strong {
  color: #B53F3F;
  font-weight: 500;
}
.approve_status,
.job_status {
  color: #747474 !important;
}
.approve_status strong {
  font-weight: 500;
}
.list-group-item {
  font-size: 14px;
}
.queries_card .queries_card-header {
  color: #62629B !important;
  font: 600 17px / 20px Roboto, "Helvetica Neue", sans-serif;
  padding: 20px;
}
.queries_card,
.queries_card-body ul li,
.queries_card-body {
  background: #F6FDFF !important;
}
.clr_475467 {
  color: #475467 !important
}
.query_border_1 {
  border: 1px solid #DFDFFF;
}
.query_border_bottom_1 {
  border-bottom: 1px solid #DFDFFF !important;
}
.round_userName {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50px;
  border: 1px solid #dadde1;
  background: #F2F4F7;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}
.dashBorderbefore {
  border: 1px dashed #DEDEDE;
  margin-bottom: -20px;
  margin-top: 15px;
  margin-left: 12px;
  margin-right: -13px;
}
.resend_btn {
  float: right;
  font-size: 13px;
  line-height: 35px;
  border: 1px solid #55acd573;
  padding: 0px 10px;
  background: #bce0f44f;
  border-radius: 3px;
}
.open {
  color: #DC9119 !important;
}
.open .timeline-icon {
  border: 2px solid #DC9119 !important;
  background: #fff !important;
}
.workinprogress {
  color: #6F86C9 !important;
}
.workinprogress .timeline-icon {
  border: 2px solid #6F86C9 !important;
  background: #fff !important;
}
.pendingapproval {
  color: #247BBA !important;
}
.pendingapproval .timeline-icon {
  border: 2px solid #DC9119 !important;
  background: #fff !important;
}
.approved {
  color: #1CB45B !important;
}
.approved .timeline-icon {
  border: 2px solid #1CB45B !important;
  background: #30CA47 !important;
}
.fileuploaded {
  color: #7A0C6F !important;
}
.fileuploaded .timeline-icon {
  border: 2px solid #1CB45B !important;
  background: #30CA47 !important;
}
.rejected {
  color: #EE250D !important;
}
.rejected .timeline-icon {
  border: 2px solid #EE250D !important;
  background: #fff !important;
}
.cancelled {
  color: #DCDCDC !important;
}
.cancelled .timeline-icon {
  border: 2px solid #DCDCDC !important;
  background: #fff !important;
}
.queriesInput {
  text-align: left !important;
  border-radius: 5px !important;
  margin-bottom: 13px !important;
  margin-top: 13px !important;
  min-height: 40px !important;
  max-height: 200px !important;
  height: 45px !important;
  padding: 5px 10px !important;
  border: 1px solid rgb(209, 235, 255) !important;
  background: #fff !important;
  margin-left: 15px !important;
}
.query_sendBtn {
  padding: 5px 15px;
  background: #1E6EEF;
  height: 52px;
  margin-bottom: 13px !important;
  margin-top: 14px !important;
  border-radius: 8px;
  margin: 0px 10px;
}
.query_maxHeight {
  max-height: 360px;
  overflow-y: auto;
}
.mat-slide-toggle.mat-primary.mat-checked.disableSlide .mat-slide-toggle-bar {
  background-color: rgb(190 190 190 / 54%);
}
.mat-slide-toggle.mat-primary.mat-checked.disableSlide .mat-slide-toggle-thumb {
  background-color: #e0e0e0;
}
/**Start dashboad Loader**/
@keyframes shimmer {
  0% {
    background-position: -200px 0;
  }

  100% {
    background-position: 200px 0;
  }
}
/* Skeleton container */
.skeleton {
  /* background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);*/
  background: linear-gradient(90deg, #e8e8ff 25%, #dcdcf7 50%, #e8e8ff 75%);
  background-size: 200% 100%;
  animation: shimmer 2.5s infinite linear;
  border-radius: 4px;
}
.skeleton div,
.skeleton table {
  opacity: 0 !important;
}
.skeleton.chart_height {
  min-height: 220px;
}
.skeleton.table_height {
  min-height: 330px;
}
.skeleton .skeleton-title {
  width: 60%;
  height: 40px;
  opacity: 0 !important;
}
.skeleton .skeleton-input,
.skeleton mat-icon {
  width: 100%;
  height: 40px;
  opacity: 0 !important;
}
.skeleton.tableGrid_height {
  min-height: 500px;
}
.skeleton-table {
  display: flex;
  flex-direction: column;
  padding: 15px;
  width: 100%;
}
.skeleton-row {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr 3fr 1fr 3fr 0.5fr;
  grid-gap: 15px;
  gap: 15px;
  padding: 12px;
  border-bottom: 1px solid #f1f1ff;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.skeleton-cell-row {
  flex-direction: row;
  display: flex;
  gap: 8px;
}
.skeleton-cell {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
/* Skeleton Boxes */
.skeleton-box {
  width: 100%;
  height: 22px;
  background: linear-gradient(90deg, #e8e8ff 25%, #dcdcf7 50%, #e8e8ff 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite linear;
  border-radius: 5px;
}
.skeleton-box.small {
  height: 22px;
  width: 80%;
}
.skeleton-box.medium {
  height: 22px;
  width: 60%;
}
.skeleton-box.large {
  height: 22px;
  width: 80%;
}
/* Skeleton Badges (Status Labels) */
.skeleton-badge {
  height: 22px;
  width: 60px;
  border-radius: 20px;
  background: linear-gradient(90deg, #e8e8ff 25%, #dcdcf7 50%, #e8e8ff 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite linear;
}
.skeleton-badge.medium {
  width: 80px;
}
.skeleton-badge.large {
  width: 100px;
}
/* Circular Skeleton (Action Buttons) */
.skeleton-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(90deg, #e8e8ff 25%, #dcdcf7 50%, #e8e8ff 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite linear;
}
/* Shimmer Animation */
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}
.skeleton_height {
  height: 35px;
  border-radius: 3px;
}
.skeleton-grid {
  flex-direction: column;
  display: flex;
  gap: 10px;
}
.skeleton-input-70 {
  width: 70%;
}
.medium-box {
  width: 50%;
  height: 190px;
  border-radius: 3px;
}
.skeleton-input-33 {
  width: 33%;
}
.skeleton-input-100 {
  width: 100%;
}
.skeleton-input-50 {
  width: 50%;
}
.skeleton-box-20 {
  width: 20%;
  border: 1px solid #f1f1ff;
  height: 160px;
  border-radius: 6px;
}
.width_60 {
  width: 60% !important;
}
.skeleton-box-40 {
  width: 20%;
  border: 1px solid #f1f1ff;
  height: 190px;
  border-radius: 6px;
}
.circle_center {
  height: 50px;
  width: 50px;
  border-radius: 13px;
  margin: 10% 35%;
}
.badge_center {
  margin: 2px 22%;
}
.skeleton_shipping {
  border: 1px solid #e7e7ff;
  border-radius: 6px;
}
.nobg {
  background: none;
  box-shadow: none;
}
.scroll_Category1 {
  max-height: 400px;
  /* Set your desired max height */
  overflow-y: auto;
  /* Enable vertical scrolling */
  overflow-x: hidden;
}
.scroll_Category1::-webkit-scrollbar {
  width: 0px;
  /* Hide the scrollbar */
  height: 0px;
  /* Hide the scrollbar */
}
.scroll_Category1::-webkit-scrollbar-thumb {
  background: transparent;
  /* Optional: make the thumb (handle) invisible */
}
/**End dashboad Loader**/
/*shipping Page UI changes End 29-01-25 9057*/
.sidebar {
  width: 80px;
  background: #f8fbff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 50px;
  margin: 0 auto;
  padding-top: 10px !important;
}
.navitem {
  text-align: center;
  margin: 20px 0;
}
.navlink:hover {
  text-decoration: none !important;
}
.navlink .icon-wrapper {
  margin: 0 auto;
  width: 45px;
  height: 45px;
}
.navlink span {
  font-size: 13px;
  font-weight: 600;
  margin-top: 5px;
}
.navlink {
  color: #5a6c7a;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  transition: 0.3s;
}
.icon-wrapper {
  width: 50px;
  height: 50px;
  background: #eceff4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.icon-wrapper.active {
  background: #ff6600;
  color: white;
}
.active {
  color: #ff6600 !important;
}
.user-profile {
  background: #fff !important;
  border-radius: 50px !important;
  float: right;
}
.user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dropdown-toggle::after {
  display: none;
}
.artwork-container {
  display: flex;
  background: #f2f6fc;
  border-radius: 10px;
}
.artwork-status {
  padding-right: 10px;
}
.status-item {
  background: white;
  border-radius: 5px !important;
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  padding: 12px 15px !important;
}
.status-item.active {
  background: #e0efff;
  border: 1px solid #007bff;
}
.pending-approval {
  flex-grow: 1;
  padding-left: 15px;
}
.section-header {
  margin-bottom: 5px;
}
.scroll-container {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  gap: 15px;
  padding-bottom: 10px;
}
.approval-item {
  border: 1px solid #EBEBFF;
  background: white;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  min-width: 150px;
  box-shadow: 0px 0px 1px 0px rgb(226 235 243) !important;
}
.approval-item img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
mat-tab-label {
  font-weight: bold;
  color: white;
}
.table-container {
  margin-top: 20px;
  background: #f8f9fc;
  padding: 15px;
  border-radius: 10px;
}
.status-badge {
  display: inline-block;
  /* background: #ddd; */
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
}
.header_title {
  color: #545557;
  font-size: 16px;
  line-height: 70px;
  font-weight: 400;
}
.header_title strong {
  color: #2A4483;
}
.bg_color {
  background: #E2EBF3 !important;
}
.grid_title {
  color: #2376BD;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  margin-top: 10px;
  padding-left: 0px;
  margin-bottom: 10px;
}
.overGrid {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 5px;
}
.salesGrid {
  background-color: #ffffff;
  border-radius: 47px;
  color: #2376BD !important;
}
.salesGrid h3 {
  font-size: 18px;
  line-height: 50px;
  margin-bottom: 0px;
  color: #2376BD !important;
}
.salesGrid .mdc-tab__text-label {
  color: #fff;
}
.mdc-tab__text-label span {
  color: #fff !important;
}
.mdc-tab__text-label span.count {
  margin-left: 7px;
  padding: 5px;
  background: #fff;
  color: #5e4caf !important;
  font-size: 12px;
  border-radius: 20px;
  width: 25px;
  height: 25px;
  line-height: 16px;
}
.artworkGridTitle {
  color: #3F51B5 !important;
  font-size: 14px;
}
.artworkSmallTitle {
  display: flex;
  color: #000000 !important;
  font-size: 13px;
  font-weight: 500;
}
.artworkSmallTitle span {
  color: #7E7E7E !important;
}
.artworkImg img {
  width: 100%;
}
.artworkImg {
  height: 90px;
}
.viewAll {
  color: #5D7495 !important;
  font-size: 13px;
  text-decoration: none;
  line-height: 25px;
  font-weight: 600;
  cursor: pointer;
}
.activeTab {
  color: #247BBA;
  font-size: 13px;
  line-height: 20px;
  background: #C5E7FF;
}
.status-item.activeTab.open {
  background: #f6b27f4d;
}
.status-item.pendingApproval {
  color: #247BBA !important;
}
.status-item.activeTab.pendingApproval {
  background: #66bfff54;
}
.status-item.activeTab.rejected {
  background: #d6767638;
}
.status-item.activeTab span {
  font-size: 13px;
}
.navSide .navitem a span {
  color: #606781 !important
}
.artwork-status .open {
  border: 1px solid #BE8B64 !important;
}
.artwork-status .pendingApproval {
  border: 1px solid #66BFFF !important;
}
.artwork-status .rejected {
  border: 1px solid #D67676 !important;
}
.status-item span.float-end {
  font-size: 15px;
  background: #fff;
  padding: 2px 7px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 25px;
  margin-top: -5px;
  float: right;
}
.status-item.activeTab span.float-end {
  font-size: 12px;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 25px;
  margin-top: -5px;
  text-align: center;
  float: right;
}
.dateFilter {
  height: 30px;
  margin-top: 10px !important;
}
.table-active,
.table-active>td,
.table-active>th {
  background-color: #ededfb !important;
}
.table thead th {
  vertical-align: middle !important;
  border-bottom: 1px solid #dee2e6 !important;
  color: #64748B !important;
  font-weight: 500;
}
.table td,
.table th {
  border-top: 1px solid #dee2e699 !important;
}
.table> :not(caption)>*>* {
  box-shadow: none !important;
}
.mat-card-title_login {
  font-size: 24px;
  font-weight: 500;
  margin-top: 55px !important;
  margin-bottom: 15px;
}
.mdc-text-field,
.mat-mdc-text-field-wrapper:hover {
  background: #fff !important;
  padding-left: 0px !important;
}
.fw-bold {
  color: #292D32;
  font-weight: 600;
}
.user-profile .small {
  color: #5D7495 !important;
}
button.approvebtn {
  color: #fff !important;
  background-color: #4CAF50;
  border-color: #4CAF50;
  font-size: 11px;
  text-transform: capitalize;
  padding: 5px 20px;
  border-radius: 20px;
  height: 28px;
  line-height: 18px;
}
.cp-dashboard .mat-tab-label {
  background: #BFF6D8 !important;
  height: 30px;
  border-radius: 22px;
  border: 1px solid #5AD491;
  padding: 5px;
  color: #23B665;
  /* width: min-content; */
  margin-top: 8px;
}
.cp-dashboard .mat-tab-label-content span {
  color: #23B665;
}
.cp-dashboard .mat-tab-label-content span.count {
  background: #23B665;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 20px;
  font-size: 12px;
  padding-top: 2px;
  margin-left: 20px;
  float: right;
}
.cp-dashboard .mat-tab-labels {
  background-color: #fff !important;
}
.reportScreen .bg-purple {
  background: #a44cd0;
}
.reportScreen .bg-blue {
  background: #2196f3;
}
.reportScreen .bg-green {
  background: #4caf50;
}
.reportScreen .bg-orange {
  background: #ff9800;
}
.reportScreen .bg-red {
  background: #f44336;
}
.reportScreen .card {
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.reportScreen .badge {
  padding: 5px 10px;
  border-radius: 12px;
}
/*shipping Page UI changes End 29-01-25 9057*/
/*shipping Page UI changes End 29-01-25 9057*/
.contentDiv.void .bgStyleInProduction,
.contentDiv.cancelled .bgStyleInProduction {
  background-color: #f3f3f3;
}
.contentDiv.void .decoButton,
.contentDiv.cancelled .decoButton {
  background-color: rgb(153, 153, 153);
}
.contentDiv.picked .bgStyleInProduction {
  background-color: #3fb4b536;
}
.contentDiv.picked .decoButton {
  background-color: #3fb4b5;
}
.titleDiv.cancelled .div_backgroud,
.titleDiv.void .div_backgroud {
  background: #f3f3f3;
  font-weight: 600;
  color: rgb(153, 153, 153);
}
.titleDiv.void,
.titleDiv.cancelled {
  border-bottom: 3px solid rgb(153, 153, 153);
}
.titleDiv.picked {
  border-bottom: 3px solid #3fb4b5;
}
.titleDiv.picked .div_backgroud {
  background: #3fb4b536;
  font-weight: 600;
  color: #3fb4b5;
}
.titleDiv.void .div_flex,
.titleDiv.cancelled .div_flex {
  color: rgb(183 148 148);
}
.reportcard_height {
  height: 80px;
}
.reportcard h2 {
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  color: #fff;
  align-items: center;
  justify-content: start;
  height: 100%;
  display: flex;
}
.reportcard .countDiv {
  width: 45px;
  height: 45px;
  float: right;
  margin-top: 7px !important;
  background: #fff;
  text-align: center;
  margin: auto 0;
  font-size: 20px;
  line-height: 45px;

  font-weight: 700;
  border-radius: 30px;
}
.report_983BAF {
  background: #983BAF;
}
.report_983BAF .countDiv {
  color: #C667DE;
  border: 2px solid #983baf7d;
  outline: 3px solid #ffffff91;
}
.report_36ABDD {
  background: #36ABDD;
}
.report_36ABDD .countDiv {
  color: #36ABDD;
  border: 2px solid #36ABDD7d;
  outline: 3px solid #ffffff91;
}
.report_54D686 {
  background: #54D686;
}
.report_54D686 .countDiv {
  color: #54D686;
  border: 2px solid #54D6867d;
  outline: 3px solid #ffffff91;
}
.report_FA9B60 {
  background: #FA9B60;
}
.report_FA9B60 .countDiv {
  color: #FA9B60;
  border: 2px solid #FA9B607d;
  outline: 3px solid #ffffff91;
}
.report_FE7C7E {
  background: #FE7C7E;
}
.report_FE7C7E .countDiv {
  color: #FE7C7E;
  border: 2px solid #FE7C7E7d;
  outline: 3px solid #ffffff91;
}
.reportTable .mat-header-row {
  background-color: #F3F6F9 !important;
}
.reportTable thead tr th .overAllDiv {
  color: #1E3C67 !important;
}
.reportTable thead tr th .iconDiv {
  display: none !important;
}
.reportTable tr.mat-header-row {
  height: 45px !important;
}
.reportTable table tbody tr td {
  padding-left: 7px !important;
  padding-right: 7px !important;
}
.reportTable .reportCenterAlign1 {
  padding-right: 7px !important;
  padding-left: 7px !important;
  text-align: right;
}
.nonEdit {
  cursor: none;
  pointer-events: none;
}
.soStatusGridOver .status-badge {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  font-size: 12px;
  margin-top: -4px;
  font-weight: 600;
  border: 1px solid transparent;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.soStatusGridOver .status-badge span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  margin-left: 6px;
}
/* Status Colors */
.soStatusGridOver .open {
  /* background: #BFF6D8; */
  /* border-color: #5AD491; */
  color: #23B665 !important;
}
.soStatusGridOver .open span {
  background: #23B665;
  color: white;
}
.soStatusGridOver .artwork-ready {
  /* background: #D2F8FF; */
  /* border-color: #3C9FBB; */
  color: #3C9FBB;
}
.soStatusGridOver .artwork-ready span {
  background: #3C9FBB;
  color: white;
}
.soStatusGridOver .in-production {
  /* background: #FCDDEC; border-color: #C566AD;  */
  color: #C566AD;
}
.soStatusGridOver .in-production span {
  background: #C566AD;
  color: white;
}
.soStatusGridOver .shipped {
  /* background: #F1E9FF; border-color: #915FE7;  */
  color: #976AE3;
}
.soStatusGridOver .shipped span {
  background: #976AE3;
  color: white;
}
.soStatusGridOver .invoiced {
  /* background: #FFEBE0; border-color: #DE895B;  */
  color: #E26A29;
}
.soStatusGridOver .invoiced span {
  background: #E26A29;
  color: white;
}
.mat-menu_cp.mat-menu-panel {
  min-height: 40px !important;
}
.mat-menu_cp.mat-menu-panel .mat-menu-content {
  padding: 0px;
}
.viewEstimateCustomer .viewcontacts {
  min-height: auto !important;
  padding-bottom: 15px !important;
  border-radius: 6px !important;
}
.viewEstimateCustomer .mat-card-view-edit-top {
  box-shadow: none;
  border-radius: 0px;
}
.viewEstimateCustomer .viewcontacts,
.viewEstimateCustomer .mat-card-view-edit-top,
.viewEstimateCustomer .mat-sidenav-content {
  background: #fff !important;
}
.viewEstimateCustomer .cardheadertitle {
  border-radius: 6px !important;
}
.viewEstimateCustomer .table.tdMinLH_35 td.cdk-column-select,
.viewEstimateCustomer .table.tdMinLH_35 th.cdk-column-select {
  display: none;
}
.viewEstimateCustomer .table.tdMinLH_35 td.cdk-column-estimateDate {
  line-height: 30px;
}
.viewEstimateCustomer .table.tdMinLH_35 td.cdk-column-estimateDate,
.viewEstimateCustomer .table.tdMinLH_35 th.cdk-column-estimateDate {
  text-align: left !important;
}
.viewEstimateCustomer .cdk-column-displayName {
  pointer-events: none !important;
}
/* .activeSoStatusClass {
  box-shadow: 0 .125rem .25rem rgb(0 0 0 / 38%) !important;
} */
.noBg {
  background: none !important;
  box-shadow: none !important;
}
.soColor {
  color: #333333 !important;
  font-size: 14px !important;
  font-weight: 600;
}
.cmrpo {
  color: #3F51B5 !important;
  font-size: 11px;
}
.navitem .active .icon-wrapper {
  background: #ff6600 !important;
}
.navitem .active .icon-wrapper mat-icon {
  color: #fff !important;
}
.header_div {
  background-color: #F6F6FF;
  padding: 10px;
  line-height: 30px;
  text-align: center;
  color: #62629B;
}
.header_div h1 {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0px;
}
.approvePopupText {
  font-size: 20px;
  color: #06138B;
  margin-bottom: 20px;
}
.artworkImg1 .artworkImg {
  height: auto;
  width: 100%;
}
.artworkImg1 {
  box-shadow: 0px 3px 2px 0px #00000040;
  border: 1px dashed #000000;
  border-radius: 6px;
  padding: 8px;
}
input.fileManagerDate {
  color: #64647C !important;
  border: 1px solid #B4C7EE !important;
  border-radius: 20px !important;
  line-height: 35px !important;
  height: 40px !important;
  margin-top: -5px !important;
  padding-left: 10px !important;
}
.search-box {
  display: flex;
  align-items: center;
  width: 301px;
  background-color: #FFFFFF;
  border: 1px solid #96B4CF;
  border-radius: 25px;
  padding: 0px 9px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.search-box input {
  border: none;
  outline: none;
  background: transparent;
  padding: 10px;
  flex: 1;
  font-size: 14px;
  color: #5D7495;
}
.search-box button {
  background-color: #F3F3F6;
  border: none;
  outline: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.search-box button:hover {
  background-color: #e2e6ef;
}
.search-icon {
  line-height: 26px !important;
  margin-left: 5px !important;
  font-size: 22px !important;
}
.fileManagerCount {
  width: 30px;
  background: #E2EBF3;
  text-align: center;
  float: right;
  margin-left: -50px;
  border-radius: 13px;
  margin-right: 5px;
  font-size: 11px;
  padding: 2px 0px;
  color: #004D91;
  font-weight: 600;
}
.fileManagerSOPOGrid {
  display: flex;
  padding: 5px 15px;
  background: #FFFFFF99;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
}
.fileManagerSOPOGrid .soNumber {
  color: #FF5C00;
  font-size: 14px;
  border-right: 1px solid #A7A7A7;
  font-weight: 600;
}
.fileManagerSOPOGrid .poNumber {
  color: #396CE8;
  font-size: 14px;
  font-weight: 600;
}
.table thead th.headerCLR_1E3C67 {
  color: #1E3C67 !important;
}
.artworkImageStl {
  height: 75px !important;
  box-shadow: 0px 4px 4px 0px #0000001A !important;
  border: 0.7px solid #D3D3D3 !important;
  padding: 5px !important;
}
.oddOrEven .mat-row:nth-child(even) {
  background-color: #F9FAFB !important;
}
.artworksoTitle {
  color: #337AB7 !important;
  font-weight: 600;
  font-size: 11px !important;
}
.artworkGridTitle,
.artworkSmallTitle {
  overflow: hidden;
  width: 100%;
  height: 18px;
  line-height: 22px;
}
.tinySize {
  text-align: left !important;
  font-size: x-small !important;
}
.EditClass {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  pointer-events: auto
}
.report_847CFE .countDiv {
  color: #847CFE;
  border: 2px solid #FE7C7E7d;
  outline: 3px solid #ffffff91;
}
.report_847CFE {
  background: #847CFE;
}
.ship-popup-container {
  width: 100%;
  background-color: #f8f8fd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.ship-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #f0f0fb;
  border-bottom: 1px solid #e0e0f0;
}
.ship-popup-title {
  font-size: 18px;
  font-weight: 600;
  color: #62629B;
  margin: 0;
}
.ship-popup-so {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}
.ship-popup-body {
  padding: 30px 20px;
  background-color: white;
}
.ship-form-group {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  gap: 15px;
}
.ship-input-container {
  flex: 1;
}
.ship-form-label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #464242;
  font-weight: 500;
  font-family: 'Lato';
}
.ship-form-input {
  width: 100%;
  font-size: 16px;
  border: none;
  /* border-bottom: 1px solid #ccc; */
  outline: none;
  transition: border-color 0.2s;
  background: transparent;
  border-bottom: 2px solid #BABABAF2 !important;
  font-family: Lato;
}
.ship-form-input:focus {
  border-color: #6366f1;
}
.ship-button-group {
  display: flex;
  gap: 20px;
}
.ship-btn {
  padding: 6px 29px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ship-btn-save {
  background-color: #dc0a2d;
  color: white;
}
.ship-btn-save:hover {
  background-color: #c00926;
}
.ship-btn-cancel {
  background-color: #1a73e8;
  color: white;
}
.ship-btn-cancel:hover {
  background-color: #1666d0;
}
.custom-tooltip {
  color: #F0F0F0 !important;
  background-color: #322F35 !important;
  font-family: Static/Body Medium/Font;
}
.custom-info-icon {
  font-size: 18px;
  height: 18px;
  width: 18px;
  margin-left: 4px;
  cursor: pointer;
  color: #6D6A6A;

}
.copyartwork .mat-header-row {
  background-color: #F6F6FF;
  z-index: 100;
}
.copyartwork .mat-row:nth-child(even) {
  background-color: white !important;
}
.copyartwork .mat-header-cell {
  color: #0E0E0E;
  /* font-weight: 700;
  font-family: lato; */

}
.custom-chip {
  background-color: #F6F6FF !important;
  border: 1px solid #62629B !important;
  color: #62629B !important;
  border-radius: 13px !important;
  height: 24px !important;
  padding: 2px 8px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  margin: 0 4px !important
}
.mat-chip-list-wrapper {
  gap: 8px !important;
  min-height: 32px !important;
  padding: 2px 0 !important;
  margin: 0 !important;
}
::-moz-placeholder {
  color: #666;
  font-size: 14px;
}
::placeholder {
  color: #666;
  font-size: 14px;
}
.artwork-color {
  color: #000000;
  font-weight: 700;
}
.mat-chip-list-wrapper {
  gap: 8px !important;
  min-height: 32px !important;
  padding: 2px 0 !important;
  margin: 0 !important;
}
.search-container {
  display: flex;
  width: 200px;
}
.artwork-search-input-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 4px 0;
  background: white;
}
.artwork-search-input {
  border: none;
  outline: none;
  /* padding: 4px; */
  width: 100%;
  font-size: 14px;
}
.copy-artwork-container {
  /* padding: 20px; */
  background-color: #fff;
  overflow: hidden;
}
.copy-section {
  display: flex;
  gap: 30px;
  padding: 20px;
  max-height: 70vh;
}
.from-section,
.to-section {
  flex: 1;
  overflow: auto;
}
.from-section {
  flex: 1;
  max-width: 400px;
  min-width: 300px;
  width: 100%;
}
.artwork-preview-container {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  max-width: 344px;
  flex: 1;
}
.artwork-preview {
  border: 1px dashed #4585EC;
  border-radius: 8px;
  background-color: #F6F6FF;
  height: 128px;
  width: 100%;
  overflow: hidden;
}
.image-container {
  position: relative;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.tshirt-preview {
  max-width: 100%;
  max-height: 90px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.artwork-info {
  background-color: #FFDFDE;
  padding: 4px 8px;
  width: 100%;
  color: #171717;
  font-weight: 700;
  font-size: 11px;
}
.info-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.artwork-thumbnails {
  display: grid;
  grid-template-columns: repeat(3, minmax(65px, 1fr));
  grid-gap: 8px;
  gap: 8px;
  margin-top: 15px;
  width: 100%;
  max-width: 344px;
}
.thumbnail {
  text-align: center;
  border: 1px solid #4585EC;
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
  min-width: 65px;
  max-width: 110px;
  overflow: hidden;
}
.thumbnail-image-container {
  position: relative;
  background-color: white;
  padding: 4px;
  /* aspect-ratio: 1; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
}
.thumbnail-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 57px;
}
.deco-number {
  background-color: #DEE5FF;
  color: #171717;
  font-weight: 700;
  font-size: 8px;
  padding: 2px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.remove-icon {
  color: #62629B !important;
  font-size: 16px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  /* margin-left: 4px !important; */
}
.checkbox-wrapper {
  padding-top: 5px;
}
.preview-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
}
.checkbox-container {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.checkbox-container {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.copyfont {
  color: #3F51B5;
  font-size: 20px;
  font-family: Plus Jakarta Sans;
  font-weight: 500;
}
.items-table {
  margin-bottom: 20px;
  overflow: auto;
  max-height: 400px;

}
.checkbox-wrapper {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.copyheader .mat-dialog-title {
  color: #62629B;
  background-color: #F6F6FF;
  padding: 18px;
  /* font-family: lato; */
  font-size: 18px;
  font-weight: 550;

}
.copy-artwork-container {
  /* padding: 20px; */
  background-color: #fff;
  overflow: hidden;
}
.copy-section {
  display: flex;
  gap: 30px;
  padding: 20px;
  max-height: 70vh;
}
.copyheader .title {
  color: #5f6368;
  margin-bottom: 30px;
}
.artwork-info .info-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.copy-section .from-section {
  flex: 1;
  max-width: 400px;
  min-width: 300px;
  width: 100%;
}
.copy-section .from-section,
.copy-section .to-section {
  flex: 1;
  overflow: auto;
}
.copyartwork th.mat-header-cell,
.copyartwork td.mat-cell,
.copyartwork td.mat-footer-cell {
  border-bottom-style: hidden;
  padding: 4px !important;
  /* position: fixed; */
}
.activeTabSO,
.activeSoStatusClass {
  background: #fff;
  margin-left: 10px;
  border-radius: 7px 7px 0px 0px;
}
.filterbyStl {
  background: #FFFFFF80;
  border-radius: 20px !important;
}
.filterbyStl svg {
  margin-top: -2px;
}
.countData {
  line-height: 14px !important;
  background: #e2ebf3;
  padding: 2px 7px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 30px;
}
.searchboxDashboard {
  float: right;
  border-radius: 0px;
  border-bottom: 1px solid #96B4CF !important;
  border: none;
  margin-bottom: 5px;
  padding-left: 0px;
}
.pill-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  padding: 1rem;
}
.pill {
  padding: 0.5rem 1.2rem;
  border: 2px solid #84e1ec;
  background-color: #f0fdfd;
  border-radius: 30px;
  font-size: 1rem;
  white-space: nowrap;
  font-family: monospace;
}
.calendar-view full-calendar table thead tr th.presentation {
  padding: 0px !important;
}
.fc-resource-timeline .fc-timeline-lane-frame,
.fc-resource-timeline .fc-datagrid-cell-frame {
  min-height: 80px !important;
  /* or desired height */
}
.fc .fc-datagrid-header .fc-datagrid-cell-frame {
  min-height: 0px !important;
}
[role="presentation"] {
  padding: 0px !important;
}
.fc-header-toolbar .fc-toolbar-chunk:nth-child(2) div {
  display: flex;
}
.fc-prev-button,
.fc-next-button {
  background: #fff !important;
  color: #00000047 !important;
  border-radius: 28px !important;
  border-color: #00000047 !important;
  height: 30px;
  width: 30px;
  line-height: 10px !important;
  padding: 0px !important;
  margin-right: 10px !important;
  margin-left: 10px !important;
  margin-top: 2px !important;
}
.fc-toolbar-title {
  color: #1A558FE0 !important;
  font-size: 20px;
  line-height: 35px;
  font-weight: 600;
}
.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.fc-direction-ltr .fc-timeline-event.fc-event-end,
.fc-direction-ltr .fc-timeline-more-link {
  border-radius: 6px !important;
  border: 1px dashed !important;
  padding: 0px;
}
.fc .fc-timeline-event-harness,
.fc .fc-timeline-more-link {
  padding: 1px 4px !important;
}
.noBorderRadios_topLeft {
  border-top-left-radius: 0px !important;
}
.noBorderRadios_topRight {
  border-top-right-radius: 0px !important;
}
.row.salesGrid1 {
  margin-bottom: -3px !important;
}
table.fc-scrollgrid-sync-table tr:nth-child(even) {
  background-color: #fff;
}
table.fc-scrollgrid-sync-table.fc-datagrid-header tr:nth-child(odd),
table.fc-scrollgrid-sync-table tr.fc-timeline-header-row :nth-child(odd),
table.fc-scrollgrid-sync-table tr.fc-timeline-header-row th {
  background-color: #fff;
}
table.fc-scrollgrid-sync-table tr:nth-child(odd) {
  background-color: #F4F6FF;
}
.fc-event-resizer,
.fc-event-resizer-end {
  display: none !important;
}
.fc-view.fc-resource-timeline {
  overflow-y: scroll !important;
  height: 600px !important;
  border: 1px solid #F4F6FF;
}
table thead tr.fc-timeline-header-row th,
table thead[role="presentation"] tr th {
  padding: 0.1rem 5px !important;

}
.fc-theme-standard .fc-scrollgrid,
.fc-theme-standard td,
.fc-theme-standard th {
  border: 1px solid #F4F6FF !important;
}
.alreadyMsgPopup {
  background: #E6FDFF;
  border: 1px dashed #1CBEAB;
  padding: 10px 12px;
  border-radius: 6px;
}
.msgPara {
  font-size: 13px;
  color: #060609;
}
.alreadyMsgTitle {
  font-size: 14px;
  color: #209456;
}
.boxTitle {
  font-size: 13px;
  color: #06138B;
}
.border_table {
  border: 1px solid #D5D5F3 !important;
}
.backgroundClr {
  background: #EDEDFB;
}
.input_stl {
  border: 1px solid #D5D5F3 !important;
    border-radius: 5px;
    padding: 5px;
    height: 30px;
    font-size: 13px !important;
}
.cancelbtn {
  border: 1px solid #419FF8 !important;
  color: #1E6EEF !important;
  background: #fff !important;
  border-radius: 5px !important;
  min-width: 110px !important;
  height: 40px !important;
  font-size: 12px !important;
  line-height: 40px !important;
  padding: 0px !important;
}
.saveBtnStl {
  background-color: #1E6EEF !important;
  border: 1px solid #419FF8 !important;
  color: #fff !important;
  min-width: 110px !important;
  border-radius: 5px !important;
  height: 40px !important;
  font-size: 12px !important;
  line-height: 40px !important;
  padding: 0px !important;
}
.custom-event-container {
  font-family: sans-serif;
  font-size: 10px; 
  width: 100%;
  box-sizing: border-box;
  color: #4D4848;
}
.custom-event-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 10px;
  padding: 4px 3px 2px 3px;
  border-radius: 6px 6px 0 0; 
}
.custom-event-remove {
  color: #ffffff;
  background-color: #ff3b3b;
  border-radius: 50%;
  font-size: 12px;
  min-width: 10px !important;
  line-height: 8px !important;
  height: 10px;
  text-align: center;
  cursor: pointer;
}
.custom-event-body {
  display: flex;
  justify-content: space-between;
  border-radius: 0 0 6px 6px;
}
.custom-event-qty,
.custom-event-product {
  flex: 1;
  text-align: left;
  font-size: 8px;
  padding: 3px 2px;
}
.custom-event-artworkCount{
  font-size : 8px;
      height: 15px;
      line-height: 13px !important;
      width: 100%;
      text-align: right;
      padding-right: 5px !important;
}
.fc-timeline-lane .fc-event .custom-event-completed div.custom-event-header{
  color: #000000 !important;
  background-color: #d7d7d7;
}
.fc-timeline-lane  .fc-event .custom-event-completed .custom-event-qty{
  border-right: 1px solid #d7d7d7;
}
.fc-timeline-lane  .fc-event .custom-event-completed div.custom-event-body{  background-color: #ededed !important;}
/*resource-bg-1*/
.fc-timeline-lane.resource-bg-1 .fc-event { border-color: #FFA0A0 !important;}
.fc-timeline-lane.resource-bg-1 .fc-event .custom-event-header {color: #c02727;background-color: #f8a5a5;}
.fc-timeline-lane.resource-bg-1 .fc-event .custom-event-body{background-color: #ffcfcf; }
.fc-timeline-lane.resource-bg-1 .fc-event .custom-event-qty{  border-right: 1px solid #FFA0A0;}
.fc-timeline-lane.resource-bg-1 .fc-event .fc-event-main { color: #D43838 !important; font-weight: 600;}
/*resource-bg-1*/
/*resource-bg-2*/
.fc-timeline-lane.resource-bg-2 .fc-event { border-color: #FFBF66 !important;}
.fc-timeline-lane.resource-bg-2 .fc-event .custom-event-header {color: #DC8100;background-color: #FFBF66;}
.fc-timeline-lane.resource-bg-2 .fc-event .custom-event-body{background-color: #FFF4CF; }
.fc-timeline-lane.resource-bg-2 .fc-event .custom-event-qty{  border-right: 1px solid #FFBF66;}
.fc-timeline-lane.resource-bg-2 .fc-event .fc-event-main { color: #DC8100 !important; font-weight: 600;}
/*resource-bg-2*/
/*resource-bg-3*/
.fc-timeline-lane.resource-bg-3 .fc-event { border-color: #87D28D !important;}
.fc-timeline-lane.resource-bg-3 .fc-event .custom-event-header {color: #0A9E0F;background-color: #A8DFAD;}
.fc-timeline-lane.resource-bg-3 .fc-event .custom-event-body{background-color: #D4FAD7; }
.fc-timeline-lane.resource-bg-3 .fc-event .custom-event-qty{  border-right: 1px solid #87D28D;}
.fc-timeline-lane.resource-bg-3 .fc-event .fc-event-main { color: #0A9E0F !important; font-weight: 600;}
/*resource-bg-3*/
/*resource-bg-4*/
.fc-timeline-lane.resource-bg-4 .fc-event { border-color: #9CC5E0 !important;}
.fc-timeline-lane.resource-bg-4 .fc-event .custom-event-header {color: #00A2DC;background-color: #9AD0F3;}
.fc-timeline-lane.resource-bg-4 .fc-event .custom-event-body{background-color: #CFECFF; }
.fc-timeline-lane.resource-bg-4 .fc-event .custom-event-qty{  border-right: 1px solid #9CC5E0;}
.fc-timeline-lane.resource-bg-4 .fc-event .fc-event-main { color: #00A2DC !important; font-weight: 600;}
/*resource-bg-4*/
/*resource-bg-5*/
.fc-timeline-lane.resource-bg-5 .fc-event { border-color: #C089FF !important;}
.fc-timeline-lane.resource-bg-5 .fc-event .custom-event-header {color: #8D40E4;background-color: #CBADEE;}
.fc-timeline-lane.resource-bg-5 .fc-event .custom-event-body{background-color: #F3E8FF; }
.fc-timeline-lane.resource-bg-5 .fc-event .custom-event-qty{  border-right: 1px solid #C089FF;}
.fc-timeline-lane.resource-bg-5 .fc-event .fc-event-main { color: #8D40E4 !important; font-weight: 600;}
/*resource-bg-5*/
/*resource-bg-6*/
.fc-timeline-lane.resource-bg-6 .fc-event { border-color: #FFA0A0 !important;}
.fc-timeline-lane.resource-bg-6 .fc-event .custom-event-header {color: #c02727;background-color: #f8a5a5;}
.fc-timeline-lane.resource-bg-6 .fc-event .custom-event-body{background-color: #ffcfcf; }
.fc-timeline-lane.resource-bg-6 .fc-event .custom-event-qty{  border-right: 1px solid #FFA0A0;}
.fc-timeline-lane.resource-bg-6 .fc-event .fc-event-main { color: #D43838 !important; font-weight: 600;}
/*resource-bg-6*/
/*resource-bg-7*/
.fc-timeline-lane.resource-bg-7 .fc-event { border-color: #FFBF66 !important;}
.fc-timeline-lane.resource-bg-7 .fc-event .custom-event-header {color: #DC8100;background-color: #FFBF66;}
.fc-timeline-lane.resource-bg-7 .fc-event .custom-event-body{background-color: #FFF4CF; }
.fc-timeline-lane.resource-bg-7 .fc-event .custom-event-qty{  border-right: 1px solid #FFBF66;}
.fc-timeline-lane.resource-bg-7 .fc-event .fc-event-main { color: #DC8100 !important; font-weight: 600;}
/*resource-bg-7*/
/*resource-bg-8*/
.fc-timeline-lane.resource-bg-8 .fc-event { border-color: #87D28D !important;}
.fc-timeline-lane.resource-bg-8 .fc-event .custom-event-header {color: #0A9E0F;background-color: #A8DFAD;}
.fc-timeline-lane.resource-bg-8 .fc-event .custom-event-body{background-color: #D4FAD7; }
.fc-timeline-lane.resource-bg-8 .fc-event .custom-event-qty{  border-right: 1px solid #87D28D;}
.fc-timeline-lane.resource-bg-8 .fc-event .fc-event-main { color: #0A9E0F !important; font-weight: 600;}
/*resource-bg-8*/
/*resource-bg-9*/
.fc-timeline-lane.resource-bg-9 .fc-event { border-color: #9CC5E0 !important;}
.fc-timeline-lane.resource-bg-9 .fc-event .custom-event-header {color: #00A2DC;background-color: #9AD0F3;}
.fc-timeline-lane.resource-bg-9 .fc-event .custom-event-body{background-color: #CFECFF; }
.fc-timeline-lane.resource-bg-9 .fc-event .custom-event-qty{  border-right: 1px solid #9CC5E0;}
.fc-timeline-lane.resource-bg-9 .fc-event .fc-event-main { color: #00A2DC !important; font-weight: 600;}
/*resource-bg-9*/
/*resource-bg-10*/
.fc-timeline-lane.resource-bg-10 .fc-event { border-color: #C089FF !important;}
.fc-timeline-lane.resource-bg-10 .fc-event .custom-event-header {color: #8D40E4;background-color: #CBADEE;}
.fc-timeline-lane.resource-bg-10 .fc-event .custom-event-body{background-color: #F3E8FF; }
.fc-timeline-lane.resource-bg-10 .fc-event .custom-event-qty{  border-right: 1px solid #C089FF;}
.fc-timeline-lane.resource-bg-10 .fc-event .fc-event-main { color: #8D40E4 !important; font-weight: 600;}
/*resource-bg-10*/
/*resource-bg-11*/
.fc-timeline-lane.resource-bg-11 .fc-event { border-color: #FFA0A0 !important;}
.fc-timeline-lane.resource-bg-11 .fc-event .custom-event-header {color: #c02727;background-color: #f8a5a5;}
.fc-timeline-lane.resource-bg-11 .fc-event .custom-event-body{background-color: #ffcfcf; }
.fc-timeline-lane.resource-bg-11 .fc-event .custom-event-qty{  border-right: 1px solid #FFA0A0;}
.fc-timeline-lane.resource-bg-11 .fc-event .fc-event-main { color: #D43838 !important; font-weight: 600;}
/*resource-bg-11*/
/*resource-bg-12*/
.fc-timeline-lane.resource-bg-12 .fc-event { border-color: #FFBF66 !important;}
.fc-timeline-lane.resource-bg-12 .fc-event .custom-event-header {color: #DC8100;background-color: #FFBF66;}
.fc-timeline-lane.resource-bg-12 .fc-event .custom-event-body{background-color: #FFF4CF; }
.fc-timeline-lane.resource-bg-12 .fc-event .custom-event-qty{  border-right: 1px solid #FFBF66;}
.fc-timeline-lane.resource-bg-12 .fc-event .fc-event-main { color: #DC8100 !important; font-weight: 600;}
/*resource-bg-12*/
/*resource-bg-13*/
.fc-timeline-lane.resource-bg-13 .fc-event { border-color: #87D28D !important;}
.fc-timeline-lane.resource-bg-13 .fc-event .custom-event-header {color: #0A9E0F;background-color: #A8DFAD;}
.fc-timeline-lane.resource-bg-13 .fc-event .custom-event-body{background-color: #D4FAD7; }
.fc-timeline-lane.resource-bg-13 .fc-event .custom-event-qty{  border-right: 1px solid #87D28D;}
.fc-timeline-lane.resource-bg-13 .fc-event .fc-event-main { color: #0A9E0F !important; font-weight: 600;}
/*resource-bg-13*/
/*resource-bg-14*/
.fc-timeline-lane.resource-bg-14 .fc-event { border-color: #9CC5E0 !important;}
.fc-timeline-lane.resource-bg-14 .fc-event .custom-event-header {color: #00A2DC;background-color: #9AD0F3;}
.fc-timeline-lane.resource-bg-14 .fc-event .custom-event-body{background-color: #CFECFF; }
.fc-timeline-lane.resource-bg-14 .fc-event .custom-event-qty{  border-right: 1px solid #9CC5E0;}
.fc-timeline-lane.resource-bg-14 .fc-event .fc-event-main { color: #00A2DC !important; font-weight: 600;}
/*resource-bg-14*/
/*resource-bg-15*/
.fc-timeline-lane.resource-bg-15 .fc-event { border-color: #C089FF !important;}
.fc-timeline-lane.resource-bg-15 .fc-event .custom-event-header {color: #8D40E4;background-color: #CBADEE;}
.fc-timeline-lane.resource-bg-15 .fc-event .custom-event-body{background-color: #F3E8FF; }
.fc-timeline-lane.resource-bg-15 .fc-event .custom-event-qty{  border-right: 1px solid #C089FF;}
.fc-timeline-lane.resource-bg-15 .fc-event .fc-event-main { color: #8D40E4 !important; font-weight: 600;}
/*resource-bg-15*/
/*resource-bg-16*/
.fc-timeline-lane.resource-bg-16 .fc-event { border-color: #FFA0A0 !important;}
.fc-timeline-lane.resource-bg-16 .fc-event .custom-event-header {color: #c02727;background-color: #f8a5a5;}
.fc-timeline-lane.resource-bg-16 .fc-event .custom-event-body{background-color: #ffcfcf; }
.fc-timeline-lane.resource-bg-16 .fc-event .custom-event-qty{  border-right: 1px solid #FFA0A0;}
.fc-timeline-lane.resource-bg-16 .fc-event .fc-event-main { color: #D43838 !important; font-weight: 600;}
/*resource-bg-16*/
/*resource-bg-17*/
.fc-timeline-lane.resource-bg-17 .fc-event { border-color: #FFBF66 !important;}
.fc-timeline-lane.resource-bg-17 .fc-event .custom-event-header {color: #DC8100;background-color: #FFBF66;}
.fc-timeline-lane.resource-bg-17 .fc-event .custom-event-body{background-color: #FFF4CF; }
.fc-timeline-lane.resource-bg-17 .fc-event .custom-event-qty{  border-right: 1px solid #FFBF66;}
.fc-timeline-lane.resource-bg-17 .fc-event .fc-event-main { color: #DC8100 !important; font-weight: 600;}
/*resource-bg-17*/
/*resource-bg-18*/
.fc-timeline-lane.resource-bg-18 .fc-event { border-color: #87D28D !important;}
.fc-timeline-lane.resource-bg-18 .fc-event .custom-event-header {color: #0A9E0F;background-color: #A8DFAD;}
.fc-timeline-lane.resource-bg-18 .fc-event .custom-event-body{background-color: #D4FAD7; }
.fc-timeline-lane.resource-bg-18 .fc-event .custom-event-qty{  border-right: 1px solid #87D28D;}
.fc-timeline-lane.resource-bg-18 .fc-event .fc-event-main { color: #0A9E0F !important; font-weight: 600;}
/*resource-bg-18*/
/*resource-bg-19*/
.fc-timeline-lane.resource-bg-19 .fc-event { border-color: #9CC5E0 !important;}
.fc-timeline-lane.resource-bg-19 .fc-event .custom-event-header {color: #00A2DC;background-color: #9AD0F3;}
.fc-timeline-lane.resource-bg-19 .fc-event .custom-event-body{background-color: #CFECFF; }
.fc-timeline-lane.resource-bg-19 .fc-event .custom-event-qty{  border-right: 1px solid #9CC5E0;}
.fc-timeline-lane.resource-bg-19 .fc-event .fc-event-main { color: #00A2DC !important; font-weight: 600;}
/*resource-bg-19*/
/*resource-bg-20*/
.fc-timeline-lane.resource-bg-20 .fc-event { border-color: #C089FF !important;}
.fc-timeline-lane.resource-bg-20 .fc-event .custom-event-header {color: #8D40E4;background-color: #CBADEE;}
.fc-timeline-lane.resource-bg-20 .fc-event .custom-event-body{background-color: #F3E8FF; }
.fc-timeline-lane.resource-bg-20 .fc-event .custom-event-qty{  border-right: 1px solid #C089FF;}
.fc-timeline-lane.resource-bg-20 .fc-event .fc-event-main { color: #8D40E4 !important; font-weight: 600;}
/*resource-bg-20*/
.matSelectNoHeight{height: 45px;
 }
.matSelectNoHeight .mat-form-field-wrapper {
  padding-bottom: 0px !important;
 }
.matSelectNoHeight .mat-form-field-infix{
  padding-top: 0px !important;
  margin-top: 0px !important; 
 }
.calendarStl {
  width: 100% !important;
  position: relative;
  height: 30px !important;
  border-bottom: 0px !important;
  box-shadow: none !important;
}
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:.875em;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.333333%;max-width:8.333333%}.col-2{flex:0 0 16.666667%;max-width:16.666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.333333%;max-width:33.333333%}.col-5{flex:0 0 41.666667%;max-width:41.666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.333333%;max-width:58.333333%}.col-8{flex:0 0 66.666667%;max-width:66.666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.333333%;max-width:83.333333%}.col-11{flex:0 0 91.666667%;max-width:91.666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#28a745}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated select.form-control:valid,select.form-control.is-valid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated select.form-control:invalid,select.form-control.is-invalid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.width{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.width{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-append,.input-group-prepend{display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:1px solid #adb5bd}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;overflow:hidden;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;overflow:hidden;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background-color:transparent;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{display:flex;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-moz-column-count:3;column-count:3;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.media{display:flex;align-items:flex-start}.media-body{flex:1}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{flex-basis:350px;max-width:350px;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentcolor;border-right-color:transparent;border-radius:50%;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentcolor;border-radius:50%;opacity:0;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports (position:sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}

/* font-style.css*/
@font-face {
  font-family: 'fuse-iconfont';
  src:
    url('fuse-iconfont4edf.6196f86ed9dbf5b5.ttf?9udsnt') format('truetype'),
    url('fuse-iconfont4edf.1832e91490351ebe.woff?9udsnt') format('woff'),
    url('fuse-iconfont4edf.f3948e268a79441f.svg?9udsnt#fuse-iconfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fuse-iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:root {
  --blue: #007BFF;
  --indigo: #6610F2;
  --purple: #6F42C1;
  --pink: #E83E8C;
  --red: #DC3545;
  --orange: #FD7E14;
  --yellow: #FFC107;
  --green: #28A745;
  --teal: #20C997;
  --cyan: #17A2B8;
  --white: #fff;
  --gray: #6C757D;
  --gray-dark: #343A40;
  --primary: #3C4252;
  --secondary: #2196F3;
  --success: #4CAF50;
  --info: #009688;
  --warning: #FF9800;
  --danger: #F44336;
  --light: #F8F9FA;
  --dark: #343A40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Muli,Helvetica Neue,Arial,sans-serif;
  --font-family-monospace: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
@media print {
  *,*::before,*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,blockquote {
    border: 0px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,img {
    page-break-inside: avoid;
  }

  p,h2,h3 {
    orphans: 3;
    widows: 3;
  }

  h2,h3 {
    page-break-after: avoid;
  }@page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 0px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,.table th {
    background-color: #fff !important;
  }

  .table-bordered th,.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,*::before,*::after {
  box-sizing: border-box;
}
html {
/*  font-family: sans-serif;*/
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section {
  display: block;
}
body {
  margin: 0;
/*  font-family: Muli,Helvetica Neue,Arial,sans-serif;
  font-size: 1.4rem;*/
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
  margin-bottom: .8rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,ul,dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,ul ul,ol ul,ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: #3C4252;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #1c1e26;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,code,kbd,samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: .8rem;
  padding-bottom: .8rem;
  color: rgba(0,0,0,0.38);
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: .5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,button,select,optgroup,textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,input {
  overflow: visible;
}
button,select {
  text-transform: none;
}
button,html [type="button"],[type="reset"],[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.topheader
{
  height:48px !important;
  left: 70px;
    top: 0px;
}
hr {
  margin-top: .4rem;
  margin-bottom: .4rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,0.1);
}
small,.small {
  font-size: 80%;
  font-weight: normal;
}
mark,.mark {
  padding: .2em;
  background-color: #FCF8E3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: .4rem;
  font-size: 1.75rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6C757D;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 0px solid #DDD;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.075);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: .2rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6C757D;
}
code,kbd,pre,samp {
  font-family: Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
code {
  font-size: 90%;
  color: #BD4147;
  word-break: break-word;
}
a>code {
  color: inherit;
}
kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: 2px;
  box-shadow: inset 0 -0.1rem 0 rgba(0,0,0,0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  font-size: 90%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters>.col,.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}
tr.collapse.show {
  display: table-row;
}
tbody.collapse.show {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.dropup,.dropdown {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .25rem 0 0;
  font-size: 1.4rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0px solid rgba(0,0,0,0.15);
  border-radius: 2px;
  box-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);
}
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: .25rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: .25rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: .25rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: .2rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0,0,0,0.12);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0 1.6rem;
  clear: both;
  font-weight: normal;
  color: rgba(0,0,0,0.87);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,.dropdown-item:focus {
  color: rgba(0,0,0,0.87);
  text-decoration: none;
  background-color: #F8F9FA;
}
.dropdown-item.active,.dropdown-item:active {
  color: rgba(0,0,0,0.87);
  text-decoration: none;
  background-color: #F8F9FA;
}
.dropdown-item.disabled,.dropdown-item:disabled {
  color: #6C757D;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: .5rem 1.6rem;
  margin-bottom: 0;
  font-size: 1.3rem;
  color: #6C757D;
  white-space: nowrap;
}
.btn-group,.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group>.btn,.btn-group-vertical>.btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group>.btn:hover,.btn-group-vertical>.btn:hover {
  z-index: 1;
}
.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active {
  z-index: 1;
}
.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group {
  margin-left: 0px;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group>.btn:first-child {
  margin-left: 0;
}
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}
.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}
.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}
.btn-group.show .dropdown-toggle {
  box-shadow: none;
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
  margin-top: 0px;
  margin-left: 0;
}
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0;
}
.btn-group-toggle>.btn input[type="radio"],.btn-group-toggle>.btn input[type="checkbox"],.btn-group-toggle>.btn-group>.btn input[type="radio"],.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0 2.4rem;
  cursor: pointer;
}
.nav-link:hover,.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6C757D;
}
.nav-tabs {
  border-bottom: 0px solid #DDD;
}
.menuItemFont{
      font-size: 1.6rem;
    font-family: Muli,Helvetica Neue,Arial,sans-serif;
    color: black;
    /* padding-bottom: 12px; */
    line-height: 1.5;
    text-align: center;
    font-weight: normal;
}
.nav-tabs .nav-item {
  margin-bottom: 0px;
}
.nav-tabs .nav-link {
  border: 0px solid transparent;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus {
  border-color: #E9ECEF;
}
.nav-tabs .nav-link.disabled {
  color: #6C757D;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #DDD;
}
.nav-tabs .dropdown-menu {
  margin-top: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 2px;
}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #3C4252;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content>.tab-pane {
  display: none;
}
.tab-content>.active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 1.6rem;
}
.navbar>.container,.navbar>.container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: -.15rem;
  padding-bottom: -.15rem;
  margin-right: 1.6rem;
  font-size: 1.6rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.6rem;
  line-height: 1;
  background-color: transparent;
  border: 0px solid transparent;
  border-radius: 2px;
}
.navbar-toggler:hover,.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md>.container,.navbar-expand-md>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-expand-md>.container,.navbar-expand-md>.container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand>.container,.navbar-expand>.container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-expand>.container,.navbar-expand>.container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.navbar-light .navbar-brand {
  color: rgba(0,0,0,0.9);
}
.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus {
  color: rgba(0,0,0,0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,0.5);
}
.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0,0,0,0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0,0,0,0.3);
}
.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0,0,0,0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0,0,0,0.5);
  border-color: rgba(0,0,0,0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0,0,0,0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0,0,0,0.9);
}
.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus {
  color: rgba(0,0,0,0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255,255,255,0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255,255,255,0.25);
}
.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255,255,255,0.5);
  border-color: rgba(255,255,255,0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255,255,255,0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,0.125);
  border-radius: 0;
}
.card>hr {
  margin-right: 0;
  margin-left: 0;
}
.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.6rem;
}
.card-title {
  margin-bottom: .8rem;
}
.card-subtitle {
  margin-top: -.4rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link+.card-link {
  margin-left: 1.6rem;
}
.card-header {
  padding: .8rem 1.6rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,0.03);
  border-bottom: 1px solid rgba(0,0,0,0.125);
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}
.card-header+.list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: .8rem 1.6rem;
  background-color: rgba(0,0,0,0.03);
  border-top: 1px solid rgba(0,0,0,0.125);
}
.card-footer:last-child {
  border-radius: 0 0 0 0;
}
.card-header-tabs {
  margin-right: -.8rem;
  margin-bottom: -.8rem;
  margin-left: -.8rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -.8rem;
  margin-left: -.8rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: 0;
}
.card-img-top {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}
.card-group>.card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }

  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:first-child .card-img-top,.card-group>.card:first-child .card-header {
    border-top-right-radius: 0;
  }

  .card-group>.card:first-child .card-img-bottom,.card-group>.card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:last-child .card-img-top,.card-group>.card:last-child .card-header {
    border-top-left-radius: 0;
  }

  .card-group>.card:last-child .card-img-bottom,.card-group>.card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-group>.card:only-child {
    border-radius: 0;
  }

  .card-group>.card:only-child .card-img-top,.card-group>.card:only-child .card-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .card-group>.card:only-child .card-img-bottom,.card-group>.card:only-child .card-footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: .8rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #3C4252 !important;
}
a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus {
  background-color: #262a35 !important;
}
.bg-secondary {
  background-color: #2196F3 !important;
}
a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus {
  background-color: #0c7cd5 !important;
}
.bg-success {
  background-color: #4CAF50 !important;
}
a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus {
  background-color: #3d8b40 !important;
}
.bg-info {
  background-color: #009688 !important;
}
a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus {
  background-color: #00635a !important;
}
.bg-warning {
  background-color: #FF9800 !important;
}
a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus {
  background-color: #cc7a00 !important;
}
.bg-danger {
  background-color: #F44336 !important;
}
a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus {
  background-color: #ea1c0d !important;
}
.bg-light {
  background-color: #F8F9FA !important;
}
a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343A40 !important;
}
a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 0px solid #E9ECEF !important;
}
.border-top {
  border-top: 0px solid #E9ECEF !important;
}
.border-right {
  border-right: 0px solid #E9ECEF !important;
}
.border-bottom {
  border-bottom: 0px solid #E9ECEF !important;
}
.border-left {
  border-left: 0px solid #E9ECEF !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #3C4252 !important;
}
.border-secondary {
  border-color: #2196F3 !important;
}
.border-success {
  border-color: #4CAF50 !important;
}
.border-info {
  border-color: #009688 !important;
}
.border-warning {
  border-color: #FF9800 !important;
}
.border-danger {
  border-color: #F44336 !important;
}
.border-light {
  border-color: #F8F9FA !important;
}
.border-dark {
  border-color: #343A40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 2px !important;
}
.rounded-top {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}
.rounded-right {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}
.rounded-bottom {
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}
.rounded-left {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}
.sr-only-focusable:active,.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,.my-0 {
  margin-top: 0 !important;
}
.mr-0,.mx-0 {
  margin-right: 0 !important;
}
.mb-0,.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: .4rem !important;
}
.mt-1,.my-1 {
  margin-top: .4rem !important;
}
.mr-1,.mx-1 {
  margin-right: .4rem !important;
}
.mb-1,.my-1 {
  margin-bottom: .4rem !important;
}
.ml-1,.mx-1 {
  margin-left: .4rem !important;
}
.m-2 {
  margin: .8rem !important;
}
.mt-2,.my-2 {
  margin-top: .8rem !important;
}
.mr-2,.mx-2 {
  margin-right: .8rem !important;
}
.mb-2,.my-2 {
  margin-bottom: .8rem !important;
}
.ml-2,.mx-2 {
  margin-left: .8rem !important;
}
.m-3 {
  margin: 1.2rem !important;
}
.mt-3,.my-3 {
  margin-top: 1.2rem !important;
}
.mr-3,.mx-3 {
  margin-right: 1.2rem !important;
}
.mb-3,.my-3 {
  margin-bottom: 1.2rem !important;
}
.ml-3,.mx-3 {
  margin-left: 1.2rem !important;
}
.m-4 {
  margin: 1.6rem !important;
}
.mt-4,.my-4 {
  margin-top: 1.6rem !important;
}
.mr-4,.mx-4 {
  margin-right: 1.6rem !important;
}
.mb-4,.my-4 {
  margin-bottom: 1.6rem !important;
}
.ml-4,.mx-4 {
  margin-left: 1.6rem !important;
}
.m-5 {
  margin: 2rem !important;
}
.mt-5,.my-5 {
  margin-top: 2rem !important;
}
.mr-5,.mx-5 {
  margin-right: 2rem !important;
}
.mb-5,.my-5 {
  margin-bottom: 2rem !important;
}
.ml-5,.mx-5 {
  margin-left: 2rem !important;
}
.m-6 {
  margin: 2.4rem !important;
}
.mt-6,.my-6 {
  margin-top: 2.4rem !important;
}
.mr-6,.mx-6 {
  margin-right: 2.4rem !important;
}
.mb-6,.my-6 {
  margin-bottom: 2.4rem !important;
}
.ml-6,.mx-6 {
  margin-left: 2.4rem !important;
}
.m-7 {
  margin: 2.8rem !important;
}
.mt-7,.my-7 {
  margin-top: 2.8rem !important;
}
.mr-7,.mx-7 {
  margin-right: 2.8rem !important;
}
.mb-7,.my-7 {
  margin-bottom: 2.8rem !important;
}
.ml-7,.mx-7 {
  margin-left: 2.8rem !important;
}
.m-8 {
  margin: 3.2rem !important;
}
.mt-8,.my-8 {
  margin-top: 3.2rem !important;
}
.mr-8,.mx-8 {
  margin-right: 3.2rem !important;
}
.mb-8,.my-8 {
  margin-bottom: 3.2rem !important;
}
.ml-8,.mx-8 {
  margin-left: 3.2rem !important;
}
.m-9 {
  margin: 3.6rem !important;
}
.mt-9,.my-9 {
  margin-top: 3.6rem !important;
}
.mr-9,.mx-9 {
  margin-right: 3.6rem !important;
}
.mb-9,.my-9 {
  margin-bottom: 3.6rem !important;
}
.ml-9,.mx-9 {
  margin-left: 3.6rem !important;
}
.m-10 {
  margin: 4rem !important;
}
.mt-10,.my-10 {
  margin-top: 4rem !important;
}
.mr-10,.mx-10 {
  margin-right: 4rem !important;
}
.mb-10,.my-10 {
  margin-bottom: 4rem !important;
}
.ml-10,.mx-10 {
  margin-left: 4rem !important;
}
.m-11 {
  margin: 4.4rem !important;
}
.mt-11,.my-11 {
  margin-top: 4.4rem !important;
}
.mr-11,.mx-11 {
  margin-right: 4.4rem !important;
}
.mb-11,.my-11 {
  margin-bottom: 4.4rem !important;
}
.ml-11,.mx-11 {
  margin-left: 4.4rem !important;
}
.m-12 {
  margin: 4.8rem !important;
}
.mt-12,.my-12 {
  margin-top: 4.8rem !important;
}
.mr-12,.mx-12 {
  margin-right: 4.8rem !important;
}
.mb-12,.my-12 {
  margin-bottom: 4.8rem !important;
}
.ml-12,.mx-12 {
  margin-left: 4.8rem !important;
}
.m-13 {
  margin: 5.2rem !important;
}
.mt-13,.my-13 {
  margin-top: 5.2rem !important;
}
.mr-13,.mx-13 {
  margin-right: 5.2rem !important;
}
.mb-13,.my-13 {
  margin-bottom: 5.2rem !important;
}
.ml-13,.mx-13 {
  margin-left: 5.2rem !important;
}
.m-14 {
  margin: 5.6rem !important;
}
.mt-14,.my-14 {
  margin-top: 5.6rem !important;
}
.mr-14,.mx-14 {
  margin-right: 5.6rem !important;
}
.mb-14,.my-14 {
  margin-bottom: 5.6rem !important;
}
.ml-14,.mx-14 {
  margin-left: 5.6rem !important;
}
.m-15 {
  margin: 6rem !important;
}
.mt-15,.my-15 {
  margin-top: 6rem !important;
}
.mr-15,.mx-15 {
  margin-right: 6rem !important;
}
.mb-15,.my-15 {
  margin-bottom: 6rem !important;
}
.ml-15,.mx-15 {
  margin-left: 6rem !important;
}
.m-16 {
  margin: 6.4rem !important;
}
.mt-16,.my-16 {
  margin-top: 6.4rem !important;
}
.mr-16,.mx-16 {
  margin-right: 6.4rem !important;
}
.mb-16,.my-16 {
  margin-bottom: 6.4rem !important;
}
.ml-16,.mx-16 {
  margin-left: 6.4rem !important;
}
.m-17 {
  margin: 6.8rem !important;
}
.mt-17,.my-17 {
  margin-top: 6.8rem !important;
}
.mr-17,.mx-17 {
  margin-right: 6.8rem !important;
}
.mb-17,.my-17 {
  margin-bottom: 6.8rem !important;
}
.ml-17,.mx-17 {
  margin-left: 6.8rem !important;
}
.m-18 {
  margin: 7.2rem !important;
}
.mt-18,.my-18 {
  margin-top: 7.2rem !important;
}
.mr-18,.mx-18 {
  margin-right: 7.2rem !important;
}
.mb-18,.my-18 {
  margin-bottom: 7.2rem !important;
}
.ml-18,.mx-18 {
  margin-left: 7.2rem !important;
}
.m-19 {
  margin: 7.6rem !important;
}
.mt-19,.my-19 {
  margin-top: 7.6rem !important;
}
.mr-19,.mx-19 {
  margin-right: 7.6rem !important;
}
.mb-19,.my-19 {
  margin-bottom: 7.6rem !important;
}
.ml-19,.mx-19 {
  margin-left: 7.6rem !important;
}
.m-20 {
  margin: 8rem !important;
}
.mt-20,.my-20 {
  margin-top: 8rem !important;
}
.mr-20,.mx-20 {
  margin-right: 8rem !important;
}
.mb-20,.my-20 {
  margin-bottom: 8rem !important;
}
.ml-20,.mx-20 {
  margin-left: 8rem !important;
}
.m-21 {
  margin: 8.4rem !important;
}
.mt-21,.my-21 {
  margin-top: 8.4rem !important;
}
.mr-21,.mx-21 {
  margin-right: 8.4rem !important;
}
.mb-21,.my-21 {
  margin-bottom: 8.4rem !important;
}
.ml-21,.mx-21 {
  margin-left: 8.4rem !important;
}
.m-22 {
  margin: 8.8rem !important;
}
.mt-22,.my-22 {
  margin-top: 8.8rem !important;
}
.mr-22,.mx-22 {
  margin-right: 8.8rem !important;
}
.mb-22,.my-22 {
  margin-bottom: 8.8rem !important;
}
.ml-22,.mx-22 {
  margin-left: 8.8rem !important;
}
.m-23 {
  margin: 9.2rem !important;
}
.mt-23,.my-23 {
  margin-top: 9.2rem !important;
}
.mr-23,.mx-23 {
  margin-right: 9.2rem !important;
}
.mb-23,.my-23 {
  margin-bottom: 9.2rem !important;
}
.ml-23,.mx-23 {
  margin-left: 9.2rem !important;
}
.m-24 {
  margin: 9.6rem !important;
}
.mt-24,.my-24 {
  margin-top: 9.6rem !important;
}
.mr-24,.mx-24 {
  margin-right: 9.6rem !important;
}
.mb-24,.my-24 {
  margin-bottom: 9.6rem !important;
}
.ml-24,.mx-24 {
  margin-left: 9.6rem !important;
}
.m-25 {
  margin: 10rem !important;
}
.mt-25,.my-25 {
  margin-top: 10rem !important;
}
.mr-25,.mx-25 {
  margin-right: 10rem !important;
}
.mb-25,.my-25 {
  margin-bottom: 10rem !important;
}
.ml-25,.mx-25 {
  margin-left: 10rem !important;
}
.m-26 {
  margin: 10.4rem !important;
}
.mt-26,.my-26 {
  margin-top: 10.4rem !important;
}
.mr-26,.mx-26 {
  margin-right: 10.4rem !important;
}
.mb-26,.my-26 {
  margin-bottom: 10.4rem !important;
}
.ml-26,.mx-26 {
  margin-left: 10.4rem !important;
}
.m-27 {
  margin: 10.8rem !important;
}
.mt-27,.my-27 {
  margin-top: 10.8rem !important;
}
.mr-27,.mx-27 {
  margin-right: 10.8rem !important;
}
.mb-27,.my-27 {
  margin-bottom: 10.8rem !important;
}
.ml-27,.mx-27 {
  margin-left: 10.8rem !important;
}
.m-28 {
  margin: 11.2rem !important;
}
.mt-28,.my-28 {
  margin-top: 11.2rem !important;
}
.mr-28,.mx-28 {
  margin-right: 11.2rem !important;
}
.mb-28,.my-28 {
  margin-bottom: 11.2rem !important;
}
.ml-28,.mx-28 {
  margin-left: 11.2rem !important;
}
.m-29 {
  margin: 11.6rem !important;
}
.mt-29,.my-29 {
  margin-top: 11.6rem !important;
}
.mr-29,.mx-29 {
  margin-right: 11.6rem !important;
}
.mb-29,.my-29 {
  margin-bottom: 11.6rem !important;
}
.ml-29,.mx-29 {
  margin-left: 11.6rem !important;
}
.m-30 {
  margin: 12rem !important;
}
.mt-30,.my-30 {
  margin-top: 12rem !important;
}
.mr-30,.mx-30 {
  margin-right: 12rem !important;
}
.mb-30,.my-30 {
  margin-bottom: 12rem !important;
}
.ml-30,.mx-30 {
  margin-left: 12rem !important;
}
.m-31 {
  margin: 12.4rem !important;
}
.mt-31,.my-31 {
  margin-top: 12.4rem !important;
}
.mr-31,.mx-31 {
  margin-right: 12.4rem !important;
}
.mb-31,.my-31 {
  margin-bottom: 12.4rem !important;
}
.ml-31,.mx-31 {
  margin-left: 12.4rem !important;
}
.m-32 {
  margin: 12.8rem !important;
}
.mt-32,.my-32 {
  margin-top: 12.8rem !important;
}
.mr-32,.mx-32 {
  margin-right: 12.8rem !important;
}
.mb-32,.my-32 {
  margin-bottom: 12.8rem !important;
}
.ml-32,.mx-32 {
  margin-left: 12.8rem !important;
}
.m-33 {
  margin: 13.2rem !important;
}
.mt-33,.my-33 {
  margin-top: 13.2rem !important;
}
.mr-33,.mx-33 {
  margin-right: 13.2rem !important;
}
.mb-33,.my-33 {
  margin-bottom: 13.2rem !important;
}
.ml-33,.mx-33 {
  margin-left: 13.2rem !important;
}
.m-34 {
  margin: 13.6rem !important;
}
.mt-34,.my-34 {
  margin-top: 13.6rem !important;
}
.mr-34,.mx-34 {
  margin-right: 13.6rem !important;
}
.mb-34,.my-34 {
  margin-bottom: 13.6rem !important;
}
.ml-34,.mx-34 {
  margin-left: 13.6rem !important;
}
.m-35 {
  margin: 14rem !important;
}
.mt-35,.my-35 {
  margin-top: 14rem !important;
}
.mr-35,.mx-35 {
  margin-right: 14rem !important;
}
.mb-35,.my-35 {
  margin-bottom: 14rem !important;
}
.ml-35,.mx-35 {
  margin-left: 14rem !important;
}
.m-36 {
  margin: 14.4rem !important;
}
.mt-36,.my-36 {
  margin-top: 14.4rem !important;
}
.mr-36,.mx-36 {
  margin-right: 14.4rem !important;
}
.mb-36,.my-36 {
  margin-bottom: 14.4rem !important;
}
.ml-36,.mx-36 {
  margin-left: 14.4rem !important;
}
.m-37 {
  margin: 14.8rem !important;
}
.mt-37,.my-37 {
  margin-top: 14.8rem !important;
}
.mr-37,.mx-37 {
  margin-right: 14.8rem !important;
}
.mb-37,.my-37 {
  margin-bottom: 14.8rem !important;
}
.ml-37,.mx-37 {
  margin-left: 14.8rem !important;
}
.m-38 {
  margin: 15.2rem !important;
}
.mt-38,.my-38 {
  margin-top: 15.2rem !important;
}
.mr-38,.mx-38 {
  margin-right: 15.2rem !important;
}
.mb-38,.my-38 {
  margin-bottom: 15.2rem !important;
}
.ml-38,.mx-38 {
  margin-left: 15.2rem !important;
}
.m-39 {
  margin: 15.6rem !important;
}
.mt-39,.my-39 {
  margin-top: 15.6rem !important;
}
.mr-39,.mx-39 {
  margin-right: 15.6rem !important;
}
.mb-39,.my-39 {
  margin-bottom: 15.6rem !important;
}
.ml-39,.mx-39 {
  margin-left: 15.6rem !important;
}
.m-40 {
  margin: 16rem !important;
}
.mt-40,.my-40 {
  margin-top: 16rem !important;
}
.mr-40,.mx-40 {
  margin-right: 16rem !important;
}
.mb-40,.my-40 {
  margin-bottom: 16rem !important;
}
.ml-40,.mx-40 {
  margin-left: 16rem !important;
}
.m-41 {
  margin: 16.4rem !important;
}
.mt-41,.my-41 {
  margin-top: 16.4rem !important;
}
.mr-41,.mx-41 {
  margin-right: 16.4rem !important;
}
.mb-41,.my-41 {
  margin-bottom: 16.4rem !important;
}
.ml-41,.mx-41 {
  margin-left: 16.4rem !important;
}
.m-42 {
  margin: 16.8rem !important;
}
.mt-42,.my-42 {
  margin-top: 16.8rem !important;
}
.mr-42,.mx-42 {
  margin-right: 16.8rem !important;
}
.mb-42,.my-42 {
  margin-bottom: 16.8rem !important;
}
.ml-42,.mx-42 {
  margin-left: 16.8rem !important;
}
.m-43 {
  margin: 17.2rem !important;
}
.mt-43,.my-43 {
  margin-top: 17.2rem !important;
}
.mr-43,.mx-43 {
  margin-right: 17.2rem !important;
}
.mb-43,.my-43 {
  margin-bottom: 17.2rem !important;
}
.ml-43,.mx-43 {
  margin-left: 17.2rem !important;
}
.m-44 {
  margin: 17.6rem !important;
}
.mt-44,.my-44 {
  margin-top: 17.6rem !important;
}
.mr-44,.mx-44 {
  margin-right: 17.6rem !important;
}
.mb-44,.my-44 {
  margin-bottom: 17.6rem !important;
}
.ml-44,.mx-44 {
  margin-left: 17.6rem !important;
}
.m-45 {
  margin: 18rem !important;
}
.mt-45,.my-45 {
  margin-top: 18rem !important;
}
.mr-45,.mx-45 {
  margin-right: 18rem !important;
}
.mb-45,.my-45 {
  margin-bottom: 18rem !important;
}
.ml-45,.mx-45 {
  margin-left: 18rem !important;
}
.m-46 {
  margin: 18.4rem !important;
}
.mt-46,.my-46 {
  margin-top: 18.4rem !important;
}
.mr-46,.mx-46 {
  margin-right: 18.4rem !important;
}
.mb-46,.my-46 {
  margin-bottom: 18.4rem !important;
}
.ml-46,.mx-46 {
  margin-left: 18.4rem !important;
}
.m-47 {
  margin: 18.8rem !important;
}
.mt-47,.my-47 {
  margin-top: 18.8rem !important;
}
.mr-47,.mx-47 {
  margin-right: 18.8rem !important;
}
.mb-47,.my-47 {
  margin-bottom: 18.8rem !important;
}
.ml-47,.mx-47 {
  margin-left: 18.8rem !important;
}
.m-48 {
  margin: 19.2rem !important;
}
.mt-48,.my-48 {
  margin-top: 19.2rem !important;
}
.mr-48,.mx-48 {
  margin-right: 19.2rem !important;
}
.mb-48,.my-48 {
  margin-bottom: 19.2rem !important;
}
.ml-48,.mx-48 {
  margin-left: 19.2rem !important;
}
.m-49 {
  margin: 19.6rem !important;
}
.mt-49,.my-49 {
  margin-top: 19.6rem !important;
}
.mr-49,.mx-49 {
  margin-right: 19.6rem !important;
}
.mb-49,.my-49 {
  margin-bottom: 19.6rem !important;
}
.ml-49,.mx-49 {
  margin-left: 19.6rem !important;
}
.m-50 {
  margin: 20rem !important;
}
.mt-50,.my-50 {
  margin-top: 20rem !important;
}
.mr-50,.mx-50 {
  margin-right: 20rem !important;
}
.mb-50,.my-50 {
  margin-bottom: 20rem !important;
}
.ml-50,.mx-50 {
  margin-left: 20rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,.py-0 {
  padding-top: 0 !important;
}
.pr-0,.px-0 {
  padding-right: 0 !important;
}
.pb-0,.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: .4rem !important;
}
.pt-1,.py-1 {
  padding-top: .4rem !important;
}
.pr-1,.px-1 {
  padding-right: .4rem !important;
}
.pb-1,.py-1 {
  padding-bottom: .4rem !important;
}
.pl-1,.px-1 {
  padding-left: .4rem !important;
}
.p-2 {
  padding: .8rem !important;
}
.pt-2,.py-2 {
  padding-top: .8rem !important;
}
.pr-2,.px-2 {
  padding-right: .8rem !important;
}
.pb-2,.py-2 {
  padding-bottom: .8rem !important;
}
.pl-2,.px-2 {
  padding-left: .8rem !important;
}
.p-3 {
  padding: 1.2rem !important;
}
.pt-3,.py-3 {
  padding-top: 1.2rem !important;
}
.pr-3,.px-3 {
  padding-right: 1.2rem !important;
}
.pb-3,.py-3 {
  padding-bottom: 1.2rem !important;
}
.pl-3,.px-3 {
  padding-left: 1.2rem !important;
}
.p-4 {
  padding: 1.6rem !important;
}
.pt-4,.py-4 {
  padding-top: 1.6rem !important;
}
.pr-4,.px-4 {
  padding-right: 1.6rem !important;
}
.pb-4,.py-4 {
  padding-bottom: 1.6rem !important;
}
.pl-4,.px-4 {
  padding-left: 1.6rem !important;
}
.p-5 {
  padding: 2rem !important;
}
.pt-5,.py-5 {
  padding-top: 2rem !important;
}
.pr-5,.px-5 {
  padding-right: 2rem !important;
}
.pb-5,.py-5 {
  padding-bottom: 2rem !important;
}
.pl-5,.px-5 {
  padding-left: 2rem !important;
}
.p-6 {
  padding: 2.4rem !important;
}
.pt-6,.py-6 {
  padding-top: 2.4rem !important;
}
.pr-6,.px-6 {
  padding-right: 2.4rem !important;
}
.pb-6,.py-6 {
  padding-bottom: 2.4rem !important;
}
.pl-6,.px-6 {
  padding-left: 2.4rem !important;
}
.p-7 {
  padding: 2.8rem !important;
}
.pt-7,.py-7 {
  padding-top: 2.8rem !important;
}
.pr-7,.px-7 {
  padding-right: 2.8rem !important;
}
.pb-7,.py-7 {
  padding-bottom: 2.8rem !important;
}
.pl-7,.px-7 {
  padding-left: 2.8rem !important;
}
.p-8 {
  padding: 3.2rem !important;
}
.pt-8,.py-8 {
  padding-top: 3.2rem !important;
}
.pr-8,.px-8 {
  padding-right: 3.2rem !important;
}
.pb-8,.py-8 {
  padding-bottom: 3.2rem !important;
}
.pl-8,.px-8 {
  padding-left: 3.2rem !important;
}
.p-9 {
  padding: 3.6rem !important;
}
.pt-9,.py-9 {
  padding-top: 3.6rem !important;
}
.pr-9,.px-9 {
  padding-right: 3.6rem !important;
}
.pb-9,.py-9 {
  padding-bottom: 3.6rem !important;
}
.pl-9,.px-9 {
  padding-left: 3.6rem !important;
}
.p-10 {
  padding: 4rem !important;
}
.pt-10,.py-10 {
  padding-top: 4rem !important;
}
.pr-10,.px-10 {
  padding-right: 4rem !important;
}
.pb-10,.py-10 {
  padding-bottom: 4rem !important;
}
.pl-10,.px-10 {
  padding-left: 4rem !important;
}
.p-11 {
  padding: 4.4rem !important;
}
.pt-11,.py-11 {
  padding-top: 4.4rem !important;
}
.pr-11,.px-11 {
  padding-right: 4.4rem !important;
}
.pb-11,.py-11 {
  padding-bottom: 4.4rem !important;
}
.pl-11,.px-11 {
  padding-left: 4.4rem !important;
}
.p-12 {
  padding: 4.8rem !important;
}
.pt-12,.py-12 {
  padding-top: 4.8rem !important;
}
.pr-12,.px-12 {
  padding-right: 4.8rem !important;
}
.pb-12,.py-12 {
  padding-bottom: 4.8rem !important;
}
.pl-12,.px-12 {
  padding-left: 4.8rem !important;
}
.p-13 {
  padding: 5.2rem !important;
}
.pt-13,.py-13 {
  padding-top: 5.2rem !important;
}
.pr-13,.px-13 {
  padding-right: 5.2rem !important;
}
.pb-13,.py-13 {
  padding-bottom: 5.2rem !important;
}
.pl-13,.px-13 {
  padding-left: 5.2rem !important;
}
.p-14 {
  padding: 5.6rem !important;
}
.pt-14,.py-14 {
  padding-top: 5.6rem !important;
}
.pr-14,.px-14 {
  padding-right: 5.6rem !important;
}
.pb-14,.py-14 {
  padding-bottom: 5.6rem !important;
}
.pl-14,.px-14 {
  padding-left: 5.6rem !important;
}
.p-15 {
  padding: 6rem !important;
}
.pt-15,.py-15 {
  padding-top: 6rem !important;
}
.pr-15,.px-15 {
  padding-right: 6rem !important;
}
.pb-15,.py-15 {
  padding-bottom: 6rem !important;
}
.pl-15,.px-15 {
  padding-left: 6rem !important;
}
.p-16 {
  padding: 6.4rem !important;
}
.pt-16,.py-16 {
  padding-top: 6.4rem !important;
}
.pr-16,.px-16 {
  padding-right: 6.4rem !important;
}
.pb-16,.py-16 {
  padding-bottom: 6.4rem !important;
}
.pl-16,.px-16 {
  padding-left: 6.4rem !important;
}
.p-17 {
  padding: 6.8rem !important;
}
.pt-17,.py-17 {
  padding-top: 6.8rem !important;
}
.pr-17,.px-17 {
  padding-right: 6.8rem !important;
}
.pb-17,.py-17 {
  padding-bottom: 6.8rem !important;
}
.pl-17,.px-17 {
  padding-left: 6.8rem !important;
}
.p-18 {
  padding: 7.2rem !important;
}
.pt-18,.py-18 {
  padding-top: 7.2rem !important;
}
.pr-18,.px-18 {
  padding-right: 7.2rem !important;
}
.pb-18,.py-18 {
  padding-bottom: 7.2rem !important;
}
.pl-18,.px-18 {
  padding-left: 7.2rem !important;
}
.p-19 {
  padding: 7.6rem !important;
}
.pt-19,.py-19 {
  padding-top: 7.6rem !important;
}
.pr-19,.px-19 {
  padding-right: 7.6rem !important;
}
.pb-19,.py-19 {
  padding-bottom: 7.6rem !important;
}
.pl-19,.px-19 {
  padding-left: 7.6rem !important;
}
.p-20 {
  padding: 8rem !important;
}
.pt-20,.py-20 {
  padding-top: 8rem !important;
}
.pr-20,.px-20 {
  padding-right: 8rem !important;
}
.pb-20,.py-20 {
  padding-bottom: 8rem !important;
}
.pl-20,.px-20 {
  padding-left: 8rem !important;
}
.p-21 {
  padding: 8.4rem !important;
}
.pt-21,.py-21 {
  padding-top: 8.4rem !important;
}
.pr-21,.px-21 {
  padding-right: 8.4rem !important;
}
.pb-21,.py-21 {
  padding-bottom: 8.4rem !important;
}
.pl-21,.px-21 {
  padding-left: 8.4rem !important;
}
.p-22 {
  padding: 8.8rem !important;
}
.pt-22,.py-22 {
  padding-top: 8.8rem !important;
}
.pr-22,.px-22 {
  padding-right: 8.8rem !important;
}
.pb-22,.py-22 {
  padding-bottom: 8.8rem !important;
}
.pl-22,.px-22 {
  padding-left: 8.8rem !important;
}
.p-23 {
  padding: 9.2rem !important;
}
.pt-23,.py-23 {
  padding-top: 9.2rem !important;
}
.pr-23,.px-23 {
  padding-right: 9.2rem !important;
}
.pb-23,.py-23 {
  padding-bottom: 9.2rem !important;
}
.pl-23,.px-23 {
  padding-left: 9.2rem !important;
}
.p-24 {
  padding: 9.6rem !important;
}
.pt-24,.py-24 {
  padding-top: 9.6rem !important;
}
.pr-24,.px-24 {
  padding-right: 9.6rem !important;
}
.pb-24,.py-24 {
  padding-bottom: 9.6rem !important;
}
.pl-24,.px-24 {
  padding-left: 9.6rem !important;
}
.p-25 {
  padding: 10rem !important;
}
.pt-25,.py-25 {
  padding-top: 10rem !important;
}
.pr-25,.px-25 {
  padding-right: 10rem !important;
}
.pb-25,.py-25 {
  padding-bottom: 10rem !important;
}
.pl-25,.px-25 {
  padding-left: 10rem !important;
}
.p-26 {
  padding: 10.4rem !important;
}
.pt-26,.py-26 {
  padding-top: 10.4rem !important;
}
.pr-26,.px-26 {
  padding-right: 10.4rem !important;
}
.pb-26,.py-26 {
  padding-bottom: 10.4rem !important;
}
.pl-26,.px-26 {
  padding-left: 10.4rem !important;
}
.p-27 {
  padding: 10.8rem !important;
}
.pt-27,.py-27 {
  padding-top: 10.8rem !important;
}
.pr-27,.px-27 {
  padding-right: 10.8rem !important;
}
.pb-27,.py-27 {
  padding-bottom: 10.8rem !important;
}
.pl-27,.px-27 {
  padding-left: 10.8rem !important;
}
.p-28 {
  padding: 11.2rem !important;
}
.pt-28,.py-28 {
  padding-top: 11.2rem !important;
}
.pr-28,.px-28 {
  padding-right: 11.2rem !important;
}
.pb-28,.py-28 {
  padding-bottom: 11.2rem !important;
}
.pl-28,.px-28 {
  padding-left: 11.2rem !important;
}
.p-29 {
  padding: 11.6rem !important;
}
.pt-29,.py-29 {
  padding-top: 11.6rem !important;
}
.pr-29,.px-29 {
  padding-right: 11.6rem !important;
}
.pb-29,.py-29 {
  padding-bottom: 11.6rem !important;
}
.pl-29,.px-29 {
  padding-left: 11.6rem !important;
}
.p-30 {
  padding: 12rem !important;
}
.pt-30,.py-30 {
  padding-top: 12rem !important;
}
.pr-30,.px-30 {
  padding-right: 12rem !important;
}
.pb-30,.py-30 {
  padding-bottom: 12rem !important;
}
.pl-30,.px-30 {
  padding-left: 12rem !important;
}
.p-31 {
  padding: 12.4rem !important;
}
.pt-31,.py-31 {
  padding-top: 12.4rem !important;
}
.pr-31,.px-31 {
  padding-right: 12.4rem !important;
}
.pb-31,.py-31 {
  padding-bottom: 12.4rem !important;
}
.pl-31,.px-31 {
  padding-left: 12.4rem !important;
}
.p-32 {
  padding: 12.8rem !important;
}
.pt-32,.py-32 {
  padding-top: 12.8rem !important;
}
.pr-32,.px-32 {
  padding-right: 12.8rem !important;
}
.pb-32,.py-32 {
  padding-bottom: 12.8rem !important;
}
.pl-32,.px-32 {
  padding-left: 12.8rem !important;
}
.p-33 {
  padding: 13.2rem !important;
}
.pt-33,.py-33 {
  padding-top: 13.2rem !important;
}
.pr-33,.px-33 {
  padding-right: 13.2rem !important;
}
.pb-33,.py-33 {
  padding-bottom: 13.2rem !important;
}
.pl-33,.px-33 {
  padding-left: 13.2rem !important;
}
.p-34 {
  padding: 13.6rem !important;
}
.pt-34,.py-34 {
  padding-top: 13.6rem !important;
}
.pr-34,.px-34 {
  padding-right: 13.6rem !important;
}
.pb-34,.py-34 {
  padding-bottom: 13.6rem !important;
}
.pl-34,.px-34 {
  padding-left: 13.6rem !important;
}
.p-35 {
  padding: 14rem !important;
}
.pt-35,.py-35 {
  padding-top: 14rem !important;
}
.pr-35,.px-35 {
  padding-right: 14rem !important;
}
.pb-35,.py-35 {
  padding-bottom: 14rem !important;
}
.pl-35,.px-35 {
  padding-left: 14rem !important;
}
.p-36 {
  padding: 14.4rem !important;
}
.pt-36,.py-36 {
  padding-top: 14.4rem !important;
}
.pr-36,.px-36 {
  padding-right: 14.4rem !important;
}
.pb-36,.py-36 {
  padding-bottom: 14.4rem !important;
}
.pl-36,.px-36 {
  padding-left: 14.4rem !important;
}
.p-37 {
  padding: 14.8rem !important;
}
.pt-37,.py-37 {
  padding-top: 14.8rem !important;
}
.pr-37,.px-37 {
  padding-right: 14.8rem !important;
}
.pb-37,.py-37 {
  padding-bottom: 14.8rem !important;
}
.pl-37,.px-37 {
  padding-left: 14.8rem !important;
}
.p-38 {
  padding: 15.2rem !important;
}
.pt-38,.py-38 {
  padding-top: 15.2rem !important;
}
.pr-38,.px-38 {
  padding-right: 15.2rem !important;
}
.pb-38,.py-38 {
  padding-bottom: 15.2rem !important;
}
.pl-38,.px-38 {
  padding-left: 15.2rem !important;
}
.p-39 {
  padding: 15.6rem !important;
}
.pt-39,.py-39 {
  padding-top: 15.6rem !important;
}
.pr-39,.px-39 {
  padding-right: 15.6rem !important;
}
.pb-39,.py-39 {
  padding-bottom: 15.6rem !important;
}
.pl-39,.px-39 {
  padding-left: 15.6rem !important;
}
.p-40 {
  padding: 16rem !important;
}
.pt-40,.py-40 {
  padding-top: 16rem !important;
}
.pr-40,.px-40 {
  padding-right: 16rem !important;
}
.pb-40,.py-40 {
  padding-bottom: 16rem !important;
}
.pl-40,.px-40 {
  padding-left: 16rem !important;
}
.p-41 {
  padding: 16.4rem !important;
}
.pt-41,.py-41 {
  padding-top: 16.4rem !important;
}
.pr-41,.px-41 {
  padding-right: 16.4rem !important;
}
.pb-41,.py-41 {
  padding-bottom: 16.4rem !important;
}
.pl-41,.px-41 {
  padding-left: 16.4rem !important;
}
.p-42 {
  padding: 16.8rem !important;
}
.pt-42,.py-42 {
  padding-top: 16.8rem !important;
}
.pr-42,.px-42 {
  padding-right: 16.8rem !important;
}
.pb-42,.py-42 {
  padding-bottom: 16.8rem !important;
}
.pl-42,.px-42 {
  padding-left: 16.8rem !important;
}
.p-43 {
  padding: 17.2rem !important;
}
.pt-43,.py-43 {
  padding-top: 17.2rem !important;
}
.pr-43,.px-43 {
  padding-right: 17.2rem !important;
}
.pb-43,.py-43 {
  padding-bottom: 17.2rem !important;
}
.pl-43,.px-43 {
  padding-left: 17.2rem !important;
}
.p-44 {
  padding: 17.6rem !important;
}
.pt-44,.py-44 {
  padding-top: 17.6rem !important;
}
.pr-44,.px-44 {
  padding-right: 17.6rem !important;
}
.pb-44,.py-44 {
  padding-bottom: 17.6rem !important;
}
.pl-44,.px-44 {
  padding-left: 17.6rem !important;
}
.p-45 {
  padding: 18rem !important;
}
.pt-45,.py-45 {
  padding-top: 18rem !important;
}
.pr-45,.px-45 {
  padding-right: 18rem !important;
}
.pb-45,.py-45 {
  padding-bottom: 18rem !important;
}
.pl-45,.px-45 {
  padding-left: 18rem !important;
}
.p-46 {
  padding: 18.4rem !important;
}
.pt-46,.py-46 {
  padding-top: 18.4rem !important;
}
.pr-46,.px-46 {
  padding-right: 18.4rem !important;
}
.pb-46,.py-46 {
  padding-bottom: 18.4rem !important;
}
.pl-46,.px-46 {
  padding-left: 18.4rem !important;
}
.p-47 {
  padding: 18.8rem !important;
}
.pt-47,.py-47 {
  padding-top: 18.8rem !important;
}
.pr-47,.px-47 {
  padding-right: 18.8rem !important;
}
.pb-47,.py-47 {
  padding-bottom: 18.8rem !important;
}
.pl-47,.px-47 {
  padding-left: 18.8rem !important;
}
.p-48 {
  padding: 19.2rem !important;
}
.pt-48,.py-48 {
  padding-top: 19.2rem !important;
}
.pr-48,.px-48 {
  padding-right: 19.2rem !important;
}
.pb-48,.py-48 {
  padding-bottom: 19.2rem !important;
}
.pl-48,.px-48 {
  padding-left: 19.2rem !important;
}
.p-49 {
  padding: 19.6rem !important;
}
.pt-49,.py-49 {
  padding-top: 19.6rem !important;
}
.pr-49,.px-49 {
  padding-right: 19.6rem !important;
}
.pb-49,.py-49 {
  padding-bottom: 19.6rem !important;
}
.pl-49,.px-49 {
  padding-left: 19.6rem !important;
}
.p-50 {
  padding: 20rem !important;
}
.pt-50,.py-50 {
  padding-top: 20rem !important;
}
.pr-50,.px-50 {
  padding-right: 20rem !important;
}
.pb-50,.py-50 {
  padding-bottom: 20rem !important;
}
.pl-50,.px-50 {
  padding-left: 20rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,.my-auto {
  margin-top: auto !important;
}
.mr-auto,.mx-auto {
  margin-right: auto !important;
}
.mb-auto,.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: .4rem !important;
  }

  .mt-sm-1,.my-sm-1 {
    margin-top: .4rem !important;
  }

  .mr-sm-1,.mx-sm-1 {
    margin-right: .4rem !important;
  }

  .mb-sm-1,.my-sm-1 {
    margin-bottom: .4rem !important;
  }

  .ml-sm-1,.mx-sm-1 {
    margin-left: .4rem !important;
  }

  .m-sm-2 {
    margin: .8rem !important;
  }

  .mt-sm-2,.my-sm-2 {
    margin-top: .8rem !important;
  }

  .mr-sm-2,.mx-sm-2 {
    margin-right: .8rem !important;
  }

  .mb-sm-2,.my-sm-2 {
    margin-bottom: .8rem !important;
  }

  .ml-sm-2,.mx-sm-2 {
    margin-left: .8rem !important;
  }

  .m-sm-3 {
    margin: 1.2rem !important;
  }

  .mt-sm-3,.my-sm-3 {
    margin-top: 1.2rem !important;
  }

  .mr-sm-3,.mx-sm-3 {
    margin-right: 1.2rem !important;
  }

  .mb-sm-3,.my-sm-3 {
    margin-bottom: 1.2rem !important;
  }

  .ml-sm-3,.mx-sm-3 {
    margin-left: 1.2rem !important;
  }

  .m-sm-4 {
    margin: 1.6rem !important;
  }

  .mt-sm-4,.my-sm-4 {
    margin-top: 1.6rem !important;
  }

  .mr-sm-4,.mx-sm-4 {
    margin-right: 1.6rem !important;
  }

  .mb-sm-4,.my-sm-4 {
    margin-bottom: 1.6rem !important;
  }

  .ml-sm-4,.mx-sm-4 {
    margin-left: 1.6rem !important;
  }

  .m-sm-5 {
    margin: 2rem !important;
  }

  .mt-sm-5,.my-sm-5 {
    margin-top: 2rem !important;
  }

  .mr-sm-5,.mx-sm-5 {
    margin-right: 2rem !important;
  }

  .mb-sm-5,.my-sm-5 {
    margin-bottom: 2rem !important;
  }

  .ml-sm-5,.mx-sm-5 {
    margin-left: 2rem !important;
  }

  .m-sm-6 {
    margin: 2.4rem !important;
  }

  .mt-sm-6,.my-sm-6 {
    margin-top: 2.4rem !important;
  }

  .mr-sm-6,.mx-sm-6 {
    margin-right: 2.4rem !important;
  }

  .mb-sm-6,.my-sm-6 {
    margin-bottom: 2.4rem !important;
  }

  .ml-sm-6,.mx-sm-6 {
    margin-left: 2.4rem !important;
  }

  .m-sm-7 {
    margin: 2.8rem !important;
  }

  .mt-sm-7,.my-sm-7 {
    margin-top: 2.8rem !important;
  }

  .mr-sm-7,.mx-sm-7 {
    margin-right: 2.8rem !important;
  }

  .mb-sm-7,.my-sm-7 {
    margin-bottom: 2.8rem !important;
  }

  .ml-sm-7,.mx-sm-7 {
    margin-left: 2.8rem !important;
  }

  .m-sm-8 {
    margin: 3.2rem !important;
  }

  .mt-sm-8,.my-sm-8 {
    margin-top: 3.2rem !important;
  }

  .mr-sm-8,.mx-sm-8 {
    margin-right: 3.2rem !important;
  }

  .mb-sm-8,.my-sm-8 {
    margin-bottom: 3.2rem !important;
  }

  .ml-sm-8,.mx-sm-8 {
    margin-left: 3.2rem !important;
  }

  .m-sm-9 {
    margin: 3.6rem !important;
  }

  .mt-sm-9,.my-sm-9 {
    margin-top: 3.6rem !important;
  }

  .mr-sm-9,.mx-sm-9 {
    margin-right: 3.6rem !important;
  }

  .mb-sm-9,.my-sm-9 {
    margin-bottom: 3.6rem !important;
  }

  .ml-sm-9,.mx-sm-9 {
    margin-left: 3.6rem !important;
  }

  .m-sm-10 {
    margin: 4rem !important;
  }

  .mt-sm-10,.my-sm-10 {
    margin-top: 4rem !important;
  }

  .mr-sm-10,.mx-sm-10 {
    margin-right: 4rem !important;
  }

  .mb-sm-10,.my-sm-10 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-10,.mx-sm-10 {
    margin-left: 4rem !important;
  }

  .m-sm-11 {
    margin: 4.4rem !important;
  }

  .mt-sm-11,.my-sm-11 {
    margin-top: 4.4rem !important;
  }

  .mr-sm-11,.mx-sm-11 {
    margin-right: 4.4rem !important;
  }

  .mb-sm-11,.my-sm-11 {
    margin-bottom: 4.4rem !important;
  }

  .ml-sm-11,.mx-sm-11 {
    margin-left: 4.4rem !important;
  }

  .m-sm-12 {
    margin: 4.8rem !important;
  }

  .mt-sm-12,.my-sm-12 {
    margin-top: 4.8rem !important;
  }

  .mr-sm-12,.mx-sm-12 {
    margin-right: 4.8rem !important;
  }

  .mb-sm-12,.my-sm-12 {
    margin-bottom: 4.8rem !important;
  }

  .ml-sm-12,.mx-sm-12 {
    margin-left: 4.8rem !important;
  }

  .m-sm-13 {
    margin: 5.2rem !important;
  }

  .mt-sm-13,.my-sm-13 {
    margin-top: 5.2rem !important;
  }

  .mr-sm-13,.mx-sm-13 {
    margin-right: 5.2rem !important;
  }

  .mb-sm-13,.my-sm-13 {
    margin-bottom: 5.2rem !important;
  }

  .ml-sm-13,.mx-sm-13 {
    margin-left: 5.2rem !important;
  }

  .m-sm-14 {
    margin: 5.6rem !important;
  }

  .mt-sm-14,.my-sm-14 {
    margin-top: 5.6rem !important;
  }

  .mr-sm-14,.mx-sm-14 {
    margin-right: 5.6rem !important;
  }

  .mb-sm-14,.my-sm-14 {
    margin-bottom: 5.6rem !important;
  }

  .ml-sm-14,.mx-sm-14 {
    margin-left: 5.6rem !important;
  }

  .m-sm-15 {
    margin: 6rem !important;
  }

  .mt-sm-15,.my-sm-15 {
    margin-top: 6rem !important;
  }

  .mr-sm-15,.mx-sm-15 {
    margin-right: 6rem !important;
  }

  .mb-sm-15,.my-sm-15 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-15,.mx-sm-15 {
    margin-left: 6rem !important;
  }

  .m-sm-16 {
    margin: 6.4rem !important;
  }

  .mt-sm-16,.my-sm-16 {
    margin-top: 6.4rem !important;
  }

  .mr-sm-16,.mx-sm-16 {
    margin-right: 6.4rem !important;
  }

  .mb-sm-16,.my-sm-16 {
    margin-bottom: 6.4rem !important;
  }

  .ml-sm-16,.mx-sm-16 {
    margin-left: 6.4rem !important;
  }

  .m-sm-17 {
    margin: 6.8rem !important;
  }

  .mt-sm-17,.my-sm-17 {
    margin-top: 6.8rem !important;
  }

  .mr-sm-17,.mx-sm-17 {
    margin-right: 6.8rem !important;
  }

  .mb-sm-17,.my-sm-17 {
    margin-bottom: 6.8rem !important;
  }

  .ml-sm-17,.mx-sm-17 {
    margin-left: 6.8rem !important;
  }

  .m-sm-18 {
    margin: 7.2rem !important;
  }

  .mt-sm-18,.my-sm-18 {
    margin-top: 7.2rem !important;
  }

  .mr-sm-18,.mx-sm-18 {
    margin-right: 7.2rem !important;
  }

  .mb-sm-18,.my-sm-18 {
    margin-bottom: 7.2rem !important;
  }

  .ml-sm-18,.mx-sm-18 {
    margin-left: 7.2rem !important;
  }

  .m-sm-19 {
    margin: 7.6rem !important;
  }

  .mt-sm-19,.my-sm-19 {
    margin-top: 7.6rem !important;
  }

  .mr-sm-19,.mx-sm-19 {
    margin-right: 7.6rem !important;
  }

  .mb-sm-19,.my-sm-19 {
    margin-bottom: 7.6rem !important;
  }

  .ml-sm-19,.mx-sm-19 {
    margin-left: 7.6rem !important;
  }

  .m-sm-20 {
    margin: 8rem !important;
  }

  .mt-sm-20,.my-sm-20 {
    margin-top: 8rem !important;
  }

  .mr-sm-20,.mx-sm-20 {
    margin-right: 8rem !important;
  }

  .mb-sm-20,.my-sm-20 {
    margin-bottom: 8rem !important;
  }

  .ml-sm-20,.mx-sm-20 {
    margin-left: 8rem !important;
  }

  .m-sm-21 {
    margin: 8.4rem !important;
  }

  .mt-sm-21,.my-sm-21 {
    margin-top: 8.4rem !important;
  }

  .mr-sm-21,.mx-sm-21 {
    margin-right: 8.4rem !important;
  }

  .mb-sm-21,.my-sm-21 {
    margin-bottom: 8.4rem !important;
  }

  .ml-sm-21,.mx-sm-21 {
    margin-left: 8.4rem !important;
  }

  .m-sm-22 {
    margin: 8.8rem !important;
  }

  .mt-sm-22,.my-sm-22 {
    margin-top: 8.8rem !important;
  }

  .mr-sm-22,.mx-sm-22 {
    margin-right: 8.8rem !important;
  }

  .mb-sm-22,.my-sm-22 {
    margin-bottom: 8.8rem !important;
  }

  .ml-sm-22,.mx-sm-22 {
    margin-left: 8.8rem !important;
  }

  .m-sm-23 {
    margin: 9.2rem !important;
  }

  .mt-sm-23,.my-sm-23 {
    margin-top: 9.2rem !important;
  }

  .mr-sm-23,.mx-sm-23 {
    margin-right: 9.2rem !important;
  }

  .mb-sm-23,.my-sm-23 {
    margin-bottom: 9.2rem !important;
  }

  .ml-sm-23,.mx-sm-23 {
    margin-left: 9.2rem !important;
  }

  .m-sm-24 {
    margin: 9.6rem !important;
  }

  .mt-sm-24,.my-sm-24 {
    margin-top: 9.6rem !important;
  }

  .mr-sm-24,.mx-sm-24 {
    margin-right: 9.6rem !important;
  }

  .mb-sm-24,.my-sm-24 {
    margin-bottom: 9.6rem !important;
  }

  .ml-sm-24,.mx-sm-24 {
    margin-left: 9.6rem !important;
  }

  .m-sm-25 {
    margin: 10rem !important;
  }

  .mt-sm-25,.my-sm-25 {
    margin-top: 10rem !important;
  }

  .mr-sm-25,.mx-sm-25 {
    margin-right: 10rem !important;
  }

  .mb-sm-25,.my-sm-25 {
    margin-bottom: 10rem !important;
  }

  .ml-sm-25,.mx-sm-25 {
    margin-left: 10rem !important;
  }

  .m-sm-26 {
    margin: 10.4rem !important;
  }

  .mt-sm-26,.my-sm-26 {
    margin-top: 10.4rem !important;
  }

  .mr-sm-26,.mx-sm-26 {
    margin-right: 10.4rem !important;
  }

  .mb-sm-26,.my-sm-26 {
    margin-bottom: 10.4rem !important;
  }

  .ml-sm-26,.mx-sm-26 {
    margin-left: 10.4rem !important;
  }

  .m-sm-27 {
    margin: 10.8rem !important;
  }

  .mt-sm-27,.my-sm-27 {
    margin-top: 10.8rem !important;
  }

  .mr-sm-27,.mx-sm-27 {
    margin-right: 10.8rem !important;
  }

  .mb-sm-27,.my-sm-27 {
    margin-bottom: 10.8rem !important;
  }

  .ml-sm-27,.mx-sm-27 {
    margin-left: 10.8rem !important;
  }

  .m-sm-28 {
    margin: 11.2rem !important;
  }

  .mt-sm-28,.my-sm-28 {
    margin-top: 11.2rem !important;
  }

  .mr-sm-28,.mx-sm-28 {
    margin-right: 11.2rem !important;
  }

  .mb-sm-28,.my-sm-28 {
    margin-bottom: 11.2rem !important;
  }

  .ml-sm-28,.mx-sm-28 {
    margin-left: 11.2rem !important;
  }

  .m-sm-29 {
    margin: 11.6rem !important;
  }

  .mt-sm-29,.my-sm-29 {
    margin-top: 11.6rem !important;
  }

  .mr-sm-29,.mx-sm-29 {
    margin-right: 11.6rem !important;
  }

  .mb-sm-29,.my-sm-29 {
    margin-bottom: 11.6rem !important;
  }

  .ml-sm-29,.mx-sm-29 {
    margin-left: 11.6rem !important;
  }

  .m-sm-30 {
    margin: 12rem !important;
  }

  .mt-sm-30,.my-sm-30 {
    margin-top: 12rem !important;
  }

  .mr-sm-30,.mx-sm-30 {
    margin-right: 12rem !important;
  }

  .mb-sm-30,.my-sm-30 {
    margin-bottom: 12rem !important;
  }

  .ml-sm-30,.mx-sm-30 {
    margin-left: 12rem !important;
  }

  .m-sm-31 {
    margin: 12.4rem !important;
  }

  .mt-sm-31,.my-sm-31 {
    margin-top: 12.4rem !important;
  }

  .mr-sm-31,.mx-sm-31 {
    margin-right: 12.4rem !important;
  }

  .mb-sm-31,.my-sm-31 {
    margin-bottom: 12.4rem !important;
  }

  .ml-sm-31,.mx-sm-31 {
    margin-left: 12.4rem !important;
  }

  .m-sm-32 {
    margin: 12.8rem !important;
  }

  .mt-sm-32,.my-sm-32 {
    margin-top: 12.8rem !important;
  }

  .mr-sm-32,.mx-sm-32 {
    margin-right: 12.8rem !important;
  }

  .mb-sm-32,.my-sm-32 {
    margin-bottom: 12.8rem !important;
  }

  .ml-sm-32,.mx-sm-32 {
    margin-left: 12.8rem !important;
  }

  .m-sm-33 {
    margin: 13.2rem !important;
  }

  .mt-sm-33,.my-sm-33 {
    margin-top: 13.2rem !important;
  }

  .mr-sm-33,.mx-sm-33 {
    margin-right: 13.2rem !important;
  }

  .mb-sm-33,.my-sm-33 {
    margin-bottom: 13.2rem !important;
  }

  .ml-sm-33,.mx-sm-33 {
    margin-left: 13.2rem !important;
  }

  .m-sm-34 {
    margin: 13.6rem !important;
  }

  .mt-sm-34,.my-sm-34 {
    margin-top: 13.6rem !important;
  }

  .mr-sm-34,.mx-sm-34 {
    margin-right: 13.6rem !important;
  }

  .mb-sm-34,.my-sm-34 {
    margin-bottom: 13.6rem !important;
  }

  .ml-sm-34,.mx-sm-34 {
    margin-left: 13.6rem !important;
  }

  .m-sm-35 {
    margin: 14rem !important;
  }

  .mt-sm-35,.my-sm-35 {
    margin-top: 14rem !important;
  }

  .mr-sm-35,.mx-sm-35 {
    margin-right: 14rem !important;
  }

  .mb-sm-35,.my-sm-35 {
    margin-bottom: 14rem !important;
  }

  .ml-sm-35,.mx-sm-35 {
    margin-left: 14rem !important;
  }

  .m-sm-36 {
    margin: 14.4rem !important;
  }

  .mt-sm-36,.my-sm-36 {
    margin-top: 14.4rem !important;
  }

  .mr-sm-36,.mx-sm-36 {
    margin-right: 14.4rem !important;
  }

  .mb-sm-36,.my-sm-36 {
    margin-bottom: 14.4rem !important;
  }

  .ml-sm-36,.mx-sm-36 {
    margin-left: 14.4rem !important;
  }

  .m-sm-37 {
    margin: 14.8rem !important;
  }

  .mt-sm-37,.my-sm-37 {
    margin-top: 14.8rem !important;
  }

  .mr-sm-37,.mx-sm-37 {
    margin-right: 14.8rem !important;
  }

  .mb-sm-37,.my-sm-37 {
    margin-bottom: 14.8rem !important;
  }

  .ml-sm-37,.mx-sm-37 {
    margin-left: 14.8rem !important;
  }

  .m-sm-38 {
    margin: 15.2rem !important;
  }

  .mt-sm-38,.my-sm-38 {
    margin-top: 15.2rem !important;
  }

  .mr-sm-38,.mx-sm-38 {
    margin-right: 15.2rem !important;
  }

  .mb-sm-38,.my-sm-38 {
    margin-bottom: 15.2rem !important;
  }

  .ml-sm-38,.mx-sm-38 {
    margin-left: 15.2rem !important;
  }

  .m-sm-39 {
    margin: 15.6rem !important;
  }

  .mt-sm-39,.my-sm-39 {
    margin-top: 15.6rem !important;
  }

  .mr-sm-39,.mx-sm-39 {
    margin-right: 15.6rem !important;
  }

  .mb-sm-39,.my-sm-39 {
    margin-bottom: 15.6rem !important;
  }

  .ml-sm-39,.mx-sm-39 {
    margin-left: 15.6rem !important;
  }

  .m-sm-40 {
    margin: 16rem !important;
  }

  .mt-sm-40,.my-sm-40 {
    margin-top: 16rem !important;
  }

  .mr-sm-40,.mx-sm-40 {
    margin-right: 16rem !important;
  }

  .mb-sm-40,.my-sm-40 {
    margin-bottom: 16rem !important;
  }

  .ml-sm-40,.mx-sm-40 {
    margin-left: 16rem !important;
  }

  .m-sm-41 {
    margin: 16.4rem !important;
  }

  .mt-sm-41,.my-sm-41 {
    margin-top: 16.4rem !important;
  }

  .mr-sm-41,.mx-sm-41 {
    margin-right: 16.4rem !important;
  }

  .mb-sm-41,.my-sm-41 {
    margin-bottom: 16.4rem !important;
  }

  .ml-sm-41,.mx-sm-41 {
    margin-left: 16.4rem !important;
  }

  .m-sm-42 {
    margin: 16.8rem !important;
  }

  .mt-sm-42,.my-sm-42 {
    margin-top: 16.8rem !important;
  }

  .mr-sm-42,.mx-sm-42 {
    margin-right: 16.8rem !important;
  }

  .mb-sm-42,.my-sm-42 {
    margin-bottom: 16.8rem !important;
  }

  .ml-sm-42,.mx-sm-42 {
    margin-left: 16.8rem !important;
  }

  .m-sm-43 {
    margin: 17.2rem !important;
  }

  .mt-sm-43,.my-sm-43 {
    margin-top: 17.2rem !important;
  }

  .mr-sm-43,.mx-sm-43 {
    margin-right: 17.2rem !important;
  }

  .mb-sm-43,.my-sm-43 {
    margin-bottom: 17.2rem !important;
  }

  .ml-sm-43,.mx-sm-43 {
    margin-left: 17.2rem !important;
  }

  .m-sm-44 {
    margin: 17.6rem !important;
  }

  .mt-sm-44,.my-sm-44 {
    margin-top: 17.6rem !important;
  }

  .mr-sm-44,.mx-sm-44 {
    margin-right: 17.6rem !important;
  }

  .mb-sm-44,.my-sm-44 {
    margin-bottom: 17.6rem !important;
  }

  .ml-sm-44,.mx-sm-44 {
    margin-left: 17.6rem !important;
  }

  .m-sm-45 {
    margin: 18rem !important;
  }

  .mt-sm-45,.my-sm-45 {
    margin-top: 18rem !important;
  }

  .mr-sm-45,.mx-sm-45 {
    margin-right: 18rem !important;
  }

  .mb-sm-45,.my-sm-45 {
    margin-bottom: 18rem !important;
  }

  .ml-sm-45,.mx-sm-45 {
    margin-left: 18rem !important;
  }

  .m-sm-46 {
    margin: 18.4rem !important;
  }

  .mt-sm-46,.my-sm-46 {
    margin-top: 18.4rem !important;
  }

  .mr-sm-46,.mx-sm-46 {
    margin-right: 18.4rem !important;
  }

  .mb-sm-46,.my-sm-46 {
    margin-bottom: 18.4rem !important;
  }

  .ml-sm-46,.mx-sm-46 {
    margin-left: 18.4rem !important;
  }

  .m-sm-47 {
    margin: 18.8rem !important;
  }

  .mt-sm-47,.my-sm-47 {
    margin-top: 18.8rem !important;
  }

  .mr-sm-47,.mx-sm-47 {
    margin-right: 18.8rem !important;
  }

  .mb-sm-47,.my-sm-47 {
    margin-bottom: 18.8rem !important;
  }

  .ml-sm-47,.mx-sm-47 {
    margin-left: 18.8rem !important;
  }

  .m-sm-48 {
    margin: 19.2rem !important;
  }

  .mt-sm-48,.my-sm-48 {
    margin-top: 19.2rem !important;
  }

  .mr-sm-48,.mx-sm-48 {
    margin-right: 19.2rem !important;
  }

  .mb-sm-48,.my-sm-48 {
    margin-bottom: 19.2rem !important;
  }

  .ml-sm-48,.mx-sm-48 {
    margin-left: 19.2rem !important;
  }

  .m-sm-49 {
    margin: 19.6rem !important;
  }

  .mt-sm-49,.my-sm-49 {
    margin-top: 19.6rem !important;
  }

  .mr-sm-49,.mx-sm-49 {
    margin-right: 19.6rem !important;
  }

  .mb-sm-49,.my-sm-49 {
    margin-bottom: 19.6rem !important;
  }

  .ml-sm-49,.mx-sm-49 {
    margin-left: 19.6rem !important;
  }

  .m-sm-50 {
    margin: 20rem !important;
  }

  .mt-sm-50,.my-sm-50 {
    margin-top: 20rem !important;
  }

  .mr-sm-50,.mx-sm-50 {
    margin-right: 20rem !important;
  }

  .mb-sm-50,.my-sm-50 {
    margin-bottom: 20rem !important;
  }

  .ml-sm-50,.mx-sm-50 {
    margin-left: 20rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: .4rem !important;
  }

  .pt-sm-1,.py-sm-1 {
    padding-top: .4rem !important;
  }

  .pr-sm-1,.px-sm-1 {
    padding-right: .4rem !important;
  }

  .pb-sm-1,.py-sm-1 {
    padding-bottom: .4rem !important;
  }

  .pl-sm-1,.px-sm-1 {
    padding-left: .4rem !important;
  }

  .p-sm-2 {
    padding: .8rem !important;
  }

  .pt-sm-2,.py-sm-2 {
    padding-top: .8rem !important;
  }

  .pr-sm-2,.px-sm-2 {
    padding-right: .8rem !important;
  }

  .pb-sm-2,.py-sm-2 {
    padding-bottom: .8rem !important;
  }

  .pl-sm-2,.px-sm-2 {
    padding-left: .8rem !important;
  }

  .p-sm-3 {
    padding: 1.2rem !important;
  }

  .pt-sm-3,.py-sm-3 {
    padding-top: 1.2rem !important;
  }

  .pr-sm-3,.px-sm-3 {
    padding-right: 1.2rem !important;
  }

  .pb-sm-3,.py-sm-3 {
    padding-bottom: 1.2rem !important;
  }

  .pl-sm-3,.px-sm-3 {
    padding-left: 1.2rem !important;
  }

  .p-sm-4 {
    padding: 1.6rem !important;
  }

  .pt-sm-4,.py-sm-4 {
    padding-top: 1.6rem !important;
  }

  .pr-sm-4,.px-sm-4 {
    padding-right: 1.6rem !important;
  }

  .pb-sm-4,.py-sm-4 {
    padding-bottom: 1.6rem !important;
  }

  .pl-sm-4,.px-sm-4 {
    padding-left: 1.6rem !important;
  }

  .p-sm-5 {
    padding: 2rem !important;
  }

  .pt-sm-5,.py-sm-5 {
    padding-top: 2rem !important;
  }

  .pr-sm-5,.px-sm-5 {
    padding-right: 2rem !important;
  }

  .pb-sm-5,.py-sm-5 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-5,.px-sm-5 {
    padding-left: 2rem !important;
  }

  .p-sm-6 {
    padding: 2.4rem !important;
  }

  .pt-sm-6,.py-sm-6 {
    padding-top: 2.4rem !important;
  }

  .pr-sm-6,.px-sm-6 {
    padding-right: 2.4rem !important;
  }

  .pb-sm-6,.py-sm-6 {
    padding-bottom: 2.4rem !important;
  }

  .pl-sm-6,.px-sm-6 {
    padding-left: 2.4rem !important;
  }

  .p-sm-7 {
    padding: 2.8rem !important;
  }

  .pt-sm-7,.py-sm-7 {
    padding-top: 2.8rem !important;
  }

  .pr-sm-7,.px-sm-7 {
    padding-right: 2.8rem !important;
  }

  .pb-sm-7,.py-sm-7 {
    padding-bottom: 2.8rem !important;
  }

  .pl-sm-7,.px-sm-7 {
    padding-left: 2.8rem !important;
  }

  .p-sm-8 {
    padding: 3.2rem !important;
  }

  .pt-sm-8,.py-sm-8 {
    padding-top: 3.2rem !important;
  }

  .pr-sm-8,.px-sm-8 {
    padding-right: 3.2rem !important;
  }

  .pb-sm-8,.py-sm-8 {
    padding-bottom: 3.2rem !important;
  }

  .pl-sm-8,.px-sm-8 {
    padding-left: 3.2rem !important;
  }

  .p-sm-9 {
    padding: 3.6rem !important;
  }

  .pt-sm-9,.py-sm-9 {
    padding-top: 3.6rem !important;
  }

  .pr-sm-9,.px-sm-9 {
    padding-right: 3.6rem !important;
  }

  .pb-sm-9,.py-sm-9 {
    padding-bottom: 3.6rem !important;
  }

  .pl-sm-9,.px-sm-9 {
    padding-left: 3.6rem !important;
  }

  .p-sm-10 {
    padding: 4rem !important;
  }

  .pt-sm-10,.py-sm-10 {
    padding-top: 4rem !important;
  }

  .pr-sm-10,.px-sm-10 {
    padding-right: 4rem !important;
  }

  .pb-sm-10,.py-sm-10 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-10,.px-sm-10 {
    padding-left: 4rem !important;
  }

  .p-sm-11 {
    padding: 4.4rem !important;
  }

  .pt-sm-11,.py-sm-11 {
    padding-top: 4.4rem !important;
  }

  .pr-sm-11,.px-sm-11 {
    padding-right: 4.4rem !important;
  }

  .pb-sm-11,.py-sm-11 {
    padding-bottom: 4.4rem !important;
  }

  .pl-sm-11,.px-sm-11 {
    padding-left: 4.4rem !important;
  }

  .p-sm-12 {
    padding: 4.8rem !important;
  }

  .pt-sm-12,.py-sm-12 {
    padding-top: 4.8rem !important;
  }

  .pr-sm-12,.px-sm-12 {
    padding-right: 4.8rem !important;
  }

  .pb-sm-12,.py-sm-12 {
    padding-bottom: 4.8rem !important;
  }

  .pl-sm-12,.px-sm-12 {
    padding-left: 4.8rem !important;
  }

  .p-sm-13 {
    padding: 5.2rem !important;
  }

  .pt-sm-13,.py-sm-13 {
    padding-top: 5.2rem !important;
  }

  .pr-sm-13,.px-sm-13 {
    padding-right: 5.2rem !important;
  }

  .pb-sm-13,.py-sm-13 {
    padding-bottom: 5.2rem !important;
  }

  .pl-sm-13,.px-sm-13 {
    padding-left: 5.2rem !important;
  }

  .p-sm-14 {
    padding: 5.6rem !important;
  }

  .pt-sm-14,.py-sm-14 {
    padding-top: 5.6rem !important;
  }

  .pr-sm-14,.px-sm-14 {
    padding-right: 5.6rem !important;
  }

  .pb-sm-14,.py-sm-14 {
    padding-bottom: 5.6rem !important;
  }

  .pl-sm-14,.px-sm-14 {
    padding-left: 5.6rem !important;
  }

  .p-sm-15 {
    padding: 6rem !important;
  }

  .pt-sm-15,.py-sm-15 {
    padding-top: 6rem !important;
  }

  .pr-sm-15,.px-sm-15 {
    padding-right: 6rem !important;
  }

  .pb-sm-15,.py-sm-15 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-15,.px-sm-15 {
    padding-left: 6rem !important;
  }

  .p-sm-16 {
    padding: 6.4rem !important;
  }

  .pt-sm-16,.py-sm-16 {
    padding-top: 6.4rem !important;
  }

  .pr-sm-16,.px-sm-16 {
    padding-right: 6.4rem !important;
  }

  .pb-sm-16,.py-sm-16 {
    padding-bottom: 6.4rem !important;
  }

  .pl-sm-16,.px-sm-16 {
    padding-left: 6.4rem !important;
  }

  .p-sm-17 {
    padding: 6.8rem !important;
  }

  .pt-sm-17,.py-sm-17 {
    padding-top: 6.8rem !important;
  }

  .pr-sm-17,.px-sm-17 {
    padding-right: 6.8rem !important;
  }

  .pb-sm-17,.py-sm-17 {
    padding-bottom: 6.8rem !important;
  }

  .pl-sm-17,.px-sm-17 {
    padding-left: 6.8rem !important;
  }

  .p-sm-18 {
    padding: 7.2rem !important;
  }

  .pt-sm-18,.py-sm-18 {
    padding-top: 7.2rem !important;
  }

  .pr-sm-18,.px-sm-18 {
    padding-right: 7.2rem !important;
  }

  .pb-sm-18,.py-sm-18 {
    padding-bottom: 7.2rem !important;
  }

  .pl-sm-18,.px-sm-18 {
    padding-left: 7.2rem !important;
  }

  .p-sm-19 {
    padding: 7.6rem !important;
  }

  .pt-sm-19,.py-sm-19 {
    padding-top: 7.6rem !important;
  }

  .pr-sm-19,.px-sm-19 {
    padding-right: 7.6rem !important;
  }

  .pb-sm-19,.py-sm-19 {
    padding-bottom: 7.6rem !important;
  }

  .pl-sm-19,.px-sm-19 {
    padding-left: 7.6rem !important;
  }

  .p-sm-20 {
    padding: 8rem !important;
  }

  .pt-sm-20,.py-sm-20 {
    padding-top: 8rem !important;
  }

  .pr-sm-20,.px-sm-20 {
    padding-right: 8rem !important;
  }

  .pb-sm-20,.py-sm-20 {
    padding-bottom: 8rem !important;
  }

  .pl-sm-20,.px-sm-20 {
    padding-left: 8rem !important;
  }

  .p-sm-21 {
    padding: 8.4rem !important;
  }

  .pt-sm-21,.py-sm-21 {
    padding-top: 8.4rem !important;
  }

  .pr-sm-21,.px-sm-21 {
    padding-right: 8.4rem !important;
  }

  .pb-sm-21,.py-sm-21 {
    padding-bottom: 8.4rem !important;
  }

  .pl-sm-21,.px-sm-21 {
    padding-left: 8.4rem !important;
  }

  .p-sm-22 {
    padding: 8.8rem !important;
  }

  .pt-sm-22,.py-sm-22 {
    padding-top: 8.8rem !important;
  }

  .pr-sm-22,.px-sm-22 {
    padding-right: 8.8rem !important;
  }

  .pb-sm-22,.py-sm-22 {
    padding-bottom: 8.8rem !important;
  }

  .pl-sm-22,.px-sm-22 {
    padding-left: 8.8rem !important;
  }

  .p-sm-23 {
    padding: 9.2rem !important;
  }

  .pt-sm-23,.py-sm-23 {
    padding-top: 9.2rem !important;
  }

  .pr-sm-23,.px-sm-23 {
    padding-right: 9.2rem !important;
  }

  .pb-sm-23,.py-sm-23 {
    padding-bottom: 9.2rem !important;
  }

  .pl-sm-23,.px-sm-23 {
    padding-left: 9.2rem !important;
  }

  .p-sm-24 {
    padding: 9.6rem !important;
  }

  .pt-sm-24,.py-sm-24 {
    padding-top: 9.6rem !important;
  }

  .pr-sm-24,.px-sm-24 {
    padding-right: 9.6rem !important;
  }

  .pb-sm-24,.py-sm-24 {
    padding-bottom: 9.6rem !important;
  }

  .pl-sm-24,.px-sm-24 {
    padding-left: 9.6rem !important;
  }

  .p-sm-25 {
    padding: 10rem !important;
  }

  .pt-sm-25,.py-sm-25 {
    padding-top: 10rem !important;
  }

  .pr-sm-25,.px-sm-25 {
    padding-right: 10rem !important;
  }

  .pb-sm-25,.py-sm-25 {
    padding-bottom: 10rem !important;
  }

  .pl-sm-25,.px-sm-25 {
    padding-left: 10rem !important;
  }

  .p-sm-26 {
    padding: 10.4rem !important;
  }

  .pt-sm-26,.py-sm-26 {
    padding-top: 10.4rem !important;
  }

  .pr-sm-26,.px-sm-26 {
    padding-right: 10.4rem !important;
  }

  .pb-sm-26,.py-sm-26 {
    padding-bottom: 10.4rem !important;
  }

  .pl-sm-26,.px-sm-26 {
    padding-left: 10.4rem !important;
  }

  .p-sm-27 {
    padding: 10.8rem !important;
  }

  .pt-sm-27,.py-sm-27 {
    padding-top: 10.8rem !important;
  }

  .pr-sm-27,.px-sm-27 {
    padding-right: 10.8rem !important;
  }

  .pb-sm-27,.py-sm-27 {
    padding-bottom: 10.8rem !important;
  }

  .pl-sm-27,.px-sm-27 {
    padding-left: 10.8rem !important;
  }

  .p-sm-28 {
    padding: 11.2rem !important;
  }

  .pt-sm-28,.py-sm-28 {
    padding-top: 11.2rem !important;
  }

  .pr-sm-28,.px-sm-28 {
    padding-right: 11.2rem !important;
  }

  .pb-sm-28,.py-sm-28 {
    padding-bottom: 11.2rem !important;
  }

  .pl-sm-28,.px-sm-28 {
    padding-left: 11.2rem !important;
  }

  .p-sm-29 {
    padding: 11.6rem !important;
  }

  .pt-sm-29,.py-sm-29 {
    padding-top: 11.6rem !important;
  }

  .pr-sm-29,.px-sm-29 {
    padding-right: 11.6rem !important;
  }

  .pb-sm-29,.py-sm-29 {
    padding-bottom: 11.6rem !important;
  }

  .pl-sm-29,.px-sm-29 {
    padding-left: 11.6rem !important;
  }

  .p-sm-30 {
    padding: 12rem !important;
  }

  .pt-sm-30,.py-sm-30 {
    padding-top: 12rem !important;
  }

  .pr-sm-30,.px-sm-30 {
    padding-right: 12rem !important;
  }

  .pb-sm-30,.py-sm-30 {
    padding-bottom: 12rem !important;
  }

  .pl-sm-30,.px-sm-30 {
    padding-left: 12rem !important;
  }

  .p-sm-31 {
    padding: 12.4rem !important;
  }

  .pt-sm-31,.py-sm-31 {
    padding-top: 12.4rem !important;
  }

  .pr-sm-31,.px-sm-31 {
    padding-right: 12.4rem !important;
  }

  .pb-sm-31,.py-sm-31 {
    padding-bottom: 12.4rem !important;
  }

  .pl-sm-31,.px-sm-31 {
    padding-left: 12.4rem !important;
  }

  .p-sm-32 {
    padding: 12.8rem !important;
  }

  .pt-sm-32,.py-sm-32 {
    padding-top: 12.8rem !important;
  }

  .pr-sm-32,.px-sm-32 {
    padding-right: 12.8rem !important;
  }

  .pb-sm-32,.py-sm-32 {
    padding-bottom: 12.8rem !important;
  }

  .pl-sm-32,.px-sm-32 {
    padding-left: 12.8rem !important;
  }

  .p-sm-33 {
    padding: 13.2rem !important;
  }

  .pt-sm-33,.py-sm-33 {
    padding-top: 13.2rem !important;
  }

  .pr-sm-33,.px-sm-33 {
    padding-right: 13.2rem !important;
  }

  .pb-sm-33,.py-sm-33 {
    padding-bottom: 13.2rem !important;
  }

  .pl-sm-33,.px-sm-33 {
    padding-left: 13.2rem !important;
  }

  .p-sm-34 {
    padding: 13.6rem !important;
  }

  .pt-sm-34,.py-sm-34 {
    padding-top: 13.6rem !important;
  }

  .pr-sm-34,.px-sm-34 {
    padding-right: 13.6rem !important;
  }

  .pb-sm-34,.py-sm-34 {
    padding-bottom: 13.6rem !important;
  }

  .pl-sm-34,.px-sm-34 {
    padding-left: 13.6rem !important;
  }

  .p-sm-35 {
    padding: 14rem !important;
  }

  .pt-sm-35,.py-sm-35 {
    padding-top: 14rem !important;
  }

  .pr-sm-35,.px-sm-35 {
    padding-right: 14rem !important;
  }

  .pb-sm-35,.py-sm-35 {
    padding-bottom: 14rem !important;
  }

  .pl-sm-35,.px-sm-35 {
    padding-left: 14rem !important;
  }

  .p-sm-36 {
    padding: 14.4rem !important;
  }

  .pt-sm-36,.py-sm-36 {
    padding-top: 14.4rem !important;
  }

  .pr-sm-36,.px-sm-36 {
    padding-right: 14.4rem !important;
  }

  .pb-sm-36,.py-sm-36 {
    padding-bottom: 14.4rem !important;
  }

  .pl-sm-36,.px-sm-36 {
    padding-left: 14.4rem !important;
  }

  .p-sm-37 {
    padding: 14.8rem !important;
  }

  .pt-sm-37,.py-sm-37 {
    padding-top: 14.8rem !important;
  }

  .pr-sm-37,.px-sm-37 {
    padding-right: 14.8rem !important;
  }

  .pb-sm-37,.py-sm-37 {
    padding-bottom: 14.8rem !important;
  }

  .pl-sm-37,.px-sm-37 {
    padding-left: 14.8rem !important;
  }

  .p-sm-38 {
    padding: 15.2rem !important;
  }

  .pt-sm-38,.py-sm-38 {
    padding-top: 15.2rem !important;
  }

  .pr-sm-38,.px-sm-38 {
    padding-right: 15.2rem !important;
  }

  .pb-sm-38,.py-sm-38 {
    padding-bottom: 15.2rem !important;
  }

  .pl-sm-38,.px-sm-38 {
    padding-left: 15.2rem !important;
  }

  .p-sm-39 {
    padding: 15.6rem !important;
  }

  .pt-sm-39,.py-sm-39 {
    padding-top: 15.6rem !important;
  }

  .pr-sm-39,.px-sm-39 {
    padding-right: 15.6rem !important;
  }

  .pb-sm-39,.py-sm-39 {
    padding-bottom: 15.6rem !important;
  }

  .pl-sm-39,.px-sm-39 {
    padding-left: 15.6rem !important;
  }

  .p-sm-40 {
    padding: 16rem !important;
  }

  .pt-sm-40,.py-sm-40 {
    padding-top: 16rem !important;
  }

  .pr-sm-40,.px-sm-40 {
    padding-right: 16rem !important;
  }

  .pb-sm-40,.py-sm-40 {
    padding-bottom: 16rem !important;
  }

  .pl-sm-40,.px-sm-40 {
    padding-left: 16rem !important;
  }

  .p-sm-41 {
    padding: 16.4rem !important;
  }

  .pt-sm-41,.py-sm-41 {
    padding-top: 16.4rem !important;
  }

  .pr-sm-41,.px-sm-41 {
    padding-right: 16.4rem !important;
  }

  .pb-sm-41,.py-sm-41 {
    padding-bottom: 16.4rem !important;
  }

  .pl-sm-41,.px-sm-41 {
    padding-left: 16.4rem !important;
  }

  .p-sm-42 {
    padding: 16.8rem !important;
  }

  .pt-sm-42,.py-sm-42 {
    padding-top: 16.8rem !important;
  }

  .pr-sm-42,.px-sm-42 {
    padding-right: 16.8rem !important;
  }

  .pb-sm-42,.py-sm-42 {
    padding-bottom: 16.8rem !important;
  }

  .pl-sm-42,.px-sm-42 {
    padding-left: 16.8rem !important;
  }

  .p-sm-43 {
    padding: 17.2rem !important;
  }

  .pt-sm-43,.py-sm-43 {
    padding-top: 17.2rem !important;
  }

  .pr-sm-43,.px-sm-43 {
    padding-right: 17.2rem !important;
  }

  .pb-sm-43,.py-sm-43 {
    padding-bottom: 17.2rem !important;
  }

  .pl-sm-43,.px-sm-43 {
    padding-left: 17.2rem !important;
  }

  .p-sm-44 {
    padding: 17.6rem !important;
  }

  .pt-sm-44,.py-sm-44 {
    padding-top: 17.6rem !important;
  }

  .pr-sm-44,.px-sm-44 {
    padding-right: 17.6rem !important;
  }

  .pb-sm-44,.py-sm-44 {
    padding-bottom: 17.6rem !important;
  }

  .pl-sm-44,.px-sm-44 {
    padding-left: 17.6rem !important;
  }

  .p-sm-45 {
    padding: 18rem !important;
  }

  .pt-sm-45,.py-sm-45 {
    padding-top: 18rem !important;
  }

  .pr-sm-45,.px-sm-45 {
    padding-right: 18rem !important;
  }

  .pb-sm-45,.py-sm-45 {
    padding-bottom: 18rem !important;
  }

  .pl-sm-45,.px-sm-45 {
    padding-left: 18rem !important;
  }

  .p-sm-46 {
    padding: 18.4rem !important;
  }

  .pt-sm-46,.py-sm-46 {
    padding-top: 18.4rem !important;
  }

  .pr-sm-46,.px-sm-46 {
    padding-right: 18.4rem !important;
  }

  .pb-sm-46,.py-sm-46 {
    padding-bottom: 18.4rem !important;
  }

  .pl-sm-46,.px-sm-46 {
    padding-left: 18.4rem !important;
  }

  .p-sm-47 {
    padding: 18.8rem !important;
  }

  .pt-sm-47,.py-sm-47 {
    padding-top: 18.8rem !important;
  }

  .pr-sm-47,.px-sm-47 {
    padding-right: 18.8rem !important;
  }

  .pb-sm-47,.py-sm-47 {
    padding-bottom: 18.8rem !important;
  }

  .pl-sm-47,.px-sm-47 {
    padding-left: 18.8rem !important;
  }

  .p-sm-48 {
    padding: 19.2rem !important;
  }

  .pt-sm-48,.py-sm-48 {
    padding-top: 19.2rem !important;
  }

  .pr-sm-48,.px-sm-48 {
    padding-right: 19.2rem !important;
  }

  .pb-sm-48,.py-sm-48 {
    padding-bottom: 19.2rem !important;
  }

  .pl-sm-48,.px-sm-48 {
    padding-left: 19.2rem !important;
  }

  .p-sm-49 {
    padding: 19.6rem !important;
  }

  .pt-sm-49,.py-sm-49 {
    padding-top: 19.6rem !important;
  }

  .pr-sm-49,.px-sm-49 {
    padding-right: 19.6rem !important;
  }

  .pb-sm-49,.py-sm-49 {
    padding-bottom: 19.6rem !important;
  }

  .pl-sm-49,.px-sm-49 {
    padding-left: 19.6rem !important;
  }

  .p-sm-50 {
    padding: 20rem !important;
  }

  .pt-sm-50,.py-sm-50 {
    padding-top: 20rem !important;
  }

  .pr-sm-50,.px-sm-50 {
    padding-right: 20rem !important;
  }

  .pb-sm-50,.py-sm-50 {
    padding-bottom: 20rem !important;
  }

  .pl-sm-50,.px-sm-50 {
    padding-left: 20rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: .4rem !important;
  }

  .mt-md-1,.my-md-1 {
    margin-top: .4rem !important;
  }

  .mr-md-1,.mx-md-1 {
    margin-right: .4rem !important;
  }

  .mb-md-1,.my-md-1 {
    margin-bottom: .4rem !important;
  }

  .ml-md-1,.mx-md-1 {
    margin-left: .4rem !important;
  }

  .m-md-2 {
    margin: .8rem !important;
  }

  .mt-md-2,.my-md-2 {
    margin-top: .8rem !important;
  }

  .mr-md-2,.mx-md-2 {
    margin-right: .8rem !important;
  }

  .mb-md-2,.my-md-2 {
    margin-bottom: .8rem !important;
  }

  .ml-md-2,.mx-md-2 {
    margin-left: .8rem !important;
  }

  .m-md-3 {
    margin: 1.2rem !important;
  }

  .mt-md-3,.my-md-3 {
    margin-top: 1.2rem !important;
  }

  .mr-md-3,.mx-md-3 {
    margin-right: 1.2rem !important;
  }

  .mb-md-3,.my-md-3 {
    margin-bottom: 1.2rem !important;
  }

  .ml-md-3,.mx-md-3 {
    margin-left: 1.2rem !important;
  }

  .m-md-4 {
    margin: 1.6rem !important;
  }

  .mt-md-4,.my-md-4 {
    margin-top: 1.6rem !important;
  }

  .mr-md-4,.mx-md-4 {
    margin-right: 1.6rem !important;
  }

  .mb-md-4,.my-md-4 {
    margin-bottom: 1.6rem !important;
  }

  .ml-md-4,.mx-md-4 {
    margin-left: 1.6rem !important;
  }

  .m-md-5 {
    margin: 2rem !important;
  }

  .mt-md-5,.my-md-5 {
    margin-top: 2rem !important;
  }

  .mr-md-5,.mx-md-5 {
    margin-right: 2rem !important;
  }

  .mb-md-5,.my-md-5 {
    margin-bottom: 2rem !important;
  }

  .ml-md-5,.mx-md-5 {
    margin-left: 2rem !important;
  }

  .m-md-6 {
    margin: 2.4rem !important;
  }

  .mt-md-6,.my-md-6 {
    margin-top: 2.4rem !important;
  }

  .mr-md-6,.mx-md-6 {
    margin-right: 2.4rem !important;
  }

  .mb-md-6,.my-md-6 {
    margin-bottom: 2.4rem !important;
  }

  .ml-md-6,.mx-md-6 {
    margin-left: 2.4rem !important;
  }

  .m-md-7 {
    margin: 2.8rem !important;
  }

  .mt-md-7,.my-md-7 {
    margin-top: 2.8rem !important;
  }

  .mr-md-7,.mx-md-7 {
    margin-right: 2.8rem !important;
  }

  .mb-md-7,.my-md-7 {
    margin-bottom: 2.8rem !important;
  }

  .ml-md-7,.mx-md-7 {
    margin-left: 2.8rem !important;
  }

  .m-md-8 {
    margin: 3.2rem !important;
  }

  .mt-md-8,.my-md-8 {
    margin-top: 3.2rem !important;
  }

  .mr-md-8,.mx-md-8 {
    margin-right: 3.2rem !important;
  }

  .mb-md-8,.my-md-8 {
    margin-bottom: 3.2rem !important;
  }

  .ml-md-8,.mx-md-8 {
    margin-left: 3.2rem !important;
  }

  .m-md-9 {
    margin: 3.6rem !important;
  }

  .mt-md-9,.my-md-9 {
    margin-top: 3.6rem !important;
  }

  .mr-md-9,.mx-md-9 {
    margin-right: 3.6rem !important;
  }

  .mb-md-9,.my-md-9 {
    margin-bottom: 3.6rem !important;
  }

  .ml-md-9,.mx-md-9 {
    margin-left: 3.6rem !important;
  }

  .m-md-10 {
    margin: 4rem !important;
  }

  .mt-md-10,.my-md-10 {
    margin-top: 4rem !important;
  }

  .mr-md-10,.mx-md-10 {
    margin-right: 4rem !important;
  }

  .mb-md-10,.my-md-10 {
    margin-bottom: 4rem !important;
  }

  .ml-md-10,.mx-md-10 {
    margin-left: 4rem !important;
  }

  .m-md-11 {
    margin: 4.4rem !important;
  }

  .mt-md-11,.my-md-11 {
    margin-top: 4.4rem !important;
  }

  .mr-md-11,.mx-md-11 {
    margin-right: 4.4rem !important;
  }

  .mb-md-11,.my-md-11 {
    margin-bottom: 4.4rem !important;
  }

  .ml-md-11,.mx-md-11 {
    margin-left: 4.4rem !important;
  }

  .m-md-12 {
    margin: 4.8rem !important;
  }

  .mt-md-12,.my-md-12 {
    margin-top: 4.8rem !important;
  }

  .mr-md-12,.mx-md-12 {
    margin-right: 4.8rem !important;
  }

  .mb-md-12,.my-md-12 {
    margin-bottom: 4.8rem !important;
  }

  .ml-md-12,.mx-md-12 {
    margin-left: 4.8rem !important;
  }

  .m-md-13 {
    margin: 5.2rem !important;
  }

  .mt-md-13,.my-md-13 {
    margin-top: 5.2rem !important;
  }

  .mr-md-13,.mx-md-13 {
    margin-right: 5.2rem !important;
  }

  .mb-md-13,.my-md-13 {
    margin-bottom: 5.2rem !important;
  }

  .ml-md-13,.mx-md-13 {
    margin-left: 5.2rem !important;
  }

  .m-md-14 {
    margin: 5.6rem !important;
  }

  .mt-md-14,.my-md-14 {
    margin-top: 5.6rem !important;
  }

  .mr-md-14,.mx-md-14 {
    margin-right: 5.6rem !important;
  }

  .mb-md-14,.my-md-14 {
    margin-bottom: 5.6rem !important;
  }

  .ml-md-14,.mx-md-14 {
    margin-left: 5.6rem !important;
  }

  .m-md-15 {
    margin: 6rem !important;
  }

  .mt-md-15,.my-md-15 {
    margin-top: 6rem !important;
  }

  .mr-md-15,.mx-md-15 {
    margin-right: 6rem !important;
  }

  .mb-md-15,.my-md-15 {
    margin-bottom: 6rem !important;
  }

  .ml-md-15,.mx-md-15 {
    margin-left: 6rem !important;
  }

  .m-md-16 {
    margin: 6.4rem !important;
  }

  .mt-md-16,.my-md-16 {
    margin-top: 6.4rem !important;
  }

  .mr-md-16,.mx-md-16 {
    margin-right: 6.4rem !important;
  }

  .mb-md-16,.my-md-16 {
    margin-bottom: 6.4rem !important;
  }

  .ml-md-16,.mx-md-16 {
    margin-left: 6.4rem !important;
  }

  .m-md-17 {
    margin: 6.8rem !important;
  }

  .mt-md-17,.my-md-17 {
    margin-top: 6.8rem !important;
  }

  .mr-md-17,.mx-md-17 {
    margin-right: 6.8rem !important;
  }

  .mb-md-17,.my-md-17 {
    margin-bottom: 6.8rem !important;
  }

  .ml-md-17,.mx-md-17 {
    margin-left: 6.8rem !important;
  }

  .m-md-18 {
    margin: 7.2rem !important;
  }

  .mt-md-18,.my-md-18 {
    margin-top: 7.2rem !important;
  }

  .mr-md-18,.mx-md-18 {
    margin-right: 7.2rem !important;
  }

  .mb-md-18,.my-md-18 {
    margin-bottom: 7.2rem !important;
  }

  .ml-md-18,.mx-md-18 {
    margin-left: 7.2rem !important;
  }

  .m-md-19 {
    margin: 7.6rem !important;
  }

  .mt-md-19,.my-md-19 {
    margin-top: 7.6rem !important;
  }

  .mr-md-19,.mx-md-19 {
    margin-right: 7.6rem !important;
  }

  .mb-md-19,.my-md-19 {
    margin-bottom: 7.6rem !important;
  }

  .ml-md-19,.mx-md-19 {
    margin-left: 7.6rem !important;
  }

  .m-md-20 {
    margin: 8rem !important;
  }

  .mt-md-20,.my-md-20 {
    margin-top: 8rem !important;
  }

  .mr-md-20,.mx-md-20 {
    margin-right: 8rem !important;
  }

  .mb-md-20,.my-md-20 {
    margin-bottom: 8rem !important;
  }

  .ml-md-20,.mx-md-20 {
    margin-left: 8rem !important;
  }

  .m-md-21 {
    margin: 8.4rem !important;
  }

  .mt-md-21,.my-md-21 {
    margin-top: 8.4rem !important;
  }

  .mr-md-21,.mx-md-21 {
    margin-right: 8.4rem !important;
  }

  .mb-md-21,.my-md-21 {
    margin-bottom: 8.4rem !important;
  }

  .ml-md-21,.mx-md-21 {
    margin-left: 8.4rem !important;
  }

  .m-md-22 {
    margin: 8.8rem !important;
  }

  .mt-md-22,.my-md-22 {
    margin-top: 8.8rem !important;
  }

  .mr-md-22,.mx-md-22 {
    margin-right: 8.8rem !important;
  }

  .mb-md-22,.my-md-22 {
    margin-bottom: 8.8rem !important;
  }

  .ml-md-22,.mx-md-22 {
    margin-left: 8.8rem !important;
  }

  .m-md-23 {
    margin: 9.2rem !important;
  }

  .mt-md-23,.my-md-23 {
    margin-top: 9.2rem !important;
  }

  .mr-md-23,.mx-md-23 {
    margin-right: 9.2rem !important;
  }

  .mb-md-23,.my-md-23 {
    margin-bottom: 9.2rem !important;
  }

  .ml-md-23,.mx-md-23 {
    margin-left: 9.2rem !important;
  }

  .m-md-24 {
    margin: 9.6rem !important;
  }

  .mt-md-24,.my-md-24 {
    margin-top: 9.6rem !important;
  }

  .mr-md-24,.mx-md-24 {
    margin-right: 9.6rem !important;
  }

  .mb-md-24,.my-md-24 {
    margin-bottom: 9.6rem !important;
  }

  .ml-md-24,.mx-md-24 {
    margin-left: 9.6rem !important;
  }

  .m-md-25 {
    margin: 10rem !important;
  }

  .mt-md-25,.my-md-25 {
    margin-top: 10rem !important;
  }

  .mr-md-25,.mx-md-25 {
    margin-right: 10rem !important;
  }

  .mb-md-25,.my-md-25 {
    margin-bottom: 10rem !important;
  }

  .ml-md-25,.mx-md-25 {
    margin-left: 10rem !important;
  }

  .m-md-26 {
    margin: 10.4rem !important;
  }

  .mt-md-26,.my-md-26 {
    margin-top: 10.4rem !important;
  }

  .mr-md-26,.mx-md-26 {
    margin-right: 10.4rem !important;
  }

  .mb-md-26,.my-md-26 {
    margin-bottom: 10.4rem !important;
  }

  .ml-md-26,.mx-md-26 {
    margin-left: 10.4rem !important;
  }

  .m-md-27 {
    margin: 10.8rem !important;
  }

  .mt-md-27,.my-md-27 {
    margin-top: 10.8rem !important;
  }

  .mr-md-27,.mx-md-27 {
    margin-right: 10.8rem !important;
  }

  .mb-md-27,.my-md-27 {
    margin-bottom: 10.8rem !important;
  }

  .ml-md-27,.mx-md-27 {
    margin-left: 10.8rem !important;
  }

  .m-md-28 {
    margin: 11.2rem !important;
  }

  .mt-md-28,.my-md-28 {
    margin-top: 11.2rem !important;
  }

  .mr-md-28,.mx-md-28 {
    margin-right: 11.2rem !important;
  }

  .mb-md-28,.my-md-28 {
    margin-bottom: 11.2rem !important;
  }

  .ml-md-28,.mx-md-28 {
    margin-left: 11.2rem !important;
  }

  .m-md-29 {
    margin: 11.6rem !important;
  }

  .mt-md-29,.my-md-29 {
    margin-top: 11.6rem !important;
  }

  .mr-md-29,.mx-md-29 {
    margin-right: 11.6rem !important;
  }

  .mb-md-29,.my-md-29 {
    margin-bottom: 11.6rem !important;
  }

  .ml-md-29,.mx-md-29 {
    margin-left: 11.6rem !important;
  }

  .m-md-30 {
    margin: 12rem !important;
  }

  .mt-md-30,.my-md-30 {
    margin-top: 12rem !important;
  }

  .mr-md-30,.mx-md-30 {
    margin-right: 12rem !important;
  }

  .mb-md-30,.my-md-30 {
    margin-bottom: 12rem !important;
  }

  .ml-md-30,.mx-md-30 {
    margin-left: 12rem !important;
  }

  .m-md-31 {
    margin: 12.4rem !important;
  }

  .mt-md-31,.my-md-31 {
    margin-top: 12.4rem !important;
  }

  .mr-md-31,.mx-md-31 {
    margin-right: 12.4rem !important;
  }

  .mb-md-31,.my-md-31 {
    margin-bottom: 12.4rem !important;
  }

  .ml-md-31,.mx-md-31 {
    margin-left: 12.4rem !important;
  }

  .m-md-32 {
    margin: 12.8rem !important;
  }

  .mt-md-32,.my-md-32 {
    margin-top: 12.8rem !important;
  }

  .mr-md-32,.mx-md-32 {
    margin-right: 12.8rem !important;
  }

  .mb-md-32,.my-md-32 {
    margin-bottom: 12.8rem !important;
  }

  .ml-md-32,.mx-md-32 {
    margin-left: 12.8rem !important;
  }

  .m-md-33 {
    margin: 13.2rem !important;
  }

  .mt-md-33,.my-md-33 {
    margin-top: 13.2rem !important;
  }

  .mr-md-33,.mx-md-33 {
    margin-right: 13.2rem !important;
  }

  .mb-md-33,.my-md-33 {
    margin-bottom: 13.2rem !important;
  }

  .ml-md-33,.mx-md-33 {
    margin-left: 13.2rem !important;
  }

  .m-md-34 {
    margin: 13.6rem !important;
  }

  .mt-md-34,.my-md-34 {
    margin-top: 13.6rem !important;
  }

  .mr-md-34,.mx-md-34 {
    margin-right: 13.6rem !important;
  }

  .mb-md-34,.my-md-34 {
    margin-bottom: 13.6rem !important;
  }

  .ml-md-34,.mx-md-34 {
    margin-left: 13.6rem !important;
  }

  .m-md-35 {
    margin: 14rem !important;
  }

  .mt-md-35,.my-md-35 {
    margin-top: 14rem !important;
  }

  .mr-md-35,.mx-md-35 {
    margin-right: 14rem !important;
  }

  .mb-md-35,.my-md-35 {
    margin-bottom: 14rem !important;
  }

  .ml-md-35,.mx-md-35 {
    margin-left: 14rem !important;
  }

  .m-md-36 {
    margin: 14.4rem !important;
  }

  .mt-md-36,.my-md-36 {
    margin-top: 14.4rem !important;
  }

  .mr-md-36,.mx-md-36 {
    margin-right: 14.4rem !important;
  }

  .mb-md-36,.my-md-36 {
    margin-bottom: 14.4rem !important;
  }

  .ml-md-36,.mx-md-36 {
    margin-left: 14.4rem !important;
  }

  .m-md-37 {
    margin: 14.8rem !important;
  }

  .mt-md-37,.my-md-37 {
    margin-top: 14.8rem !important;
  }

  .mr-md-37,.mx-md-37 {
    margin-right: 14.8rem !important;
  }

  .mb-md-37,.my-md-37 {
    margin-bottom: 14.8rem !important;
  }

  .ml-md-37,.mx-md-37 {
    margin-left: 14.8rem !important;
  }

  .m-md-38 {
    margin: 15.2rem !important;
  }

  .mt-md-38,.my-md-38 {
    margin-top: 15.2rem !important;
  }

  .mr-md-38,.mx-md-38 {
    margin-right: 15.2rem !important;
  }

  .mb-md-38,.my-md-38 {
    margin-bottom: 15.2rem !important;
  }

  .ml-md-38,.mx-md-38 {
    margin-left: 15.2rem !important;
  }

  .m-md-39 {
    margin: 15.6rem !important;
  }

  .mt-md-39,.my-md-39 {
    margin-top: 15.6rem !important;
  }

  .mr-md-39,.mx-md-39 {
    margin-right: 15.6rem !important;
  }

  .mb-md-39,.my-md-39 {
    margin-bottom: 15.6rem !important;
  }

  .ml-md-39,.mx-md-39 {
    margin-left: 15.6rem !important;
  }

  .m-md-40 {
    margin: 16rem !important;
  }

  .mt-md-40,.my-md-40 {
    margin-top: 16rem !important;
  }

  .mr-md-40,.mx-md-40 {
    margin-right: 16rem !important;
  }

  .mb-md-40,.my-md-40 {
    margin-bottom: 16rem !important;
  }

  .ml-md-40,.mx-md-40 {
    margin-left: 16rem !important;
  }

  .m-md-41 {
    margin: 16.4rem !important;
  }

  .mt-md-41,.my-md-41 {
    margin-top: 16.4rem !important;
  }

  .mr-md-41,.mx-md-41 {
    margin-right: 16.4rem !important;
  }

  .mb-md-41,.my-md-41 {
    margin-bottom: 16.4rem !important;
  }

  .ml-md-41,.mx-md-41 {
    margin-left: 16.4rem !important;
  }

  .m-md-42 {
    margin: 16.8rem !important;
  }

  .mt-md-42,.my-md-42 {
    margin-top: 16.8rem !important;
  }

  .mr-md-42,.mx-md-42 {
    margin-right: 16.8rem !important;
  }

  .mb-md-42,.my-md-42 {
    margin-bottom: 16.8rem !important;
  }

  .ml-md-42,.mx-md-42 {
    margin-left: 16.8rem !important;
  }

  .m-md-43 {
    margin: 17.2rem !important;
  }

  .mt-md-43,.my-md-43 {
    margin-top: 17.2rem !important;
  }

  .mr-md-43,.mx-md-43 {
    margin-right: 17.2rem !important;
  }

  .mb-md-43,.my-md-43 {
    margin-bottom: 17.2rem !important;
  }

  .ml-md-43,.mx-md-43 {
    margin-left: 17.2rem !important;
  }

  .m-md-44 {
    margin: 17.6rem !important;
  }

  .mt-md-44,.my-md-44 {
    margin-top: 17.6rem !important;
  }

  .mr-md-44,.mx-md-44 {
    margin-right: 17.6rem !important;
  }

  .mb-md-44,.my-md-44 {
    margin-bottom: 17.6rem !important;
  }

  .ml-md-44,.mx-md-44 {
    margin-left: 17.6rem !important;
  }

  .m-md-45 {
    margin: 18rem !important;
  }

  .mt-md-45,.my-md-45 {
    margin-top: 18rem !important;
  }

  .mr-md-45,.mx-md-45 {
    margin-right: 18rem !important;
  }

  .mb-md-45,.my-md-45 {
    margin-bottom: 18rem !important;
  }

  .ml-md-45,.mx-md-45 {
    margin-left: 18rem !important;
  }

  .m-md-46 {
    margin: 18.4rem !important;
  }

  .mt-md-46,.my-md-46 {
    margin-top: 18.4rem !important;
  }

  .mr-md-46,.mx-md-46 {
    margin-right: 18.4rem !important;
  }

  .mb-md-46,.my-md-46 {
    margin-bottom: 18.4rem !important;
  }

  .ml-md-46,.mx-md-46 {
    margin-left: 18.4rem !important;
  }

  .m-md-47 {
    margin: 18.8rem !important;
  }

  .mt-md-47,.my-md-47 {
    margin-top: 18.8rem !important;
  }

  .mr-md-47,.mx-md-47 {
    margin-right: 18.8rem !important;
  }

  .mb-md-47,.my-md-47 {
    margin-bottom: 18.8rem !important;
  }

  .ml-md-47,.mx-md-47 {
    margin-left: 18.8rem !important;
  }

  .m-md-48 {
    margin: 19.2rem !important;
  }

  .mt-md-48,.my-md-48 {
    margin-top: 19.2rem !important;
  }

  .mr-md-48,.mx-md-48 {
    margin-right: 19.2rem !important;
  }

  .mb-md-48,.my-md-48 {
    margin-bottom: 19.2rem !important;
  }

  .ml-md-48,.mx-md-48 {
    margin-left: 19.2rem !important;
  }

  .m-md-49 {
    margin: 19.6rem !important;
  }

  .mt-md-49,.my-md-49 {
    margin-top: 19.6rem !important;
  }

  .mr-md-49,.mx-md-49 {
    margin-right: 19.6rem !important;
  }

  .mb-md-49,.my-md-49 {
    margin-bottom: 19.6rem !important;
  }

  .ml-md-49,.mx-md-49 {
    margin-left: 19.6rem !important;
  }

  .m-md-50 {
    margin: 20rem !important;
  }

  .mt-md-50,.my-md-50 {
    margin-top: 20rem !important;
  }

  .mr-md-50,.mx-md-50 {
    margin-right: 20rem !important;
  }

  .mb-md-50,.my-md-50 {
    margin-bottom: 20rem !important;
  }

  .ml-md-50,.mx-md-50 {
    margin-left: 20rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: .4rem !important;
  }

  .pt-md-1,.py-md-1 {
    padding-top: .4rem !important;
  }

  .pr-md-1,.px-md-1 {
    padding-right: .4rem !important;
  }

  .pb-md-1,.py-md-1 {
    padding-bottom: .4rem !important;
  }

  .pl-md-1,.px-md-1 {
    padding-left: .4rem !important;
  }

  .p-md-2 {
    padding: .8rem !important;
  }

  .pt-md-2,.py-md-2 {
    padding-top: .8rem !important;
  }

  .pr-md-2,.px-md-2 {
    padding-right: .8rem !important;
  }

  .pb-md-2,.py-md-2 {
    padding-bottom: .8rem !important;
  }

  .pl-md-2,.px-md-2 {
    padding-left: .8rem !important;
  }

  .p-md-3 {
    padding: 1.2rem !important;
  }

  .pt-md-3,.py-md-3 {
    padding-top: 1.2rem !important;
  }

  .pr-md-3,.px-md-3 {
    padding-right: 1.2rem !important;
  }

  .pb-md-3,.py-md-3 {
    padding-bottom: 1.2rem !important;
  }

  .pl-md-3,.px-md-3 {
    padding-left: 1.2rem !important;
  }

  .p-md-4 {
    padding: 1.6rem !important;
  }

  .pt-md-4,.py-md-4 {
    padding-top: 1.6rem !important;
  }

  .pr-md-4,.px-md-4 {
    padding-right: 1.6rem !important;
  }

  .pb-md-4,.py-md-4 {
    padding-bottom: 1.6rem !important;
  }

  .pl-md-4,.px-md-4 {
    padding-left: 1.6rem !important;
  }

  .p-md-5 {
    padding: 2rem !important;
  }

  .pt-md-5,.py-md-5 {
    padding-top: 2rem !important;
  }

  .pr-md-5,.px-md-5 {
    padding-right: 2rem !important;
  }

  .pb-md-5,.py-md-5 {
    padding-bottom: 2rem !important;
  }

  .pl-md-5,.px-md-5 {
    padding-left: 2rem !important;
  }

  .p-md-6 {
    padding: 2.4rem !important;
  }

  .pt-md-6,.py-md-6 {
    padding-top: 2.4rem !important;
  }

  .pr-md-6,.px-md-6 {
    padding-right: 2.4rem !important;
  }

  .pb-md-6,.py-md-6 {
    padding-bottom: 2.4rem !important;
  }

  .pl-md-6,.px-md-6 {
    padding-left: 2.4rem !important;
  }

  .p-md-7 {
    padding: 2.8rem !important;
  }

  .pt-md-7,.py-md-7 {
    padding-top: 2.8rem !important;
  }

  .pr-md-7,.px-md-7 {
    padding-right: 2.8rem !important;
  }

  .pb-md-7,.py-md-7 {
    padding-bottom: 2.8rem !important;
  }

  .pl-md-7,.px-md-7 {
    padding-left: 2.8rem !important;
  }

  .p-md-8 {
    padding: 3.2rem !important;
  }

  .pt-md-8,.py-md-8 {
    padding-top: 3.2rem !important;
  }

  .pr-md-8,.px-md-8 {
    padding-right: 3.2rem !important;
  }

  .pb-md-8,.py-md-8 {
    padding-bottom: 3.2rem !important;
  }

  .pl-md-8,.px-md-8 {
    padding-left: 3.2rem !important;
  }

  .p-md-9 {
    padding: 3.6rem !important;
  }

  .pt-md-9,.py-md-9 {
    padding-top: 3.6rem !important;
  }

  .pr-md-9,.px-md-9 {
    padding-right: 3.6rem !important;
  }

  .pb-md-9,.py-md-9 {
    padding-bottom: 3.6rem !important;
  }

  .pl-md-9,.px-md-9 {
    padding-left: 3.6rem !important;
  }

  .p-md-10 {
    padding: 4rem !important;
  }

  .pt-md-10,.py-md-10 {
    padding-top: 4rem !important;
  }

  .pr-md-10,.px-md-10 {
    padding-right: 4rem !important;
  }

  .pb-md-10,.py-md-10 {
    padding-bottom: 4rem !important;
  }

  .pl-md-10,.px-md-10 {
    padding-left: 4rem !important;
  }

  .p-md-11 {
    padding: 4.4rem !important;
  }

  .pt-md-11,.py-md-11 {
    padding-top: 4.4rem !important;
  }

  .pr-md-11,.px-md-11 {
    padding-right: 4.4rem !important;
  }

  .pb-md-11,.py-md-11 {
    padding-bottom: 4.4rem !important;
  }

  .pl-md-11,.px-md-11 {
    padding-left: 4.4rem !important;
  }

  .p-md-12 {
    padding: 4.8rem !important;
  }

  .pt-md-12,.py-md-12 {
    padding-top: 4.8rem !important;
  }

  .pr-md-12,.px-md-12 {
    padding-right: 4.8rem !important;
  }

  .pb-md-12,.py-md-12 {
    padding-bottom: 4.8rem !important;
  }

  .pl-md-12,.px-md-12 {
    padding-left: 4.8rem !important;
  }

  .p-md-13 {
    padding: 5.2rem !important;
  }

  .pt-md-13,.py-md-13 {
    padding-top: 5.2rem !important;
  }

  .pr-md-13,.px-md-13 {
    padding-right: 5.2rem !important;
  }

  .pb-md-13,.py-md-13 {
    padding-bottom: 5.2rem !important;
  }

  .pl-md-13,.px-md-13 {
    padding-left: 5.2rem !important;
  }

  .p-md-14 {
    padding: 5.6rem !important;
  }

  .pt-md-14,.py-md-14 {
    padding-top: 5.6rem !important;
  }

  .pr-md-14,.px-md-14 {
    padding-right: 5.6rem !important;
  }

  .pb-md-14,.py-md-14 {
    padding-bottom: 5.6rem !important;
  }

  .pl-md-14,.px-md-14 {
    padding-left: 5.6rem !important;
  }

  .p-md-15 {
    padding: 6rem !important;
  }

  .pt-md-15,.py-md-15 {
    padding-top: 6rem !important;
  }

  .pr-md-15,.px-md-15 {
    padding-right: 6rem !important;
  }

  .pb-md-15,.py-md-15 {
    padding-bottom: 6rem !important;
  }

  .pl-md-15,.px-md-15 {
    padding-left: 6rem !important;
  }

  .p-md-16 {
    padding: 6.4rem !important;
  }

  .pt-md-16,.py-md-16 {
    padding-top: 6.4rem !important;
  }

  .pr-md-16,.px-md-16 {
    padding-right: 6.4rem !important;
  }

  .pb-md-16,.py-md-16 {
    padding-bottom: 6.4rem !important;
  }

  .pl-md-16,.px-md-16 {
    padding-left: 6.4rem !important;
  }

  .p-md-17 {
    padding: 6.8rem !important;
  }

  .pt-md-17,.py-md-17 {
    padding-top: 6.8rem !important;
  }

  .pr-md-17,.px-md-17 {
    padding-right: 6.8rem !important;
  }

  .pb-md-17,.py-md-17 {
    padding-bottom: 6.8rem !important;
  }

  .pl-md-17,.px-md-17 {
    padding-left: 6.8rem !important;
  }

  .p-md-18 {
    padding: 7.2rem !important;
  }

  .pt-md-18,.py-md-18 {
    padding-top: 7.2rem !important;
  }

  .pr-md-18,.px-md-18 {
    padding-right: 7.2rem !important;
  }

  .pb-md-18,.py-md-18 {
    padding-bottom: 7.2rem !important;
  }

  .pl-md-18,.px-md-18 {
    padding-left: 7.2rem !important;
  }

  .p-md-19 {
    padding: 7.6rem !important;
  }

  .pt-md-19,.py-md-19 {
    padding-top: 7.6rem !important;
  }

  .pr-md-19,.px-md-19 {
    padding-right: 7.6rem !important;
  }

  .pb-md-19,.py-md-19 {
    padding-bottom: 7.6rem !important;
  }

  .pl-md-19,.px-md-19 {
    padding-left: 7.6rem !important;
  }

  .p-md-20 {
    padding: 8rem !important;
  }

  .pt-md-20,.py-md-20 {
    padding-top: 8rem !important;
  }

  .pr-md-20,.px-md-20 {
    padding-right: 8rem !important;
  }

  .pb-md-20,.py-md-20 {
    padding-bottom: 8rem !important;
  }

  .pl-md-20,.px-md-20 {
    padding-left: 8rem !important;
  }

  .p-md-21 {
    padding: 8.4rem !important;
  }

  .pt-md-21,.py-md-21 {
    padding-top: 8.4rem !important;
  }

  .pr-md-21,.px-md-21 {
    padding-right: 8.4rem !important;
  }

  .pb-md-21,.py-md-21 {
    padding-bottom: 8.4rem !important;
  }

  .pl-md-21,.px-md-21 {
    padding-left: 8.4rem !important;
  }

  .p-md-22 {
    padding: 8.8rem !important;
  }

  .pt-md-22,.py-md-22 {
    padding-top: 8.8rem !important;
  }

  .pr-md-22,.px-md-22 {
    padding-right: 8.8rem !important;
  }

  .pb-md-22,.py-md-22 {
    padding-bottom: 8.8rem !important;
  }

  .pl-md-22,.px-md-22 {
    padding-left: 8.8rem !important;
  }

  .p-md-23 {
    padding: 9.2rem !important;
  }

  .pt-md-23,.py-md-23 {
    padding-top: 9.2rem !important;
  }

  .pr-md-23,.px-md-23 {
    padding-right: 9.2rem !important;
  }

  .pb-md-23,.py-md-23 {
    padding-bottom: 9.2rem !important;
  }

  .pl-md-23,.px-md-23 {
    padding-left: 9.2rem !important;
  }

  .p-md-24 {
    padding: 9.6rem !important;
  }

  .pt-md-24,.py-md-24 {
    padding-top: 9.6rem !important;
  }

  .pr-md-24,.px-md-24 {
    padding-right: 9.6rem !important;
  }

  .pb-md-24,.py-md-24 {
    padding-bottom: 9.6rem !important;
  }

  .pl-md-24,.px-md-24 {
    padding-left: 9.6rem !important;
  }

  .p-md-25 {
    padding: 10rem !important;
  }

  .pt-md-25,.py-md-25 {
    padding-top: 10rem !important;
  }

  .pr-md-25,.px-md-25 {
    padding-right: 10rem !important;
  }

  .pb-md-25,.py-md-25 {
    padding-bottom: 10rem !important;
  }

  .pl-md-25,.px-md-25 {
    padding-left: 10rem !important;
  }

  .p-md-26 {
    padding: 10.4rem !important;
  }

  .pt-md-26,.py-md-26 {
    padding-top: 10.4rem !important;
  }

  .pr-md-26,.px-md-26 {
    padding-right: 10.4rem !important;
  }

  .pb-md-26,.py-md-26 {
    padding-bottom: 10.4rem !important;
  }

  .pl-md-26,.px-md-26 {
    padding-left: 10.4rem !important;
  }

  .p-md-27 {
    padding: 10.8rem !important;
  }

  .pt-md-27,.py-md-27 {
    padding-top: 10.8rem !important;
  }

  .pr-md-27,.px-md-27 {
    padding-right: 10.8rem !important;
  }

  .pb-md-27,.py-md-27 {
    padding-bottom: 10.8rem !important;
  }

  .pl-md-27,.px-md-27 {
    padding-left: 10.8rem !important;
  }

  .p-md-28 {
    padding: 11.2rem !important;
  }

  .pt-md-28,.py-md-28 {
    padding-top: 11.2rem !important;
  }

  .pr-md-28,.px-md-28 {
    padding-right: 11.2rem !important;
  }

  .pb-md-28,.py-md-28 {
    padding-bottom: 11.2rem !important;
  }

  .pl-md-28,.px-md-28 {
    padding-left: 11.2rem !important;
  }

  .p-md-29 {
    padding: 11.6rem !important;
  }

  .pt-md-29,.py-md-29 {
    padding-top: 11.6rem !important;
  }

  .pr-md-29,.px-md-29 {
    padding-right: 11.6rem !important;
  }

  .pb-md-29,.py-md-29 {
    padding-bottom: 11.6rem !important;
  }

  .pl-md-29,.px-md-29 {
    padding-left: 11.6rem !important;
  }

  .p-md-30 {
    padding: 12rem !important;
  }

  .pt-md-30,.py-md-30 {
    padding-top: 12rem !important;
  }

  .pr-md-30,.px-md-30 {
    padding-right: 12rem !important;
  }

  .pb-md-30,.py-md-30 {
    padding-bottom: 12rem !important;
  }

  .pl-md-30,.px-md-30 {
    padding-left: 12rem !important;
  }

  .p-md-31 {
    padding: 12.4rem !important;
  }

  .pt-md-31,.py-md-31 {
    padding-top: 12.4rem !important;
  }

  .pr-md-31,.px-md-31 {
    padding-right: 12.4rem !important;
  }

  .pb-md-31,.py-md-31 {
    padding-bottom: 12.4rem !important;
  }

  .pl-md-31,.px-md-31 {
    padding-left: 12.4rem !important;
  }

  .p-md-32 {
    padding: 12.8rem !important;
  }

  .pt-md-32,.py-md-32 {
    padding-top: 12.8rem !important;
  }

  .pr-md-32,.px-md-32 {
    padding-right: 12.8rem !important;
  }

  .pb-md-32,.py-md-32 {
    padding-bottom: 12.8rem !important;
  }

  .pl-md-32,.px-md-32 {
    padding-left: 12.8rem !important;
  }

  .p-md-33 {
    padding: 13.2rem !important;
  }

  .pt-md-33,.py-md-33 {
    padding-top: 13.2rem !important;
  }

  .pr-md-33,.px-md-33 {
    padding-right: 13.2rem !important;
  }

  .pb-md-33,.py-md-33 {
    padding-bottom: 13.2rem !important;
  }

  .pl-md-33,.px-md-33 {
    padding-left: 13.2rem !important;
  }

  .p-md-34 {
    padding: 13.6rem !important;
  }

  .pt-md-34,.py-md-34 {
    padding-top: 13.6rem !important;
  }

  .pr-md-34,.px-md-34 {
    padding-right: 13.6rem !important;
  }

  .pb-md-34,.py-md-34 {
    padding-bottom: 13.6rem !important;
  }

  .pl-md-34,.px-md-34 {
    padding-left: 13.6rem !important;
  }

  .p-md-35 {
    padding: 14rem !important;
  }

  .pt-md-35,.py-md-35 {
    padding-top: 14rem !important;
  }

  .pr-md-35,.px-md-35 {
    padding-right: 14rem !important;
  }

  .pb-md-35,.py-md-35 {
    padding-bottom: 14rem !important;
  }

  .pl-md-35,.px-md-35 {
    padding-left: 14rem !important;
  }

  .p-md-36 {
    padding: 14.4rem !important;
  }

  .pt-md-36,.py-md-36 {
    padding-top: 14.4rem !important;
  }

  .pr-md-36,.px-md-36 {
    padding-right: 14.4rem !important;
  }

  .pb-md-36,.py-md-36 {
    padding-bottom: 14.4rem !important;
  }

  .pl-md-36,.px-md-36 {
    padding-left: 14.4rem !important;
  }

  .p-md-37 {
    padding: 14.8rem !important;
  }

  .pt-md-37,.py-md-37 {
    padding-top: 14.8rem !important;
  }

  .pr-md-37,.px-md-37 {
    padding-right: 14.8rem !important;
  }

  .pb-md-37,.py-md-37 {
    padding-bottom: 14.8rem !important;
  }

  .pl-md-37,.px-md-37 {
    padding-left: 14.8rem !important;
  }

  .p-md-38 {
    padding: 15.2rem !important;
  }

  .pt-md-38,.py-md-38 {
    padding-top: 15.2rem !important;
  }

  .pr-md-38,.px-md-38 {
    padding-right: 15.2rem !important;
  }

  .pb-md-38,.py-md-38 {
    padding-bottom: 15.2rem !important;
  }

  .pl-md-38,.px-md-38 {
    padding-left: 15.2rem !important;
  }

  .p-md-39 {
    padding: 15.6rem !important;
  }

  .pt-md-39,.py-md-39 {
    padding-top: 15.6rem !important;
  }

  .pr-md-39,.px-md-39 {
    padding-right: 15.6rem !important;
  }

  .pb-md-39,.py-md-39 {
    padding-bottom: 15.6rem !important;
  }

  .pl-md-39,.px-md-39 {
    padding-left: 15.6rem !important;
  }

  .p-md-40 {
    padding: 16rem !important;
  }

  .pt-md-40,.py-md-40 {
    padding-top: 16rem !important;
  }

  .pr-md-40,.px-md-40 {
    padding-right: 16rem !important;
  }

  .pb-md-40,.py-md-40 {
    padding-bottom: 16rem !important;
  }

  .pl-md-40,.px-md-40 {
    padding-left: 16rem !important;
  }

  .p-md-41 {
    padding: 16.4rem !important;
  }

  .pt-md-41,.py-md-41 {
    padding-top: 16.4rem !important;
  }

  .pr-md-41,.px-md-41 {
    padding-right: 16.4rem !important;
  }

  .pb-md-41,.py-md-41 {
    padding-bottom: 16.4rem !important;
  }

  .pl-md-41,.px-md-41 {
    padding-left: 16.4rem !important;
  }

  .p-md-42 {
    padding: 16.8rem !important;
  }

  .pt-md-42,.py-md-42 {
    padding-top: 16.8rem !important;
  }

  .pr-md-42,.px-md-42 {
    padding-right: 16.8rem !important;
  }

  .pb-md-42,.py-md-42 {
    padding-bottom: 16.8rem !important;
  }

  .pl-md-42,.px-md-42 {
    padding-left: 16.8rem !important;
  }

  .p-md-43 {
    padding: 17.2rem !important;
  }

  .pt-md-43,.py-md-43 {
    padding-top: 17.2rem !important;
  }

  .pr-md-43,.px-md-43 {
    padding-right: 17.2rem !important;
  }

  .pb-md-43,.py-md-43 {
    padding-bottom: 17.2rem !important;
  }

  .pl-md-43,.px-md-43 {
    padding-left: 17.2rem !important;
  }

  .p-md-44 {
    padding: 17.6rem !important;
  }

  .pt-md-44,.py-md-44 {
    padding-top: 17.6rem !important;
  }

  .pr-md-44,.px-md-44 {
    padding-right: 17.6rem !important;
  }

  .pb-md-44,.py-md-44 {
    padding-bottom: 17.6rem !important;
  }

  .pl-md-44,.px-md-44 {
    padding-left: 17.6rem !important;
  }

  .p-md-45 {
    padding: 18rem !important;
  }

  .pt-md-45,.py-md-45 {
    padding-top: 18rem !important;
  }

  .pr-md-45,.px-md-45 {
    padding-right: 18rem !important;
  }

  .pb-md-45,.py-md-45 {
    padding-bottom: 18rem !important;
  }

  .pl-md-45,.px-md-45 {
    padding-left: 18rem !important;
  }

  .p-md-46 {
    padding: 18.4rem !important;
  }

  .pt-md-46,.py-md-46 {
    padding-top: 18.4rem !important;
  }

  .pr-md-46,.px-md-46 {
    padding-right: 18.4rem !important;
  }

  .pb-md-46,.py-md-46 {
    padding-bottom: 18.4rem !important;
  }

  .pl-md-46,.px-md-46 {
    padding-left: 18.4rem !important;
  }

  .p-md-47 {
    padding: 18.8rem !important;
  }

  .pt-md-47,.py-md-47 {
    padding-top: 18.8rem !important;
  }

  .pr-md-47,.px-md-47 {
    padding-right: 18.8rem !important;
  }

  .pb-md-47,.py-md-47 {
    padding-bottom: 18.8rem !important;
  }

  .pl-md-47,.px-md-47 {
    padding-left: 18.8rem !important;
  }

  .p-md-48 {
    padding: 19.2rem !important;
  }

  .pt-md-48,.py-md-48 {
    padding-top: 19.2rem !important;
  }

  .pr-md-48,.px-md-48 {
    padding-right: 19.2rem !important;
  }

  .pb-md-48,.py-md-48 {
    padding-bottom: 19.2rem !important;
  }

  .pl-md-48,.px-md-48 {
    padding-left: 19.2rem !important;
  }

  .p-md-49 {
    padding: 19.6rem !important;
  }

  .pt-md-49,.py-md-49 {
    padding-top: 19.6rem !important;
  }

  .pr-md-49,.px-md-49 {
    padding-right: 19.6rem !important;
  }

  .pb-md-49,.py-md-49 {
    padding-bottom: 19.6rem !important;
  }

  .pl-md-49,.px-md-49 {
    padding-left: 19.6rem !important;
  }

  .p-md-50 {
    padding: 20rem !important;
  }

  .pt-md-50,.py-md-50 {
    padding-top: 20rem !important;
  }

  .pr-md-50,.px-md-50 {
    padding-right: 20rem !important;
  }

  .pb-md-50,.py-md-50 {
    padding-bottom: 20rem !important;
  }

  .pl-md-50,.px-md-50 {
    padding-left: 20rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: .4rem !important;
  }

  .mt-lg-1,.my-lg-1 {
    margin-top: .4rem !important;
  }

  .mr-lg-1,.mx-lg-1 {
    margin-right: .4rem !important;
  }

  .mb-lg-1,.my-lg-1 {
    margin-bottom: .4rem !important;
  }

  .ml-lg-1,.mx-lg-1 {
    margin-left: .4rem !important;
  }

  .m-lg-2 {
    margin: .8rem !important;
  }

  .mt-lg-2,.my-lg-2 {
    margin-top: .8rem !important;
  }

  .mr-lg-2,.mx-lg-2 {
    margin-right: .8rem !important;
  }

  .mb-lg-2,.my-lg-2 {
    margin-bottom: .8rem !important;
  }

  .ml-lg-2,.mx-lg-2 {
    margin-left: .8rem !important;
  }

  .m-lg-3 {
    margin: 1.2rem !important;
  }

  .mt-lg-3,.my-lg-3 {
    margin-top: 1.2rem !important;
  }

  .mr-lg-3,.mx-lg-3 {
    margin-right: 1.2rem !important;
  }

  .mb-lg-3,.my-lg-3 {
    margin-bottom: 1.2rem !important;
  }

  .ml-lg-3,.mx-lg-3 {
    margin-left: 1.2rem !important;
  }

  .m-lg-4 {
    margin: 1.6rem !important;
  }

  .mt-lg-4,.my-lg-4 {
    margin-top: 1.6rem !important;
  }

  .mr-lg-4,.mx-lg-4 {
    margin-right: 1.6rem !important;
  }

  .mb-lg-4,.my-lg-4 {
    margin-bottom: 1.6rem !important;
  }

  .ml-lg-4,.mx-lg-4 {
    margin-left: 1.6rem !important;
  }

  .m-lg-5 {
    margin: 2rem !important;
  }

  .mt-lg-5,.my-lg-5 {
    margin-top: 2rem !important;
  }

  .mr-lg-5,.mx-lg-5 {
    margin-right: 2rem !important;
  }

  .mb-lg-5,.my-lg-5 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-5,.mx-lg-5 {
    margin-left: 2rem !important;
  }

  .m-lg-6 {
    margin: 2.4rem !important;
  }

  .mt-lg-6,.my-lg-6 {
    margin-top: 2.4rem !important;
  }

  .mr-lg-6,.mx-lg-6 {
    margin-right: 2.4rem !important;
  }

  .mb-lg-6,.my-lg-6 {
    margin-bottom: 2.4rem !important;
  }

  .ml-lg-6,.mx-lg-6 {
    margin-left: 2.4rem !important;
  }

  .m-lg-7 {
    margin: 2.8rem !important;
  }

  .mt-lg-7,.my-lg-7 {
    margin-top: 2.8rem !important;
  }

  .mr-lg-7,.mx-lg-7 {
    margin-right: 2.8rem !important;
  }

  .mb-lg-7,.my-lg-7 {
    margin-bottom: 2.8rem !important;
  }

  .ml-lg-7,.mx-lg-7 {
    margin-left: 2.8rem !important;
  }

  .m-lg-8 {
    margin: 3.2rem !important;
  }

  .mt-lg-8,.my-lg-8 {
    margin-top: 3.2rem !important;
  }

  .mr-lg-8,.mx-lg-8 {
    margin-right: 3.2rem !important;
  }

  .mb-lg-8,.my-lg-8 {
    margin-bottom: 3.2rem !important;
  }

  .ml-lg-8,.mx-lg-8 {
    margin-left: 3.2rem !important;
  }

  .m-lg-9 {
    margin: 3.6rem !important;
  }

  .mt-lg-9,.my-lg-9 {
    margin-top: 3.6rem !important;
  }

  .mr-lg-9,.mx-lg-9 {
    margin-right: 3.6rem !important;
  }

  .mb-lg-9,.my-lg-9 {
    margin-bottom: 3.6rem !important;
  }

  .ml-lg-9,.mx-lg-9 {
    margin-left: 3.6rem !important;
  }

  .m-lg-10 {
    margin: 4rem !important;
  }

  .mt-lg-10,.my-lg-10 {
    margin-top: 4rem !important;
  }

  .mr-lg-10,.mx-lg-10 {
    margin-right: 4rem !important;
  }

  .mb-lg-10,.my-lg-10 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-10,.mx-lg-10 {
    margin-left: 4rem !important;
  }

  .m-lg-11 {
    margin: 4.4rem !important;
  }

  .mt-lg-11,.my-lg-11 {
    margin-top: 4.4rem !important;
  }

  .mr-lg-11,.mx-lg-11 {
    margin-right: 4.4rem !important;
  }

  .mb-lg-11,.my-lg-11 {
    margin-bottom: 4.4rem !important;
  }

  .ml-lg-11,.mx-lg-11 {
    margin-left: 4.4rem !important;
  }

  .m-lg-12 {
    margin: 4.8rem !important;
  }

  .mt-lg-12,.my-lg-12 {
    margin-top: 4.8rem !important;
  }

  .mr-lg-12,.mx-lg-12 {
    margin-right: 4.8rem !important;
  }

  .mb-lg-12,.my-lg-12 {
    margin-bottom: 4.8rem !important;
  }

  .ml-lg-12,.mx-lg-12 {
    margin-left: 4.8rem !important;
  }

  .m-lg-13 {
    margin: 5.2rem !important;
  }

  .mt-lg-13,.my-lg-13 {
    margin-top: 5.2rem !important;
  }

  .mr-lg-13,.mx-lg-13 {
    margin-right: 5.2rem !important;
  }

  .mb-lg-13,.my-lg-13 {
    margin-bottom: 5.2rem !important;
  }

  .ml-lg-13,.mx-lg-13 {
    margin-left: 5.2rem !important;
  }

  .m-lg-14 {
    margin: 5.6rem !important;
  }

  .mt-lg-14,.my-lg-14 {
    margin-top: 5.6rem !important;
  }

  .mr-lg-14,.mx-lg-14 {
    margin-right: 5.6rem !important;
  }

  .mb-lg-14,.my-lg-14 {
    margin-bottom: 5.6rem !important;
  }

  .ml-lg-14,.mx-lg-14 {
    margin-left: 5.6rem !important;
  }

  .m-lg-15 {
    margin: 6rem !important;
  }

  .mt-lg-15,.my-lg-15 {
    margin-top: 6rem !important;
  }

  .mr-lg-15,.mx-lg-15 {
    margin-right: 6rem !important;
  }

  .mb-lg-15,.my-lg-15 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-15,.mx-lg-15 {
    margin-left: 6rem !important;
  }

  .m-lg-16 {
    margin: 6.4rem !important;
  }

  .mt-lg-16,.my-lg-16 {
    margin-top: 6.4rem !important;
  }

  .mr-lg-16,.mx-lg-16 {
    margin-right: 6.4rem !important;
  }

  .mb-lg-16,.my-lg-16 {
    margin-bottom: 6.4rem !important;
  }

  .ml-lg-16,.mx-lg-16 {
    margin-left: 6.4rem !important;
  }

  .m-lg-17 {
    margin: 6.8rem !important;
  }

  .mt-lg-17,.my-lg-17 {
    margin-top: 6.8rem !important;
  }

  .mr-lg-17,.mx-lg-17 {
    margin-right: 6.8rem !important;
  }

  .mb-lg-17,.my-lg-17 {
    margin-bottom: 6.8rem !important;
  }

  .ml-lg-17,.mx-lg-17 {
    margin-left: 6.8rem !important;
  }

  .m-lg-18 {
    margin: 7.2rem !important;
  }

  .mt-lg-18,.my-lg-18 {
    margin-top: 7.2rem !important;
  }

  .mr-lg-18,.mx-lg-18 {
    margin-right: 7.2rem !important;
  }

  .mb-lg-18,.my-lg-18 {
    margin-bottom: 7.2rem !important;
  }

  .ml-lg-18,.mx-lg-18 {
    margin-left: 7.2rem !important;
  }

  .m-lg-19 {
    margin: 7.6rem !important;
  }

  .mt-lg-19,.my-lg-19 {
    margin-top: 7.6rem !important;
  }

  .mr-lg-19,.mx-lg-19 {
    margin-right: 7.6rem !important;
  }

  .mb-lg-19,.my-lg-19 {
    margin-bottom: 7.6rem !important;
  }

  .ml-lg-19,.mx-lg-19 {
    margin-left: 7.6rem !important;
  }

  .m-lg-20 {
    margin: 8rem !important;
  }

  .mt-lg-20,.my-lg-20 {
    margin-top: 8rem !important;
  }

  .mr-lg-20,.mx-lg-20 {
    margin-right: 8rem !important;
  }

  .mb-lg-20,.my-lg-20 {
    margin-bottom: 8rem !important;
  }

  .ml-lg-20,.mx-lg-20 {
    margin-left: 8rem !important;
  }

  .m-lg-21 {
    margin: 8.4rem !important;
  }

  .mt-lg-21,.my-lg-21 {
    margin-top: 8.4rem !important;
  }

  .mr-lg-21,.mx-lg-21 {
    margin-right: 8.4rem !important;
  }

  .mb-lg-21,.my-lg-21 {
    margin-bottom: 8.4rem !important;
  }

  .ml-lg-21,.mx-lg-21 {
    margin-left: 8.4rem !important;
  }

  .m-lg-22 {
    margin: 8.8rem !important;
  }

  .mt-lg-22,.my-lg-22 {
    margin-top: 8.8rem !important;
  }

  .mr-lg-22,.mx-lg-22 {
    margin-right: 8.8rem !important;
  }

  .mb-lg-22,.my-lg-22 {
    margin-bottom: 8.8rem !important;
  }

  .ml-lg-22,.mx-lg-22 {
    margin-left: 8.8rem !important;
  }

  .m-lg-23 {
    margin: 9.2rem !important;
  }

  .mt-lg-23,.my-lg-23 {
    margin-top: 9.2rem !important;
  }

  .mr-lg-23,.mx-lg-23 {
    margin-right: 9.2rem !important;
  }

  .mb-lg-23,.my-lg-23 {
    margin-bottom: 9.2rem !important;
  }

  .ml-lg-23,.mx-lg-23 {
    margin-left: 9.2rem !important;
  }

  .m-lg-24 {
    margin: 9.6rem !important;
  }

  .mt-lg-24,.my-lg-24 {
    margin-top: 9.6rem !important;
  }

  .mr-lg-24,.mx-lg-24 {
    margin-right: 9.6rem !important;
  }

  .mb-lg-24,.my-lg-24 {
    margin-bottom: 9.6rem !important;
  }

  .ml-lg-24,.mx-lg-24 {
    margin-left: 9.6rem !important;
  }

  .m-lg-25 {
    margin: 10rem !important;
  }

  .mt-lg-25,.my-lg-25 {
    margin-top: 10rem !important;
  }

  .mr-lg-25,.mx-lg-25 {
    margin-right: 10rem !important;
  }

  .mb-lg-25,.my-lg-25 {
    margin-bottom: 10rem !important;
  }

  .ml-lg-25,.mx-lg-25 {
    margin-left: 10rem !important;
  }

  .m-lg-26 {
    margin: 10.4rem !important;
  }

  .mt-lg-26,.my-lg-26 {
    margin-top: 10.4rem !important;
  }

  .mr-lg-26,.mx-lg-26 {
    margin-right: 10.4rem !important;
  }

  .mb-lg-26,.my-lg-26 {
    margin-bottom: 10.4rem !important;
  }

  .ml-lg-26,.mx-lg-26 {
    margin-left: 10.4rem !important;
  }

  .m-lg-27 {
    margin: 10.8rem !important;
  }

  .mt-lg-27,.my-lg-27 {
    margin-top: 10.8rem !important;
  }

  .mr-lg-27,.mx-lg-27 {
    margin-right: 10.8rem !important;
  }

  .mb-lg-27,.my-lg-27 {
    margin-bottom: 10.8rem !important;
  }

  .ml-lg-27,.mx-lg-27 {
    margin-left: 10.8rem !important;
  }

  .m-lg-28 {
    margin: 11.2rem !important;
  }

  .mt-lg-28,.my-lg-28 {
    margin-top: 11.2rem !important;
  }

  .mr-lg-28,.mx-lg-28 {
    margin-right: 11.2rem !important;
  }

  .mb-lg-28,.my-lg-28 {
    margin-bottom: 11.2rem !important;
  }

  .ml-lg-28,.mx-lg-28 {
    margin-left: 11.2rem !important;
  }

  .m-lg-29 {
    margin: 11.6rem !important;
  }

  .mt-lg-29,.my-lg-29 {
    margin-top: 11.6rem !important;
  }

  .mr-lg-29,.mx-lg-29 {
    margin-right: 11.6rem !important;
  }

  .mb-lg-29,.my-lg-29 {
    margin-bottom: 11.6rem !important;
  }

  .ml-lg-29,.mx-lg-29 {
    margin-left: 11.6rem !important;
  }

  .m-lg-30 {
    margin: 12rem !important;
  }

  .mt-lg-30,.my-lg-30 {
    margin-top: 12rem !important;
  }

  .mr-lg-30,.mx-lg-30 {
    margin-right: 12rem !important;
  }

  .mb-lg-30,.my-lg-30 {
    margin-bottom: 12rem !important;
  }

  .ml-lg-30,.mx-lg-30 {
    margin-left: 12rem !important;
  }

  .m-lg-31 {
    margin: 12.4rem !important;
  }

  .mt-lg-31,.my-lg-31 {
    margin-top: 12.4rem !important;
  }

  .mr-lg-31,.mx-lg-31 {
    margin-right: 12.4rem !important;
  }

  .mb-lg-31,.my-lg-31 {
    margin-bottom: 12.4rem !important;
  }

  .ml-lg-31,.mx-lg-31 {
    margin-left: 12.4rem !important;
  }

  .m-lg-32 {
    margin: 12.8rem !important;
  }

  .mt-lg-32,.my-lg-32 {
    margin-top: 12.8rem !important;
  }

  .mr-lg-32,.mx-lg-32 {
    margin-right: 12.8rem !important;
  }

  .mb-lg-32,.my-lg-32 {
    margin-bottom: 12.8rem !important;
  }

  .ml-lg-32,.mx-lg-32 {
    margin-left: 12.8rem !important;
  }

  .m-lg-33 {
    margin: 13.2rem !important;
  }

  .mt-lg-33,.my-lg-33 {
    margin-top: 13.2rem !important;
  }

  .mr-lg-33,.mx-lg-33 {
    margin-right: 13.2rem !important;
  }

  .mb-lg-33,.my-lg-33 {
    margin-bottom: 13.2rem !important;
  }

  .ml-lg-33,.mx-lg-33 {
    margin-left: 13.2rem !important;
  }

  .m-lg-34 {
    margin: 13.6rem !important;
  }

  .mt-lg-34,.my-lg-34 {
    margin-top: 13.6rem !important;
  }

  .mr-lg-34,.mx-lg-34 {
    margin-right: 13.6rem !important;
  }

  .mb-lg-34,.my-lg-34 {
    margin-bottom: 13.6rem !important;
  }

  .ml-lg-34,.mx-lg-34 {
    margin-left: 13.6rem !important;
  }

  .m-lg-35 {
    margin: 14rem !important;
  }

  .mt-lg-35,.my-lg-35 {
    margin-top: 14rem !important;
  }

  .mr-lg-35,.mx-lg-35 {
    margin-right: 14rem !important;
  }

  .mb-lg-35,.my-lg-35 {
    margin-bottom: 14rem !important;
  }

  .ml-lg-35,.mx-lg-35 {
    margin-left: 14rem !important;
  }

  .m-lg-36 {
    margin: 14.4rem !important;
  }

  .mt-lg-36,.my-lg-36 {
    margin-top: 14.4rem !important;
  }

  .mr-lg-36,.mx-lg-36 {
    margin-right: 14.4rem !important;
  }

  .mb-lg-36,.my-lg-36 {
    margin-bottom: 14.4rem !important;
  }

  .ml-lg-36,.mx-lg-36 {
    margin-left: 14.4rem !important;
  }

  .m-lg-37 {
    margin: 14.8rem !important;
  }

  .mt-lg-37,.my-lg-37 {
    margin-top: 14.8rem !important;
  }

  .mr-lg-37,.mx-lg-37 {
    margin-right: 14.8rem !important;
  }

  .mb-lg-37,.my-lg-37 {
    margin-bottom: 14.8rem !important;
  }

  .ml-lg-37,.mx-lg-37 {
    margin-left: 14.8rem !important;
  }

  .m-lg-38 {
    margin: 15.2rem !important;
  }

  .mt-lg-38,.my-lg-38 {
    margin-top: 15.2rem !important;
  }

  .mr-lg-38,.mx-lg-38 {
    margin-right: 15.2rem !important;
  }

  .mb-lg-38,.my-lg-38 {
    margin-bottom: 15.2rem !important;
  }

  .ml-lg-38,.mx-lg-38 {
    margin-left: 15.2rem !important;
  }

  .m-lg-39 {
    margin: 15.6rem !important;
  }

  .mt-lg-39,.my-lg-39 {
    margin-top: 15.6rem !important;
  }

  .mr-lg-39,.mx-lg-39 {
    margin-right: 15.6rem !important;
  }

  .mb-lg-39,.my-lg-39 {
    margin-bottom: 15.6rem !important;
  }

  .ml-lg-39,.mx-lg-39 {
    margin-left: 15.6rem !important;
  }

  .m-lg-40 {
    margin: 16rem !important;
  }

  .mt-lg-40,.my-lg-40 {
    margin-top: 16rem !important;
  }

  .mr-lg-40,.mx-lg-40 {
    margin-right: 16rem !important;
  }

  .mb-lg-40,.my-lg-40 {
    margin-bottom: 16rem !important;
  }

  .ml-lg-40,.mx-lg-40 {
    margin-left: 16rem !important;
  }

  .m-lg-41 {
    margin: 16.4rem !important;
  }

  .mt-lg-41,.my-lg-41 {
    margin-top: 16.4rem !important;
  }

  .mr-lg-41,.mx-lg-41 {
    margin-right: 16.4rem !important;
  }

  .mb-lg-41,.my-lg-41 {
    margin-bottom: 16.4rem !important;
  }

  .ml-lg-41,.mx-lg-41 {
    margin-left: 16.4rem !important;
  }

  .m-lg-42 {
    margin: 16.8rem !important;
  }

  .mt-lg-42,.my-lg-42 {
    margin-top: 16.8rem !important;
  }

  .mr-lg-42,.mx-lg-42 {
    margin-right: 16.8rem !important;
  }

  .mb-lg-42,.my-lg-42 {
    margin-bottom: 16.8rem !important;
  }

  .ml-lg-42,.mx-lg-42 {
    margin-left: 16.8rem !important;
  }

  .m-lg-43 {
    margin: 17.2rem !important;
  }

  .mt-lg-43,.my-lg-43 {
    margin-top: 17.2rem !important;
  }

  .mr-lg-43,.mx-lg-43 {
    margin-right: 17.2rem !important;
  }

  .mb-lg-43,.my-lg-43 {
    margin-bottom: 17.2rem !important;
  }

  .ml-lg-43,.mx-lg-43 {
    margin-left: 17.2rem !important;
  }

  .m-lg-44 {
    margin: 17.6rem !important;
  }

  .mt-lg-44,.my-lg-44 {
    margin-top: 17.6rem !important;
  }

  .mr-lg-44,.mx-lg-44 {
    margin-right: 17.6rem !important;
  }

  .mb-lg-44,.my-lg-44 {
    margin-bottom: 17.6rem !important;
  }

  .ml-lg-44,.mx-lg-44 {
    margin-left: 17.6rem !important;
  }

  .m-lg-45 {
    margin: 18rem !important;
  }

  .mt-lg-45,.my-lg-45 {
    margin-top: 18rem !important;
  }

  .mr-lg-45,.mx-lg-45 {
    margin-right: 18rem !important;
  }

  .mb-lg-45,.my-lg-45 {
    margin-bottom: 18rem !important;
  }

  .ml-lg-45,.mx-lg-45 {
    margin-left: 18rem !important;
  }

  .m-lg-46 {
    margin: 18.4rem !important;
  }

  .mt-lg-46,.my-lg-46 {
    margin-top: 18.4rem !important;
  }

  .mr-lg-46,.mx-lg-46 {
    margin-right: 18.4rem !important;
  }

  .mb-lg-46,.my-lg-46 {
    margin-bottom: 18.4rem !important;
  }

  .ml-lg-46,.mx-lg-46 {
    margin-left: 18.4rem !important;
  }

  .m-lg-47 {
    margin: 18.8rem !important;
  }

  .mt-lg-47,.my-lg-47 {
    margin-top: 18.8rem !important;
  }

  .mr-lg-47,.mx-lg-47 {
    margin-right: 18.8rem !important;
  }

  .mb-lg-47,.my-lg-47 {
    margin-bottom: 18.8rem !important;
  }

  .ml-lg-47,.mx-lg-47 {
    margin-left: 18.8rem !important;
  }

  .m-lg-48 {
    margin: 19.2rem !important;
  }

  .mt-lg-48,.my-lg-48 {
    margin-top: 19.2rem !important;
  }

  .mr-lg-48,.mx-lg-48 {
    margin-right: 19.2rem !important;
  }

  .mb-lg-48,.my-lg-48 {
    margin-bottom: 19.2rem !important;
  }

  .ml-lg-48,.mx-lg-48 {
    margin-left: 19.2rem !important;
  }

  .m-lg-49 {
    margin: 19.6rem !important;
  }

  .mt-lg-49,.my-lg-49 {
    margin-top: 19.6rem !important;
  }

  .mr-lg-49,.mx-lg-49 {
    margin-right: 19.6rem !important;
  }

  .mb-lg-49,.my-lg-49 {
    margin-bottom: 19.6rem !important;
  }

  .ml-lg-49,.mx-lg-49 {
    margin-left: 19.6rem !important;
  }

  .m-lg-50 {
    margin: 20rem !important;
  }

  .mt-lg-50,.my-lg-50 {
    margin-top: 20rem !important;
  }

  .mr-lg-50,.mx-lg-50 {
    margin-right: 20rem !important;
  }

  .mb-lg-50,.my-lg-50 {
    margin-bottom: 20rem !important;
  }

  .ml-lg-50,.mx-lg-50 {
    margin-left: 20rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: .4rem !important;
  }

  .pt-lg-1,.py-lg-1 {
    padding-top: .4rem !important;
  }

  .pr-lg-1,.px-lg-1 {
    padding-right: .4rem !important;
  }

  .pb-lg-1,.py-lg-1 {
    padding-bottom: .4rem !important;
  }

  .pl-lg-1,.px-lg-1 {
    padding-left: .4rem !important;
  }

  .p-lg-2 {
    padding: .8rem !important;
  }

  .pt-lg-2,.py-lg-2 {
    padding-top: .8rem !important;
  }

  .pr-lg-2,.px-lg-2 {
    padding-right: .8rem !important;
  }

  .pb-lg-2,.py-lg-2 {
    padding-bottom: .8rem !important;
  }

  .pl-lg-2,.px-lg-2 {
    padding-left: .8rem !important;
  }

  .p-lg-3 {
    padding: 1.2rem !important;
  }

  .pt-lg-3,.py-lg-3 {
    padding-top: 1.2rem !important;
  }

  .pr-lg-3,.px-lg-3 {
    padding-right: 1.2rem !important;
  }

  .pb-lg-3,.py-lg-3 {
    padding-bottom: 1.2rem !important;
  }

  .pl-lg-3,.px-lg-3 {
    padding-left: 1.2rem !important;
  }

  .p-lg-4 {
    padding: 1.6rem !important;
  }

  .pt-lg-4,.py-lg-4 {
    padding-top: 1.6rem !important;
  }

  .pr-lg-4,.px-lg-4 {
    padding-right: 1.6rem !important;
  }

  .pb-lg-4,.py-lg-4 {
    padding-bottom: 1.6rem !important;
  }

  .pl-lg-4,.px-lg-4 {
    padding-left: 1.6rem !important;
  }

  .p-lg-5 {
    padding: 2rem !important;
  }

  .pt-lg-5,.py-lg-5 {
    padding-top: 2rem !important;
  }

  .pr-lg-5,.px-lg-5 {
    padding-right: 2rem !important;
  }

  .pb-lg-5,.py-lg-5 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-5,.px-lg-5 {
    padding-left: 2rem !important;
  }

  .p-lg-6 {
    padding: 2.4rem !important;
  }

  .pt-lg-6,.py-lg-6 {
    padding-top: 2.4rem !important;
  }

  .pr-lg-6,.px-lg-6 {
    padding-right: 2.4rem !important;
  }

  .pb-lg-6,.py-lg-6 {
    padding-bottom: 2.4rem !important;
  }

  .pl-lg-6,.px-lg-6 {
    padding-left: 2.4rem !important;
  }

  .p-lg-7 {
    padding: 2.8rem !important;
  }

  .pt-lg-7,.py-lg-7 {
    padding-top: 2.8rem !important;
  }

  .pr-lg-7,.px-lg-7 {
    padding-right: 2.8rem !important;
  }

  .pb-lg-7,.py-lg-7 {
    padding-bottom: 2.8rem !important;
  }

  .pl-lg-7,.px-lg-7 {
    padding-left: 2.8rem !important;
  }

  .p-lg-8 {
    padding: 3.2rem !important;
  }

  .pt-lg-8,.py-lg-8 {
    padding-top: 3.2rem !important;
  }

  .pr-lg-8,.px-lg-8 {
    padding-right: 3.2rem !important;
  }

  .pb-lg-8,.py-lg-8 {
    padding-bottom: 3.2rem !important;
  }

  .pl-lg-8,.px-lg-8 {
    padding-left: 3.2rem !important;
  }

  .p-lg-9 {
    padding: 3.6rem !important;
  }

  .pt-lg-9,.py-lg-9 {
    padding-top: 3.6rem !important;
  }

  .pr-lg-9,.px-lg-9 {
    padding-right: 3.6rem !important;
  }

  .pb-lg-9,.py-lg-9 {
    padding-bottom: 3.6rem !important;
  }

  .pl-lg-9,.px-lg-9 {
    padding-left: 3.6rem !important;
  }

  .p-lg-10 {
    padding: 4rem !important;
  }

  .pt-lg-10,.py-lg-10 {
    padding-top: 4rem !important;
  }

  .pr-lg-10,.px-lg-10 {
    padding-right: 4rem !important;
  }

  .pb-lg-10,.py-lg-10 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-10,.px-lg-10 {
    padding-left: 4rem !important;
  }

  .p-lg-11 {
    padding: 4.4rem !important;
  }

  .pt-lg-11,.py-lg-11 {
    padding-top: 4.4rem !important;
  }

  .pr-lg-11,.px-lg-11 {
    padding-right: 4.4rem !important;
  }

  .pb-lg-11,.py-lg-11 {
    padding-bottom: 4.4rem !important;
  }

  .pl-lg-11,.px-lg-11 {
    padding-left: 4.4rem !important;
  }

  .p-lg-12 {
    padding: 4.8rem !important;
  }

  .pt-lg-12,.py-lg-12 {
    padding-top: 4.8rem !important;
  }

  .pr-lg-12,.px-lg-12 {
    padding-right: 4.8rem !important;
  }

  .pb-lg-12,.py-lg-12 {
    padding-bottom: 4.8rem !important;
  }

  .pl-lg-12,.px-lg-12 {
    padding-left: 4.8rem !important;
  }

  .p-lg-13 {
    padding: 5.2rem !important;
  }

  .pt-lg-13,.py-lg-13 {
    padding-top: 5.2rem !important;
  }

  .pr-lg-13,.px-lg-13 {
    padding-right: 5.2rem !important;
  }

  .pb-lg-13,.py-lg-13 {
    padding-bottom: 5.2rem !important;
  }

  .pl-lg-13,.px-lg-13 {
    padding-left: 5.2rem !important;
  }

  .p-lg-14 {
    padding: 5.6rem !important;
  }

  .pt-lg-14,.py-lg-14 {
    padding-top: 5.6rem !important;
  }

  .pr-lg-14,.px-lg-14 {
    padding-right: 5.6rem !important;
  }

  .pb-lg-14,.py-lg-14 {
    padding-bottom: 5.6rem !important;
  }

  .pl-lg-14,.px-lg-14 {
    padding-left: 5.6rem !important;
  }

  .p-lg-15 {
    padding: 6rem !important;
  }

  .pt-lg-15,.py-lg-15 {
    padding-top: 6rem !important;
  }

  .pr-lg-15,.px-lg-15 {
    padding-right: 6rem !important;
  }

  .pb-lg-15,.py-lg-15 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-15,.px-lg-15 {
    padding-left: 6rem !important;
  }

  .p-lg-16 {
    padding: 6.4rem !important;
  }

  .pt-lg-16,.py-lg-16 {
    padding-top: 6.4rem !important;
  }

  .pr-lg-16,.px-lg-16 {
    padding-right: 6.4rem !important;
  }

  .pb-lg-16,.py-lg-16 {
    padding-bottom: 6.4rem !important;
  }

  .pl-lg-16,.px-lg-16 {
    padding-left: 6.4rem !important;
  }

  .p-lg-17 {
    padding: 6.8rem !important;
  }

  .pt-lg-17,.py-lg-17 {
    padding-top: 6.8rem !important;
  }

  .pr-lg-17,.px-lg-17 {
    padding-right: 6.8rem !important;
  }

  .pb-lg-17,.py-lg-17 {
    padding-bottom: 6.8rem !important;
  }

  .pl-lg-17,.px-lg-17 {
    padding-left: 6.8rem !important;
  }

  .p-lg-18 {
    padding: 7.2rem !important;
  }

  .pt-lg-18,.py-lg-18 {
    padding-top: 7.2rem !important;
  }

  .pr-lg-18,.px-lg-18 {
    padding-right: 7.2rem !important;
  }

  .pb-lg-18,.py-lg-18 {
    padding-bottom: 7.2rem !important;
  }

  .pl-lg-18,.px-lg-18 {
    padding-left: 7.2rem !important;
  }

  .p-lg-19 {
    padding: 7.6rem !important;
  }

  .pt-lg-19,.py-lg-19 {
    padding-top: 7.6rem !important;
  }

  .pr-lg-19,.px-lg-19 {
    padding-right: 7.6rem !important;
  }

  .pb-lg-19,.py-lg-19 {
    padding-bottom: 7.6rem !important;
  }

  .pl-lg-19,.px-lg-19 {
    padding-left: 7.6rem !important;
  }

  .p-lg-20 {
    padding: 8rem !important;
  }

  .pt-lg-20,.py-lg-20 {
    padding-top: 8rem !important;
  }

  .pr-lg-20,.px-lg-20 {
    padding-right: 8rem !important;
  }

  .pb-lg-20,.py-lg-20 {
    padding-bottom: 8rem !important;
  }

  .pl-lg-20,.px-lg-20 {
    padding-left: 8rem !important;
  }

  .p-lg-21 {
    padding: 8.4rem !important;
  }

  .pt-lg-21,.py-lg-21 {
    padding-top: 8.4rem !important;
  }

  .pr-lg-21,.px-lg-21 {
    padding-right: 8.4rem !important;
  }

  .pb-lg-21,.py-lg-21 {
    padding-bottom: 8.4rem !important;
  }

  .pl-lg-21,.px-lg-21 {
    padding-left: 8.4rem !important;
  }

  .p-lg-22 {
    padding: 8.8rem !important;
  }

  .pt-lg-22,.py-lg-22 {
    padding-top: 8.8rem !important;
  }

  .pr-lg-22,.px-lg-22 {
    padding-right: 8.8rem !important;
  }

  .pb-lg-22,.py-lg-22 {
    padding-bottom: 8.8rem !important;
  }

  .pl-lg-22,.px-lg-22 {
    padding-left: 8.8rem !important;
  }

  .p-lg-23 {
    padding: 9.2rem !important;
  }

  .pt-lg-23,.py-lg-23 {
    padding-top: 9.2rem !important;
  }

  .pr-lg-23,.px-lg-23 {
    padding-right: 9.2rem !important;
  }

  .pb-lg-23,.py-lg-23 {
    padding-bottom: 9.2rem !important;
  }

  .pl-lg-23,.px-lg-23 {
    padding-left: 9.2rem !important;
  }

  .p-lg-24 {
    padding: 9.6rem !important;
  }

  .pt-lg-24,.py-lg-24 {
    padding-top: 9.6rem !important;
  }

  .pr-lg-24,.px-lg-24 {
    padding-right: 9.6rem !important;
  }

  .pb-lg-24,.py-lg-24 {
    padding-bottom: 9.6rem !important;
  }

  .pl-lg-24,.px-lg-24 {
    padding-left: 9.6rem !important;
  }

  .p-lg-25 {
    padding: 10rem !important;
  }

  .pt-lg-25,.py-lg-25 {
    padding-top: 10rem !important;
  }

  .pr-lg-25,.px-lg-25 {
    padding-right: 10rem !important;
  }

  .pb-lg-25,.py-lg-25 {
    padding-bottom: 10rem !important;
  }

  .pl-lg-25,.px-lg-25 {
    padding-left: 10rem !important;
  }

  .p-lg-26 {
    padding: 10.4rem !important;
  }

  .pt-lg-26,.py-lg-26 {
    padding-top: 10.4rem !important;
  }

  .pr-lg-26,.px-lg-26 {
    padding-right: 10.4rem !important;
  }

  .pb-lg-26,.py-lg-26 {
    padding-bottom: 10.4rem !important;
  }

  .pl-lg-26,.px-lg-26 {
    padding-left: 10.4rem !important;
  }

  .p-lg-27 {
    padding: 10.8rem !important;
  }

  .pt-lg-27,.py-lg-27 {
    padding-top: 10.8rem !important;
  }

  .pr-lg-27,.px-lg-27 {
    padding-right: 10.8rem !important;
  }

  .pb-lg-27,.py-lg-27 {
    padding-bottom: 10.8rem !important;
  }

  .pl-lg-27,.px-lg-27 {
    padding-left: 10.8rem !important;
  }

  .p-lg-28 {
    padding: 11.2rem !important;
  }

  .pt-lg-28,.py-lg-28 {
    padding-top: 11.2rem !important;
  }

  .pr-lg-28,.px-lg-28 {
    padding-right: 11.2rem !important;
  }

  .pb-lg-28,.py-lg-28 {
    padding-bottom: 11.2rem !important;
  }

  .pl-lg-28,.px-lg-28 {
    padding-left: 11.2rem !important;
  }

  .p-lg-29 {
    padding: 11.6rem !important;
  }

  .pt-lg-29,.py-lg-29 {
    padding-top: 11.6rem !important;
  }

  .pr-lg-29,.px-lg-29 {
    padding-right: 11.6rem !important;
  }

  .pb-lg-29,.py-lg-29 {
    padding-bottom: 11.6rem !important;
  }

  .pl-lg-29,.px-lg-29 {
    padding-left: 11.6rem !important;
  }

  .p-lg-30 {
    padding: 12rem !important;
  }

  .pt-lg-30,.py-lg-30 {
    padding-top: 12rem !important;
  }

  .pr-lg-30,.px-lg-30 {
    padding-right: 12rem !important;
  }

  .pb-lg-30,.py-lg-30 {
    padding-bottom: 12rem !important;
  }

  .pl-lg-30,.px-lg-30 {
    padding-left: 12rem !important;
  }

  .p-lg-31 {
    padding: 12.4rem !important;
  }

  .pt-lg-31,.py-lg-31 {
    padding-top: 12.4rem !important;
  }

  .pr-lg-31,.px-lg-31 {
    padding-right: 12.4rem !important;
  }

  .pb-lg-31,.py-lg-31 {
    padding-bottom: 12.4rem !important;
  }

  .pl-lg-31,.px-lg-31 {
    padding-left: 12.4rem !important;
  }

  .p-lg-32 {
    padding: 12.8rem !important;
  }

  .pt-lg-32,.py-lg-32 {
    padding-top: 12.8rem !important;
  }

  .pr-lg-32,.px-lg-32 {
    padding-right: 12.8rem !important;
  }

  .pb-lg-32,.py-lg-32 {
    padding-bottom: 12.8rem !important;
  }

  .pl-lg-32,.px-lg-32 {
    padding-left: 12.8rem !important;
  }

  .p-lg-33 {
    padding: 13.2rem !important;
  }

  .pt-lg-33,.py-lg-33 {
    padding-top: 13.2rem !important;
  }

  .pr-lg-33,.px-lg-33 {
    padding-right: 13.2rem !important;
  }

  .pb-lg-33,.py-lg-33 {
    padding-bottom: 13.2rem !important;
  }

  .pl-lg-33,.px-lg-33 {
    padding-left: 13.2rem !important;
  }

  .p-lg-34 {
    padding: 13.6rem !important;
  }

  .pt-lg-34,.py-lg-34 {
    padding-top: 13.6rem !important;
  }

  .pr-lg-34,.px-lg-34 {
    padding-right: 13.6rem !important;
  }

  .pb-lg-34,.py-lg-34 {
    padding-bottom: 13.6rem !important;
  }

  .pl-lg-34,.px-lg-34 {
    padding-left: 13.6rem !important;
  }

  .p-lg-35 {
    padding: 14rem !important;
  }

  .pt-lg-35,.py-lg-35 {
    padding-top: 14rem !important;
  }

  .pr-lg-35,.px-lg-35 {
    padding-right: 14rem !important;
  }

  .pb-lg-35,.py-lg-35 {
    padding-bottom: 14rem !important;
  }

  .pl-lg-35,.px-lg-35 {
    padding-left: 14rem !important;
  }

  .p-lg-36 {
    padding: 14.4rem !important;
  }

  .pt-lg-36,.py-lg-36 {
    padding-top: 14.4rem !important;
  }

  .pr-lg-36,.px-lg-36 {
    padding-right: 14.4rem !important;
  }

  .pb-lg-36,.py-lg-36 {
    padding-bottom: 14.4rem !important;
  }

  .pl-lg-36,.px-lg-36 {
    padding-left: 14.4rem !important;
  }

  .p-lg-37 {
    padding: 14.8rem !important;
  }

  .pt-lg-37,.py-lg-37 {
    padding-top: 14.8rem !important;
  }

  .pr-lg-37,.px-lg-37 {
    padding-right: 14.8rem !important;
  }

  .pb-lg-37,.py-lg-37 {
    padding-bottom: 14.8rem !important;
  }

  .pl-lg-37,.px-lg-37 {
    padding-left: 14.8rem !important;
  }

  .p-lg-38 {
    padding: 15.2rem !important;
  }

  .pt-lg-38,.py-lg-38 {
    padding-top: 15.2rem !important;
  }

  .pr-lg-38,.px-lg-38 {
    padding-right: 15.2rem !important;
  }

  .pb-lg-38,.py-lg-38 {
    padding-bottom: 15.2rem !important;
  }

  .pl-lg-38,.px-lg-38 {
    padding-left: 15.2rem !important;
  }

  .p-lg-39 {
    padding: 15.6rem !important;
  }

  .pt-lg-39,.py-lg-39 {
    padding-top: 15.6rem !important;
  }

  .pr-lg-39,.px-lg-39 {
    padding-right: 15.6rem !important;
  }

  .pb-lg-39,.py-lg-39 {
    padding-bottom: 15.6rem !important;
  }

  .pl-lg-39,.px-lg-39 {
    padding-left: 15.6rem !important;
  }

  .p-lg-40 {
    padding: 16rem !important;
  }

  .pt-lg-40,.py-lg-40 {
    padding-top: 16rem !important;
  }

  .pr-lg-40,.px-lg-40 {
    padding-right: 16rem !important;
  }

  .pb-lg-40,.py-lg-40 {
    padding-bottom: 16rem !important;
  }

  .pl-lg-40,.px-lg-40 {
    padding-left: 16rem !important;
  }

  .p-lg-41 {
    padding: 16.4rem !important;
  }

  .pt-lg-41,.py-lg-41 {
    padding-top: 16.4rem !important;
  }

  .pr-lg-41,.px-lg-41 {
    padding-right: 16.4rem !important;
  }

  .pb-lg-41,.py-lg-41 {
    padding-bottom: 16.4rem !important;
  }

  .pl-lg-41,.px-lg-41 {
    padding-left: 16.4rem !important;
  }

  .p-lg-42 {
    padding: 16.8rem !important;
  }

  .pt-lg-42,.py-lg-42 {
    padding-top: 16.8rem !important;
  }

  .pr-lg-42,.px-lg-42 {
    padding-right: 16.8rem !important;
  }

  .pb-lg-42,.py-lg-42 {
    padding-bottom: 16.8rem !important;
  }

  .pl-lg-42,.px-lg-42 {
    padding-left: 16.8rem !important;
  }

  .p-lg-43 {
    padding: 17.2rem !important;
  }

  .pt-lg-43,.py-lg-43 {
    padding-top: 17.2rem !important;
  }

  .pr-lg-43,.px-lg-43 {
    padding-right: 17.2rem !important;
  }

  .pb-lg-43,.py-lg-43 {
    padding-bottom: 17.2rem !important;
  }

  .pl-lg-43,.px-lg-43 {
    padding-left: 17.2rem !important;
  }

  .p-lg-44 {
    padding: 17.6rem !important;
  }

  .pt-lg-44,.py-lg-44 {
    padding-top: 17.6rem !important;
  }

  .pr-lg-44,.px-lg-44 {
    padding-right: 17.6rem !important;
  }

  .pb-lg-44,.py-lg-44 {
    padding-bottom: 17.6rem !important;
  }

  .pl-lg-44,.px-lg-44 {
    padding-left: 17.6rem !important;
  }

  .p-lg-45 {
    padding: 18rem !important;
  }

  .pt-lg-45,.py-lg-45 {
    padding-top: 18rem !important;
  }

  .pr-lg-45,.px-lg-45 {
    padding-right: 18rem !important;
  }

  .pb-lg-45,.py-lg-45 {
    padding-bottom: 18rem !important;
  }

  .pl-lg-45,.px-lg-45 {
    padding-left: 18rem !important;
  }

  .p-lg-46 {
    padding: 18.4rem !important;
  }

  .pt-lg-46,.py-lg-46 {
    padding-top: 18.4rem !important;
  }

  .pr-lg-46,.px-lg-46 {
    padding-right: 18.4rem !important;
  }

  .pb-lg-46,.py-lg-46 {
    padding-bottom: 18.4rem !important;
  }

  .pl-lg-46,.px-lg-46 {
    padding-left: 18.4rem !important;
  }

  .p-lg-47 {
    padding: 18.8rem !important;
  }

  .pt-lg-47,.py-lg-47 {
    padding-top: 18.8rem !important;
  }

  .pr-lg-47,.px-lg-47 {
    padding-right: 18.8rem !important;
  }

  .pb-lg-47,.py-lg-47 {
    padding-bottom: 18.8rem !important;
  }

  .pl-lg-47,.px-lg-47 {
    padding-left: 18.8rem !important;
  }

  .p-lg-48 {
    padding: 19.2rem !important;
  }

  .pt-lg-48,.py-lg-48 {
    padding-top: 19.2rem !important;
  }

  .pr-lg-48,.px-lg-48 {
    padding-right: 19.2rem !important;
  }

  .pb-lg-48,.py-lg-48 {
    padding-bottom: 19.2rem !important;
  }

  .pl-lg-48,.px-lg-48 {
    padding-left: 19.2rem !important;
  }

  .p-lg-49 {
    padding: 19.6rem !important;
  }

  .pt-lg-49,.py-lg-49 {
    padding-top: 19.6rem !important;
  }

  .pr-lg-49,.px-lg-49 {
    padding-right: 19.6rem !important;
  }

  .pb-lg-49,.py-lg-49 {
    padding-bottom: 19.6rem !important;
  }

  .pl-lg-49,.px-lg-49 {
    padding-left: 19.6rem !important;
  }

  .p-lg-50 {
    padding: 20rem !important;
  }

  .pt-lg-50,.py-lg-50 {
    padding-top: 20rem !important;
  }

  .pr-lg-50,.px-lg-50 {
    padding-right: 20rem !important;
  }

  .pb-lg-50,.py-lg-50 {
    padding-bottom: 20rem !important;
  }

  .pl-lg-50,.px-lg-50 {
    padding-left: 20rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: .4rem !important;
  }

  .mt-xl-1,.my-xl-1 {
    margin-top: .4rem !important;
  }

  .mr-xl-1,.mx-xl-1 {
    margin-right: .4rem !important;
  }

  .mb-xl-1,.my-xl-1 {
    margin-bottom: .4rem !important;
  }

  .ml-xl-1,.mx-xl-1 {
    margin-left: .4rem !important;
  }

  .m-xl-2 {
    margin: .8rem !important;
  }

  .mt-xl-2,.my-xl-2 {
    margin-top: .8rem !important;
  }

  .mr-xl-2,.mx-xl-2 {
    margin-right: .8rem !important;
  }

  .mb-xl-2,.my-xl-2 {
    margin-bottom: .8rem !important;
  }

  .ml-xl-2,.mx-xl-2 {
    margin-left: .8rem !important;
  }

  .m-xl-3 {
    margin: 1.2rem !important;
  }

  .mt-xl-3,.my-xl-3 {
    margin-top: 1.2rem !important;
  }

  .mr-xl-3,.mx-xl-3 {
    margin-right: 1.2rem !important;
  }

  .mb-xl-3,.my-xl-3 {
    margin-bottom: 1.2rem !important;
  }

  .ml-xl-3,.mx-xl-3 {
    margin-left: 1.2rem !important;
  }

  .m-xl-4 {
    margin: 1.6rem !important;
  }

  .mt-xl-4,.my-xl-4 {
    margin-top: 1.6rem !important;
  }

  .mr-xl-4,.mx-xl-4 {
    margin-right: 1.6rem !important;
  }

  .mb-xl-4,.my-xl-4 {
    margin-bottom: 1.6rem !important;
  }

  .ml-xl-4,.mx-xl-4 {
    margin-left: 1.6rem !important;
  }

  .m-xl-5 {
    margin: 2rem !important;
  }

  .mt-xl-5,.my-xl-5 {
    margin-top: 2rem !important;
  }

  .mr-xl-5,.mx-xl-5 {
    margin-right: 2rem !important;
  }

  .mb-xl-5,.my-xl-5 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-5,.mx-xl-5 {
    margin-left: 2rem !important;
  }

  .m-xl-6 {
    margin: 2.4rem !important;
  }

  .mt-xl-6,.my-xl-6 {
    margin-top: 2.4rem !important;
  }

  .mr-xl-6,.mx-xl-6 {
    margin-right: 2.4rem !important;
  }

  .mb-xl-6,.my-xl-6 {
    margin-bottom: 2.4rem !important;
  }

  .ml-xl-6,.mx-xl-6 {
    margin-left: 2.4rem !important;
  }

  .m-xl-7 {
    margin: 2.8rem !important;
  }

  .mt-xl-7,.my-xl-7 {
    margin-top: 2.8rem !important;
  }

  .mr-xl-7,.mx-xl-7 {
    margin-right: 2.8rem !important;
  }

  .mb-xl-7,.my-xl-7 {
    margin-bottom: 2.8rem !important;
  }

  .ml-xl-7,.mx-xl-7 {
    margin-left: 2.8rem !important;
  }

  .m-xl-8 {
    margin: 3.2rem !important;
  }

  .mt-xl-8,.my-xl-8 {
    margin-top: 3.2rem !important;
  }

  .mr-xl-8,.mx-xl-8 {
    margin-right: 3.2rem !important;
  }

  .mb-xl-8,.my-xl-8 {
    margin-bottom: 3.2rem !important;
  }

  .ml-xl-8,.mx-xl-8 {
    margin-left: 3.2rem !important;
  }

  .m-xl-9 {
    margin: 3.6rem !important;
  }

  .mt-xl-9,.my-xl-9 {
    margin-top: 3.6rem !important;
  }

  .mr-xl-9,.mx-xl-9 {
    margin-right: 3.6rem !important;
  }

  .mb-xl-9,.my-xl-9 {
    margin-bottom: 3.6rem !important;
  }

  .ml-xl-9,.mx-xl-9 {
    margin-left: 3.6rem !important;
  }

  .m-xl-10 {
    margin: 4rem !important;
  }

  .mt-xl-10,.my-xl-10 {
    margin-top: 4rem !important;
  }

  .mr-xl-10,.mx-xl-10 {
    margin-right: 4rem !important;
  }

  .mb-xl-10,.my-xl-10 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-10,.mx-xl-10 {
    margin-left: 4rem !important;
  }

  .m-xl-11 {
    margin: 4.4rem !important;
  }

  .mt-xl-11,.my-xl-11 {
    margin-top: 4.4rem !important;
  }

  .mr-xl-11,.mx-xl-11 {
    margin-right: 4.4rem !important;
  }

  .mb-xl-11,.my-xl-11 {
    margin-bottom: 4.4rem !important;
  }

  .ml-xl-11,.mx-xl-11 {
    margin-left: 4.4rem !important;
  }

  .m-xl-12 {
    margin: 4.8rem !important;
  }

  .mt-xl-12,.my-xl-12 {
    margin-top: 4.8rem !important;
  }

  .mr-xl-12,.mx-xl-12 {
    margin-right: 4.8rem !important;
  }

  .mb-xl-12,.my-xl-12 {
    margin-bottom: 4.8rem !important;
  }

  .ml-xl-12,.mx-xl-12 {
    margin-left: 4.8rem !important;
  }

  .m-xl-13 {
    margin: 5.2rem !important;
  }

  .mt-xl-13,.my-xl-13 {
    margin-top: 5.2rem !important;
  }

  .mr-xl-13,.mx-xl-13 {
    margin-right: 5.2rem !important;
  }

  .mb-xl-13,.my-xl-13 {
    margin-bottom: 5.2rem !important;
  }

  .ml-xl-13,.mx-xl-13 {
    margin-left: 5.2rem !important;
  }

  .m-xl-14 {
    margin: 5.6rem !important;
  }

  .mt-xl-14,.my-xl-14 {
    margin-top: 5.6rem !important;
  }

  .mr-xl-14,.mx-xl-14 {
    margin-right: 5.6rem !important;
  }

  .mb-xl-14,.my-xl-14 {
    margin-bottom: 5.6rem !important;
  }

  .ml-xl-14,.mx-xl-14 {
    margin-left: 5.6rem !important;
  }

  .m-xl-15 {
    margin: 6rem !important;
  }

  .mt-xl-15,.my-xl-15 {
    margin-top: 6rem !important;
  }

  .mr-xl-15,.mx-xl-15 {
    margin-right: 6rem !important;
  }

  .mb-xl-15,.my-xl-15 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-15,.mx-xl-15 {
    margin-left: 6rem !important;
  }

  .m-xl-16 {
    margin: 6.4rem !important;
  }

  .mt-xl-16,.my-xl-16 {
    margin-top: 6.4rem !important;
  }

  .mr-xl-16,.mx-xl-16 {
    margin-right: 6.4rem !important;
  }

  .mb-xl-16,.my-xl-16 {
    margin-bottom: 6.4rem !important;
  }

  .ml-xl-16,.mx-xl-16 {
    margin-left: 6.4rem !important;
  }

  .m-xl-17 {
    margin: 6.8rem !important;
  }

  .mt-xl-17,.my-xl-17 {
    margin-top: 6.8rem !important;
  }

  .mr-xl-17,.mx-xl-17 {
    margin-right: 6.8rem !important;
  }

  .mb-xl-17,.my-xl-17 {
    margin-bottom: 6.8rem !important;
  }

  .ml-xl-17,.mx-xl-17 {
    margin-left: 6.8rem !important;
  }

  .m-xl-18 {
    margin: 7.2rem !important;
  }

  .mt-xl-18,.my-xl-18 {
    margin-top: 7.2rem !important;
  }

  .mr-xl-18,.mx-xl-18 {
    margin-right: 7.2rem !important;
  }

  .mb-xl-18,.my-xl-18 {
    margin-bottom: 7.2rem !important;
  }

  .ml-xl-18,.mx-xl-18 {
    margin-left: 7.2rem !important;
  }

  .m-xl-19 {
    margin: 7.6rem !important;
  }

  .mt-xl-19,.my-xl-19 {
    margin-top: 7.6rem !important;
  }

  .mr-xl-19,.mx-xl-19 {
    margin-right: 7.6rem !important;
  }

  .mb-xl-19,.my-xl-19 {
    margin-bottom: 7.6rem !important;
  }

  .ml-xl-19,.mx-xl-19 {
    margin-left: 7.6rem !important;
  }

  .m-xl-20 {
    margin: 8rem !important;
  }

  .mt-xl-20,.my-xl-20 {
    margin-top: 8rem !important;
  }

  .mr-xl-20,.mx-xl-20 {
    margin-right: 8rem !important;
  }

  .mb-xl-20,.my-xl-20 {
    margin-bottom: 8rem !important;
  }

  .ml-xl-20,.mx-xl-20 {
    margin-left: 8rem !important;
  }

  .m-xl-21 {
    margin: 8.4rem !important;
  }

  .mt-xl-21,.my-xl-21 {
    margin-top: 8.4rem !important;
  }

  .mr-xl-21,.mx-xl-21 {
    margin-right: 8.4rem !important;
  }

  .mb-xl-21,.my-xl-21 {
    margin-bottom: 8.4rem !important;
  }

  .ml-xl-21,.mx-xl-21 {
    margin-left: 8.4rem !important;
  }

  .m-xl-22 {
    margin: 8.8rem !important;
  }

  .mt-xl-22,.my-xl-22 {
    margin-top: 8.8rem !important;
  }

  .mr-xl-22,.mx-xl-22 {
    margin-right: 8.8rem !important;
  }

  .mb-xl-22,.my-xl-22 {
    margin-bottom: 8.8rem !important;
  }

  .ml-xl-22,.mx-xl-22 {
    margin-left: 8.8rem !important;
  }

  .m-xl-23 {
    margin: 9.2rem !important;
  }

  .mt-xl-23,.my-xl-23 {
    margin-top: 9.2rem !important;
  }

  .mr-xl-23,.mx-xl-23 {
    margin-right: 9.2rem !important;
  }

  .mb-xl-23,.my-xl-23 {
    margin-bottom: 9.2rem !important;
  }

  .ml-xl-23,.mx-xl-23 {
    margin-left: 9.2rem !important;
  }

  .m-xl-24 {
    margin: 9.6rem !important;
  }

  .mt-xl-24,.my-xl-24 {
    margin-top: 9.6rem !important;
  }

  .mr-xl-24,.mx-xl-24 {
    margin-right: 9.6rem !important;
  }

  .mb-xl-24,.my-xl-24 {
    margin-bottom: 9.6rem !important;
  }

  .ml-xl-24,.mx-xl-24 {
    margin-left: 9.6rem !important;
  }

  .m-xl-25 {
    margin: 10rem !important;
  }

  .mt-xl-25,.my-xl-25 {
    margin-top: 10rem !important;
  }

  .mr-xl-25,.mx-xl-25 {
    margin-right: 10rem !important;
  }

  .mb-xl-25,.my-xl-25 {
    margin-bottom: 10rem !important;
  }

  .ml-xl-25,.mx-xl-25 {
    margin-left: 10rem !important;
  }

  .m-xl-26 {
    margin: 10.4rem !important;
  }

  .mt-xl-26,.my-xl-26 {
    margin-top: 10.4rem !important;
  }

  .mr-xl-26,.mx-xl-26 {
    margin-right: 10.4rem !important;
  }

  .mb-xl-26,.my-xl-26 {
    margin-bottom: 10.4rem !important;
  }

  .ml-xl-26,.mx-xl-26 {
    margin-left: 10.4rem !important;
  }

  .m-xl-27 {
    margin: 10.8rem !important;
  }

  .mt-xl-27,.my-xl-27 {
    margin-top: 10.8rem !important;
  }

  .mr-xl-27,.mx-xl-27 {
    margin-right: 10.8rem !important;
  }

  .mb-xl-27,.my-xl-27 {
    margin-bottom: 10.8rem !important;
  }

  .ml-xl-27,.mx-xl-27 {
    margin-left: 10.8rem !important;
  }

  .m-xl-28 {
    margin: 11.2rem !important;
  }

  .mt-xl-28,.my-xl-28 {
    margin-top: 11.2rem !important;
  }

  .mr-xl-28,.mx-xl-28 {
    margin-right: 11.2rem !important;
  }

  .mb-xl-28,.my-xl-28 {
    margin-bottom: 11.2rem !important;
  }

  .ml-xl-28,.mx-xl-28 {
    margin-left: 11.2rem !important;
  }

  .m-xl-29 {
    margin: 11.6rem !important;
  }

  .mt-xl-29,.my-xl-29 {
    margin-top: 11.6rem !important;
  }

  .mr-xl-29,.mx-xl-29 {
    margin-right: 11.6rem !important;
  }

  .mb-xl-29,.my-xl-29 {
    margin-bottom: 11.6rem !important;
  }

  .ml-xl-29,.mx-xl-29 {
    margin-left: 11.6rem !important;
  }

  .m-xl-30 {
    margin: 12rem !important;
  }

  .mt-xl-30,.my-xl-30 {
    margin-top: 12rem !important;
  }

  .mr-xl-30,.mx-xl-30 {
    margin-right: 12rem !important;
  }

  .mb-xl-30,.my-xl-30 {
    margin-bottom: 12rem !important;
  }

  .ml-xl-30,.mx-xl-30 {
    margin-left: 12rem !important;
  }

  .m-xl-31 {
    margin: 12.4rem !important;
  }

  .mt-xl-31,.my-xl-31 {
    margin-top: 12.4rem !important;
  }

  .mr-xl-31,.mx-xl-31 {
    margin-right: 12.4rem !important;
  }

  .mb-xl-31,.my-xl-31 {
    margin-bottom: 12.4rem !important;
  }

  .ml-xl-31,.mx-xl-31 {
    margin-left: 12.4rem !important;
  }

  .m-xl-32 {
    margin: 12.8rem !important;
  }

  .mt-xl-32,.my-xl-32 {
    margin-top: 12.8rem !important;
  }

  .mr-xl-32,.mx-xl-32 {
    margin-right: 12.8rem !important;
  }

  .mb-xl-32,.my-xl-32 {
    margin-bottom: 12.8rem !important;
  }

  .ml-xl-32,.mx-xl-32 {
    margin-left: 12.8rem !important;
  }

  .m-xl-33 {
    margin: 13.2rem !important;
  }

  .mt-xl-33,.my-xl-33 {
    margin-top: 13.2rem !important;
  }

  .mr-xl-33,.mx-xl-33 {
    margin-right: 13.2rem !important;
  }

  .mb-xl-33,.my-xl-33 {
    margin-bottom: 13.2rem !important;
  }

  .ml-xl-33,.mx-xl-33 {
    margin-left: 13.2rem !important;
  }

  .m-xl-34 {
    margin: 13.6rem !important;
  }

  .mt-xl-34,.my-xl-34 {
    margin-top: 13.6rem !important;
  }

  .mr-xl-34,.mx-xl-34 {
    margin-right: 13.6rem !important;
  }

  .mb-xl-34,.my-xl-34 {
    margin-bottom: 13.6rem !important;
  }

  .ml-xl-34,.mx-xl-34 {
    margin-left: 13.6rem !important;
  }

  .m-xl-35 {
    margin: 14rem !important;
  }

  .mt-xl-35,.my-xl-35 {
    margin-top: 14rem !important;
  }

  .mr-xl-35,.mx-xl-35 {
    margin-right: 14rem !important;
  }

  .mb-xl-35,.my-xl-35 {
    margin-bottom: 14rem !important;
  }

  .ml-xl-35,.mx-xl-35 {
    margin-left: 14rem !important;
  }

  .m-xl-36 {
    margin: 14.4rem !important;
  }

  .mt-xl-36,.my-xl-36 {
    margin-top: 14.4rem !important;
  }

  .mr-xl-36,.mx-xl-36 {
    margin-right: 14.4rem !important;
  }

  .mb-xl-36,.my-xl-36 {
    margin-bottom: 14.4rem !important;
  }

  .ml-xl-36,.mx-xl-36 {
    margin-left: 14.4rem !important;
  }

  .m-xl-37 {
    margin: 14.8rem !important;
  }

  .mt-xl-37,.my-xl-37 {
    margin-top: 14.8rem !important;
  }

  .mr-xl-37,.mx-xl-37 {
    margin-right: 14.8rem !important;
  }

  .mb-xl-37,.my-xl-37 {
    margin-bottom: 14.8rem !important;
  }

  .ml-xl-37,.mx-xl-37 {
    margin-left: 14.8rem !important;
  }

  .m-xl-38 {
    margin: 15.2rem !important;
  }

  .mt-xl-38,.my-xl-38 {
    margin-top: 15.2rem !important;
  }

  .mr-xl-38,.mx-xl-38 {
    margin-right: 15.2rem !important;
  }

  .mb-xl-38,.my-xl-38 {
    margin-bottom: 15.2rem !important;
  }

  .ml-xl-38,.mx-xl-38 {
    margin-left: 15.2rem !important;
  }

  .m-xl-39 {
    margin: 15.6rem !important;
  }

  .mt-xl-39,.my-xl-39 {
    margin-top: 15.6rem !important;
  }

  .mr-xl-39,.mx-xl-39 {
    margin-right: 15.6rem !important;
  }

  .mb-xl-39,.my-xl-39 {
    margin-bottom: 15.6rem !important;
  }

  .ml-xl-39,.mx-xl-39 {
    margin-left: 15.6rem !important;
  }

  .m-xl-40 {
    margin: 16rem !important;
  }

  .mt-xl-40,.my-xl-40 {
    margin-top: 16rem !important;
  }

  .mr-xl-40,.mx-xl-40 {
    margin-right: 16rem !important;
  }

  .mb-xl-40,.my-xl-40 {
    margin-bottom: 16rem !important;
  }

  .ml-xl-40,.mx-xl-40 {
    margin-left: 16rem !important;
  }

  .m-xl-41 {
    margin: 16.4rem !important;
  }

  .mt-xl-41,.my-xl-41 {
    margin-top: 16.4rem !important;
  }

  .mr-xl-41,.mx-xl-41 {
    margin-right: 16.4rem !important;
  }

  .mb-xl-41,.my-xl-41 {
    margin-bottom: 16.4rem !important;
  }

  .ml-xl-41,.mx-xl-41 {
    margin-left: 16.4rem !important;
  }

  .m-xl-42 {
    margin: 16.8rem !important;
  }

  .mt-xl-42,.my-xl-42 {
    margin-top: 16.8rem !important;
  }

  .mr-xl-42,.mx-xl-42 {
    margin-right: 16.8rem !important;
  }

  .mb-xl-42,.my-xl-42 {
    margin-bottom: 16.8rem !important;
  }

  .ml-xl-42,.mx-xl-42 {
    margin-left: 16.8rem !important;
  }

  .m-xl-43 {
    margin: 17.2rem !important;
  }

  .mt-xl-43,.my-xl-43 {
    margin-top: 17.2rem !important;
  }

  .mr-xl-43,.mx-xl-43 {
    margin-right: 17.2rem !important;
  }

  .mb-xl-43,.my-xl-43 {
    margin-bottom: 17.2rem !important;
  }

  .ml-xl-43,.mx-xl-43 {
    margin-left: 17.2rem !important;
  }

  .m-xl-44 {
    margin: 17.6rem !important;
  }

  .mt-xl-44,.my-xl-44 {
    margin-top: 17.6rem !important;
  }

  .mr-xl-44,.mx-xl-44 {
    margin-right: 17.6rem !important;
  }

  .mb-xl-44,.my-xl-44 {
    margin-bottom: 17.6rem !important;
  }

  .ml-xl-44,.mx-xl-44 {
    margin-left: 17.6rem !important;
  }

  .m-xl-45 {
    margin: 18rem !important;
  }

  .mt-xl-45,.my-xl-45 {
    margin-top: 18rem !important;
  }

  .mr-xl-45,.mx-xl-45 {
    margin-right: 18rem !important;
  }

  .mb-xl-45,.my-xl-45 {
    margin-bottom: 18rem !important;
  }

  .ml-xl-45,.mx-xl-45 {
    margin-left: 18rem !important;
  }

  .m-xl-46 {
    margin: 18.4rem !important;
  }

  .mt-xl-46,.my-xl-46 {
    margin-top: 18.4rem !important;
  }

  .mr-xl-46,.mx-xl-46 {
    margin-right: 18.4rem !important;
  }

  .mb-xl-46,.my-xl-46 {
    margin-bottom: 18.4rem !important;
  }

  .ml-xl-46,.mx-xl-46 {
    margin-left: 18.4rem !important;
  }

  .m-xl-47 {
    margin: 18.8rem !important;
  }

  .mt-xl-47,.my-xl-47 {
    margin-top: 18.8rem !important;
  }

  .mr-xl-47,.mx-xl-47 {
    margin-right: 18.8rem !important;
  }

  .mb-xl-47,.my-xl-47 {
    margin-bottom: 18.8rem !important;
  }

  .ml-xl-47,.mx-xl-47 {
    margin-left: 18.8rem !important;
  }

  .m-xl-48 {
    margin: 19.2rem !important;
  }

  .mt-xl-48,.my-xl-48 {
    margin-top: 19.2rem !important;
  }

  .mr-xl-48,.mx-xl-48 {
    margin-right: 19.2rem !important;
  }

  .mb-xl-48,.my-xl-48 {
    margin-bottom: 19.2rem !important;
  }

  .ml-xl-48,.mx-xl-48 {
    margin-left: 19.2rem !important;
  }

  .m-xl-49 {
    margin: 19.6rem !important;
  }

  .mt-xl-49,.my-xl-49 {
    margin-top: 19.6rem !important;
  }

  .mr-xl-49,.mx-xl-49 {
    margin-right: 19.6rem !important;
  }

  .mb-xl-49,.my-xl-49 {
    margin-bottom: 19.6rem !important;
  }

  .ml-xl-49,.mx-xl-49 {
    margin-left: 19.6rem !important;
  }

  .m-xl-50 {
    margin: 20rem !important;
  }

  .mt-xl-50,.my-xl-50 {
    margin-top: 20rem !important;
  }

  .mr-xl-50,.mx-xl-50 {
    margin-right: 20rem !important;
  }

  .mb-xl-50,.my-xl-50 {
    margin-bottom: 20rem !important;
  }

  .ml-xl-50,.mx-xl-50 {
    margin-left: 20rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: .4rem !important;
  }

  .pt-xl-1,.py-xl-1 {
    padding-top: .4rem !important;
  }

  .pr-xl-1,.px-xl-1 {
    padding-right: .4rem !important;
  }

  .pb-xl-1,.py-xl-1 {
    padding-bottom: .4rem !important;
  }

  .pl-xl-1,.px-xl-1 {
    padding-left: .4rem !important;
  }

  .p-xl-2 {
    padding: .8rem !important;
  }

  .pt-xl-2,.py-xl-2 {
    padding-top: .8rem !important;
  }

  .pr-xl-2,.px-xl-2 {
    padding-right: .8rem !important;
  }

  .pb-xl-2,.py-xl-2 {
    padding-bottom: .8rem !important;
  }

  .pl-xl-2,.px-xl-2 {
    padding-left: .8rem !important;
  }

  .p-xl-3 {
    padding: 1.2rem !important;
  }

  .pt-xl-3,.py-xl-3 {
    padding-top: 1.2rem !important;
  }

  .pr-xl-3,.px-xl-3 {
    padding-right: 1.2rem !important;
  }

  .pb-xl-3,.py-xl-3 {
    padding-bottom: 1.2rem !important;
  }

  .pl-xl-3,.px-xl-3 {
    padding-left: 1.2rem !important;
  }

  .p-xl-4 {
    padding: 1.6rem !important;
  }

  .pt-xl-4,.py-xl-4 {
    padding-top: 1.6rem !important;
  }

  .pr-xl-4,.px-xl-4 {
    padding-right: 1.6rem !important;
  }

  .pb-xl-4,.py-xl-4 {
    padding-bottom: 1.6rem !important;
  }

  .pl-xl-4,.px-xl-4 {
    padding-left: 1.6rem !important;
  }

  .p-xl-5 {
    padding: 2rem !important;
  }

  .pt-xl-5,.py-xl-5 {
    padding-top: 2rem !important;
  }

  .pr-xl-5,.px-xl-5 {
    padding-right: 2rem !important;
  }

  .pb-xl-5,.py-xl-5 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-5,.px-xl-5 {
    padding-left: 2rem !important;
  }

  .p-xl-6 {
    padding: 2.4rem !important;
  }

  .pt-xl-6,.py-xl-6 {
    padding-top: 2.4rem !important;
  }

  .pr-xl-6,.px-xl-6 {
    padding-right: 2.4rem !important;
  }

  .pb-xl-6,.py-xl-6 {
    padding-bottom: 2.4rem !important;
  }

  .pl-xl-6,.px-xl-6 {
    padding-left: 2.4rem !important;
  }

  .p-xl-7 {
    padding: 2.8rem !important;
  }

  .pt-xl-7,.py-xl-7 {
    padding-top: 2.8rem !important;
  }

  .pr-xl-7,.px-xl-7 {
    padding-right: 2.8rem !important;
  }

  .pb-xl-7,.py-xl-7 {
    padding-bottom: 2.8rem !important;
  }

  .pl-xl-7,.px-xl-7 {
    padding-left: 2.8rem !important;
  }

  .p-xl-8 {
    padding: 3.2rem !important;
  }

  .pt-xl-8,.py-xl-8 {
    padding-top: 3.2rem !important;
  }

  .pr-xl-8,.px-xl-8 {
    padding-right: 3.2rem !important;
  }

  .pb-xl-8,.py-xl-8 {
    padding-bottom: 3.2rem !important;
  }

  .pl-xl-8,.px-xl-8 {
    padding-left: 3.2rem !important;
  }

  .p-xl-9 {
    padding: 3.6rem !important;
  }

  .pt-xl-9,.py-xl-9 {
    padding-top: 3.6rem !important;
  }

  .pr-xl-9,.px-xl-9 {
    padding-right: 3.6rem !important;
  }

  .pb-xl-9,.py-xl-9 {
    padding-bottom: 3.6rem !important;
  }

  .pl-xl-9,.px-xl-9 {
    padding-left: 3.6rem !important;
  }

  .p-xl-10 {
    padding: 4rem !important;
  }

  .pt-xl-10,.py-xl-10 {
    padding-top: 4rem !important;
  }

  .pr-xl-10,.px-xl-10 {
    padding-right: 4rem !important;
  }

  .pb-xl-10,.py-xl-10 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-10,.px-xl-10 {
    padding-left: 4rem !important;
  }

  .p-xl-11 {
    padding: 4.4rem !important;
  }

  .pt-xl-11,.py-xl-11 {
    padding-top: 4.4rem !important;
  }

  .pr-xl-11,.px-xl-11 {
    padding-right: 4.4rem !important;
  }

  .pb-xl-11,.py-xl-11 {
    padding-bottom: 4.4rem !important;
  }

  .pl-xl-11,.px-xl-11 {
    padding-left: 4.4rem !important;
  }

  .p-xl-12 {
    padding: 4.8rem !important;
  }

  .pt-xl-12,.py-xl-12 {
    padding-top: 4.8rem !important;
  }

  .pr-xl-12,.px-xl-12 {
    padding-right: 4.8rem !important;
  }

  .pb-xl-12,.py-xl-12 {
    padding-bottom: 4.8rem !important;
  }

  .pl-xl-12,.px-xl-12 {
    padding-left: 4.8rem !important;
  }

  .p-xl-13 {
    padding: 5.2rem !important;
  }

  .pt-xl-13,.py-xl-13 {
    padding-top: 5.2rem !important;
  }

  .pr-xl-13,.px-xl-13 {
    padding-right: 5.2rem !important;
  }

  .pb-xl-13,.py-xl-13 {
    padding-bottom: 5.2rem !important;
  }

  .pl-xl-13,.px-xl-13 {
    padding-left: 5.2rem !important;
  }

  .p-xl-14 {
    padding: 5.6rem !important;
  }

  .pt-xl-14,.py-xl-14 {
    padding-top: 5.6rem !important;
  }

  .pr-xl-14,.px-xl-14 {
    padding-right: 5.6rem !important;
  }

  .pb-xl-14,.py-xl-14 {
    padding-bottom: 5.6rem !important;
  }

  .pl-xl-14,.px-xl-14 {
    padding-left: 5.6rem !important;
  }

  .p-xl-15 {
    padding: 6rem !important;
  }

  .pt-xl-15,.py-xl-15 {
    padding-top: 6rem !important;
  }

  .pr-xl-15,.px-xl-15 {
    padding-right: 6rem !important;
  }

  .pb-xl-15,.py-xl-15 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-15,.px-xl-15 {
    padding-left: 6rem !important;
  }

  .p-xl-16 {
    padding: 6.4rem !important;
  }

  .pt-xl-16,.py-xl-16 {
    padding-top: 6.4rem !important;
  }

  .pr-xl-16,.px-xl-16 {
    padding-right: 6.4rem !important;
  }

  .pb-xl-16,.py-xl-16 {
    padding-bottom: 6.4rem !important;
  }

  .pl-xl-16,.px-xl-16 {
    padding-left: 6.4rem !important;
  }

  .p-xl-17 {
    padding: 6.8rem !important;
  }

  .pt-xl-17,.py-xl-17 {
    padding-top: 6.8rem !important;
  }

  .pr-xl-17,.px-xl-17 {
    padding-right: 6.8rem !important;
  }

  .pb-xl-17,.py-xl-17 {
    padding-bottom: 6.8rem !important;
  }

  .pl-xl-17,.px-xl-17 {
    padding-left: 6.8rem !important;
  }

  .p-xl-18 {
    padding: 7.2rem !important;
  }

  .pt-xl-18,.py-xl-18 {
    padding-top: 7.2rem !important;
  }

  .pr-xl-18,.px-xl-18 {
    padding-right: 7.2rem !important;
  }

  .pb-xl-18,.py-xl-18 {
    padding-bottom: 7.2rem !important;
  }

  .pl-xl-18,.px-xl-18 {
    padding-left: 7.2rem !important;
  }

  .p-xl-19 {
    padding: 7.6rem !important;
  }

  .pt-xl-19,.py-xl-19 {
    padding-top: 7.6rem !important;
  }

  .pr-xl-19,.px-xl-19 {
    padding-right: 7.6rem !important;
  }

  .pb-xl-19,.py-xl-19 {
    padding-bottom: 7.6rem !important;
  }

  .pl-xl-19,.px-xl-19 {
    padding-left: 7.6rem !important;
  }

  .p-xl-20 {
    padding: 8rem !important;
  }

  .pt-xl-20,.py-xl-20 {
    padding-top: 8rem !important;
  }

  .pr-xl-20,.px-xl-20 {
    padding-right: 8rem !important;
  }

  .pb-xl-20,.py-xl-20 {
    padding-bottom: 8rem !important;
  }

  .pl-xl-20,.px-xl-20 {
    padding-left: 8rem !important;
  }

  .p-xl-21 {
    padding: 8.4rem !important;
  }

  .pt-xl-21,.py-xl-21 {
    padding-top: 8.4rem !important;
  }

  .pr-xl-21,.px-xl-21 {
    padding-right: 8.4rem !important;
  }

  .pb-xl-21,.py-xl-21 {
    padding-bottom: 8.4rem !important;
  }

  .pl-xl-21,.px-xl-21 {
    padding-left: 8.4rem !important;
  }

  .p-xl-22 {
    padding: 8.8rem !important;
  }

  .pt-xl-22,.py-xl-22 {
    padding-top: 8.8rem !important;
  }

  .pr-xl-22,.px-xl-22 {
    padding-right: 8.8rem !important;
  }

  .pb-xl-22,.py-xl-22 {
    padding-bottom: 8.8rem !important;
  }

  .pl-xl-22,.px-xl-22 {
    padding-left: 8.8rem !important;
  }

  .p-xl-23 {
    padding: 9.2rem !important;
  }

  .pt-xl-23,.py-xl-23 {
    padding-top: 9.2rem !important;
  }

  .pr-xl-23,.px-xl-23 {
    padding-right: 9.2rem !important;
  }

  .pb-xl-23,.py-xl-23 {
    padding-bottom: 9.2rem !important;
  }

  .pl-xl-23,.px-xl-23 {
    padding-left: 9.2rem !important;
  }

  .p-xl-24 {
    padding: 9.6rem !important;
  }

  .pt-xl-24,.py-xl-24 {
    padding-top: 9.6rem !important;
  }

  .pr-xl-24,.px-xl-24 {
    padding-right: 9.6rem !important;
  }

  .pb-xl-24,.py-xl-24 {
    padding-bottom: 9.6rem !important;
  }

  .pl-xl-24,.px-xl-24 {
    padding-left: 9.6rem !important;
  }

  .p-xl-25 {
    padding: 10rem !important;
  }

  .pt-xl-25,.py-xl-25 {
    padding-top: 10rem !important;
  }

  .pr-xl-25,.px-xl-25 {
    padding-right: 10rem !important;
  }

  .pb-xl-25,.py-xl-25 {
    padding-bottom: 10rem !important;
  }

  .pl-xl-25,.px-xl-25 {
    padding-left: 10rem !important;
  }

  .p-xl-26 {
    padding: 10.4rem !important;
  }

  .pt-xl-26,.py-xl-26 {
    padding-top: 10.4rem !important;
  }

  .pr-xl-26,.px-xl-26 {
    padding-right: 10.4rem !important;
  }

  .pb-xl-26,.py-xl-26 {
    padding-bottom: 10.4rem !important;
  }

  .pl-xl-26,.px-xl-26 {
    padding-left: 10.4rem !important;
  }

  .p-xl-27 {
    padding: 10.8rem !important;
  }

  .pt-xl-27,.py-xl-27 {
    padding-top: 10.8rem !important;
  }

  .pr-xl-27,.px-xl-27 {
    padding-right: 10.8rem !important;
  }

  .pb-xl-27,.py-xl-27 {
    padding-bottom: 10.8rem !important;
  }

  .pl-xl-27,.px-xl-27 {
    padding-left: 10.8rem !important;
  }

  .p-xl-28 {
    padding: 11.2rem !important;
  }

  .pt-xl-28,.py-xl-28 {
    padding-top: 11.2rem !important;
  }

  .pr-xl-28,.px-xl-28 {
    padding-right: 11.2rem !important;
  }

  .pb-xl-28,.py-xl-28 {
    padding-bottom: 11.2rem !important;
  }

  .pl-xl-28,.px-xl-28 {
    padding-left: 11.2rem !important;
  }

  .p-xl-29 {
    padding: 11.6rem !important;
  }

  .pt-xl-29,.py-xl-29 {
    padding-top: 11.6rem !important;
  }

  .pr-xl-29,.px-xl-29 {
    padding-right: 11.6rem !important;
  }

  .pb-xl-29,.py-xl-29 {
    padding-bottom: 11.6rem !important;
  }

  .pl-xl-29,.px-xl-29 {
    padding-left: 11.6rem !important;
  }

  .p-xl-30 {
    padding: 12rem !important;
  }

  .pt-xl-30,.py-xl-30 {
    padding-top: 12rem !important;
  }

  .pr-xl-30,.px-xl-30 {
    padding-right: 12rem !important;
  }

  .pb-xl-30,.py-xl-30 {
    padding-bottom: 12rem !important;
  }

  .pl-xl-30,.px-xl-30 {
    padding-left: 12rem !important;
  }

  .p-xl-31 {
    padding: 12.4rem !important;
  }

  .pt-xl-31,.py-xl-31 {
    padding-top: 12.4rem !important;
  }

  .pr-xl-31,.px-xl-31 {
    padding-right: 12.4rem !important;
  }

  .pb-xl-31,.py-xl-31 {
    padding-bottom: 12.4rem !important;
  }

  .pl-xl-31,.px-xl-31 {
    padding-left: 12.4rem !important;
  }

  .p-xl-32 {
    padding: 12.8rem !important;
  }

  .pt-xl-32,.py-xl-32 {
    padding-top: 12.8rem !important;
  }

  .pr-xl-32,.px-xl-32 {
    padding-right: 12.8rem !important;
  }

  .pb-xl-32,.py-xl-32 {
    padding-bottom: 12.8rem !important;
  }

  .pl-xl-32,.px-xl-32 {
    padding-left: 12.8rem !important;
  }

  .p-xl-33 {
    padding: 13.2rem !important;
  }

  .pt-xl-33,.py-xl-33 {
    padding-top: 13.2rem !important;
  }

  .pr-xl-33,.px-xl-33 {
    padding-right: 13.2rem !important;
  }

  .pb-xl-33,.py-xl-33 {
    padding-bottom: 13.2rem !important;
  }

  .pl-xl-33,.px-xl-33 {
    padding-left: 13.2rem !important;
  }

  .p-xl-34 {
    padding: 13.6rem !important;
  }

  .pt-xl-34,.py-xl-34 {
    padding-top: 13.6rem !important;
  }

  .pr-xl-34,.px-xl-34 {
    padding-right: 13.6rem !important;
  }

  .pb-xl-34,.py-xl-34 {
    padding-bottom: 13.6rem !important;
  }

  .pl-xl-34,.px-xl-34 {
    padding-left: 13.6rem !important;
  }

  .p-xl-35 {
    padding: 14rem !important;
  }

  .pt-xl-35,.py-xl-35 {
    padding-top: 14rem !important;
  }

  .pr-xl-35,.px-xl-35 {
    padding-right: 14rem !important;
  }

  .pb-xl-35,.py-xl-35 {
    padding-bottom: 14rem !important;
  }

  .pl-xl-35,.px-xl-35 {
    padding-left: 14rem !important;
  }

  .p-xl-36 {
    padding: 14.4rem !important;
  }

  .pt-xl-36,.py-xl-36 {
    padding-top: 14.4rem !important;
  }

  .pr-xl-36,.px-xl-36 {
    padding-right: 14.4rem !important;
  }

  .pb-xl-36,.py-xl-36 {
    padding-bottom: 14.4rem !important;
  }

  .pl-xl-36,.px-xl-36 {
    padding-left: 14.4rem !important;
  }

  .p-xl-37 {
    padding: 14.8rem !important;
  }

  .pt-xl-37,.py-xl-37 {
    padding-top: 14.8rem !important;
  }

  .pr-xl-37,.px-xl-37 {
    padding-right: 14.8rem !important;
  }

  .pb-xl-37,.py-xl-37 {
    padding-bottom: 14.8rem !important;
  }

  .pl-xl-37,.px-xl-37 {
    padding-left: 14.8rem !important;
  }

  .p-xl-38 {
    padding: 15.2rem !important;
  }

  .pt-xl-38,.py-xl-38 {
    padding-top: 15.2rem !important;
  }

  .pr-xl-38,.px-xl-38 {
    padding-right: 15.2rem !important;
  }

  .pb-xl-38,.py-xl-38 {
    padding-bottom: 15.2rem !important;
  }

  .pl-xl-38,.px-xl-38 {
    padding-left: 15.2rem !important;
  }

  .p-xl-39 {
    padding: 15.6rem !important;
  }

  .pt-xl-39,.py-xl-39 {
    padding-top: 15.6rem !important;
  }

  .pr-xl-39,.px-xl-39 {
    padding-right: 15.6rem !important;
  }

  .pb-xl-39,.py-xl-39 {
    padding-bottom: 15.6rem !important;
  }

  .pl-xl-39,.px-xl-39 {
    padding-left: 15.6rem !important;
  }

  .p-xl-40 {
    padding: 16rem !important;
  }

  .pt-xl-40,.py-xl-40 {
    padding-top: 16rem !important;
  }

  .pr-xl-40,.px-xl-40 {
    padding-right: 16rem !important;
  }

  .pb-xl-40,.py-xl-40 {
    padding-bottom: 16rem !important;
  }

  .pl-xl-40,.px-xl-40 {
    padding-left: 16rem !important;
  }

  .p-xl-41 {
    padding: 16.4rem !important;
  }

  .pt-xl-41,.py-xl-41 {
    padding-top: 16.4rem !important;
  }

  .pr-xl-41,.px-xl-41 {
    padding-right: 16.4rem !important;
  }

  .pb-xl-41,.py-xl-41 {
    padding-bottom: 16.4rem !important;
  }

  .pl-xl-41,.px-xl-41 {
    padding-left: 16.4rem !important;
  }

  .p-xl-42 {
    padding: 16.8rem !important;
  }

  .pt-xl-42,.py-xl-42 {
    padding-top: 16.8rem !important;
  }

  .pr-xl-42,.px-xl-42 {
    padding-right: 16.8rem !important;
  }

  .pb-xl-42,.py-xl-42 {
    padding-bottom: 16.8rem !important;
  }

  .pl-xl-42,.px-xl-42 {
    padding-left: 16.8rem !important;
  }

  .p-xl-43 {
    padding: 17.2rem !important;
  }

  .pt-xl-43,.py-xl-43 {
    padding-top: 17.2rem !important;
  }

  .pr-xl-43,.px-xl-43 {
    padding-right: 17.2rem !important;
  }

  .pb-xl-43,.py-xl-43 {
    padding-bottom: 17.2rem !important;
  }

  .pl-xl-43,.px-xl-43 {
    padding-left: 17.2rem !important;
  }

  .p-xl-44 {
    padding: 17.6rem !important;
  }

  .pt-xl-44,.py-xl-44 {
    padding-top: 17.6rem !important;
  }

  .pr-xl-44,.px-xl-44 {
    padding-right: 17.6rem !important;
  }

  .pb-xl-44,.py-xl-44 {
    padding-bottom: 17.6rem !important;
  }

  .pl-xl-44,.px-xl-44 {
    padding-left: 17.6rem !important;
  }

  .p-xl-45 {
    padding: 18rem !important;
  }

  .pt-xl-45,.py-xl-45 {
    padding-top: 18rem !important;
  }

  .pr-xl-45,.px-xl-45 {
    padding-right: 18rem !important;
  }

  .pb-xl-45,.py-xl-45 {
    padding-bottom: 18rem !important;
  }

  .pl-xl-45,.px-xl-45 {
    padding-left: 18rem !important;
  }

  .p-xl-46 {
    padding: 18.4rem !important;
  }

  .pt-xl-46,.py-xl-46 {
    padding-top: 18.4rem !important;
  }

  .pr-xl-46,.px-xl-46 {
    padding-right: 18.4rem !important;
  }

  .pb-xl-46,.py-xl-46 {
    padding-bottom: 18.4rem !important;
  }

  .pl-xl-46,.px-xl-46 {
    padding-left: 18.4rem !important;
  }

  .p-xl-47 {
    padding: 18.8rem !important;
  }

  .pt-xl-47,.py-xl-47 {
    padding-top: 18.8rem !important;
  }

  .pr-xl-47,.px-xl-47 {
    padding-right: 18.8rem !important;
  }

  .pb-xl-47,.py-xl-47 {
    padding-bottom: 18.8rem !important;
  }

  .pl-xl-47,.px-xl-47 {
    padding-left: 18.8rem !important;
  }

  .p-xl-48 {
    padding: 19.2rem !important;
  }

  .pt-xl-48,.py-xl-48 {
    padding-top: 19.2rem !important;
  }

  .pr-xl-48,.px-xl-48 {
    padding-right: 19.2rem !important;
  }

  .pb-xl-48,.py-xl-48 {
    padding-bottom: 19.2rem !important;
  }

  .pl-xl-48,.px-xl-48 {
    padding-left: 19.2rem !important;
  }

  .p-xl-49 {
    padding: 19.6rem !important;
  }

  .pt-xl-49,.py-xl-49 {
    padding-top: 19.6rem !important;
  }

  .pr-xl-49,.px-xl-49 {
    padding-right: 19.6rem !important;
  }

  .pb-xl-49,.py-xl-49 {
    padding-bottom: 19.6rem !important;
  }

  .pl-xl-49,.px-xl-49 {
    padding-left: 19.6rem !important;
  }

  .p-xl-50 {
    padding: 20rem !important;
  }

  .pt-xl-50,.py-xl-50 {
    padding-top: 20rem !important;
  }

  .pr-xl-50,.px-xl-50 {
    padding-right: 20rem !important;
  }

  .pb-xl-50,.py-xl-50 {
    padding-bottom: 20rem !important;
  }

  .pl-xl-50,.px-xl-50 {
    padding-left: 20rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: normal !important;
}
.font-weight-bold {
  font-weight: bold !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #3C4252 !important;
}
a.text-primary:hover,a.text-primary:focus {
  color: #262a35 !important;
}
.text-secondary {
  color: #2196F3 !important;
}
a.text-secondary:hover,a.text-secondary:focus {
  color: #0c7cd5 !important;
}
.text-success {
  color: #4CAF50 !important;
}
a.text-success:hover,a.text-success:focus {
  color: #3d8b40 !important;
}
.text-info {
  color: #009688 !important;
}
a.text-info:hover,a.text-info:focus {
  color: #00635a !important;
}
.text-warning {
  color: #FF9800 !important;
}
a.text-warning:hover,a.text-warning:focus {
  color: #cc7a00 !important;
}
.text-danger {
  color: #F44336 !important;
}
a.text-danger:hover,a.text-danger:focus {
  color: #ea1c0d !important;
}
.text-light {
  color: #F8F9FA !important;
}
a.text-light:hover,a.text-light:focus {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343A40 !important;
}
a.text-dark:hover,a.text-dark:focus {
  color: #1d2124 !important;
}
.text-muted {
  color: rgba(0,0,0,0.38) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.mdc-animation-linear-out-slow-in {
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.mdc-animation-fast-out-slow-in {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.mdc-animation-fast-out-linear-in {
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.md-elevation-0 {
  box-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);
}
.md-elevation-1 {
  box-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);
}
.md-elevation-2 {
  box-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);
}
.md-elevation-3 {
  box-shadow: 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);
}
.md-elevation-4 {
  box-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);
}
.md-elevation-5 {
  box-shadow: 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);
}
.md-elevation-6 {
  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);
}
.md-elevation-7 {
  box-shadow: 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);
}
.md-elevation-8 {
  box-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);
}
.md-elevation-9 {
  box-shadow: 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);
}
.md-elevation-10 {
  box-shadow: 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);
}
.md-elevation-11 {
  box-shadow: 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);
}
.md-elevation-12 {
  box-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);
}
.md-elevation-13 {
  box-shadow: 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);
}
.md-elevation-14 {
  box-shadow: 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);
}
.md-elevation-15 {
  box-shadow: 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);
}
.md-elevation-16 {
  box-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);
}
.md-elevation-17 {
  box-shadow: 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);
}
.md-elevation-18 {
  box-shadow: 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);
}
.md-elevation-19 {
  box-shadow: 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);
}
.md-elevation-20 {
  box-shadow: 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);
}
.md-elevation-21 {
  box-shadow: 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);
}
.md-elevation-22 {
  box-shadow: 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);
}
.md-elevation-23 {
  box-shadow: 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);
}
.md-elevation-24 {
  box-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);
}
.mdc-elevation-transition {
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.left-block {
  display: block;
  margin-left: 0;
  margin-right: auto;
}
.right-block {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.auto-height {
  height: auto;
}
.auto-width {
  width: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.inline-block {
  display: inline-block;
}
.a-align-middle {
  top: 50%;
  transform: translate(0, -50%);
  position: absolute !important;
}
.a-align-middle-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute !important;
  text-align: center;
}
.a-align-middle-right {
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  position: absolute !important;
}
.a-align-middle-left {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  position: absolute !important;
}
.a-align-top-left {
  top: 0;
  left: 0;
  position: absolute !important;
}
.a-align-top-center {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute !important;
  text-align: center;
}
.a-align-top-right {
  top: 0;
  right: 0;
  position: absolute !important;
}
.a-align-bottom-left {
  bottom: 0;
  left: 0;
  position: absolute !important;
}
.a-align-bottom-center {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute !important;
  text-align: center;
}
.a-align-bottom-right {
  bottom: 0;
  right: 0;
  position: absolute !important;
}
.a-align-bottom-left {
  bottom: 0;
  left: 0;
  position: absolute !important;
}
@media (min-width: 576px) {
  .center-block-sm {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .left-block-sm {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .right-block-sm {
    display: block;
    margin-left: auto;
    margin-right: 0;
  }

  .auto-height-sm {
    height: auto;
  }

  .auto-width-sm {
    width: auto;
  }

  .pull-right-sm {
    float: right !important;
  }

  .pull-left-sm {
    float: left !important;
  }

  .inline-block-sm {
    display: inline-block;
  }

  .a-align-sm-middle {
    top: 50%;
    transform: translate(0, -50%);
    position: absolute !important;
  }

  .a-align-sm-middle-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute !important;
    text-align: center;
  }

  .a-align-sm-middle-right {
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    position: absolute !important;
  }

  .a-align-sm-middle-left {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    position: absolute !important;
  }

  .a-align-sm-top-left {
    top: 0;
    left: 0;
    position: absolute !important;
  }

  .a-align-sm-top-center {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute !important;
    text-align: center;
  }

  .a-align-sm-top-right {
    top: 0;
    right: 0;
    position: absolute !important;
  }

  .a-align-sm-bottom-left {
    bottom: 0;
    left: 0;
    position: absolute !important;
  }

  .a-align-sm-bottom-center {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute !important;
    text-align: center;
  }

  .a-align-sm-bottom-right {
    bottom: 0;
    right: 0;
    position: absolute !important;
  }

  .a-align-sm-bottom-left {
    bottom: 0;
    left: 0;
    position: absolute !important;
  }
}
@media (min-width: 768px) {
  .center-block-md {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .left-block-md {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .right-block-md {
    display: block;
    margin-left: auto;
    margin-right: 0;
  }

  .auto-height-md {
    height: auto;
  }

  .auto-width-md {
    width: auto;
  }

  .pull-right-md {
    float: right !important;
  }

  .pull-left-md {
    float: left !important;
  }

  .inline-block-md {
    display: inline-block;
  }

  .a-align-md-middle {
    top: 50%;
    transform: translate(0, -50%);
    position: absolute !important;
  }

  .a-align-md-middle-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute !important;
    text-align: center;
  }

  .a-align-md-middle-right {
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    position: absolute !important;
  }

  .a-align-md-middle-left {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    position: absolute !important;
  }

  .a-align-md-top-left {
    top: 0;
    left: 0;
    position: absolute !important;
  }

  .a-align-md-top-center {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute !important;
    text-align: center;
  }

  .a-align-md-top-right {
    top: 0;
    right: 0;
    position: absolute !important;
  }

  .a-align-md-bottom-left {
    bottom: 0;
    left: 0;
    position: absolute !important;
  }

  .a-align-md-bottom-center {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute !important;
    text-align: center;
  }

  .a-align-md-bottom-right {
    bottom: 0;
    right: 0;
    position: absolute !important;
  }

  .a-align-md-bottom-left {
    bottom: 0;
    left: 0;
    position: absolute !important;
  }
}
@media (min-width: 992px) {
  .center-block-lg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .left-block-lg {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .right-block-lg {
    display: block;
    margin-left: auto;
    margin-right: 0;
  }

  .auto-height-lg {
    height: auto;
  }

  .auto-width-lg {
    width: auto;
  }

  .pull-right-lg {
    float: right !important;
  }

  .pull-left-lg {
    float: left !important;
  }

  .inline-block-lg {
    display: inline-block;
  }

  .a-align-lg-middle {
    top: 50%;
    transform: translate(0, -50%);
    position: absolute !important;
  }

  .a-align-lg-middle-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute !important;
    text-align: center;
  }

  .a-align-lg-middle-right {
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    position: absolute !important;
  }

  .a-align-lg-middle-left {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    position: absolute !important;
  }

  .a-align-lg-top-left {
    top: 0;
    left: 0;
    position: absolute !important;
  }

  .a-align-lg-top-center {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute !important;
    text-align: center;
  }

  .a-align-lg-top-right {
    top: 0;
    right: 0;
    position: absolute !important;
  }

  .a-align-lg-bottom-left {
    bottom: 0;
    left: 0;
    position: absolute !important;
  }

  .a-align-lg-bottom-center {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute !important;
    text-align: center;
  }

  .a-align-lg-bottom-right {
    bottom: 0;
    right: 0;
    position: absolute !important;
  }

  .a-align-lg-bottom-left {
    bottom: 0;
    left: 0;
    position: absolute !important;
  }
}
@media (min-width: 1200px) {
  .center-block-xl {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .left-block-xl {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .right-block-xl {
    display: block;
    margin-left: auto;
    margin-right: 0;
  }

  .auto-height-xl {
    height: auto;
  }

  .auto-width-xl {
    width: auto;
  }

  .pull-right-xl {
    float: right !important;
  }

  .pull-left-xl {
    float: left !important;
  }

  .inline-block-xl {
    display: inline-block;
  }

  .a-align-xl-middle {
    top: 50%;
    transform: translate(0, -50%);
    position: absolute !important;
  }

  .a-align-xl-middle-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute !important;
    text-align: center;
  }

  .a-align-xl-middle-right {
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    position: absolute !important;
  }

  .a-align-xl-middle-left {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    position: absolute !important;
  }

  .a-align-xl-top-left {
    top: 0;
    left: 0;
    position: absolute !important;
  }

  .a-align-xl-top-center {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute !important;
    text-align: center;
  }

  .a-align-xl-top-right {
    top: 0;
    right: 0;
    position: absolute !important;
  }

  .a-align-xl-bottom-left {
    bottom: 0;
    left: 0;
    position: absolute !important;
  }

  .a-align-xl-bottom-center {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute !important;
    text-align: center;
  }

  .a-align-xl-bottom-right {
    bottom: 0;
    right: 0;
    position: absolute !important;
  }

  .a-align-xl-bottom-left {
    bottom: 0;
    left: 0;
    position: absolute !important;
  }
}
html {
/*  font-size: 62.5%;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  overflow-x: hidden;*/
}
body {
  display: flex;
  flex-flow: column nowrap;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
#wrapper {
  min-height: 100%;
  flex: auto;
}
body {
  display: flex;
  flex-flow: column nowrap;
  min-height: 100%;
}
#wrapper {
  min-height: 100%;
  flex: auto;
}
body {
  background-color: #f5f5f5;
}
/*html,body {
  overflow: hidden !important;
}
*/
body>main {
  top: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.layout #wrapper {
  display: flex;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}
.layout #wrapper>.content-wrapper {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  width: 100%;
}
.layout #wrapper>.content-wrapper>.content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: auto;
}
.layout #wrapper>.content-wrapper>.content {
  position: relative;
}
.layout #wrapper>.aside {
  z-index: 1000;
}
.layout #wrapper>.aside>.aside-content-wrapper {
  overflow: hidden;
  width: 16.6rem;
  min-width: 16.6rem;
  height: 100%;
  transition: all 300ms ease;
  position: relative;
}
.layout #wrapper>.aside>.aside-content-wrapper>.aside-content {
  box-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);
  background: white;
  position: fixed;
  width: 16.5rem;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  transition: all 300ms ease;
  overflow: hidden;
      padding-top: 10px;
}
#sidenav
{
	/*background-color: #efefef !important;*/
  background-color: #183462!important;
}
.aside-content.bg-primary-700.text-auto
{
	/*background-color: #efefef !important;*/
    /*background-color: #3c4252 !important;*/
    background-color: #183462!important;
}
.nav-link .material-icons
{
  color:#fff !important;
}
.layout #wrapper>.aside>.aside-content-wrapper>.aside-content>.aside-toolbar {
  display: flex;
  padding-left: 2.4rem;
  padding-right: 1.6rem;
  justify-content: space-between;
  align-items: center;
  height: 3.1rem;
  min-height: 3.1rem;
  background-color: rgb(218, 218, 218);
  box-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);
}
.layout #wrapper>.aside>.aside-content-wrapper>.aside-content>.aside-toolbar .logo {
  display: flex;
  align-items: center;
}
.layout #wrapper>.aside>.aside-content-wrapper>.aside-content>.aside-toolbar .logo .logo-icon {
  display: block;
  background: #039BE5;
  width: 32px;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  border-radius: 2px;
}
.layout #wrapper>.aside>.aside-content-wrapper>.aside-content>.aside-toolbar .logo .logo-text {
  margin-left: 16px;
  font-size: 1.6rem;
}
.layout #wrapper>.aside>.aside-content-wrapper>.aside-content>#sidenav {
  overflow-x: hidden;
  overflow-y: auto;
  flex-wrap: nowrap;
}
.layout #wrapper>.aside>.aside-content-wrapper>.aside-content>#sidenav .subheader {
  white-space: nowrap;
}
.layout #wrapper>.aside>.aside-content-wrapper>.aside-content>#sidenav .nav-link {
  color: inherit;
}
.layout #wrapper>.aside>.aside-content-wrapper>.aside-content>#sidenav .nav-link.active {
  background-color: #2196F3;
  color: #fff;
}
.layout #wrapper>.aside>.aside-content-wrapper>.aside-content>#sidenav .nav-link.active>i {
  color: #fff;
}
.layout #wrapper>.aside>.aside-content-wrapper>.aside-content>#sidenav .nav-link>span {
  white-space: nowrap;
  color: #525151;
}
.layout #wrapper .quick-panel-sidebar {
  z-index: 1050;
  width: 320px;
}
.layout #wrapper .fuse-bar-backdrop-quick-panel-sidebar {
  z-index: 1049;
}
#toolbar {
  box-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);
  width: 100%;
  height: 3rem;
  min-height: 3rem;
  transition: left 300ms ease, right 300ms ease;
  position: relative;
}
#toolbar .toolbar-separator {
  height: 6.4rem;
  width: 1px;
  background: rgba(0,0,0,0.12);
}
#toolbar .shortcuts-wrapper .add-shortcut-menu-button>.dropdown-toggle:after {
  display: none;
}
#toolbar .user-menu-button>.dropdown-toggle {
  height: 6.4rem;
  position: relative;
  cursor: pointer;
}
#toolbar .user-menu-button>.dropdown-toggle .avatar-wrapper {
  position: relative;
}
#toolbar .user-menu-button>.dropdown-toggle .avatar-wrapper .status {
  position: absolute;
  bottom: -.4rem;
  right: -.4rem;
}
#toolbar .toggle-aside-button,#toolbar .search-button,#toolbar .quick-panel-button {
  height: 6.4rem;
  width: 6.4rem;
}
@media (max-width: 575.98px) {
  #toolbar .toggle-aside-button,#toolbar .search-button,#toolbar .quick-panel-button {
    width: 4.8rem;
    height: 4.8rem;
  }
}
#toolbar .language-button>.dropdown-toggle {
  cursor: pointer;
  height: 6.4rem;
}
@media (max-width: 575.98px) {
  #toolbar .language-button>.dropdown-toggle {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.layout.layout-vertical.fuse-aside-folded.layout-left-navigation #wrapper {
  padding-left: 4.4rem;
}
.layout.layout-vertical.fuse-aside-folded.layout-right-navigation #wrapper {
  padding-right: 6.4rem;
}
.layout.layout-vertical.fuse-aside-folded #wrapper>aside {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
}
.layout.layout-vertical.fuse-aside-folded #wrapper>aside.aside-left {
  left: 0;
}
.layout.layout-vertical.fuse-aside-folded #wrapper>aside.aside-right {
  right: 0;
}
.layout.layout-vertical #wrapper>.content-wrapper {
  overflow: hidden;
}
.layout.layout-vertical.layout-above-toolbar>main {
  display: flex;
  flex-direction: column;
}
.layout.layout-vertical.layout-above-toolbar #toolbar {
  z-index: 1030;
}
.layout.layout-vertical.layout-above-toolbar #wrapper {
  flex: 1;
  min-height: auto;
}
.layout.layout-vertical.layout-above-toolbar #wrapper>aside {
  z-index: 1021;
}
.layout.layout-vertical.layout-above-toolbar #wrapper #aside>.aside-content-wrapper>.aside-content {
  margin-top: 6.4rem;
}
.layout.layout-vertical.layout-below-toolbar #wrapper>aside {
  z-index: 1030;
}
.layout.layout-vertical.layout-below-toolbar #wrapper>.fuse-bar-backdrop.fuse-bar-backdrop-aside {
  z-index: 1029;
}
.layout.layout-vertical.layout-below-toolbar #wrapper>.content-wrapper #toolbar {
  z-index: 1020;
}
.layout.layout-vertical.layout-below-toolbar.layout-left-navigation #wrapper>.content-wrapper,.layout.layout-vertical.layout-below-toolbar.layout-right-navigation #wrapper>.content-wrapper {
  flex: 1;
}
i,[class^="icon-"],[class*=" icon-"] {
  color: rgba(0,0,0,0.54);
  /*font-size: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;*/
  width: 2.4rem;
}
i.s-2,[class^="icon-"].s-2,[class*=" icon-"].s-2 {
  font-size: .8rem !important;
  width: .8rem !important;
  height: .8rem !important;
  line-height: .8rem !important;
}
i.s-3,[class^="icon-"].s-3,[class*=" icon-"].s-3 {
  font-size: 1.2rem !important;
  width: 1.2rem !important;
  height: 1.2rem !important;
  line-height: 1.2rem !important;
}
i.s-4,[class^="icon-"].s-4,[class*=" icon-"].s-4 {
  font-size: 1.6rem !important;
  width: 1.6rem !important;
  height: 1.6rem !important;
  line-height: 1.6rem !important;
}
i.s-5,[class^="icon-"].s-5,[class*=" icon-"].s-5 {
  font-size: 2rem !important;
  width: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
}
i.s-6,[class^="icon-"].s-6,[class*=" icon-"].s-6 {
  font-size: 2.4rem !important;
  width: 2.4rem !important;
  height: 2.4rem !important;
  line-height: 2.4rem !important;
}
i.s-7,[class^="icon-"].s-7,[class*=" icon-"].s-7 {
  font-size: 2.8rem !important;
  width: 2.8rem !important;
  height: 2.8rem !important;
  line-height: 2.8rem !important;
}
i.s-8,[class^="icon-"].s-8,[class*=" icon-"].s-8 {
  font-size: 3.2rem !important;
  width: 3.2rem !important;
  height: 3.2rem !important;
  line-height: 3.2rem !important;
}
i.s-9,[class^="icon-"].s-9,[class*=" icon-"].s-9 {
  font-size: 3.6rem !important;
  width: 3.6rem !important;
  height: 3.6rem !important;
  line-height: 3.6rem !important;
}
i.s-10,[class^="icon-"].s-10,[class*=" icon-"].s-10 {
  font-size: 4rem !important;
  width: 4rem !important;
  height: 4rem !important;
  line-height: 4rem !important;
}
i.s-11,[class^="icon-"].s-11,[class*=" icon-"].s-11 {
  font-size: 4.4rem !important;
  width: 4.4rem !important;
  height: 4.4rem !important;
  line-height: 4.4rem !important;
}
i.s-12,[class^="icon-"].s-12,[class*=" icon-"].s-12 {
  font-size: 4.8rem !important;
  width: 4.8rem !important;
  height: 4.8rem !important;
  line-height: 4.8rem !important;
}
i.s-13,[class^="icon-"].s-13,[class*=" icon-"].s-13 {
  font-size: 5.2rem !important;
  width: 5.2rem !important;
  height: 5.2rem !important;
  line-height: 5.2rem !important;
}
i.s-14,[class^="icon-"].s-14,[class*=" icon-"].s-14 {
  font-size: 5.6rem !important;
  width: 5.6rem !important;
  height: 5.6rem !important;
  line-height: 5.6rem !important;
}
i.s-15,[class^="icon-"].s-15,[class*=" icon-"].s-15 {
  font-size: 6rem !important;
  width: 6rem !important;
  height: 6rem !important;
  line-height: 6rem !important;
}
i.s-16,[class^="icon-"].s-16,[class*=" icon-"].s-16 {
  font-size: 6.4rem !important;
  width: 6.4rem !important;
  height: 6.4rem !important;
  line-height: 6.4rem !important;
}
i.s-17,[class^="icon-"].s-17,[class*=" icon-"].s-17 {
  font-size: 6.8rem !important;
  width: 6.8rem !important;
  height: 6.8rem !important;
  line-height: 6.8rem !important;
}
i.s-18,[class^="icon-"].s-18,[class*=" icon-"].s-18 {
  font-size: 7.2rem !important;
  width: 7.2rem !important;
  height: 7.2rem !important;
  line-height: 7.2rem !important;
}
i.s-19,[class^="icon-"].s-19,[class*=" icon-"].s-19 {
  font-size: 7.6rem !important;
  width: 7.6rem !important;
  height: 7.6rem !important;
  line-height: 7.6rem !important;
}
i.s-20,[class^="icon-"].s-20,[class*=" icon-"].s-20 {
  font-size: 8rem !important;
  width: 8rem !important;
  height: 8rem !important;
  line-height: 8rem !important;
}
i.s-21,[class^="icon-"].s-21,[class*=" icon-"].s-21 {
  font-size: 8.4rem !important;
  width: 8.4rem !important;
  height: 8.4rem !important;
  line-height: 8.4rem !important;
}
i.s-22,[class^="icon-"].s-22,[class*=" icon-"].s-22 {
  font-size: 8.8rem !important;
  width: 8.8rem !important;
  height: 8.8rem !important;
  line-height: 8.8rem !important;
}
i.s-23,[class^="icon-"].s-23,[class*=" icon-"].s-23 {
  font-size: 9.2rem !important;
  width: 9.2rem !important;
  height: 9.2rem !important;
  line-height: 9.2rem !important;
}
i.s-24,[class^="icon-"].s-24,[class*=" icon-"].s-24 {
  font-size: 9.6rem !important;
  width: 9.6rem !important;
  height: 9.6rem !important;
  line-height: 9.6rem !important;
}
i.s-25,[class^="icon-"].s-25,[class*=" icon-"].s-25 {
  font-size: 10rem !important;
  width: 10rem !important;
  height: 10rem !important;
  line-height: 10rem !important;
}
i.s-26,[class^="icon-"].s-26,[class*=" icon-"].s-26 {
  font-size: 10.4rem !important;
  width: 10.4rem !important;
  height: 10.4rem !important;
  line-height: 10.4rem !important;
}
i.s-27,[class^="icon-"].s-27,[class*=" icon-"].s-27 {
  font-size: 10.8rem !important;
  width: 10.8rem !important;
  height: 10.8rem !important;
  line-height: 10.8rem !important;
}
i.s-28,[class^="icon-"].s-28,[class*=" icon-"].s-28 {
  font-size: 11.2rem !important;
  width: 11.2rem !important;
  height: 11.2rem !important;
  line-height: 11.2rem !important;
}
i.s-29,[class^="icon-"].s-29,[class*=" icon-"].s-29 {
  font-size: 11.6rem !important;
  width: 11.6rem !important;
  height: 11.6rem !important;
  line-height: 11.6rem !important;
}
i.s-30,[class^="icon-"].s-30,[class*=" icon-"].s-30 {
  font-size: 12rem !important;
  width: 12rem !important;
  height: 12rem !important;
  line-height: 12rem !important;
}
i.s-31,[class^="icon-"].s-31,[class*=" icon-"].s-31 {
  font-size: 12.4rem !important;
  width: 12.4rem !important;
  height: 12.4rem !important;
  line-height: 12.4rem !important;
}
i.s-32,[class^="icon-"].s-32,[class*=" icon-"].s-32 {
  font-size: 12.8rem !important;
  width: 12.8rem !important;
  height: 12.8rem !important;
  line-height: 12.8rem !important;
}
.page-layout {
  position: relative;
  overflow: hidden;
  flex: 1;
}
.page-layout .top-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 20rem;
  background-image: url("/assets/header-bg.png");
  background-size: cover;
}
.page-layout>.page-header {
  height: 20rem;
  min-height: 20rem;
  max-height: 20rem;
  background-image: url("/assets/header-bg.png");
  background-size: cover;
}
.page-layout>.page-header .breadcrumb {
  margin-bottom: 16px;
  font-weight: 500;
  color: rgba(0,0,0,0.54);
}
.page-layout>.page-header .title {
  font-size: 34px;
}
.page-layout.carded {
  min-height: 100%;
  height: 100%;
}
.page-layout.carded.full-width {
  display: flex;
  flex-direction: column;
}
.page-layout.carded.full-width>.page-content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 2;
  padding: 0 3.2rem;
  height: 100%;
}
.page-layout.carded.full-width>.page-content-wrapper .page-header {
  height: 13.6rem;
  min-height: 13.6rem;
  max-height: 13.6rem;
}
.page-layout.carded.full-width>.page-content-wrapper .page-content-card {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 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);
  overflow: hidden;
}
.page-layout.carded.full-width>.page-content-wrapper .page-content-card .toolbar {
  height: 6.4rem;
  min-height: 6.4rem;
  max-height: 6.4rem;
  border-bottom: 1px solid rgba(0,0,0,0.12);
}
.page-layout.carded.full-width>.page-content-wrapper .page-content-card .page-content {
  flex: 1 1 auto;
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
  background: #FFFFFF;
}
.page-layout.carded.left-sidebar,.page-layout.carded.right-sidebar {
  display: flex;
  flex-direction: row;
}
.page-layout.carded.left-sidebar>.page-sidebar,.page-layout.carded.right-sidebar>.page-sidebar {
  display: flex;
  flex-direction: column;
  width: 220px;
  min-width: 220px;
  max-width: 220px;
  z-index: 2;
  background: transparent;
  box-shadow: none;
}
.page-layout.carded.left-sidebar>.page-sidebar .header,.page-layout.carded.right-sidebar>.page-sidebar .header {
  height: 20rem;
  min-height: 20rem;
  max-height: 20rem;
}
.page-layout.carded.left-sidebar>.page-sidebar .content,.page-layout.carded.right-sidebar>.page-sidebar .content {
  background: transparent;
  overflow-y: auto;
  overflow-x: hidden;
}
.page-layout.carded.left-sidebar>.page-sidebar.fuse-bar,.page-layout.carded.right-sidebar>.page-sidebar.fuse-bar {
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  background: #FFFFFF;
  box-shadow: 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);
  z-index: 1021;
  overflow-y: auto;
  overflow-x: hidden;
}
.page-layout.carded.left-sidebar>.page-sidebar.fuse-bar .header,.page-layout.carded.right-sidebar>.page-sidebar.fuse-bar .header {
  border-bottom: 1px solid rgba(0,0,0,0.12);
}
.page-layout.carded.left-sidebar>.page-sidebar.fuse-bar .content,.page-layout.carded.right-sidebar>.page-sidebar.fuse-bar .content {
  flex: 1 0 auto;
  overflow: hidden;
}
.page-layout.carded.left-sidebar .page-content-wrapper,.page-layout.carded.right-sidebar .page-content-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  padding: 0 3.2rem;
  flex: 1 1 auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-layout.carded.left-sidebar .page-content-wrapper,.page-layout.carded.right-sidebar .page-content-wrapper {
    overflow: hidden !important;
  }
}
.page-layout.carded.left-sidebar .page-content-wrapper .page-header,.page-layout.carded.right-sidebar .page-content-wrapper .page-header {
  height: 13.6rem;
  min-height: 13.6rem;
  max-height: 13.6rem;
}
.page-layout.carded.left-sidebar .page-content-wrapper .page-content-card,.page-layout.carded.right-sidebar .page-content-wrapper .page-content-card {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 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);
  overflow: hidden;
}
.page-layout.carded.left-sidebar .page-content-wrapper .page-content-card .toolbar,.page-layout.carded.right-sidebar .page-content-wrapper .page-content-card .toolbar {
  height: 6.4rem;
  min-height: 6.4rem;
  max-height: 6.4rem;
  border-bottom: 1px solid rgba(0,0,0,0.12);
}
.page-layout.carded.left-sidebar .page-content-wrapper .page-content-card .toolbar .sidebar-toggle,.page-layout.carded.right-sidebar .page-content-wrapper .page-content-card .toolbar .sidebar-toggle {
  margin: 0 8px 0 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.page-layout.carded.left-sidebar .page-content-wrapper .page-content-card .page-content,.page-layout.carded.right-sidebar .page-content-wrapper .page-content-card .page-content {
  flex: 1 1 auto;
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
  background: #FFFFFF;
}
@media (min-width: 992px) {
  .page-layout.carded.left-sidebar>.page-sidebar:not(.fuse-bar)+.page-content-wrapper {
    padding-left: 0;
  }
}
.page-layout.carded.left-sidebar.single-scroll {
  height: auto;
}
.page-layout.carded.left-sidebar.single-scroll>.page-content-wrapper .page-content-card .page-content {
  overflow: hidden;
}
@media (min-width: 992px) {
  .page-layout.carded.right-sidebar>.page-sidebar:not(.fuse-bar) {
    padding-left: 0 !important;
  }
}
.page-layout.carded.right-sidebar.single-scroll {
  height: auto;
}
.page-layout.carded.right-sidebar.single-scroll>.page-content-wrapper .page-content-card .page-content {
  overflow: hidden;
}
.page-layout.simple.full-width,.page-layout.simple.left-sidebar-inner,.page-layout.simple.right-sidebar-inner,.page-layout.simple.left-sidebar-floating,.page-layout.simple.right-sidebar-floating,.page-layout.simple.tabbed,.page-layout.simple.blank {
  min-height: 100%;
  flex: 1 0 auto;
}
.page-layout.simple>.page-content-wrapper {
  flex: 1;
}
.page-layout.simple.left-sidebar-inner>.page-content-wrapper,.page-layout.simple.right-sidebar-inner>.page-content-wrapper,.page-layout.simple.left-sidebar-floating>.page-content-wrapper,.page-layout.simple.right-sidebar-floating>.page-content-wrapper {
  display: flex;
  flex-direction: row;
}
.page-layout.simple.left-sidebar-inner>.page-content-wrapper>.page-content,.page-layout.simple.right-sidebar-inner>.page-content-wrapper>.page-content,.page-layout.simple.left-sidebar-floating>.page-content-wrapper>.page-content,.page-layout.simple.right-sidebar-floating>.page-content-wrapper>.page-content {
  flex: 1 1 auto;
}
.page-layout.simple .page-sidebar {
  width: 220px;
  min-width: 220px;
  max-width: 220px;
  z-index: 2;
  box-shadow: none;
  background: transparent;
  overflow-y: auto;
  overflow-x: hidden;
}
.page-layout.simple .page-sidebar.fuse-bar {
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  z-index: 1021;
  background: white;
  box-shadow: 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);
}
.page-layout.simple.left-sidebar,.page-layout.simple.right-sidebar {
  display: flex;
  flex-direction: row;
  min-height: 100%;
  height: 100%;
}
.page-layout.simple.left-sidebar>.page-content-wrapper,.page-layout.simple.right-sidebar>.page-content-wrapper {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 3;
  box-shadow: 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);
}
.page-layout.simple.left-sidebar>.page-content-wrapper .page-header,.page-layout.simple.right-sidebar>.page-content-wrapper .page-header {
  height: 20rem;
  min-height: 20rem;
  max-height: 20rem;
  background-image: url("/assets/header-bg.png");
  background-size: cover;
}
.page-layout.simple.left-sidebar>.page-content-wrapper .page-content,.page-layout.simple.right-sidebar>.page-content-wrapper .page-content {
  background: #FFFFFF;
}
.page-layout.simple.left-sidebar-floating,.page-layout.simple.right-sidebar-floating {
  flex-direction: column;
}
.page-layout.simple.left-sidebar-floating .page-content-wrapper .page-sidebar,.page-layout.simple.right-sidebar-floating .page-content-wrapper .page-sidebar {
  box-sizing: content-box;
  position: relative;
}
.page-layout.simple.left-sidebar-floating .page-content-wrapper .page-sidebar .page-sidebar-card,.page-layout.simple.right-sidebar-floating .page-content-wrapper .page-sidebar .page-sidebar-card {
  box-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);
  background-color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .page-layout.simple.left-sidebar-floating .page-content-wrapper .page-sidebar,.page-layout.simple.right-sidebar-floating .page-content-wrapper .page-sidebar {
    padding: 0 !important;
  }

  .page-layout.simple.left-sidebar-floating .page-content-wrapper .page-sidebar .page-sidebar-card,.page-layout.simple.right-sidebar-floating .page-content-wrapper .page-sidebar .page-sidebar-card {
    box-shadow: none;
  }
}
@media (min-width: 992px) {
  .page-layout.simple.left-sidebar-floating .page-content-wrapper>.page-sidebar:not(.fuse-bar)+.page-content {
    padding-left: 0 !important;
  }

  .page-layout.simple.right-sidebar-floating .page-content-wrapper>.page-sidebar:not(.fuse-bar) {
    padding-left: 2px !important;
  }
}
.page-layout.simple.tabbed .page-content {
  padding: 0;
}
.page-layout.simple.tabbed .page-content>.nav-tabs {
  padding: 0 2.4rem;
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2),0 1px 1px 0 rgba(0,0,0,0.14),0 2px 1px -1px rgba(0,0,0,0.12);
}
.page-layout.simple.tabbed .page-content>.tab-content {
  padding: 2.4rem;
}
.single-scroll.carded .page-content-wrapper {
  flex: 1 1 auto;
  max-width: 100%;
  overflow: auto;
}
.single-scroll.carded .page-content-wrapper .page-content-card {
  flex: 1 0 auto;
}
.single-scroll.simple.left-sidebar,.single-scroll.simple.right-sidebar {
  flex: 1 1 auto;
  height: 100%;
}
.single-scroll.simple.left-sidebar .page-content-wrapper,.single-scroll.simple.right-sidebar .page-content-wrapper {
  flex: 1 1 auto;
  max-width: 100%;
  overflow: auto;
}
@media (min-width: 992px) {
  .single-scroll.carded.full-width {
    flex: 1 0 auto;
    height: auto;
  }

  .single-scroll.carded.left-sidebar,.single-scroll.carded.right-sidebar {
    flex: 1 0 auto;
    height: auto;
  }

  .single-scroll.carded.left-sidebar>.page-content-wrapper,.single-scroll.carded.right-sidebar>.page-content-wrapper {
    flex: 1 1 auto;
    overflow: unset;
  }

  .single-scroll.simple.left-sidebar,.single-scroll.simple.right-sidebar {
    flex: 1 0 auto;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .page-layout .top-bg {
    height: 16rem;
  }

  .page-layout.carded.right-sidebar>.page-content-wrapper,.page-layout.carded.left-sidebar>.page-content-wrapper,.page-layout.carded.full-width>.page-content-wrapper {
    padding: 0 1.6rem;
  }

  .page-layout.carded.right-sidebar>.page-content-wrapper .page-header,.page-layout.carded.left-sidebar>.page-content-wrapper .page-header,.page-layout.carded.full-width>.page-content-wrapper .page-header {
    height: 9.6rem;
    min-height: 9.6rem;
    max-height: 9.6rem;
  }

  .page-layout.simple.full-width>.page-header,.page-layout.simple.inner-sidebar>.page-header {
    height: 16rem;
    min-height: 16rem;
    max-height: 16rem;
  }

  .page-layout.simple.right-sidebar>.page-content-wrapper .page-header,.page-layout.simple.left-sidebar>.page-content-wrapper .page-header {
    height: 16rem;
    min-height: 16rem;
    max-height: 16rem;
  }

  .page-layout.simple.left-sidebar>.page-content-wrapper,.page-layout.simple.right-sidebar>.page-content-wrapper {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.divider-vertical {
  height: 2.4rem;
  width: 0.1rem;
  margin: 0 0.8rem;
  background: rgba(0,0,0,0.12);
}
.divider {
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  margin: 0;
  border-top-color: rgba(0,0,0,0.12);
}
.avatar {
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: 50%;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
  background-color: #3C4252;
}
.avatar.square {
  border-radius: 0;
}
.avatar.small {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.avatar.big {
  width: 7.2rem;
  min-width: 7.2rem;
  height: 7.2rem;
  line-height: 7.2rem;
}
.avatar.huge {
  width: 9.6rem;
  min-width: 9.6rem;
  height: 9.6rem;
  line-height: 9.6rem;
}
.h1,.h2,.h3,.h4,.h5,.h6 {
  margin-bottom: 0;
}
.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 0px solid transparent;
  padding: 0 1.6rem;
  font-size: 1.4rem;
  line-height: 1.78571;
  border-radius: 2px;
  position: relative;
  min-width: 8.8rem;
  height: 3.6rem;
  line-height: 3.6rem;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-appearance: none;
  letter-spacing: 0.04em;
  box-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);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow;
}
.btn:hover,.btn:focus {
  text-decoration: none;
  cursor: pointer;
}
.btn:focus,.btn.focus {
  outline: 0;
}
.btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.btn.disabled,.btn:disabled {
  box-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);
  color: rgba(0,0,0,0.26) !important;
  background: rgba(0,0,0,0.12) !important;
  cursor: default;
  pointer-events: none;
  opacity: 1;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active,.btn:not(:disabled):not(.disabled).active {
  background-image: none;
  outline: none;
  box-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);
}
.btn:not(:disabled):not(.disabled):active:focus,.btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 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);
}
.btn[class*="btn-outline-"] {
  border-width: 1px;
  box-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);
}
.btn[class*="btn-outline-"]:focus,.btn[class*="btn-outline-"].focus {
  box-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);
}
.btn[class*="btn-outline-"]:active,.btn[class*="btn-outline-"].active {
  box-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);
}
.btn i,.btn [class^="icon-"],.btn [class*=" icon-"] {
  vertical-align: middle;
}
a.btn.disabled,fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #3C4252;
  border-color: #3C4252;
  box-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);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow;
  color: #fff!important;
}
.btn-primary:hover {
  color: #fff;
  background-color: #2c303c;
  border-color: #262a35;
  color: #fff;
}
.btn-primary:hover a:hover {
  color: #1c1e26;
}
.btn-primary:hover i,.btn-primary:hover [class^="icon-"],.btn-primary:hover [class*=" icon-"] {
  color: rgba(255,255,255,0.87);
}
.btn-primary:hover .text-muted {
  color: rgba(255,255,255,0.5) !important;
}
.btn-primary:hover .fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.btn-primary:hover .form-control {
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.7);
}
.btn-primary:hover .form-control:hover {
  box-shadow: 0 2px 0 0 #fff;
}
.btn-primary:hover .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-primary:hover .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-primary:hover .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-primary:hover textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-primary:hover textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-primary:hover textarea.form-control:focus,.btn-primary:hover textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-primary:hover select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.5%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-primary:hover select.form-control[multiple],.btn-primary:hover select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-primary:hover select.form-control[multiple]:hover,.btn-primary:hover select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-primary:hover select.form-control[multiple]:focus,.btn-primary:hover select.form-control[multiple]:focus:hover,.btn-primary:hover select.form-control[size]:focus,.btn-primary:hover select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-primary:hover .form-group>label {
  color: rgba(255,255,255,0.7);
}
.btn-primary:hover .nav .subheader {
  color: rgba(255,255,255,0.5);
}
.btn-primary:hover .nav .subheader:before {
  border-top-color: rgba(255,255,255,0.5);
}
.btn-primary:hover .nav .nav-link {
  color: #fff;
}
.btn-primary:hover .nav .nav-link:hover {
  color: #3C4252;
}
.btn-primary:hover .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-primary:hover .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-primary:hover .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-primary:hover .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-primary:hover .custom-radio input[type=radio] ~ .radio-icon:before,.btn-primary:hover .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-primary:hover .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(255,255,255,0.7);
}
.btn-primary:hover .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-primary:hover .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-primary:hover .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-primary:hover .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-primary:hover .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-primary:hover .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(255,255,255,0.7);
}
.btn-primary:hover input[type=checkbox]:disabled ~ .checkbox-icon,.btn-primary:hover input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-primary:hover input[type=checkbox]:disabled ~ .form-check-description,.btn-primary:hover input[type=checkbox][disabled] ~ .checkbox-icon,.btn-primary:hover input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-primary:hover input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(255,255,255,0.5) !important;
}
.btn-primary:hover .form-check.disabled .form-check-label {
  color: rgba(255,255,255,0.5) !important;
}
.btn-primary:hover .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(255,255,255,0.5);
}
.btn-primary:hover #sidenav .nav-link:hover:not(.active) {
  background: rgba(255,255,255,0.04) !important;
}
.btn-primary:hover #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(255,255,255,0.87) !important;
}
.btn-primary a:hover {
  color: #1c1e26;
}
.btn-primary i,.btn-primary [class^="icon-"],.btn-primary [class*=" icon-"] {
  color: rgba(255,255,255,0.87)!important;
}
.btn-primary .text-muted {
  color: rgba(255,255,255,0.5) !important;
}
.btn-primary .fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.btn-primary .form-control {
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.7);
}
.btn-primary .form-control:hover {
  box-shadow: 0 2px 0 0 #fff;
}
.btn-primary .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-primary .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-primary .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-primary textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-primary textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-primary textarea.form-control:focus,.btn-primary textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
/*.btn-primary select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.5%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
*/
.btn-primary select.form-control[multiple],.btn-primary select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-primary select.form-control[multiple]:hover,.btn-primary select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-primary select.form-control[multiple]:focus,.btn-primary select.form-control[multiple]:focus:hover,.btn-primary select.form-control[size]:focus,.btn-primary select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-primary .form-group>label {
  color: rgba(255,255,255,0.7);
}
.btn-primary .nav .subheader {
  color: rgba(255,255,255,0.5);
}
.btn-primary .nav .subheader:before {
  border-top-color: rgba(255,255,255,0.5);
}
.btn-primary .nav .nav-link {
  color: #fff;
}
.btn-primary .nav .nav-link:hover {
  color: #3C4252;
}
.btn-primary .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-primary .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-primary .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-primary .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-primary .custom-radio input[type=radio] ~ .radio-icon:before,.btn-primary .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-primary .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(255,255,255,0.7);
}
.btn-primary .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-primary .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-primary .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-primary .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-primary .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-primary .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(255,255,255,0.7);
}
.btn-primary input[type=checkbox]:disabled ~ .checkbox-icon,.btn-primary input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-primary input[type=checkbox]:disabled ~ .form-check-description,.btn-primary input[type=checkbox][disabled] ~ .checkbox-icon,.btn-primary input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-primary input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(255,255,255,0.5) !important;
}
.btn-primary .form-check.disabled .form-check-label {
  color: rgba(255,255,255,0.5) !important;
}
.btn-primary .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(255,255,255,0.5);
}
.btn-primary #sidenav .nav-link:hover:not(.active) {
  background: rgba(255,255,255,0.04) !important;
}
.btn-primary #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(255,255,255,0.87) !important;
}
.btn-primary.disabled,.btn-primary:disabled {
  color: #fff;
  background-color: #3C4252;
  border-color: #3C4252;
}
.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2c303c;
  background-image: none;
  box-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);
}
.btn-primary:not(:disabled):not(.disabled):active a:hover,.btn-primary:not(:disabled):not(.disabled).active a:hover,.show>.btn-primary.dropdown-toggle a:hover {
  color: #1c1e26;
}
.btn-primary:not(:disabled):not(.disabled):active i,.btn-primary:not(:disabled):not(.disabled):active [class^="icon-"],.btn-primary:not(:disabled):not(.disabled):active [class*=" icon-"],.btn-primary:not(:disabled):not(.disabled).active i,.btn-primary:not(:disabled):not(.disabled).active [class^="icon-"],.btn-primary:not(:disabled):not(.disabled).active [class*=" icon-"],.show>.btn-primary.dropdown-toggle i,.show>.btn-primary.dropdown-toggle [class^="icon-"],.show>.btn-primary.dropdown-toggle [class*=" icon-"] {
  color: rgba(255,255,255,0.87);
}
.btn-primary:not(:disabled):not(.disabled):active .text-muted,.btn-primary:not(:disabled):not(.disabled).active .text-muted,.show>.btn-primary.dropdown-toggle .text-muted {
  color: rgba(255,255,255,0.5) !important;
}
.btn-primary:not(:disabled):not(.disabled):active .fuse-ripple-ready .fuse-ripple,.btn-primary:not(:disabled):not(.disabled).active .fuse-ripple-ready .fuse-ripple,.show>.btn-primary.dropdown-toggle .fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.btn-primary:not(:disabled):not(.disabled):active .form-control,.btn-primary:not(:disabled):not(.disabled).active .form-control,.show>.btn-primary.dropdown-toggle .form-control {
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.7);
}
.btn-primary:not(:disabled):not(.disabled):active .form-control:hover,.btn-primary:not(:disabled):not(.disabled).active .form-control:hover,.show>.btn-primary.dropdown-toggle .form-control:hover {
  box-shadow: 0 2px 0 0 #fff;
}
.btn-primary:not(:disabled):not(.disabled):active .form-control:focus,.btn-primary:not(:disabled):not(.disabled).active .form-control:focus,.show>.btn-primary.dropdown-toggle .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-primary:not(:disabled):not(.disabled):active .form-control::-moz-placeholder,.btn-primary:not(:disabled):not(.disabled).active .form-control::-moz-placeholder,.show>.btn-primary.dropdown-toggle .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-primary:not(:disabled):not(.disabled):active .form-control::-moz-placeholder, .btn-primary:not(:disabled):not(.disabled).active .form-control::-moz-placeholder, .show>.btn-primary.dropdown-toggle .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-primary:not(:disabled):not(.disabled):active .form-control::placeholder,.btn-primary:not(:disabled):not(.disabled).active .form-control::placeholder,.show>.btn-primary.dropdown-toggle .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-primary:not(:disabled):not(.disabled):active textarea.form-control,.btn-primary:not(:disabled):not(.disabled).active textarea.form-control,.show>.btn-primary.dropdown-toggle textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-primary:not(:disabled):not(.disabled):active textarea.form-control:hover,.btn-primary:not(:disabled):not(.disabled).active textarea.form-control:hover,.show>.btn-primary.dropdown-toggle textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-primary:not(:disabled):not(.disabled):active textarea.form-control:focus,.btn-primary:not(:disabled):not(.disabled):active textarea.form-control:focus:hover,.btn-primary:not(:disabled):not(.disabled).active textarea.form-control:focus,.btn-primary:not(:disabled):not(.disabled).active textarea.form-control:focus:hover,.show>.btn-primary.dropdown-toggle textarea.form-control:focus,.show>.btn-primary.dropdown-toggle textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-primary:not(:disabled):not(.disabled):active select.form-control,.btn-primary:not(:disabled):not(.disabled).active select.form-control,.show>.btn-primary.dropdown-toggle select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.5%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-primary:not(:disabled):not(.disabled):active select.form-control[multiple],.btn-primary:not(:disabled):not(.disabled):active select.form-control[size],.btn-primary:not(:disabled):not(.disabled).active select.form-control[multiple],.btn-primary:not(:disabled):not(.disabled).active select.form-control[size],.show>.btn-primary.dropdown-toggle select.form-control[multiple],.show>.btn-primary.dropdown-toggle select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-primary:not(:disabled):not(.disabled):active select.form-control[multiple]:hover,.btn-primary:not(:disabled):not(.disabled):active select.form-control[size]:hover,.btn-primary:not(:disabled):not(.disabled).active select.form-control[multiple]:hover,.btn-primary:not(:disabled):not(.disabled).active select.form-control[size]:hover,.show>.btn-primary.dropdown-toggle select.form-control[multiple]:hover,.show>.btn-primary.dropdown-toggle select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-primary:not(:disabled):not(.disabled):active select.form-control[multiple]:focus,.btn-primary:not(:disabled):not(.disabled):active select.form-control[multiple]:focus:hover,.btn-primary:not(:disabled):not(.disabled):active select.form-control[size]:focus,.btn-primary:not(:disabled):not(.disabled):active select.form-control[size]:focus:hover,.btn-primary:not(:disabled):not(.disabled).active select.form-control[multiple]:focus,.btn-primary:not(:disabled):not(.disabled).active select.form-control[multiple]:focus:hover,.btn-primary:not(:disabled):not(.disabled).active select.form-control[size]:focus,.btn-primary:not(:disabled):not(.disabled).active select.form-control[size]:focus:hover,.show>.btn-primary.dropdown-toggle select.form-control[multiple]:focus,.show>.btn-primary.dropdown-toggle select.form-control[multiple]:focus:hover,.show>.btn-primary.dropdown-toggle select.form-control[size]:focus,.show>.btn-primary.dropdown-toggle select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-primary:not(:disabled):not(.disabled):active .form-group>label,.btn-primary:not(:disabled):not(.disabled).active .form-group>label,.show>.btn-primary.dropdown-toggle .form-group>label {
  color: rgba(255,255,255,0.7);
}
.btn-primary:not(:disabled):not(.disabled):active .nav .subheader,.btn-primary:not(:disabled):not(.disabled).active .nav .subheader,.show>.btn-primary.dropdown-toggle .nav .subheader {
  color: rgba(255,255,255,0.5);
}
.btn-primary:not(:disabled):not(.disabled):active .nav .subheader:before,.btn-primary:not(:disabled):not(.disabled).active .nav .subheader:before,.show>.btn-primary.dropdown-toggle .nav .subheader:before {
  border-top-color: rgba(255,255,255,0.5);
}
.btn-primary:not(:disabled):not(.disabled):active .nav .nav-link,.btn-primary:not(:disabled):not(.disabled).active .nav .nav-link,.show>.btn-primary.dropdown-toggle .nav .nav-link {
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled):active .nav .nav-link:hover,.btn-primary:not(:disabled):not(.disabled).active .nav .nav-link:hover,.show>.btn-primary.dropdown-toggle .nav .nav-link:hover {
  color: #3C4252;
}
.btn-primary:not(:disabled):not(.disabled):active .nav .nav-link:hover>i,.btn-primary:not(:disabled):not(.disabled).active .nav .nav-link:hover>i,.show>.btn-primary.dropdown-toggle .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-primary:not(:disabled):not(.disabled):active .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-primary:not(:disabled):not(.disabled):active .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-primary:not(:disabled):not(.disabled):active .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-primary:not(:disabled):not(.disabled):active .custom-radio input[type=radio] ~ .radio-icon:before,.btn-primary:not(:disabled):not(.disabled):active .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-primary:not(:disabled):not(.disabled):active .form-check-label input[type=radio] ~ .radio-icon:before,.btn-primary:not(:disabled):not(.disabled).active .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-primary:not(:disabled):not(.disabled).active .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-primary:not(:disabled):not(.disabled).active .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-primary:not(:disabled):not(.disabled).active .custom-radio input[type=radio] ~ .radio-icon:before,.btn-primary:not(:disabled):not(.disabled).active .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-primary:not(:disabled):not(.disabled).active .form-check-label input[type=radio] ~ .radio-icon:before,.show>.btn-primary.dropdown-toggle .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.show>.btn-primary.dropdown-toggle .custom-checkbox input[type=radio] ~ .radio-icon:before,.show>.btn-primary.dropdown-toggle .custom-radio input[type=radio] ~ .custom-control-indicator:before,.show>.btn-primary.dropdown-toggle .custom-radio input[type=radio] ~ .radio-icon:before,.show>.btn-primary.dropdown-toggle .form-check-label input[type=radio] ~ .custom-control-indicator:before,.show>.btn-primary.dropdown-toggle .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(255,255,255,0.7);
}
.btn-primary:not(:disabled):not(.disabled):active .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-primary:not(:disabled):not(.disabled):active .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-primary:not(:disabled):not(.disabled):active .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-primary:not(:disabled):not(.disabled):active .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-primary:not(:disabled):not(.disabled):active .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-primary:not(:disabled):not(.disabled):active .form-check-label input[type=checkbox] ~ .checkbox-icon:before,.btn-primary:not(:disabled):not(.disabled).active .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-primary:not(:disabled):not(.disabled).active .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-primary:not(:disabled):not(.disabled).active .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-primary:not(:disabled):not(.disabled).active .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-primary:not(:disabled):not(.disabled).active .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-primary:not(:disabled):not(.disabled).active .form-check-label input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-primary.dropdown-toggle .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-primary.dropdown-toggle .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-primary.dropdown-toggle .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-primary.dropdown-toggle .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-primary.dropdown-toggle .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-primary.dropdown-toggle .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(255,255,255,0.7);
}
.btn-primary:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .checkbox-icon,.btn-primary:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-primary:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .form-check-description,.btn-primary:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .checkbox-icon,.btn-primary:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-primary:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .form-check-description,.btn-primary:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .checkbox-icon,.btn-primary:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-primary:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .form-check-description,.btn-primary:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .checkbox-icon,.btn-primary:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-primary:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .form-check-description,.show>.btn-primary.dropdown-toggle input[type=checkbox]:disabled ~ .checkbox-icon,.show>.btn-primary.dropdown-toggle input[type=checkbox]:disabled ~ .custom-control-indicator,.show>.btn-primary.dropdown-toggle input[type=checkbox]:disabled ~ .form-check-description,.show>.btn-primary.dropdown-toggle input[type=checkbox][disabled] ~ .checkbox-icon,.show>.btn-primary.dropdown-toggle input[type=checkbox][disabled] ~ .custom-control-indicator,.show>.btn-primary.dropdown-toggle input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(255,255,255,0.5) !important;
}
.btn-primary:not(:disabled):not(.disabled):active .form-check.disabled .form-check-label,.btn-primary:not(:disabled):not(.disabled).active .form-check.disabled .form-check-label,.show>.btn-primary.dropdown-toggle .form-check.disabled .form-check-label {
  color: rgba(255,255,255,0.5) !important;
}
.btn-primary:not(:disabled):not(.disabled):active .custom-control-input:disabled ~ .custom-control-description,.btn-primary:not(:disabled):not(.disabled).active .custom-control-input:disabled ~ .custom-control-description,.show>.btn-primary.dropdown-toggle .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(255,255,255,0.5);
}
.btn-primary:not(:disabled):not(.disabled):active #sidenav .nav-link:hover:not(.active),.btn-primary:not(:disabled):not(.disabled).active #sidenav .nav-link:hover:not(.active),.show>.btn-primary.dropdown-toggle #sidenav .nav-link:hover:not(.active) {
  background: rgba(255,255,255,0.04) !important;
}
.btn-primary:not(:disabled):not(.disabled):active #sidenav .nav-link:hover:not(.active)>i,.btn-primary:not(:disabled):not(.disabled).active #sidenav .nav-link:hover:not(.active)>i,.show>.btn-primary.dropdown-toggle #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(255,255,255,0.87) !important;
}
.btn-primary.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28)!important;
}
.btn-secondary {
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
  box-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);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow;
  color: #fff!important;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #0c83e2;
  border-color: #0c7cd5;
  color: #fff;
}
.btn-secondary:hover a:hover {
  color: #1c1e26;
}
.btn-secondary:hover i,.btn-secondary:hover [class^="icon-"],.btn-secondary:hover [class*=" icon-"] {
  color: rgba(255,255,255,0.87);
}
.btn-secondary:hover .text-muted {
  color: rgba(255,255,255,0.5) !important;
}
.btn-secondary:hover .fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.btn-secondary:hover .form-control {
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.7);
}
.btn-secondary:hover .form-control:hover {
  box-shadow: 0 2px 0 0 #fff;
}
.btn-secondary:hover .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-secondary:hover .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-secondary:hover .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-secondary:hover textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-secondary:hover textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-secondary:hover textarea.form-control:focus,.btn-secondary:hover textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-secondary:hover select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.5%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-secondary:hover select.form-control[multiple],.btn-secondary:hover select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-secondary:hover select.form-control[multiple]:hover,.btn-secondary:hover select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-secondary:hover select.form-control[multiple]:focus,.btn-secondary:hover select.form-control[multiple]:focus:hover,.btn-secondary:hover select.form-control[size]:focus,.btn-secondary:hover select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-secondary:hover .form-group>label {
  color: rgba(255,255,255,0.7);
}
.btn-secondary:hover .nav .subheader {
  color: rgba(255,255,255,0.5);
}
.btn-secondary:hover .nav .subheader:before {
  border-top-color: rgba(255,255,255,0.5);
}
.btn-secondary:hover .nav .nav-link {
  color: #fff;
}
.btn-secondary:hover .nav .nav-link:hover {
  color: #3C4252;
}
.btn-secondary:hover .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-secondary:hover .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-secondary:hover .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-secondary:hover .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-secondary:hover .custom-radio input[type=radio] ~ .radio-icon:before,.btn-secondary:hover .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-secondary:hover .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(255,255,255,0.7);
}
.btn-secondary:hover .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-secondary:hover .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-secondary:hover .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-secondary:hover .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-secondary:hover .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-secondary:hover .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(255,255,255,0.7);
}
.btn-secondary:hover input[type=checkbox]:disabled ~ .checkbox-icon,.btn-secondary:hover input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-secondary:hover input[type=checkbox]:disabled ~ .form-check-description,.btn-secondary:hover input[type=checkbox][disabled] ~ .checkbox-icon,.btn-secondary:hover input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-secondary:hover input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(255,255,255,0.5) !important;
}
.btn-secondary:hover .form-check.disabled .form-check-label {
  color: rgba(255,255,255,0.5) !important;
}
.btn-secondary:hover .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(255,255,255,0.5);
}
.btn-secondary:hover #sidenav .nav-link:hover:not(.active) {
  background: rgba(255,255,255,0.04) !important;
}
.btn-secondary:hover #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(255,255,255,0.87) !important;
}
.btn-secondary a:hover {
  color: #1c1e26;
}
.btn-secondary i,.btn-secondary [class^="icon-"],.btn-secondary [class*=" icon-"] {
  color: rgba(255,255,255,0.87)!important;
}
.btn-secondary .text-muted {
  color: rgba(255,255,255,0.5) !important;
}
.btn-secondary .fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.btn-secondary .form-control {
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.7);
}
.btn-secondary .form-control:hover {
  box-shadow: 0 2px 0 0 #fff;
}
.btn-secondary .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-secondary .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-secondary .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-secondary textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-secondary textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-secondary textarea.form-control:focus,.btn-secondary textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-secondary select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.5%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-secondary select.form-control[multiple],.btn-secondary select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-secondary select.form-control[multiple]:hover,.btn-secondary select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-secondary select.form-control[multiple]:focus,.btn-secondary select.form-control[multiple]:focus:hover,.btn-secondary select.form-control[size]:focus,.btn-secondary select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-secondary .form-group>label {
  color: rgba(255,255,255,0.7);
}
.btn-secondary .nav .subheader {
  color: rgba(255,255,255,0.5);
}
.btn-secondary .nav .subheader:before {
  border-top-color: rgba(255,255,255,0.5);
}
.btn-secondary .nav .nav-link {
  color: #fff;
}
.btn-secondary .nav .nav-link:hover {
  color: #3C4252;
}
.btn-secondary .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-secondary .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-secondary .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-secondary .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-secondary .custom-radio input[type=radio] ~ .radio-icon:before,.btn-secondary .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-secondary .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(255,255,255,0.7);
}
.btn-secondary .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-secondary .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-secondary .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-secondary .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-secondary .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-secondary .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(255,255,255,0.7);
}
.btn-secondary input[type=checkbox]:disabled ~ .checkbox-icon,.btn-secondary input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-secondary input[type=checkbox]:disabled ~ .form-check-description,.btn-secondary input[type=checkbox][disabled] ~ .checkbox-icon,.btn-secondary input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-secondary input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(255,255,255,0.5) !important;
}
.btn-secondary .form-check.disabled .form-check-label {
  color: rgba(255,255,255,0.5) !important;
}
.btn-secondary .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(255,255,255,0.5);
}
.btn-secondary #sidenav .nav-link:hover:not(.active) {
  background: rgba(255,255,255,0.04) !important;
}
.btn-secondary #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(255,255,255,0.87) !important;
}
.btn-secondary.disabled,.btn-secondary:disabled {
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
}
.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0c83e2;
  background-image: none;
  box-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);
}
.btn-secondary:not(:disabled):not(.disabled):active a:hover,.btn-secondary:not(:disabled):not(.disabled).active a:hover,.show>.btn-secondary.dropdown-toggle a:hover {
  color: #1c1e26;
}
.btn-secondary:not(:disabled):not(.disabled):active i,.btn-secondary:not(:disabled):not(.disabled):active [class^="icon-"],.btn-secondary:not(:disabled):not(.disabled):active [class*=" icon-"],.btn-secondary:not(:disabled):not(.disabled).active i,.btn-secondary:not(:disabled):not(.disabled).active [class^="icon-"],.btn-secondary:not(:disabled):not(.disabled).active [class*=" icon-"],.show>.btn-secondary.dropdown-toggle i,.show>.btn-secondary.dropdown-toggle [class^="icon-"],.show>.btn-secondary.dropdown-toggle [class*=" icon-"] {
  color: rgba(255,255,255,0.87);
}
.btn-secondary:not(:disabled):not(.disabled):active .text-muted,.btn-secondary:not(:disabled):not(.disabled).active .text-muted,.show>.btn-secondary.dropdown-toggle .text-muted {
  color: rgba(255,255,255,0.5) !important;
}
.btn-secondary:not(:disabled):not(.disabled):active .fuse-ripple-ready .fuse-ripple,.btn-secondary:not(:disabled):not(.disabled).active .fuse-ripple-ready .fuse-ripple,.show>.btn-secondary.dropdown-toggle .fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.btn-secondary:not(:disabled):not(.disabled):active .form-control,.btn-secondary:not(:disabled):not(.disabled).active .form-control,.show>.btn-secondary.dropdown-toggle .form-control {
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.7);
}
.btn-secondary:not(:disabled):not(.disabled):active .form-control:hover,.btn-secondary:not(:disabled):not(.disabled).active .form-control:hover,.show>.btn-secondary.dropdown-toggle .form-control:hover {
  box-shadow: 0 2px 0 0 #fff;
}
.btn-secondary:not(:disabled):not(.disabled):active .form-control:focus,.btn-secondary:not(:disabled):not(.disabled).active .form-control:focus,.show>.btn-secondary.dropdown-toggle .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-secondary:not(:disabled):not(.disabled):active .form-control::-moz-placeholder,.btn-secondary:not(:disabled):not(.disabled).active .form-control::-moz-placeholder,.show>.btn-secondary.dropdown-toggle .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-secondary:not(:disabled):not(.disabled):active .form-control::-moz-placeholder, .btn-secondary:not(:disabled):not(.disabled).active .form-control::-moz-placeholder, .show>.btn-secondary.dropdown-toggle .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-secondary:not(:disabled):not(.disabled):active .form-control::placeholder,.btn-secondary:not(:disabled):not(.disabled).active .form-control::placeholder,.show>.btn-secondary.dropdown-toggle .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-secondary:not(:disabled):not(.disabled):active textarea.form-control,.btn-secondary:not(:disabled):not(.disabled).active textarea.form-control,.show>.btn-secondary.dropdown-toggle textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-secondary:not(:disabled):not(.disabled):active textarea.form-control:hover,.btn-secondary:not(:disabled):not(.disabled).active textarea.form-control:hover,.show>.btn-secondary.dropdown-toggle textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-secondary:not(:disabled):not(.disabled):active textarea.form-control:focus,.btn-secondary:not(:disabled):not(.disabled):active textarea.form-control:focus:hover,.btn-secondary:not(:disabled):not(.disabled).active textarea.form-control:focus,.btn-secondary:not(:disabled):not(.disabled).active textarea.form-control:focus:hover,.show>.btn-secondary.dropdown-toggle textarea.form-control:focus,.show>.btn-secondary.dropdown-toggle textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-secondary:not(:disabled):not(.disabled):active select.form-control,.btn-secondary:not(:disabled):not(.disabled).active select.form-control,.show>.btn-secondary.dropdown-toggle select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.5%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-secondary:not(:disabled):not(.disabled):active select.form-control[multiple],.btn-secondary:not(:disabled):not(.disabled):active select.form-control[size],.btn-secondary:not(:disabled):not(.disabled).active select.form-control[multiple],.btn-secondary:not(:disabled):not(.disabled).active select.form-control[size],.show>.btn-secondary.dropdown-toggle select.form-control[multiple],.show>.btn-secondary.dropdown-toggle select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-secondary:not(:disabled):not(.disabled):active select.form-control[multiple]:hover,.btn-secondary:not(:disabled):not(.disabled):active select.form-control[size]:hover,.btn-secondary:not(:disabled):not(.disabled).active select.form-control[multiple]:hover,.btn-secondary:not(:disabled):not(.disabled).active select.form-control[size]:hover,.show>.btn-secondary.dropdown-toggle select.form-control[multiple]:hover,.show>.btn-secondary.dropdown-toggle select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-secondary:not(:disabled):not(.disabled):active select.form-control[multiple]:focus,.btn-secondary:not(:disabled):not(.disabled):active select.form-control[multiple]:focus:hover,.btn-secondary:not(:disabled):not(.disabled):active select.form-control[size]:focus,.btn-secondary:not(:disabled):not(.disabled):active select.form-control[size]:focus:hover,.btn-secondary:not(:disabled):not(.disabled).active select.form-control[multiple]:focus,.btn-secondary:not(:disabled):not(.disabled).active select.form-control[multiple]:focus:hover,.btn-secondary:not(:disabled):not(.disabled).active select.form-control[size]:focus,.btn-secondary:not(:disabled):not(.disabled).active select.form-control[size]:focus:hover,.show>.btn-secondary.dropdown-toggle select.form-control[multiple]:focus,.show>.btn-secondary.dropdown-toggle select.form-control[multiple]:focus:hover,.show>.btn-secondary.dropdown-toggle select.form-control[size]:focus,.show>.btn-secondary.dropdown-toggle select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-secondary:not(:disabled):not(.disabled):active .form-group>label,.btn-secondary:not(:disabled):not(.disabled).active .form-group>label,.show>.btn-secondary.dropdown-toggle .form-group>label {
  color: rgba(255,255,255,0.7);
}
.btn-secondary:not(:disabled):not(.disabled):active .nav .subheader,.btn-secondary:not(:disabled):not(.disabled).active .nav .subheader,.show>.btn-secondary.dropdown-toggle .nav .subheader {
  color: rgba(255,255,255,0.5);
}
.btn-secondary:not(:disabled):not(.disabled):active .nav .subheader:before,.btn-secondary:not(:disabled):not(.disabled).active .nav .subheader:before,.show>.btn-secondary.dropdown-toggle .nav .subheader:before {
  border-top-color: rgba(255,255,255,0.5);
}
.btn-secondary:not(:disabled):not(.disabled):active .nav .nav-link,.btn-secondary:not(:disabled):not(.disabled).active .nav .nav-link,.show>.btn-secondary.dropdown-toggle .nav .nav-link {
  color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled):active .nav .nav-link:hover,.btn-secondary:not(:disabled):not(.disabled).active .nav .nav-link:hover,.show>.btn-secondary.dropdown-toggle .nav .nav-link:hover {
  color: #3C4252;
}
.btn-secondary:not(:disabled):not(.disabled):active .nav .nav-link:hover>i,.btn-secondary:not(:disabled):not(.disabled).active .nav .nav-link:hover>i,.show>.btn-secondary.dropdown-toggle .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-secondary:not(:disabled):not(.disabled):active .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-secondary:not(:disabled):not(.disabled):active .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-secondary:not(:disabled):not(.disabled):active .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-secondary:not(:disabled):not(.disabled):active .custom-radio input[type=radio] ~ .radio-icon:before,.btn-secondary:not(:disabled):not(.disabled):active .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-secondary:not(:disabled):not(.disabled):active .form-check-label input[type=radio] ~ .radio-icon:before,.btn-secondary:not(:disabled):not(.disabled).active .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-secondary:not(:disabled):not(.disabled).active .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-secondary:not(:disabled):not(.disabled).active .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-secondary:not(:disabled):not(.disabled).active .custom-radio input[type=radio] ~ .radio-icon:before,.btn-secondary:not(:disabled):not(.disabled).active .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-secondary:not(:disabled):not(.disabled).active .form-check-label input[type=radio] ~ .radio-icon:before,.show>.btn-secondary.dropdown-toggle .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.show>.btn-secondary.dropdown-toggle .custom-checkbox input[type=radio] ~ .radio-icon:before,.show>.btn-secondary.dropdown-toggle .custom-radio input[type=radio] ~ .custom-control-indicator:before,.show>.btn-secondary.dropdown-toggle .custom-radio input[type=radio] ~ .radio-icon:before,.show>.btn-secondary.dropdown-toggle .form-check-label input[type=radio] ~ .custom-control-indicator:before,.show>.btn-secondary.dropdown-toggle .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(255,255,255,0.7);
}
.btn-secondary:not(:disabled):not(.disabled):active .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-secondary:not(:disabled):not(.disabled):active .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-secondary:not(:disabled):not(.disabled):active .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-secondary:not(:disabled):not(.disabled):active .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-secondary:not(:disabled):not(.disabled):active .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-secondary:not(:disabled):not(.disabled):active .form-check-label input[type=checkbox] ~ .checkbox-icon:before,.btn-secondary:not(:disabled):not(.disabled).active .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-secondary:not(:disabled):not(.disabled).active .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-secondary:not(:disabled):not(.disabled).active .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-secondary:not(:disabled):not(.disabled).active .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-secondary:not(:disabled):not(.disabled).active .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-secondary:not(:disabled):not(.disabled).active .form-check-label input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-secondary.dropdown-toggle .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-secondary.dropdown-toggle .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-secondary.dropdown-toggle .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-secondary.dropdown-toggle .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-secondary.dropdown-toggle .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-secondary.dropdown-toggle .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(255,255,255,0.7);
}
.btn-secondary:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .checkbox-icon,.btn-secondary:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-secondary:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .form-check-description,.btn-secondary:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .checkbox-icon,.btn-secondary:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-secondary:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .form-check-description,.btn-secondary:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .checkbox-icon,.btn-secondary:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-secondary:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .form-check-description,.btn-secondary:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .checkbox-icon,.btn-secondary:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-secondary:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .form-check-description,.show>.btn-secondary.dropdown-toggle input[type=checkbox]:disabled ~ .checkbox-icon,.show>.btn-secondary.dropdown-toggle input[type=checkbox]:disabled ~ .custom-control-indicator,.show>.btn-secondary.dropdown-toggle input[type=checkbox]:disabled ~ .form-check-description,.show>.btn-secondary.dropdown-toggle input[type=checkbox][disabled] ~ .checkbox-icon,.show>.btn-secondary.dropdown-toggle input[type=checkbox][disabled] ~ .custom-control-indicator,.show>.btn-secondary.dropdown-toggle input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(255,255,255,0.5) !important;
}
.btn-secondary:not(:disabled):not(.disabled):active .form-check.disabled .form-check-label,.btn-secondary:not(:disabled):not(.disabled).active .form-check.disabled .form-check-label,.show>.btn-secondary.dropdown-toggle .form-check.disabled .form-check-label {
  color: rgba(255,255,255,0.5) !important;
}
.btn-secondary:not(:disabled):not(.disabled):active .custom-control-input:disabled ~ .custom-control-description,.btn-secondary:not(:disabled):not(.disabled).active .custom-control-input:disabled ~ .custom-control-description,.show>.btn-secondary.dropdown-toggle .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(255,255,255,0.5);
}
.btn-secondary:not(:disabled):not(.disabled):active #sidenav .nav-link:hover:not(.active),.btn-secondary:not(:disabled):not(.disabled).active #sidenav .nav-link:hover:not(.active),.show>.btn-secondary.dropdown-toggle #sidenav .nav-link:hover:not(.active) {
  background: rgba(255,255,255,0.04) !important;
}
.btn-secondary:not(:disabled):not(.disabled):active #sidenav .nav-link:hover:not(.active)>i,.btn-secondary:not(:disabled):not(.disabled).active #sidenav .nav-link:hover:not(.active)>i,.show>.btn-secondary.dropdown-toggle #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(255,255,255,0.87) !important;
}
.btn-secondary.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28)!important;
}
.btn-success {
  color: #fff;
  background-color: #4CAF50;
  border-color: #4CAF50;
  box-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);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow;
  color: rgba(0,0,0,0.87)!important;
}
.btn-success:hover {
  color: #fff;
  background-color: #409444;
  border-color: #3d8b40;
  color: rgba(0,0,0,0.87);
}
.btn-success:hover a:hover {
  color: #1c1e26;
}
.btn-success:hover i,.btn-success:hover [class^="icon-"],.btn-success:hover [class*=" icon-"] {
  color: rgba(0,0,0,0.54);
}
.btn-success:hover .text-muted {
  color: rgba(0,0,0,0.38) !important;
}
.btn-success:hover .fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.btn-success:hover .form-control {
  color: rgba(0,0,0,0.87);
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.42);
}
.btn-success:hover .form-control:hover {
  box-shadow: 0 2px 0 0 rgba(0,0,0,0.87);
}
.btn-success:hover .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-success:hover .form-control::-moz-placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-success:hover .form-control::placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-success:hover textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.btn-success:hover textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.12);
}
.btn-success:hover textarea.form-control:focus,.btn-success:hover textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-success:hover select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%230%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.38%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-success:hover select.form-control[multiple],.btn-success:hover select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.btn-success:hover select.form-control[multiple]:hover,.btn-success:hover select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.12);
}
.btn-success:hover select.form-control[multiple]:focus,.btn-success:hover select.form-control[multiple]:focus:hover,.btn-success:hover select.form-control[size]:focus,.btn-success:hover select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-success:hover .form-group>label {
  color: rgba(0,0,0,0.54);
}
.btn-success:hover .nav .subheader {
  color: rgba(0,0,0,0.54);
}
.btn-success:hover .nav .subheader:before {
  border-top-color: rgba(0,0,0,0.54);
}
.btn-success:hover .nav .nav-link {
  color: rgba(0,0,0,0.87);
}
.btn-success:hover .nav .nav-link:hover {
  color: #3C4252;
}
.btn-success:hover .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-success:hover .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-success:hover .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-success:hover .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-success:hover .custom-radio input[type=radio] ~ .radio-icon:before,.btn-success:hover .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-success:hover .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(0,0,0,0.54);
}
.btn-success:hover .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-success:hover .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-success:hover .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-success:hover .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-success:hover .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-success:hover .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(0,0,0,0.54);
}
.btn-success:hover input[type=checkbox]:disabled ~ .checkbox-icon,.btn-success:hover input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-success:hover input[type=checkbox]:disabled ~ .form-check-description,.btn-success:hover input[type=checkbox][disabled] ~ .checkbox-icon,.btn-success:hover input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-success:hover input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(0,0,0,0.38) !important;
}
.btn-success:hover .form-check.disabled .form-check-label {
  color: rgba(0,0,0,0.38) !important;
}
.btn-success:hover .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(0,0,0,0.54);
}
.btn-success:hover #sidenav .nav-link:hover:not(.active) {
  background: rgba(0,0,0,0.05) !important;
}
.btn-success:hover #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(0,0,0,0.54) !important;
}
.btn-success a:hover {
  color: #1c1e26;
}
.btn-success i,.btn-success [class^="icon-"],.btn-success [class*=" icon-"] {
  color: rgba(0,0,0,0.54)!important;
}
.btn-success .text-muted {
  color: rgba(0,0,0,0.38) !important;
}
.btn-success .fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.btn-success .form-control {
  color: rgba(0,0,0,0.87);
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.42);
}
.btn-success .form-control:hover {
  box-shadow: 0 2px 0 0 rgba(0,0,0,0.87);
}
.btn-success .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-success .form-control::-moz-placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-success .form-control::placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-success textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.btn-success textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.12);
}
.btn-success textarea.form-control:focus,.btn-success textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-success select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%230%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.38%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-success select.form-control[multiple],.btn-success select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.btn-success select.form-control[multiple]:hover,.btn-success select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.12);
}
.btn-success select.form-control[multiple]:focus,.btn-success select.form-control[multiple]:focus:hover,.btn-success select.form-control[size]:focus,.btn-success select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-success .form-group>label {
  color: rgba(0,0,0,0.54);
}
.btn-success .nav .subheader {
  color: rgba(0,0,0,0.54);
}
.btn-success .nav .subheader:before {
  border-top-color: rgba(0,0,0,0.54);
}
.btn-success .nav .nav-link {
  color: rgba(0,0,0,0.87);
}
.btn-success .nav .nav-link:hover {
  color: #3C4252;
}
.btn-success .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-success .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-success .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-success .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-success .custom-radio input[type=radio] ~ .radio-icon:before,.btn-success .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-success .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(0,0,0,0.54);
}
.btn-success .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-success .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-success .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-success .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-success .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-success .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(0,0,0,0.54);
}
.btn-success input[type=checkbox]:disabled ~ .checkbox-icon,.btn-success input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-success input[type=checkbox]:disabled ~ .form-check-description,.btn-success input[type=checkbox][disabled] ~ .checkbox-icon,.btn-success input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-success input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(0,0,0,0.38) !important;
}
.btn-success .form-check.disabled .form-check-label {
  color: rgba(0,0,0,0.38) !important;
}
.btn-success .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(0,0,0,0.54);
}
.btn-success #sidenav .nav-link:hover:not(.active) {
  background: rgba(0,0,0,0.05) !important;
}
.btn-success #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(0,0,0,0.54) !important;
}
.btn-success.disabled,.btn-success:disabled {
  color: #fff;
  background-color: #4CAF50;
  border-color: #4CAF50;
}
.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle {
  color: rgba(0,0,0,0.87);
  background-color: #409444;
  background-image: none;
  box-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);
}
.btn-success:not(:disabled):not(.disabled):active a:hover,.btn-success:not(:disabled):not(.disabled).active a:hover,.show>.btn-success.dropdown-toggle a:hover {
  color: #1c1e26;
}
.btn-success:not(:disabled):not(.disabled):active i,.btn-success:not(:disabled):not(.disabled):active [class^="icon-"],.btn-success:not(:disabled):not(.disabled):active [class*=" icon-"],.btn-success:not(:disabled):not(.disabled).active i,.btn-success:not(:disabled):not(.disabled).active [class^="icon-"],.btn-success:not(:disabled):not(.disabled).active [class*=" icon-"],.show>.btn-success.dropdown-toggle i,.show>.btn-success.dropdown-toggle [class^="icon-"],.show>.btn-success.dropdown-toggle [class*=" icon-"] {
  color: rgba(0,0,0,0.54);
}
.btn-success:not(:disabled):not(.disabled):active .text-muted,.btn-success:not(:disabled):not(.disabled).active .text-muted,.show>.btn-success.dropdown-toggle .text-muted {
  color: rgba(0,0,0,0.38) !important;
}
.btn-success:not(:disabled):not(.disabled):active .fuse-ripple-ready .fuse-ripple,.btn-success:not(:disabled):not(.disabled).active .fuse-ripple-ready .fuse-ripple,.show>.btn-success.dropdown-toggle .fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.btn-success:not(:disabled):not(.disabled):active .form-control,.btn-success:not(:disabled):not(.disabled).active .form-control,.show>.btn-success.dropdown-toggle .form-control {
  color: rgba(0,0,0,0.87);
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.42);
}
.btn-success:not(:disabled):not(.disabled):active .form-control:hover,.btn-success:not(:disabled):not(.disabled).active .form-control:hover,.show>.btn-success.dropdown-toggle .form-control:hover {
  box-shadow: 0 2px 0 0 rgba(0,0,0,0.87);
}
.btn-success:not(:disabled):not(.disabled):active .form-control:focus,.btn-success:not(:disabled):not(.disabled).active .form-control:focus,.show>.btn-success.dropdown-toggle .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-success:not(:disabled):not(.disabled):active .form-control::-moz-placeholder,.btn-success:not(:disabled):not(.disabled).active .form-control::-moz-placeholder,.show>.btn-success.dropdown-toggle .form-control::-moz-placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-success:not(:disabled):not(.disabled):active .form-control::-moz-placeholder, .btn-success:not(:disabled):not(.disabled).active .form-control::-moz-placeholder, .show>.btn-success.dropdown-toggle .form-control::-moz-placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-success:not(:disabled):not(.disabled):active .form-control::placeholder,.btn-success:not(:disabled):not(.disabled).active .form-control::placeholder,.show>.btn-success.dropdown-toggle .form-control::placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-success:not(:disabled):not(.disabled):active textarea.form-control,.btn-success:not(:disabled):not(.disabled).active textarea.form-control,.show>.btn-success.dropdown-toggle textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.btn-success:not(:disabled):not(.disabled):active textarea.form-control:hover,.btn-success:not(:disabled):not(.disabled).active textarea.form-control:hover,.show>.btn-success.dropdown-toggle textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.12);
}
.btn-success:not(:disabled):not(.disabled):active textarea.form-control:focus,.btn-success:not(:disabled):not(.disabled):active textarea.form-control:focus:hover,.btn-success:not(:disabled):not(.disabled).active textarea.form-control:focus,.btn-success:not(:disabled):not(.disabled).active textarea.form-control:focus:hover,.show>.btn-success.dropdown-toggle textarea.form-control:focus,.show>.btn-success.dropdown-toggle textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-success:not(:disabled):not(.disabled):active select.form-control,.btn-success:not(:disabled):not(.disabled).active select.form-control,.show>.btn-success.dropdown-toggle select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%230%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.38%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-success:not(:disabled):not(.disabled):active select.form-control[multiple],.btn-success:not(:disabled):not(.disabled):active select.form-control[size],.btn-success:not(:disabled):not(.disabled).active select.form-control[multiple],.btn-success:not(:disabled):not(.disabled).active select.form-control[size],.show>.btn-success.dropdown-toggle select.form-control[multiple],.show>.btn-success.dropdown-toggle select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.btn-success:not(:disabled):not(.disabled):active select.form-control[multiple]:hover,.btn-success:not(:disabled):not(.disabled):active select.form-control[size]:hover,.btn-success:not(:disabled):not(.disabled).active select.form-control[multiple]:hover,.btn-success:not(:disabled):not(.disabled).active select.form-control[size]:hover,.show>.btn-success.dropdown-toggle select.form-control[multiple]:hover,.show>.btn-success.dropdown-toggle select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.12);
}
.btn-success:not(:disabled):not(.disabled):active select.form-control[multiple]:focus,.btn-success:not(:disabled):not(.disabled):active select.form-control[multiple]:focus:hover,.btn-success:not(:disabled):not(.disabled):active select.form-control[size]:focus,.btn-success:not(:disabled):not(.disabled):active select.form-control[size]:focus:hover,.btn-success:not(:disabled):not(.disabled).active select.form-control[multiple]:focus,.btn-success:not(:disabled):not(.disabled).active select.form-control[multiple]:focus:hover,.btn-success:not(:disabled):not(.disabled).active select.form-control[size]:focus,.btn-success:not(:disabled):not(.disabled).active select.form-control[size]:focus:hover,.show>.btn-success.dropdown-toggle select.form-control[multiple]:focus,.show>.btn-success.dropdown-toggle select.form-control[multiple]:focus:hover,.show>.btn-success.dropdown-toggle select.form-control[size]:focus,.show>.btn-success.dropdown-toggle select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-success:not(:disabled):not(.disabled):active .form-group>label,.btn-success:not(:disabled):not(.disabled).active .form-group>label,.show>.btn-success.dropdown-toggle .form-group>label {
  color: rgba(0,0,0,0.54);
}
.btn-success:not(:disabled):not(.disabled):active .nav .subheader,.btn-success:not(:disabled):not(.disabled).active .nav .subheader,.show>.btn-success.dropdown-toggle .nav .subheader {
  color: rgba(0,0,0,0.54);
}
.btn-success:not(:disabled):not(.disabled):active .nav .subheader:before,.btn-success:not(:disabled):not(.disabled).active .nav .subheader:before,.show>.btn-success.dropdown-toggle .nav .subheader:before {
  border-top-color: rgba(0,0,0,0.54);
}
.btn-success:not(:disabled):not(.disabled):active .nav .nav-link,.btn-success:not(:disabled):not(.disabled).active .nav .nav-link,.show>.btn-success.dropdown-toggle .nav .nav-link {
  color: rgba(0,0,0,0.87);
}
.btn-success:not(:disabled):not(.disabled):active .nav .nav-link:hover,.btn-success:not(:disabled):not(.disabled).active .nav .nav-link:hover,.show>.btn-success.dropdown-toggle .nav .nav-link:hover {
  color: #3C4252;
}
.btn-success:not(:disabled):not(.disabled):active .nav .nav-link:hover>i,.btn-success:not(:disabled):not(.disabled).active .nav .nav-link:hover>i,.show>.btn-success.dropdown-toggle .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-success:not(:disabled):not(.disabled):active .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-success:not(:disabled):not(.disabled):active .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-success:not(:disabled):not(.disabled):active .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-success:not(:disabled):not(.disabled):active .custom-radio input[type=radio] ~ .radio-icon:before,.btn-success:not(:disabled):not(.disabled):active .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-success:not(:disabled):not(.disabled):active .form-check-label input[type=radio] ~ .radio-icon:before,.btn-success:not(:disabled):not(.disabled).active .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-success:not(:disabled):not(.disabled).active .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-success:not(:disabled):not(.disabled).active .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-success:not(:disabled):not(.disabled).active .custom-radio input[type=radio] ~ .radio-icon:before,.btn-success:not(:disabled):not(.disabled).active .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-success:not(:disabled):not(.disabled).active .form-check-label input[type=radio] ~ .radio-icon:before,.show>.btn-success.dropdown-toggle .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.show>.btn-success.dropdown-toggle .custom-checkbox input[type=radio] ~ .radio-icon:before,.show>.btn-success.dropdown-toggle .custom-radio input[type=radio] ~ .custom-control-indicator:before,.show>.btn-success.dropdown-toggle .custom-radio input[type=radio] ~ .radio-icon:before,.show>.btn-success.dropdown-toggle .form-check-label input[type=radio] ~ .custom-control-indicator:before,.show>.btn-success.dropdown-toggle .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(0,0,0,0.54);
}
.btn-success:not(:disabled):not(.disabled):active .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-success:not(:disabled):not(.disabled):active .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-success:not(:disabled):not(.disabled):active .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-success:not(:disabled):not(.disabled):active .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-success:not(:disabled):not(.disabled):active .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-success:not(:disabled):not(.disabled):active .form-check-label input[type=checkbox] ~ .checkbox-icon:before,.btn-success:not(:disabled):not(.disabled).active .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-success:not(:disabled):not(.disabled).active .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-success:not(:disabled):not(.disabled).active .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-success:not(:disabled):not(.disabled).active .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-success:not(:disabled):not(.disabled).active .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-success:not(:disabled):not(.disabled).active .form-check-label input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-success.dropdown-toggle .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-success.dropdown-toggle .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-success.dropdown-toggle .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-success.dropdown-toggle .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-success.dropdown-toggle .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-success.dropdown-toggle .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(0,0,0,0.54);
}
.btn-success:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .checkbox-icon,.btn-success:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-success:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .form-check-description,.btn-success:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .checkbox-icon,.btn-success:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-success:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .form-check-description,.btn-success:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .checkbox-icon,.btn-success:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-success:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .form-check-description,.btn-success:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .checkbox-icon,.btn-success:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-success:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .form-check-description,.show>.btn-success.dropdown-toggle input[type=checkbox]:disabled ~ .checkbox-icon,.show>.btn-success.dropdown-toggle input[type=checkbox]:disabled ~ .custom-control-indicator,.show>.btn-success.dropdown-toggle input[type=checkbox]:disabled ~ .form-check-description,.show>.btn-success.dropdown-toggle input[type=checkbox][disabled] ~ .checkbox-icon,.show>.btn-success.dropdown-toggle input[type=checkbox][disabled] ~ .custom-control-indicator,.show>.btn-success.dropdown-toggle input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(0,0,0,0.38) !important;
}
.btn-success:not(:disabled):not(.disabled):active .form-check.disabled .form-check-label,.btn-success:not(:disabled):not(.disabled).active .form-check.disabled .form-check-label,.show>.btn-success.dropdown-toggle .form-check.disabled .form-check-label {
  color: rgba(0,0,0,0.38) !important;
}
.btn-success:not(:disabled):not(.disabled):active .custom-control-input:disabled ~ .custom-control-description,.btn-success:not(:disabled):not(.disabled).active .custom-control-input:disabled ~ .custom-control-description,.show>.btn-success.dropdown-toggle .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(0,0,0,0.54);
}
.btn-success:not(:disabled):not(.disabled):active #sidenav .nav-link:hover:not(.active),.btn-success:not(:disabled):not(.disabled).active #sidenav .nav-link:hover:not(.active),.show>.btn-success.dropdown-toggle #sidenav .nav-link:hover:not(.active) {
  background: rgba(0,0,0,0.05) !important;
}
.btn-success:not(:disabled):not(.disabled):active #sidenav .nav-link:hover:not(.active)>i,.btn-success:not(:disabled):not(.disabled).active #sidenav .nav-link:hover:not(.active)>i,.show>.btn-success.dropdown-toggle #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(0,0,0,0.54) !important;
}
.btn-success.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12)!important;
}
.btn-info {
  color: #fff;
  background-color: #009688;
  border-color: #009688;
  box-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);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow;
  color: #fff!important;
}
.btn-info:hover {
  color: #fff;
  background-color: #007065;
  border-color: #00635a;
  color: #fff;
}
.btn-info:hover a:hover {
  color: #1c1e26;
}
.btn-info:hover i,.btn-info:hover [class^="icon-"],.btn-info:hover [class*=" icon-"] {
  color: rgba(255,255,255,0.87);
}
.btn-info:hover .text-muted {
  color: rgba(255,255,255,0.5) !important;
}
.btn-info:hover .fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.btn-info:hover .form-control {
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.7);
}
.btn-info:hover .form-control:hover {
  box-shadow: 0 2px 0 0 #fff;
}
.btn-info:hover .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-info:hover .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-info:hover .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-info:hover textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-info:hover textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-info:hover textarea.form-control:focus,.btn-info:hover textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-info:hover select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.5%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-info:hover select.form-control[multiple],.btn-info:hover select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-info:hover select.form-control[multiple]:hover,.btn-info:hover select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-info:hover select.form-control[multiple]:focus,.btn-info:hover select.form-control[multiple]:focus:hover,.btn-info:hover select.form-control[size]:focus,.btn-info:hover select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-info:hover .form-group>label {
  color: rgba(255,255,255,0.7);
}
.btn-info:hover .nav .subheader {
  color: rgba(255,255,255,0.5);
}
.btn-info:hover .nav .subheader:before {
  border-top-color: rgba(255,255,255,0.5);
}
.btn-info:hover .nav .nav-link {
  color: #fff;
}
.btn-info:hover .nav .nav-link:hover {
  color: #3C4252;
}
.btn-info:hover .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-info:hover .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-info:hover .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-info:hover .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-info:hover .custom-radio input[type=radio] ~ .radio-icon:before,.btn-info:hover .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-info:hover .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(255,255,255,0.7);
}
.btn-info:hover .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-info:hover .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-info:hover .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-info:hover .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-info:hover .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-info:hover .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(255,255,255,0.7);
}
.btn-info:hover input[type=checkbox]:disabled ~ .checkbox-icon,.btn-info:hover input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-info:hover input[type=checkbox]:disabled ~ .form-check-description,.btn-info:hover input[type=checkbox][disabled] ~ .checkbox-icon,.btn-info:hover input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-info:hover input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(255,255,255,0.5) !important;
}
.btn-info:hover .form-check.disabled .form-check-label {
  color: rgba(255,255,255,0.5) !important;
}
.btn-info:hover .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(255,255,255,0.5);
}
.btn-info:hover #sidenav .nav-link:hover:not(.active) {
  background: rgba(255,255,255,0.04) !important;
}
.btn-info:hover #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(255,255,255,0.87) !important;
}
.btn-info a:hover {
  color: #1c1e26;
}
.btn-info i,.btn-info [class^="icon-"],.btn-info [class*=" icon-"] {
  color: rgba(255,255,255,0.87)!important;
}
.btn-info .text-muted {
  color: rgba(255,255,255,0.5) !important;
}
.btn-info .fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.btn-info .form-control {
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.7);
}
.btn-info .form-control:hover {
  box-shadow: 0 2px 0 0 #fff;
}
.btn-info .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-info .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-info .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-info textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-info textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-info textarea.form-control:focus,.btn-info textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-info select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.5%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-info select.form-control[multiple],.btn-info select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-info select.form-control[multiple]:hover,.btn-info select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-info select.form-control[multiple]:focus,.btn-info select.form-control[multiple]:focus:hover,.btn-info select.form-control[size]:focus,.btn-info select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-info .form-group>label {
  color: rgba(255,255,255,0.7);
}
.btn-info .nav .subheader {
  color: rgba(255,255,255,0.5);
}
.btn-info .nav .subheader:before {
  border-top-color: rgba(255,255,255,0.5);
}
.btn-info .nav .nav-link {
  color: #fff;
}
.btn-info .nav .nav-link:hover {
  color: #3C4252;
}
.btn-info .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-info .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-info .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-info .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-info .custom-radio input[type=radio] ~ .radio-icon:before,.btn-info .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-info .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(255,255,255,0.7);
}
.btn-info .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-info .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-info .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-info .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-info .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-info .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(255,255,255,0.7);
}
.btn-info input[type=checkbox]:disabled ~ .checkbox-icon,.btn-info input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-info input[type=checkbox]:disabled ~ .form-check-description,.btn-info input[type=checkbox][disabled] ~ .checkbox-icon,.btn-info input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-info input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(255,255,255,0.5) !important;
}
.btn-info .form-check.disabled .form-check-label {
  color: rgba(255,255,255,0.5) !important;
}
.btn-info .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(255,255,255,0.5);
}
.btn-info #sidenav .nav-link:hover:not(.active) {
  background: rgba(255,255,255,0.04) !important;
}
.btn-info #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(255,255,255,0.87) !important;
}
.btn-info.disabled,.btn-info:disabled {
  color: #fff;
  background-color: #009688;
  border-color: #009688;
}
.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #007065;
  background-image: none;
  box-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);
}
.btn-info:not(:disabled):not(.disabled):active a:hover,.btn-info:not(:disabled):not(.disabled).active a:hover,.show>.btn-info.dropdown-toggle a:hover {
  color: #1c1e26;
}
.btn-info:not(:disabled):not(.disabled):active i,.btn-info:not(:disabled):not(.disabled):active [class^="icon-"],.btn-info:not(:disabled):not(.disabled):active [class*=" icon-"],.btn-info:not(:disabled):not(.disabled).active i,.btn-info:not(:disabled):not(.disabled).active [class^="icon-"],.btn-info:not(:disabled):not(.disabled).active [class*=" icon-"],.show>.btn-info.dropdown-toggle i,.show>.btn-info.dropdown-toggle [class^="icon-"],.show>.btn-info.dropdown-toggle [class*=" icon-"] {
  color: rgba(255,255,255,0.87);
}
.btn-info:not(:disabled):not(.disabled):active .text-muted,.btn-info:not(:disabled):not(.disabled).active .text-muted,.show>.btn-info.dropdown-toggle .text-muted {
  color: rgba(255,255,255,0.5) !important;
}
.btn-info:not(:disabled):not(.disabled):active .fuse-ripple-ready .fuse-ripple,.btn-info:not(:disabled):not(.disabled).active .fuse-ripple-ready .fuse-ripple,.show>.btn-info.dropdown-toggle .fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.btn-info:not(:disabled):not(.disabled):active .form-control,.btn-info:not(:disabled):not(.disabled).active .form-control,.show>.btn-info.dropdown-toggle .form-control {
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.7);
}
.btn-info:not(:disabled):not(.disabled):active .form-control:hover,.btn-info:not(:disabled):not(.disabled).active .form-control:hover,.show>.btn-info.dropdown-toggle .form-control:hover {
  box-shadow: 0 2px 0 0 #fff;
}
.btn-info:not(:disabled):not(.disabled):active .form-control:focus,.btn-info:not(:disabled):not(.disabled).active .form-control:focus,.show>.btn-info.dropdown-toggle .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-info:not(:disabled):not(.disabled):active .form-control::-moz-placeholder,.btn-info:not(:disabled):not(.disabled).active .form-control::-moz-placeholder,.show>.btn-info.dropdown-toggle .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-info:not(:disabled):not(.disabled):active .form-control::-moz-placeholder, .btn-info:not(:disabled):not(.disabled).active .form-control::-moz-placeholder, .show>.btn-info.dropdown-toggle .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-info:not(:disabled):not(.disabled):active .form-control::placeholder,.btn-info:not(:disabled):not(.disabled).active .form-control::placeholder,.show>.btn-info.dropdown-toggle .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-info:not(:disabled):not(.disabled):active textarea.form-control,.btn-info:not(:disabled):not(.disabled).active textarea.form-control,.show>.btn-info.dropdown-toggle textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-info:not(:disabled):not(.disabled):active textarea.form-control:hover,.btn-info:not(:disabled):not(.disabled).active textarea.form-control:hover,.show>.btn-info.dropdown-toggle textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-info:not(:disabled):not(.disabled):active textarea.form-control:focus,.btn-info:not(:disabled):not(.disabled):active textarea.form-control:focus:hover,.btn-info:not(:disabled):not(.disabled).active textarea.form-control:focus,.btn-info:not(:disabled):not(.disabled).active textarea.form-control:focus:hover,.show>.btn-info.dropdown-toggle textarea.form-control:focus,.show>.btn-info.dropdown-toggle textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-info:not(:disabled):not(.disabled):active select.form-control,.btn-info:not(:disabled):not(.disabled).active select.form-control,.show>.btn-info.dropdown-toggle select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.5%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-info:not(:disabled):not(.disabled):active select.form-control[multiple],.btn-info:not(:disabled):not(.disabled):active select.form-control[size],.btn-info:not(:disabled):not(.disabled).active select.form-control[multiple],.btn-info:not(:disabled):not(.disabled).active select.form-control[size],.show>.btn-info.dropdown-toggle select.form-control[multiple],.show>.btn-info.dropdown-toggle select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-info:not(:disabled):not(.disabled):active select.form-control[multiple]:hover,.btn-info:not(:disabled):not(.disabled):active select.form-control[size]:hover,.btn-info:not(:disabled):not(.disabled).active select.form-control[multiple]:hover,.btn-info:not(:disabled):not(.disabled).active select.form-control[size]:hover,.show>.btn-info.dropdown-toggle select.form-control[multiple]:hover,.show>.btn-info.dropdown-toggle select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-info:not(:disabled):not(.disabled):active select.form-control[multiple]:focus,.btn-info:not(:disabled):not(.disabled):active select.form-control[multiple]:focus:hover,.btn-info:not(:disabled):not(.disabled):active select.form-control[size]:focus,.btn-info:not(:disabled):not(.disabled):active select.form-control[size]:focus:hover,.btn-info:not(:disabled):not(.disabled).active select.form-control[multiple]:focus,.btn-info:not(:disabled):not(.disabled).active select.form-control[multiple]:focus:hover,.btn-info:not(:disabled):not(.disabled).active select.form-control[size]:focus,.btn-info:not(:disabled):not(.disabled).active select.form-control[size]:focus:hover,.show>.btn-info.dropdown-toggle select.form-control[multiple]:focus,.show>.btn-info.dropdown-toggle select.form-control[multiple]:focus:hover,.show>.btn-info.dropdown-toggle select.form-control[size]:focus,.show>.btn-info.dropdown-toggle select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-info:not(:disabled):not(.disabled):active .form-group>label,.btn-info:not(:disabled):not(.disabled).active .form-group>label,.show>.btn-info.dropdown-toggle .form-group>label {
  color: rgba(255,255,255,0.7);
}
.btn-info:not(:disabled):not(.disabled):active .nav .subheader,.btn-info:not(:disabled):not(.disabled).active .nav .subheader,.show>.btn-info.dropdown-toggle .nav .subheader {
  color: rgba(255,255,255,0.5);
}
.btn-info:not(:disabled):not(.disabled):active .nav .subheader:before,.btn-info:not(:disabled):not(.disabled).active .nav .subheader:before,.show>.btn-info.dropdown-toggle .nav .subheader:before {
  border-top-color: rgba(255,255,255,0.5);
}
.btn-info:not(:disabled):not(.disabled):active .nav .nav-link,.btn-info:not(:disabled):not(.disabled).active .nav .nav-link,.show>.btn-info.dropdown-toggle .nav .nav-link {
  color: #fff;
}
.btn-info:not(:disabled):not(.disabled):active .nav .nav-link:hover,.btn-info:not(:disabled):not(.disabled).active .nav .nav-link:hover,.show>.btn-info.dropdown-toggle .nav .nav-link:hover {
  color: #3C4252;
}
.btn-info:not(:disabled):not(.disabled):active .nav .nav-link:hover>i,.btn-info:not(:disabled):not(.disabled).active .nav .nav-link:hover>i,.show>.btn-info.dropdown-toggle .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-info:not(:disabled):not(.disabled):active .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-info:not(:disabled):not(.disabled):active .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-info:not(:disabled):not(.disabled):active .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-info:not(:disabled):not(.disabled):active .custom-radio input[type=radio] ~ .radio-icon:before,.btn-info:not(:disabled):not(.disabled):active .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-info:not(:disabled):not(.disabled):active .form-check-label input[type=radio] ~ .radio-icon:before,.btn-info:not(:disabled):not(.disabled).active .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-info:not(:disabled):not(.disabled).active .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-info:not(:disabled):not(.disabled).active .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-info:not(:disabled):not(.disabled).active .custom-radio input[type=radio] ~ .radio-icon:before,.btn-info:not(:disabled):not(.disabled).active .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-info:not(:disabled):not(.disabled).active .form-check-label input[type=radio] ~ .radio-icon:before,.show>.btn-info.dropdown-toggle .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.show>.btn-info.dropdown-toggle .custom-checkbox input[type=radio] ~ .radio-icon:before,.show>.btn-info.dropdown-toggle .custom-radio input[type=radio] ~ .custom-control-indicator:before,.show>.btn-info.dropdown-toggle .custom-radio input[type=radio] ~ .radio-icon:before,.show>.btn-info.dropdown-toggle .form-check-label input[type=radio] ~ .custom-control-indicator:before,.show>.btn-info.dropdown-toggle .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(255,255,255,0.7);
}
.btn-info:not(:disabled):not(.disabled):active .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-info:not(:disabled):not(.disabled):active .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-info:not(:disabled):not(.disabled):active .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-info:not(:disabled):not(.disabled):active .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-info:not(:disabled):not(.disabled):active .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-info:not(:disabled):not(.disabled):active .form-check-label input[type=checkbox] ~ .checkbox-icon:before,.btn-info:not(:disabled):not(.disabled).active .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-info:not(:disabled):not(.disabled).active .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-info:not(:disabled):not(.disabled).active .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-info:not(:disabled):not(.disabled).active .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-info:not(:disabled):not(.disabled).active .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-info:not(:disabled):not(.disabled).active .form-check-label input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-info.dropdown-toggle .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-info.dropdown-toggle .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-info.dropdown-toggle .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-info.dropdown-toggle .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-info.dropdown-toggle .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-info.dropdown-toggle .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(255,255,255,0.7);
}
.btn-info:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .checkbox-icon,.btn-info:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-info:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .form-check-description,.btn-info:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .checkbox-icon,.btn-info:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-info:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .form-check-description,.btn-info:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .checkbox-icon,.btn-info:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-info:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .form-check-description,.btn-info:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .checkbox-icon,.btn-info:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-info:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .form-check-description,.show>.btn-info.dropdown-toggle input[type=checkbox]:disabled ~ .checkbox-icon,.show>.btn-info.dropdown-toggle input[type=checkbox]:disabled ~ .custom-control-indicator,.show>.btn-info.dropdown-toggle input[type=checkbox]:disabled ~ .form-check-description,.show>.btn-info.dropdown-toggle input[type=checkbox][disabled] ~ .checkbox-icon,.show>.btn-info.dropdown-toggle input[type=checkbox][disabled] ~ .custom-control-indicator,.show>.btn-info.dropdown-toggle input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(255,255,255,0.5) !important;
}
.btn-info:not(:disabled):not(.disabled):active .form-check.disabled .form-check-label,.btn-info:not(:disabled):not(.disabled).active .form-check.disabled .form-check-label,.show>.btn-info.dropdown-toggle .form-check.disabled .form-check-label {
  color: rgba(255,255,255,0.5) !important;
}
.btn-info:not(:disabled):not(.disabled):active .custom-control-input:disabled ~ .custom-control-description,.btn-info:not(:disabled):not(.disabled).active .custom-control-input:disabled ~ .custom-control-description,.show>.btn-info.dropdown-toggle .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(255,255,255,0.5);
}
.btn-info:not(:disabled):not(.disabled):active #sidenav .nav-link:hover:not(.active),.btn-info:not(:disabled):not(.disabled).active #sidenav .nav-link:hover:not(.active),.show>.btn-info.dropdown-toggle #sidenav .nav-link:hover:not(.active) {
  background: rgba(255,255,255,0.04) !important;
}
.btn-info:not(:disabled):not(.disabled):active #sidenav .nav-link:hover:not(.active)>i,.btn-info:not(:disabled):not(.disabled).active #sidenav .nav-link:hover:not(.active)>i,.show>.btn-info.dropdown-toggle #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(255,255,255,0.87) !important;
}
.btn-info.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28)!important;
}
.btn-warning {
  color: #212529;
  background-color: #FF9800;
  border-color: #FF9800;
  box-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);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow;
  color: rgba(0,0,0,0.87)!important;
}
.btn-warning:hover {
  color: #212529;
  background-color: #d98100;
  border-color: #cc7a00;
  color: rgba(0,0,0,0.87);
}
.btn-warning:hover a:hover {
  color: #1c1e26;
}
.btn-warning:hover i,.btn-warning:hover [class^="icon-"],.btn-warning:hover [class*=" icon-"] {
  color: rgba(0,0,0,0.54);
}
.btn-warning:hover .text-muted {
  color: rgba(0,0,0,0.38) !important;
}
.btn-warning:hover .fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.btn-warning:hover .form-control {
  color: rgba(0,0,0,0.87);
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.42);
}
.btn-warning:hover .form-control:hover {
  box-shadow: 0 2px 0 0 rgba(0,0,0,0.87);
}
.btn-warning:hover .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-warning:hover .form-control::-moz-placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-warning:hover .form-control::placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-warning:hover textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.btn-warning:hover textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.12);
}
.btn-warning:hover textarea.form-control:focus,.btn-warning:hover textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-warning:hover select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%230%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.38%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-warning:hover select.form-control[multiple],.btn-warning:hover select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.btn-warning:hover select.form-control[multiple]:hover,.btn-warning:hover select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.12);
}
.btn-warning:hover select.form-control[multiple]:focus,.btn-warning:hover select.form-control[multiple]:focus:hover,.btn-warning:hover select.form-control[size]:focus,.btn-warning:hover select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-warning:hover .form-group>label {
  color: rgba(0,0,0,0.54);
}
.btn-warning:hover .nav .subheader {
  color: rgba(0,0,0,0.54);
}
.btn-warning:hover .nav .subheader:before {
  border-top-color: rgba(0,0,0,0.54);
}
.btn-warning:hover .nav .nav-link {
  color: rgba(0,0,0,0.87);
}
.btn-warning:hover .nav .nav-link:hover {
  color: #3C4252;
}
.btn-warning:hover .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-warning:hover .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-warning:hover .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-warning:hover .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-warning:hover .custom-radio input[type=radio] ~ .radio-icon:before,.btn-warning:hover .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-warning:hover .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(0,0,0,0.54);
}
.btn-warning:hover .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-warning:hover .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-warning:hover .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-warning:hover .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-warning:hover .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-warning:hover .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(0,0,0,0.54);
}
.btn-warning:hover input[type=checkbox]:disabled ~ .checkbox-icon,.btn-warning:hover input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-warning:hover input[type=checkbox]:disabled ~ .form-check-description,.btn-warning:hover input[type=checkbox][disabled] ~ .checkbox-icon,.btn-warning:hover input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-warning:hover input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(0,0,0,0.38) !important;
}
.btn-warning:hover .form-check.disabled .form-check-label {
  color: rgba(0,0,0,0.38) !important;
}
.btn-warning:hover .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(0,0,0,0.54);
}
.btn-warning:hover #sidenav .nav-link:hover:not(.active) {
  background: rgba(0,0,0,0.05) !important;
}
.btn-warning:hover #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(0,0,0,0.54) !important;
}
.btn-warning a:hover {
  color: #1c1e26;
}
.btn-warning i,.btn-warning [class^="icon-"],.btn-warning [class*=" icon-"] {
  color: rgba(0,0,0,0.54)!important;
}
.btn-warning .text-muted {
  color: rgba(0,0,0,0.38) !important;
}
.btn-warning .fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.btn-warning .form-control {
  color: rgba(0,0,0,0.87);
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.42);
}
.btn-warning .form-control:hover {
  box-shadow: 0 2px 0 0 rgba(0,0,0,0.87);
}
.btn-warning .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-warning .form-control::-moz-placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-warning .form-control::placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-warning textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.btn-warning textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.12);
}
.btn-warning textarea.form-control:focus,.btn-warning textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-warning select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%230%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.38%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-warning select.form-control[multiple],.btn-warning select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.btn-warning select.form-control[multiple]:hover,.btn-warning select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.12);
}
.btn-warning select.form-control[multiple]:focus,.btn-warning select.form-control[multiple]:focus:hover,.btn-warning select.form-control[size]:focus,.btn-warning select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-warning .form-group>label {
  color: rgba(0,0,0,0.54);
}
.btn-warning .nav .subheader {
  color: rgba(0,0,0,0.54);
}
.btn-warning .nav .subheader:before {
  border-top-color: rgba(0,0,0,0.54);
}
.btn-warning .nav .nav-link {
  color: rgba(0,0,0,0.87);
}
.btn-warning .nav .nav-link:hover {
  color: #3C4252;
}
.btn-warning .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-warning .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-warning .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-warning .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-warning .custom-radio input[type=radio] ~ .radio-icon:before,.btn-warning .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-warning .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(0,0,0,0.54);
}
.btn-warning .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-warning .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-warning .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-warning .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-warning .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-warning .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(0,0,0,0.54);
}
.btn-warning input[type=checkbox]:disabled ~ .checkbox-icon,.btn-warning input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-warning input[type=checkbox]:disabled ~ .form-check-description,.btn-warning input[type=checkbox][disabled] ~ .checkbox-icon,.btn-warning input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-warning input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(0,0,0,0.38) !important;
}
.btn-warning .form-check.disabled .form-check-label {
  color: rgba(0,0,0,0.38) !important;
}
.btn-warning .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(0,0,0,0.54);
}
.btn-warning #sidenav .nav-link:hover:not(.active) {
  background: rgba(0,0,0,0.05) !important;
}
.btn-warning #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(0,0,0,0.54) !important;
}
.btn-warning.disabled,.btn-warning:disabled {
  color: #212529;
  background-color: #FF9800;
  border-color: #FF9800;
}
.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle {
  color: rgba(0,0,0,0.87);
  background-color: #d98100;
  background-image: none;
  box-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);
}
.btn-warning:not(:disabled):not(.disabled):active a:hover,.btn-warning:not(:disabled):not(.disabled).active a:hover,.show>.btn-warning.dropdown-toggle a:hover {
  color: #1c1e26;
}
.btn-warning:not(:disabled):not(.disabled):active i,.btn-warning:not(:disabled):not(.disabled):active [class^="icon-"],.btn-warning:not(:disabled):not(.disabled):active [class*=" icon-"],.btn-warning:not(:disabled):not(.disabled).active i,.btn-warning:not(:disabled):not(.disabled).active [class^="icon-"],.btn-warning:not(:disabled):not(.disabled).active [class*=" icon-"],.show>.btn-warning.dropdown-toggle i,.show>.btn-warning.dropdown-toggle [class^="icon-"],.show>.btn-warning.dropdown-toggle [class*=" icon-"] {
  color: rgba(0,0,0,0.54);
}
.btn-warning:not(:disabled):not(.disabled):active .text-muted,.btn-warning:not(:disabled):not(.disabled).active .text-muted,.show>.btn-warning.dropdown-toggle .text-muted {
  color: rgba(0,0,0,0.38) !important;
}
.btn-warning:not(:disabled):not(.disabled):active .fuse-ripple-ready .fuse-ripple,.btn-warning:not(:disabled):not(.disabled).active .fuse-ripple-ready .fuse-ripple,.show>.btn-warning.dropdown-toggle .fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.btn-warning:not(:disabled):not(.disabled):active .form-control,.btn-warning:not(:disabled):not(.disabled).active .form-control,.show>.btn-warning.dropdown-toggle .form-control {
  color: rgba(0,0,0,0.87);
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.42);
}
.btn-warning:not(:disabled):not(.disabled):active .form-control:hover,.btn-warning:not(:disabled):not(.disabled).active .form-control:hover,.show>.btn-warning.dropdown-toggle .form-control:hover {
  box-shadow: 0 2px 0 0 rgba(0,0,0,0.87);
}
.btn-warning:not(:disabled):not(.disabled):active .form-control:focus,.btn-warning:not(:disabled):not(.disabled).active .form-control:focus,.show>.btn-warning.dropdown-toggle .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-warning:not(:disabled):not(.disabled):active .form-control::-moz-placeholder,.btn-warning:not(:disabled):not(.disabled).active .form-control::-moz-placeholder,.show>.btn-warning.dropdown-toggle .form-control::-moz-placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-warning:not(:disabled):not(.disabled):active .form-control::-moz-placeholder, .btn-warning:not(:disabled):not(.disabled).active .form-control::-moz-placeholder, .show>.btn-warning.dropdown-toggle .form-control::-moz-placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-warning:not(:disabled):not(.disabled):active .form-control::placeholder,.btn-warning:not(:disabled):not(.disabled).active .form-control::placeholder,.show>.btn-warning.dropdown-toggle .form-control::placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-warning:not(:disabled):not(.disabled):active textarea.form-control,.btn-warning:not(:disabled):not(.disabled).active textarea.form-control,.show>.btn-warning.dropdown-toggle textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.btn-warning:not(:disabled):not(.disabled):active textarea.form-control:hover,.btn-warning:not(:disabled):not(.disabled).active textarea.form-control:hover,.show>.btn-warning.dropdown-toggle textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.12);
}
.btn-warning:not(:disabled):not(.disabled):active textarea.form-control:focus,.btn-warning:not(:disabled):not(.disabled):active textarea.form-control:focus:hover,.btn-warning:not(:disabled):not(.disabled).active textarea.form-control:focus,.btn-warning:not(:disabled):not(.disabled).active textarea.form-control:focus:hover,.show>.btn-warning.dropdown-toggle textarea.form-control:focus,.show>.btn-warning.dropdown-toggle textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-warning:not(:disabled):not(.disabled):active select.form-control,.btn-warning:not(:disabled):not(.disabled).active select.form-control,.show>.btn-warning.dropdown-toggle select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%230%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.38%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-warning:not(:disabled):not(.disabled):active select.form-control[multiple],.btn-warning:not(:disabled):not(.disabled):active select.form-control[size],.btn-warning:not(:disabled):not(.disabled).active select.form-control[multiple],.btn-warning:not(:disabled):not(.disabled).active select.form-control[size],.show>.btn-warning.dropdown-toggle select.form-control[multiple],.show>.btn-warning.dropdown-toggle select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.btn-warning:not(:disabled):not(.disabled):active select.form-control[multiple]:hover,.btn-warning:not(:disabled):not(.disabled):active select.form-control[size]:hover,.btn-warning:not(:disabled):not(.disabled).active select.form-control[multiple]:hover,.btn-warning:not(:disabled):not(.disabled).active select.form-control[size]:hover,.show>.btn-warning.dropdown-toggle select.form-control[multiple]:hover,.show>.btn-warning.dropdown-toggle select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.12);
}
.btn-warning:not(:disabled):not(.disabled):active select.form-control[multiple]:focus,.btn-warning:not(:disabled):not(.disabled):active select.form-control[multiple]:focus:hover,.btn-warning:not(:disabled):not(.disabled):active select.form-control[size]:focus,.btn-warning:not(:disabled):not(.disabled):active select.form-control[size]:focus:hover,.btn-warning:not(:disabled):not(.disabled).active select.form-control[multiple]:focus,.btn-warning:not(:disabled):not(.disabled).active select.form-control[multiple]:focus:hover,.btn-warning:not(:disabled):not(.disabled).active select.form-control[size]:focus,.btn-warning:not(:disabled):not(.disabled).active select.form-control[size]:focus:hover,.show>.btn-warning.dropdown-toggle select.form-control[multiple]:focus,.show>.btn-warning.dropdown-toggle select.form-control[multiple]:focus:hover,.show>.btn-warning.dropdown-toggle select.form-control[size]:focus,.show>.btn-warning.dropdown-toggle select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-warning:not(:disabled):not(.disabled):active .form-group>label,.btn-warning:not(:disabled):not(.disabled).active .form-group>label,.show>.btn-warning.dropdown-toggle .form-group>label {
  color: rgba(0,0,0,0.54);
}
.btn-warning:not(:disabled):not(.disabled):active .nav .subheader,.btn-warning:not(:disabled):not(.disabled).active .nav .subheader,.show>.btn-warning.dropdown-toggle .nav .subheader {
  color: rgba(0,0,0,0.54);
}
.btn-warning:not(:disabled):not(.disabled):active .nav .subheader:before,.btn-warning:not(:disabled):not(.disabled).active .nav .subheader:before,.show>.btn-warning.dropdown-toggle .nav .subheader:before {
  border-top-color: rgba(0,0,0,0.54);
}
.btn-warning:not(:disabled):not(.disabled):active .nav .nav-link,.btn-warning:not(:disabled):not(.disabled).active .nav .nav-link,.show>.btn-warning.dropdown-toggle .nav .nav-link {
  color: rgba(0,0,0,0.87);
}
.btn-warning:not(:disabled):not(.disabled):active .nav .nav-link:hover,.btn-warning:not(:disabled):not(.disabled).active .nav .nav-link:hover,.show>.btn-warning.dropdown-toggle .nav .nav-link:hover {
  color: #3C4252;
}
.btn-warning:not(:disabled):not(.disabled):active .nav .nav-link:hover>i,.btn-warning:not(:disabled):not(.disabled).active .nav .nav-link:hover>i,.show>.btn-warning.dropdown-toggle .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-warning:not(:disabled):not(.disabled):active .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-warning:not(:disabled):not(.disabled):active .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-warning:not(:disabled):not(.disabled):active .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-warning:not(:disabled):not(.disabled):active .custom-radio input[type=radio] ~ .radio-icon:before,.btn-warning:not(:disabled):not(.disabled):active .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-warning:not(:disabled):not(.disabled):active .form-check-label input[type=radio] ~ .radio-icon:before,.btn-warning:not(:disabled):not(.disabled).active .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-warning:not(:disabled):not(.disabled).active .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-warning:not(:disabled):not(.disabled).active .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-warning:not(:disabled):not(.disabled).active .custom-radio input[type=radio] ~ .radio-icon:before,.btn-warning:not(:disabled):not(.disabled).active .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-warning:not(:disabled):not(.disabled).active .form-check-label input[type=radio] ~ .radio-icon:before,.show>.btn-warning.dropdown-toggle .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.show>.btn-warning.dropdown-toggle .custom-checkbox input[type=radio] ~ .radio-icon:before,.show>.btn-warning.dropdown-toggle .custom-radio input[type=radio] ~ .custom-control-indicator:before,.show>.btn-warning.dropdown-toggle .custom-radio input[type=radio] ~ .radio-icon:before,.show>.btn-warning.dropdown-toggle .form-check-label input[type=radio] ~ .custom-control-indicator:before,.show>.btn-warning.dropdown-toggle .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(0,0,0,0.54);
}
.btn-warning:not(:disabled):not(.disabled):active .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-warning:not(:disabled):not(.disabled):active .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-warning:not(:disabled):not(.disabled):active .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-warning:not(:disabled):not(.disabled):active .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-warning:not(:disabled):not(.disabled):active .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-warning:not(:disabled):not(.disabled):active .form-check-label input[type=checkbox] ~ .checkbox-icon:before,.btn-warning:not(:disabled):not(.disabled).active .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-warning:not(:disabled):not(.disabled).active .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-warning:not(:disabled):not(.disabled).active .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-warning:not(:disabled):not(.disabled).active .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-warning:not(:disabled):not(.disabled).active .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-warning:not(:disabled):not(.disabled).active .form-check-label input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-warning.dropdown-toggle .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-warning.dropdown-toggle .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-warning.dropdown-toggle .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-warning.dropdown-toggle .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-warning.dropdown-toggle .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-warning.dropdown-toggle .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(0,0,0,0.54);
}
.btn-warning:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .checkbox-icon,.btn-warning:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-warning:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .form-check-description,.btn-warning:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .checkbox-icon,.btn-warning:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-warning:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .form-check-description,.btn-warning:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .checkbox-icon,.btn-warning:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-warning:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .form-check-description,.btn-warning:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .checkbox-icon,.btn-warning:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-warning:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .form-check-description,.show>.btn-warning.dropdown-toggle input[type=checkbox]:disabled ~ .checkbox-icon,.show>.btn-warning.dropdown-toggle input[type=checkbox]:disabled ~ .custom-control-indicator,.show>.btn-warning.dropdown-toggle input[type=checkbox]:disabled ~ .form-check-description,.show>.btn-warning.dropdown-toggle input[type=checkbox][disabled] ~ .checkbox-icon,.show>.btn-warning.dropdown-toggle input[type=checkbox][disabled] ~ .custom-control-indicator,.show>.btn-warning.dropdown-toggle input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(0,0,0,0.38) !important;
}
.btn-warning:not(:disabled):not(.disabled):active .form-check.disabled .form-check-label,.btn-warning:not(:disabled):not(.disabled).active .form-check.disabled .form-check-label,.show>.btn-warning.dropdown-toggle .form-check.disabled .form-check-label {
  color: rgba(0,0,0,0.38) !important;
}
.btn-warning:not(:disabled):not(.disabled):active .custom-control-input:disabled ~ .custom-control-description,.btn-warning:not(:disabled):not(.disabled).active .custom-control-input:disabled ~ .custom-control-description,.show>.btn-warning.dropdown-toggle .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(0,0,0,0.54);
}
.btn-warning:not(:disabled):not(.disabled):active #sidenav .nav-link:hover:not(.active),.btn-warning:not(:disabled):not(.disabled).active #sidenav .nav-link:hover:not(.active),.show>.btn-warning.dropdown-toggle #sidenav .nav-link:hover:not(.active) {
  background: rgba(0,0,0,0.05) !important;
}
.btn-warning:not(:disabled):not(.disabled):active #sidenav .nav-link:hover:not(.active)>i,.btn-warning:not(:disabled):not(.disabled).active #sidenav .nav-link:hover:not(.active)>i,.show>.btn-warning.dropdown-toggle #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(0,0,0,0.54) !important;
}
.btn-warning.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12)!important;
}
.btn-danger {
  color: #fff;
  background-color: #F44336;
  border-color: #F44336;
  box-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);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow;
  color: #fff!important;
}
.btn-danger:hover {
  color: #fff;
  background-color: #f22112;
  border-color: #ea1c0d;
  color: #fff;
}
.btn-danger:hover a:hover {
  color: #1c1e26;
}
.btn-danger:hover i,.btn-danger:hover [class^="icon-"],.btn-danger:hover [class*=" icon-"] {
  color: rgba(255,255,255,0.87);
}
.btn-danger:hover .text-muted {
  color: rgba(255,255,255,0.5) !important;
}
.btn-danger:hover .fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.btn-danger:hover .form-control {
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.7);
}
.btn-danger:hover .form-control:hover {
  box-shadow: 0 2px 0 0 #fff;
}
.btn-danger:hover .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-danger:hover .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-danger:hover .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-danger:hover textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-danger:hover textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-danger:hover textarea.form-control:focus,.btn-danger:hover textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-danger:hover select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.5%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-danger:hover select.form-control[multiple],.btn-danger:hover select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-danger:hover select.form-control[multiple]:hover,.btn-danger:hover select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-danger:hover select.form-control[multiple]:focus,.btn-danger:hover select.form-control[multiple]:focus:hover,.btn-danger:hover select.form-control[size]:focus,.btn-danger:hover select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-danger:hover .form-group>label {
  color: rgba(255,255,255,0.7);
}
.btn-danger:hover .nav .subheader {
  color: rgba(255,255,255,0.5);
}
.btn-danger:hover .nav .subheader:before {
  border-top-color: rgba(255,255,255,0.5);
}
.btn-danger:hover .nav .nav-link {
  color: #fff;
}
.btn-danger:hover .nav .nav-link:hover {
  color: #3C4252;
}
.btn-danger:hover .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-danger:hover .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-danger:hover .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-danger:hover .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-danger:hover .custom-radio input[type=radio] ~ .radio-icon:before,.btn-danger:hover .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-danger:hover .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(255,255,255,0.7);
}
.btn-danger:hover .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-danger:hover .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-danger:hover .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-danger:hover .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-danger:hover .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-danger:hover .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(255,255,255,0.7);
}
.btn-danger:hover input[type=checkbox]:disabled ~ .checkbox-icon,.btn-danger:hover input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-danger:hover input[type=checkbox]:disabled ~ .form-check-description,.btn-danger:hover input[type=checkbox][disabled] ~ .checkbox-icon,.btn-danger:hover input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-danger:hover input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(255,255,255,0.5) !important;
}
.btn-danger:hover .form-check.disabled .form-check-label {
  color: rgba(255,255,255,0.5) !important;
}
.btn-danger:hover .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(255,255,255,0.5);
}
.btn-danger:hover #sidenav .nav-link:hover:not(.active) {
  background: rgba(255,255,255,0.04) !important;
}
.btn-danger:hover #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(255,255,255,0.87) !important;
}
.btn-danger a:hover {
  color: #1c1e26;
}
.btn-danger i,.btn-danger [class^="icon-"],.btn-danger [class*=" icon-"] {
  color: rgba(255,255,255,0.87)!important;
}
.btn-danger .text-muted {
  color: rgba(255,255,255,0.5) !important;
}
.btn-danger .fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.btn-danger .form-control {
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.7);
}
.btn-danger .form-control:hover {
  box-shadow: 0 2px 0 0 #fff;
}
.btn-danger .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-danger .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-danger .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-danger textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-danger textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-danger textarea.form-control:focus,.btn-danger textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-danger select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.5%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-danger select.form-control[multiple],.btn-danger select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-danger select.form-control[multiple]:hover,.btn-danger select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-danger select.form-control[multiple]:focus,.btn-danger select.form-control[multiple]:focus:hover,.btn-danger select.form-control[size]:focus,.btn-danger select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-danger .form-group>label {
  color: rgba(255,255,255,0.7);
}
.btn-danger .nav .subheader {
  color: rgba(255,255,255,0.5);
}
.btn-danger .nav .subheader:before {
  border-top-color: rgba(255,255,255,0.5);
}
.btn-danger .nav .nav-link {
  color: #fff;
}
.btn-danger .nav .nav-link:hover {
  color: #3C4252;
}
.btn-danger .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-danger .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-danger .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-danger .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-danger .custom-radio input[type=radio] ~ .radio-icon:before,.btn-danger .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-danger .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(255,255,255,0.7);
}
.btn-danger .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-danger .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-danger .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-danger .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-danger .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-danger .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(255,255,255,0.7);
}
.btn-danger input[type=checkbox]:disabled ~ .checkbox-icon,.btn-danger input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-danger input[type=checkbox]:disabled ~ .form-check-description,.btn-danger input[type=checkbox][disabled] ~ .checkbox-icon,.btn-danger input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-danger input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(255,255,255,0.5) !important;
}
.btn-danger .form-check.disabled .form-check-label {
  color: rgba(255,255,255,0.5) !important;
}
.btn-danger .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(255,255,255,0.5);
}
.btn-danger #sidenav .nav-link:hover:not(.active) {
  background: rgba(255,255,255,0.04) !important;
}
.btn-danger #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(255,255,255,0.87) !important;
}
.btn-danger.disabled,.btn-danger:disabled {
  color: #fff;
  background-color: #F44336;
  border-color: #F44336;
}
.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f22112;
  background-image: none;
  box-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);
}
.btn-danger:not(:disabled):not(.disabled):active a:hover,.btn-danger:not(:disabled):not(.disabled).active a:hover,.show>.btn-danger.dropdown-toggle a:hover {
  color: #1c1e26;
}
.btn-danger:not(:disabled):not(.disabled):active i,.btn-danger:not(:disabled):not(.disabled):active [class^="icon-"],.btn-danger:not(:disabled):not(.disabled):active [class*=" icon-"],.btn-danger:not(:disabled):not(.disabled).active i,.btn-danger:not(:disabled):not(.disabled).active [class^="icon-"],.btn-danger:not(:disabled):not(.disabled).active [class*=" icon-"],.show>.btn-danger.dropdown-toggle i,.show>.btn-danger.dropdown-toggle [class^="icon-"],.show>.btn-danger.dropdown-toggle [class*=" icon-"] {
  color: rgba(255,255,255,0.87);
}
.btn-danger:not(:disabled):not(.disabled):active .text-muted,.btn-danger:not(:disabled):not(.disabled).active .text-muted,.show>.btn-danger.dropdown-toggle .text-muted {
  color: rgba(255,255,255,0.5) !important;
}
.btn-danger:not(:disabled):not(.disabled):active .fuse-ripple-ready .fuse-ripple,.btn-danger:not(:disabled):not(.disabled).active .fuse-ripple-ready .fuse-ripple,.show>.btn-danger.dropdown-toggle .fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.btn-danger:not(:disabled):not(.disabled):active .form-control,.btn-danger:not(:disabled):not(.disabled).active .form-control,.show>.btn-danger.dropdown-toggle .form-control {
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.7);
}
.btn-danger:not(:disabled):not(.disabled):active .form-control:hover,.btn-danger:not(:disabled):not(.disabled).active .form-control:hover,.show>.btn-danger.dropdown-toggle .form-control:hover {
  box-shadow: 0 2px 0 0 #fff;
}
.btn-danger:not(:disabled):not(.disabled):active .form-control:focus,.btn-danger:not(:disabled):not(.disabled).active .form-control:focus,.show>.btn-danger.dropdown-toggle .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-danger:not(:disabled):not(.disabled):active .form-control::-moz-placeholder,.btn-danger:not(:disabled):not(.disabled).active .form-control::-moz-placeholder,.show>.btn-danger.dropdown-toggle .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-danger:not(:disabled):not(.disabled):active .form-control::-moz-placeholder, .btn-danger:not(:disabled):not(.disabled).active .form-control::-moz-placeholder, .show>.btn-danger.dropdown-toggle .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-danger:not(:disabled):not(.disabled):active .form-control::placeholder,.btn-danger:not(:disabled):not(.disabled).active .form-control::placeholder,.show>.btn-danger.dropdown-toggle .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-danger:not(:disabled):not(.disabled):active textarea.form-control,.btn-danger:not(:disabled):not(.disabled).active textarea.form-control,.show>.btn-danger.dropdown-toggle textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-danger:not(:disabled):not(.disabled):active textarea.form-control:hover,.btn-danger:not(:disabled):not(.disabled).active textarea.form-control:hover,.show>.btn-danger.dropdown-toggle textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-danger:not(:disabled):not(.disabled):active textarea.form-control:focus,.btn-danger:not(:disabled):not(.disabled):active textarea.form-control:focus:hover,.btn-danger:not(:disabled):not(.disabled).active textarea.form-control:focus,.btn-danger:not(:disabled):not(.disabled).active textarea.form-control:focus:hover,.show>.btn-danger.dropdown-toggle textarea.form-control:focus,.show>.btn-danger.dropdown-toggle textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-danger:not(:disabled):not(.disabled):active select.form-control,.btn-danger:not(:disabled):not(.disabled).active select.form-control,.show>.btn-danger.dropdown-toggle select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.5%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-danger:not(:disabled):not(.disabled):active select.form-control[multiple],.btn-danger:not(:disabled):not(.disabled):active select.form-control[size],.btn-danger:not(:disabled):not(.disabled).active select.form-control[multiple],.btn-danger:not(:disabled):not(.disabled).active select.form-control[size],.show>.btn-danger.dropdown-toggle select.form-control[multiple],.show>.btn-danger.dropdown-toggle select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-danger:not(:disabled):not(.disabled):active select.form-control[multiple]:hover,.btn-danger:not(:disabled):not(.disabled):active select.form-control[size]:hover,.btn-danger:not(:disabled):not(.disabled).active select.form-control[multiple]:hover,.btn-danger:not(:disabled):not(.disabled).active select.form-control[size]:hover,.show>.btn-danger.dropdown-toggle select.form-control[multiple]:hover,.show>.btn-danger.dropdown-toggle select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-danger:not(:disabled):not(.disabled):active select.form-control[multiple]:focus,.btn-danger:not(:disabled):not(.disabled):active select.form-control[multiple]:focus:hover,.btn-danger:not(:disabled):not(.disabled):active select.form-control[size]:focus,.btn-danger:not(:disabled):not(.disabled):active select.form-control[size]:focus:hover,.btn-danger:not(:disabled):not(.disabled).active select.form-control[multiple]:focus,.btn-danger:not(:disabled):not(.disabled).active select.form-control[multiple]:focus:hover,.btn-danger:not(:disabled):not(.disabled).active select.form-control[size]:focus,.btn-danger:not(:disabled):not(.disabled).active select.form-control[size]:focus:hover,.show>.btn-danger.dropdown-toggle select.form-control[multiple]:focus,.show>.btn-danger.dropdown-toggle select.form-control[multiple]:focus:hover,.show>.btn-danger.dropdown-toggle select.form-control[size]:focus,.show>.btn-danger.dropdown-toggle select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-danger:not(:disabled):not(.disabled):active .form-group>label,.btn-danger:not(:disabled):not(.disabled).active .form-group>label,.show>.btn-danger.dropdown-toggle .form-group>label {
  color: rgba(255,255,255,0.7);
}
.btn-danger:not(:disabled):not(.disabled):active .nav .subheader,.btn-danger:not(:disabled):not(.disabled).active .nav .subheader,.show>.btn-danger.dropdown-toggle .nav .subheader {
  color: rgba(255,255,255,0.5);
}
.btn-danger:not(:disabled):not(.disabled):active .nav .subheader:before,.btn-danger:not(:disabled):not(.disabled).active .nav .subheader:before,.show>.btn-danger.dropdown-toggle .nav .subheader:before {
  border-top-color: rgba(255,255,255,0.5);
}
.btn-danger:not(:disabled):not(.disabled):active .nav .nav-link,.btn-danger:not(:disabled):not(.disabled).active .nav .nav-link,.show>.btn-danger.dropdown-toggle .nav .nav-link {
  color: #fff;
}
.btn-danger:not(:disabled):not(.disabled):active .nav .nav-link:hover,.btn-danger:not(:disabled):not(.disabled).active .nav .nav-link:hover,.show>.btn-danger.dropdown-toggle .nav .nav-link:hover {
  color: #3C4252;
}
.btn-danger:not(:disabled):not(.disabled):active .nav .nav-link:hover>i,.btn-danger:not(:disabled):not(.disabled).active .nav .nav-link:hover>i,.show>.btn-danger.dropdown-toggle .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-danger:not(:disabled):not(.disabled):active .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-danger:not(:disabled):not(.disabled):active .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-danger:not(:disabled):not(.disabled):active .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-danger:not(:disabled):not(.disabled):active .custom-radio input[type=radio] ~ .radio-icon:before,.btn-danger:not(:disabled):not(.disabled):active .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-danger:not(:disabled):not(.disabled):active .form-check-label input[type=radio] ~ .radio-icon:before,.btn-danger:not(:disabled):not(.disabled).active .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-danger:not(:disabled):not(.disabled).active .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-danger:not(:disabled):not(.disabled).active .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-danger:not(:disabled):not(.disabled).active .custom-radio input[type=radio] ~ .radio-icon:before,.btn-danger:not(:disabled):not(.disabled).active .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-danger:not(:disabled):not(.disabled).active .form-check-label input[type=radio] ~ .radio-icon:before,.show>.btn-danger.dropdown-toggle .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.show>.btn-danger.dropdown-toggle .custom-checkbox input[type=radio] ~ .radio-icon:before,.show>.btn-danger.dropdown-toggle .custom-radio input[type=radio] ~ .custom-control-indicator:before,.show>.btn-danger.dropdown-toggle .custom-radio input[type=radio] ~ .radio-icon:before,.show>.btn-danger.dropdown-toggle .form-check-label input[type=radio] ~ .custom-control-indicator:before,.show>.btn-danger.dropdown-toggle .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(255,255,255,0.7);
}
.btn-danger:not(:disabled):not(.disabled):active .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-danger:not(:disabled):not(.disabled):active .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-danger:not(:disabled):not(.disabled):active .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-danger:not(:disabled):not(.disabled):active .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-danger:not(:disabled):not(.disabled):active .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-danger:not(:disabled):not(.disabled):active .form-check-label input[type=checkbox] ~ .checkbox-icon:before,.btn-danger:not(:disabled):not(.disabled).active .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-danger:not(:disabled):not(.disabled).active .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-danger:not(:disabled):not(.disabled).active .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-danger:not(:disabled):not(.disabled).active .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-danger:not(:disabled):not(.disabled).active .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-danger:not(:disabled):not(.disabled).active .form-check-label input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-danger.dropdown-toggle .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-danger.dropdown-toggle .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-danger.dropdown-toggle .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-danger.dropdown-toggle .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-danger.dropdown-toggle .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-danger.dropdown-toggle .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(255,255,255,0.7);
}
.btn-danger:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .checkbox-icon,.btn-danger:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-danger:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .form-check-description,.btn-danger:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .checkbox-icon,.btn-danger:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-danger:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .form-check-description,.btn-danger:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .checkbox-icon,.btn-danger:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-danger:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .form-check-description,.btn-danger:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .checkbox-icon,.btn-danger:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-danger:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .form-check-description,.show>.btn-danger.dropdown-toggle input[type=checkbox]:disabled ~ .checkbox-icon,.show>.btn-danger.dropdown-toggle input[type=checkbox]:disabled ~ .custom-control-indicator,.show>.btn-danger.dropdown-toggle input[type=checkbox]:disabled ~ .form-check-description,.show>.btn-danger.dropdown-toggle input[type=checkbox][disabled] ~ .checkbox-icon,.show>.btn-danger.dropdown-toggle input[type=checkbox][disabled] ~ .custom-control-indicator,.show>.btn-danger.dropdown-toggle input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(255,255,255,0.5) !important;
}
.btn-danger:not(:disabled):not(.disabled):active .form-check.disabled .form-check-label,.btn-danger:not(:disabled):not(.disabled).active .form-check.disabled .form-check-label,.show>.btn-danger.dropdown-toggle .form-check.disabled .form-check-label {
  color: rgba(255,255,255,0.5) !important;
}
.btn-danger:not(:disabled):not(.disabled):active .custom-control-input:disabled ~ .custom-control-description,.btn-danger:not(:disabled):not(.disabled).active .custom-control-input:disabled ~ .custom-control-description,.show>.btn-danger.dropdown-toggle .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(255,255,255,0.5);
}
.btn-danger:not(:disabled):not(.disabled):active #sidenav .nav-link:hover:not(.active),.btn-danger:not(:disabled):not(.disabled).active #sidenav .nav-link:hover:not(.active),.show>.btn-danger.dropdown-toggle #sidenav .nav-link:hover:not(.active) {
  background: rgba(255,255,255,0.04) !important;
}
.btn-danger:not(:disabled):not(.disabled):active #sidenav .nav-link:hover:not(.active)>i,.btn-danger:not(:disabled):not(.disabled).active #sidenav .nav-link:hover:not(.active)>i,.show>.btn-danger.dropdown-toggle #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(255,255,255,0.87) !important;
}
.btn-danger.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28)!important;
}
.btn-light {
  color: #212529;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
  box-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);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow;
  color: rgba(0,0,0,0.87)!important;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  color: rgba(0,0,0,0.87);
}
.btn-light:hover a:hover {
  color: #1c1e26;
}
.btn-light:hover i,.btn-light:hover [class^="icon-"],.btn-light:hover [class*=" icon-"] {
  color: rgba(0,0,0,0.54);
}
.btn-light:hover .text-muted {
  color: rgba(0,0,0,0.38) !important;
}
.btn-light:hover .fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.btn-light:hover .form-control {
  color: rgba(0,0,0,0.87);
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.42);
}
.btn-light:hover .form-control:hover {
  box-shadow: 0 2px 0 0 rgba(0,0,0,0.87);
}
.btn-light:hover .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-light:hover .form-control::-moz-placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-light:hover .form-control::placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-light:hover textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.btn-light:hover textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.12);
}
.btn-light:hover textarea.form-control:focus,.btn-light:hover textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-light:hover select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%230%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.38%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-light:hover select.form-control[multiple],.btn-light:hover select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.btn-light:hover select.form-control[multiple]:hover,.btn-light:hover select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.12);
}
.btn-light:hover select.form-control[multiple]:focus,.btn-light:hover select.form-control[multiple]:focus:hover,.btn-light:hover select.form-control[size]:focus,.btn-light:hover select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-light:hover .form-group>label {
  color: rgba(0,0,0,0.54);
}
.btn-light:hover .nav .subheader {
  color: rgba(0,0,0,0.54);
}
.btn-light:hover .nav .subheader:before {
  border-top-color: rgba(0,0,0,0.54);
}
.btn-light:hover .nav .nav-link {
  color: rgba(0,0,0,0.87);
}
.btn-light:hover .nav .nav-link:hover {
  color: #3C4252;
}
.btn-light:hover .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-light:hover .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-light:hover .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-light:hover .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-light:hover .custom-radio input[type=radio] ~ .radio-icon:before,.btn-light:hover .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-light:hover .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(0,0,0,0.54);
}
.btn-light:hover .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-light:hover .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-light:hover .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-light:hover .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-light:hover .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-light:hover .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(0,0,0,0.54);
}
.btn-light:hover input[type=checkbox]:disabled ~ .checkbox-icon,.btn-light:hover input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-light:hover input[type=checkbox]:disabled ~ .form-check-description,.btn-light:hover input[type=checkbox][disabled] ~ .checkbox-icon,.btn-light:hover input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-light:hover input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(0,0,0,0.38) !important;
}
.btn-light:hover .form-check.disabled .form-check-label {
  color: rgba(0,0,0,0.38) !important;
}
.btn-light:hover .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(0,0,0,0.54);
}
.btn-light:hover #sidenav .nav-link:hover:not(.active) {
  background: rgba(0,0,0,0.05) !important;
}
.btn-light:hover #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(0,0,0,0.54) !important;
}
.btn-light a:hover {
  color: #1c1e26;
}
.btn-light i,.btn-light [class^="icon-"],.btn-light [class*=" icon-"] {
  color: rgba(0,0,0,0.54)!important;
}
.btn-light .text-muted {
  color: rgba(0,0,0,0.38) !important;
}
.btn-light .fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.btn-light .form-control {
  color: rgba(0,0,0,0.87);
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.42);
}
.btn-light .form-control:hover {
  box-shadow: 0 2px 0 0 rgba(0,0,0,0.87);
}
.btn-light .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-light .form-control::-moz-placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-light .form-control::placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-light textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.btn-light textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.12);
}
.btn-light textarea.form-control:focus,.btn-light textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-light select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%230%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.38%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-light select.form-control[multiple],.btn-light select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.btn-light select.form-control[multiple]:hover,.btn-light select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.12);
}
.btn-light select.form-control[multiple]:focus,.btn-light select.form-control[multiple]:focus:hover,.btn-light select.form-control[size]:focus,.btn-light select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-light .form-group>label {
  color: rgba(0,0,0,0.54);
}
.btn-light .nav .subheader {
  color: rgba(0,0,0,0.54);
}
.btn-light .nav .subheader:before {
  border-top-color: rgba(0,0,0,0.54);
}
.btn-light .nav .nav-link {
  color: rgba(0,0,0,0.87);
}
.btn-light .nav .nav-link:hover {
  color: #3C4252;
}
.btn-light .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-light .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-light .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-light .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-light .custom-radio input[type=radio] ~ .radio-icon:before,.btn-light .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-light .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(0,0,0,0.54);
}
.btn-light .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-light .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-light .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-light .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-light .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-light .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(0,0,0,0.54);
}
.btn-light input[type=checkbox]:disabled ~ .checkbox-icon,.btn-light input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-light input[type=checkbox]:disabled ~ .form-check-description,.btn-light input[type=checkbox][disabled] ~ .checkbox-icon,.btn-light input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-light input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(0,0,0,0.38) !important;
}
.btn-light .form-check.disabled .form-check-label {
  color: rgba(0,0,0,0.38) !important;
}
.btn-light .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(0,0,0,0.54);
}
.btn-light #sidenav .nav-link:hover:not(.active) {
  background: rgba(0,0,0,0.05) !important;
}
.btn-light #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(0,0,0,0.54) !important;
}
.btn-light.disabled,.btn-light:disabled {
  color: #212529;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}
.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle {
  color: rgba(0,0,0,0.87);
  background-color: #e2e6ea;
  background-image: none;
  box-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);
}
.btn-light:not(:disabled):not(.disabled):active a:hover,.btn-light:not(:disabled):not(.disabled).active a:hover,.show>.btn-light.dropdown-toggle a:hover {
  color: #1c1e26;
}
.btn-light:not(:disabled):not(.disabled):active i,.btn-light:not(:disabled):not(.disabled):active [class^="icon-"],.btn-light:not(:disabled):not(.disabled):active [class*=" icon-"],.btn-light:not(:disabled):not(.disabled).active i,.btn-light:not(:disabled):not(.disabled).active [class^="icon-"],.btn-light:not(:disabled):not(.disabled).active [class*=" icon-"],.show>.btn-light.dropdown-toggle i,.show>.btn-light.dropdown-toggle [class^="icon-"],.show>.btn-light.dropdown-toggle [class*=" icon-"] {
  color: rgba(0,0,0,0.54);
}
.btn-light:not(:disabled):not(.disabled):active .text-muted,.btn-light:not(:disabled):not(.disabled).active .text-muted,.show>.btn-light.dropdown-toggle .text-muted {
  color: rgba(0,0,0,0.38) !important;
}
.btn-light:not(:disabled):not(.disabled):active .fuse-ripple-ready .fuse-ripple,.btn-light:not(:disabled):not(.disabled).active .fuse-ripple-ready .fuse-ripple,.show>.btn-light.dropdown-toggle .fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.btn-light:not(:disabled):not(.disabled):active .form-control,.btn-light:not(:disabled):not(.disabled).active .form-control,.show>.btn-light.dropdown-toggle .form-control {
  color: rgba(0,0,0,0.87);
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.42);
}
.btn-light:not(:disabled):not(.disabled):active .form-control:hover,.btn-light:not(:disabled):not(.disabled).active .form-control:hover,.show>.btn-light.dropdown-toggle .form-control:hover {
  box-shadow: 0 2px 0 0 rgba(0,0,0,0.87);
}
.btn-light:not(:disabled):not(.disabled):active .form-control:focus,.btn-light:not(:disabled):not(.disabled).active .form-control:focus,.show>.btn-light.dropdown-toggle .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-light:not(:disabled):not(.disabled):active .form-control::-moz-placeholder,.btn-light:not(:disabled):not(.disabled).active .form-control::-moz-placeholder,.show>.btn-light.dropdown-toggle .form-control::-moz-placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-light:not(:disabled):not(.disabled):active .form-control::-moz-placeholder, .btn-light:not(:disabled):not(.disabled).active .form-control::-moz-placeholder, .show>.btn-light.dropdown-toggle .form-control::-moz-placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-light:not(:disabled):not(.disabled):active .form-control::placeholder,.btn-light:not(:disabled):not(.disabled).active .form-control::placeholder,.show>.btn-light.dropdown-toggle .form-control::placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-light:not(:disabled):not(.disabled):active textarea.form-control,.btn-light:not(:disabled):not(.disabled).active textarea.form-control,.show>.btn-light.dropdown-toggle textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.btn-light:not(:disabled):not(.disabled):active textarea.form-control:hover,.btn-light:not(:disabled):not(.disabled).active textarea.form-control:hover,.show>.btn-light.dropdown-toggle textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.12);
}
.btn-light:not(:disabled):not(.disabled):active textarea.form-control:focus,.btn-light:not(:disabled):not(.disabled):active textarea.form-control:focus:hover,.btn-light:not(:disabled):not(.disabled).active textarea.form-control:focus,.btn-light:not(:disabled):not(.disabled).active textarea.form-control:focus:hover,.show>.btn-light.dropdown-toggle textarea.form-control:focus,.show>.btn-light.dropdown-toggle textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-light:not(:disabled):not(.disabled):active select.form-control,.btn-light:not(:disabled):not(.disabled).active select.form-control,.show>.btn-light.dropdown-toggle select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%230%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.38%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-light:not(:disabled):not(.disabled):active select.form-control[multiple],.btn-light:not(:disabled):not(.disabled):active select.form-control[size],.btn-light:not(:disabled):not(.disabled).active select.form-control[multiple],.btn-light:not(:disabled):not(.disabled).active select.form-control[size],.show>.btn-light.dropdown-toggle select.form-control[multiple],.show>.btn-light.dropdown-toggle select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.btn-light:not(:disabled):not(.disabled):active select.form-control[multiple]:hover,.btn-light:not(:disabled):not(.disabled):active select.form-control[size]:hover,.btn-light:not(:disabled):not(.disabled).active select.form-control[multiple]:hover,.btn-light:not(:disabled):not(.disabled).active select.form-control[size]:hover,.show>.btn-light.dropdown-toggle select.form-control[multiple]:hover,.show>.btn-light.dropdown-toggle select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.12);
}
.btn-light:not(:disabled):not(.disabled):active select.form-control[multiple]:focus,.btn-light:not(:disabled):not(.disabled):active select.form-control[multiple]:focus:hover,.btn-light:not(:disabled):not(.disabled):active select.form-control[size]:focus,.btn-light:not(:disabled):not(.disabled):active select.form-control[size]:focus:hover,.btn-light:not(:disabled):not(.disabled).active select.form-control[multiple]:focus,.btn-light:not(:disabled):not(.disabled).active select.form-control[multiple]:focus:hover,.btn-light:not(:disabled):not(.disabled).active select.form-control[size]:focus,.btn-light:not(:disabled):not(.disabled).active select.form-control[size]:focus:hover,.show>.btn-light.dropdown-toggle select.form-control[multiple]:focus,.show>.btn-light.dropdown-toggle select.form-control[multiple]:focus:hover,.show>.btn-light.dropdown-toggle select.form-control[size]:focus,.show>.btn-light.dropdown-toggle select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-light:not(:disabled):not(.disabled):active .form-group>label,.btn-light:not(:disabled):not(.disabled).active .form-group>label,.show>.btn-light.dropdown-toggle .form-group>label {
  color: rgba(0,0,0,0.54);
}
.btn-light:not(:disabled):not(.disabled):active .nav .subheader,.btn-light:not(:disabled):not(.disabled).active .nav .subheader,.show>.btn-light.dropdown-toggle .nav .subheader {
  color: rgba(0,0,0,0.54);
}
.btn-light:not(:disabled):not(.disabled):active .nav .subheader:before,.btn-light:not(:disabled):not(.disabled).active .nav .subheader:before,.show>.btn-light.dropdown-toggle .nav .subheader:before {
  border-top-color: rgba(0,0,0,0.54);
}
.btn-light:not(:disabled):not(.disabled):active .nav .nav-link,.btn-light:not(:disabled):not(.disabled).active .nav .nav-link,.show>.btn-light.dropdown-toggle .nav .nav-link {
  color: rgba(0,0,0,0.87);
}
.btn-light:not(:disabled):not(.disabled):active .nav .nav-link:hover,.btn-light:not(:disabled):not(.disabled).active .nav .nav-link:hover,.show>.btn-light.dropdown-toggle .nav .nav-link:hover {
  color: #3C4252;
}
.btn-light:not(:disabled):not(.disabled):active .nav .nav-link:hover>i,.btn-light:not(:disabled):not(.disabled).active .nav .nav-link:hover>i,.show>.btn-light.dropdown-toggle .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-light:not(:disabled):not(.disabled):active .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-light:not(:disabled):not(.disabled):active .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-light:not(:disabled):not(.disabled):active .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-light:not(:disabled):not(.disabled):active .custom-radio input[type=radio] ~ .radio-icon:before,.btn-light:not(:disabled):not(.disabled):active .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-light:not(:disabled):not(.disabled):active .form-check-label input[type=radio] ~ .radio-icon:before,.btn-light:not(:disabled):not(.disabled).active .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-light:not(:disabled):not(.disabled).active .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-light:not(:disabled):not(.disabled).active .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-light:not(:disabled):not(.disabled).active .custom-radio input[type=radio] ~ .radio-icon:before,.btn-light:not(:disabled):not(.disabled).active .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-light:not(:disabled):not(.disabled).active .form-check-label input[type=radio] ~ .radio-icon:before,.show>.btn-light.dropdown-toggle .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.show>.btn-light.dropdown-toggle .custom-checkbox input[type=radio] ~ .radio-icon:before,.show>.btn-light.dropdown-toggle .custom-radio input[type=radio] ~ .custom-control-indicator:before,.show>.btn-light.dropdown-toggle .custom-radio input[type=radio] ~ .radio-icon:before,.show>.btn-light.dropdown-toggle .form-check-label input[type=radio] ~ .custom-control-indicator:before,.show>.btn-light.dropdown-toggle .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(0,0,0,0.54);
}
.btn-light:not(:disabled):not(.disabled):active .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-light:not(:disabled):not(.disabled):active .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-light:not(:disabled):not(.disabled):active .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-light:not(:disabled):not(.disabled):active .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-light:not(:disabled):not(.disabled):active .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-light:not(:disabled):not(.disabled):active .form-check-label input[type=checkbox] ~ .checkbox-icon:before,.btn-light:not(:disabled):not(.disabled).active .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-light:not(:disabled):not(.disabled).active .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-light:not(:disabled):not(.disabled).active .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-light:not(:disabled):not(.disabled).active .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-light:not(:disabled):not(.disabled).active .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-light:not(:disabled):not(.disabled).active .form-check-label input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-light.dropdown-toggle .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-light.dropdown-toggle .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-light.dropdown-toggle .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-light.dropdown-toggle .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-light.dropdown-toggle .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-light.dropdown-toggle .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(0,0,0,0.54);
}
.btn-light:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .checkbox-icon,.btn-light:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-light:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .form-check-description,.btn-light:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .checkbox-icon,.btn-light:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-light:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .form-check-description,.btn-light:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .checkbox-icon,.btn-light:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-light:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .form-check-description,.btn-light:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .checkbox-icon,.btn-light:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-light:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .form-check-description,.show>.btn-light.dropdown-toggle input[type=checkbox]:disabled ~ .checkbox-icon,.show>.btn-light.dropdown-toggle input[type=checkbox]:disabled ~ .custom-control-indicator,.show>.btn-light.dropdown-toggle input[type=checkbox]:disabled ~ .form-check-description,.show>.btn-light.dropdown-toggle input[type=checkbox][disabled] ~ .checkbox-icon,.show>.btn-light.dropdown-toggle input[type=checkbox][disabled] ~ .custom-control-indicator,.show>.btn-light.dropdown-toggle input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(0,0,0,0.38) !important;
}
.btn-light:not(:disabled):not(.disabled):active .form-check.disabled .form-check-label,.btn-light:not(:disabled):not(.disabled).active .form-check.disabled .form-check-label,.show>.btn-light.dropdown-toggle .form-check.disabled .form-check-label {
  color: rgba(0,0,0,0.38) !important;
}
.btn-light:not(:disabled):not(.disabled):active .custom-control-input:disabled ~ .custom-control-description,.btn-light:not(:disabled):not(.disabled).active .custom-control-input:disabled ~ .custom-control-description,.show>.btn-light.dropdown-toggle .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(0,0,0,0.54);
}
.btn-light:not(:disabled):not(.disabled):active #sidenav .nav-link:hover:not(.active),.btn-light:not(:disabled):not(.disabled).active #sidenav .nav-link:hover:not(.active),.show>.btn-light.dropdown-toggle #sidenav .nav-link:hover:not(.active) {
  background: rgba(0,0,0,0.05) !important;
}
.btn-light:not(:disabled):not(.disabled):active #sidenav .nav-link:hover:not(.active)>i,.btn-light:not(:disabled):not(.disabled).active #sidenav .nav-link:hover:not(.active)>i,.show>.btn-light.dropdown-toggle #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(0,0,0,0.54) !important;
}
.btn-light.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12)!important;
}
.btn-dark {
  color: #fff;
  background-color: #343A40;
  border-color: #343A40;
  box-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);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow;
  color: #fff!important;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  color: #fff;
}
.btn-dark:hover a:hover {
  color: #1c1e26;
}
.btn-dark:hover i,.btn-dark:hover [class^="icon-"],.btn-dark:hover [class*=" icon-"] {
  color: rgba(255,255,255,0.87);
}
.btn-dark:hover .text-muted {
  color: rgba(255,255,255,0.5) !important;
}
.btn-dark:hover .fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.btn-dark:hover .form-control {
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.7);
}
.btn-dark:hover .form-control:hover {
  box-shadow: 0 2px 0 0 #fff;
}
.btn-dark:hover .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-dark:hover .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-dark:hover .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-dark:hover textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-dark:hover textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-dark:hover textarea.form-control:focus,.btn-dark:hover textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-dark:hover select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.5%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-dark:hover select.form-control[multiple],.btn-dark:hover select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-dark:hover select.form-control[multiple]:hover,.btn-dark:hover select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-dark:hover select.form-control[multiple]:focus,.btn-dark:hover select.form-control[multiple]:focus:hover,.btn-dark:hover select.form-control[size]:focus,.btn-dark:hover select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-dark:hover .form-group>label {
  color: rgba(255,255,255,0.7);
}
.btn-dark:hover .nav .subheader {
  color: rgba(255,255,255,0.5);
}
.btn-dark:hover .nav .subheader:before {
  border-top-color: rgba(255,255,255,0.5);
}
.btn-dark:hover .nav .nav-link {
  color: #fff;
}
.btn-dark:hover .nav .nav-link:hover {
  color: #3C4252;
}
.btn-dark:hover .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-dark:hover .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-dark:hover .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-dark:hover .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-dark:hover .custom-radio input[type=radio] ~ .radio-icon:before,.btn-dark:hover .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-dark:hover .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(255,255,255,0.7);
}
.btn-dark:hover .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-dark:hover .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-dark:hover .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-dark:hover .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-dark:hover .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-dark:hover .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(255,255,255,0.7);
}
.btn-dark:hover input[type=checkbox]:disabled ~ .checkbox-icon,.btn-dark:hover input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-dark:hover input[type=checkbox]:disabled ~ .form-check-description,.btn-dark:hover input[type=checkbox][disabled] ~ .checkbox-icon,.btn-dark:hover input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-dark:hover input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(255,255,255,0.5) !important;
}
.btn-dark:hover .form-check.disabled .form-check-label {
  color: rgba(255,255,255,0.5) !important;
}
.btn-dark:hover .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(255,255,255,0.5);
}
.btn-dark:hover #sidenav .nav-link:hover:not(.active) {
  background: rgba(255,255,255,0.04) !important;
}
.btn-dark:hover #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(255,255,255,0.87) !important;
}
.btn-dark a:hover {
  color: #1c1e26;
}
.btn-dark i,.btn-dark [class^="icon-"],.btn-dark [class*=" icon-"] {
  color: rgba(255,255,255,0.87)!important;
}
.btn-dark .text-muted {
  color: rgba(255,255,255,0.5) !important;
}
.btn-dark .fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.btn-dark .form-control {
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.7);
}
.btn-dark .form-control:hover {
  box-shadow: 0 2px 0 0 #fff;
}
.btn-dark .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-dark .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-dark .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-dark textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-dark textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-dark textarea.form-control:focus,.btn-dark textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-dark select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.5%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-dark select.form-control[multiple],.btn-dark select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-dark select.form-control[multiple]:hover,.btn-dark select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-dark select.form-control[multiple]:focus,.btn-dark select.form-control[multiple]:focus:hover,.btn-dark select.form-control[size]:focus,.btn-dark select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-dark .form-group>label {
  color: rgba(255,255,255,0.7);
}
.btn-dark .nav .subheader {
  color: rgba(255,255,255,0.5);
}
.btn-dark .nav .subheader:before {
  border-top-color: rgba(255,255,255,0.5);
}
.btn-dark .nav .nav-link {
  color: #fff;
}
.btn-dark .nav .nav-link:hover {
  color: #3C4252;
}
.btn-dark .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-dark .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-dark .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-dark .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-dark .custom-radio input[type=radio] ~ .radio-icon:before,.btn-dark .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-dark .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(255,255,255,0.7);
}
.btn-dark .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-dark .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-dark .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-dark .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-dark .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-dark .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(255,255,255,0.7);
}
.btn-dark input[type=checkbox]:disabled ~ .checkbox-icon,.btn-dark input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-dark input[type=checkbox]:disabled ~ .form-check-description,.btn-dark input[type=checkbox][disabled] ~ .checkbox-icon,.btn-dark input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-dark input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(255,255,255,0.5) !important;
}
.btn-dark .form-check.disabled .form-check-label {
  color: rgba(255,255,255,0.5) !important;
}
.btn-dark .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(255,255,255,0.5);
}
.btn-dark #sidenav .nav-link:hover:not(.active) {
  background: rgba(255,255,255,0.04) !important;
}
.btn-dark #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(255,255,255,0.87) !important;
}
.btn-dark.disabled,.btn-dark:disabled {
  color: #fff;
  background-color: #343A40;
  border-color: #343A40;
}
.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #23272b;
  background-image: none;
  box-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);
}
.btn-dark:not(:disabled):not(.disabled):active a:hover,.btn-dark:not(:disabled):not(.disabled).active a:hover,.show>.btn-dark.dropdown-toggle a:hover {
  color: #1c1e26;
}
.btn-dark:not(:disabled):not(.disabled):active i,.btn-dark:not(:disabled):not(.disabled):active [class^="icon-"],.btn-dark:not(:disabled):not(.disabled):active [class*=" icon-"],.btn-dark:not(:disabled):not(.disabled).active i,.btn-dark:not(:disabled):not(.disabled).active [class^="icon-"],.btn-dark:not(:disabled):not(.disabled).active [class*=" icon-"],.show>.btn-dark.dropdown-toggle i,.show>.btn-dark.dropdown-toggle [class^="icon-"],.show>.btn-dark.dropdown-toggle [class*=" icon-"] {
  color: rgba(255,255,255,0.87);
}
.btn-dark:not(:disabled):not(.disabled):active .text-muted,.btn-dark:not(:disabled):not(.disabled).active .text-muted,.show>.btn-dark.dropdown-toggle .text-muted {
  color: rgba(255,255,255,0.5) !important;
}
.btn-dark:not(:disabled):not(.disabled):active .fuse-ripple-ready .fuse-ripple,.btn-dark:not(:disabled):not(.disabled).active .fuse-ripple-ready .fuse-ripple,.show>.btn-dark.dropdown-toggle .fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.btn-dark:not(:disabled):not(.disabled):active .form-control,.btn-dark:not(:disabled):not(.disabled).active .form-control,.show>.btn-dark.dropdown-toggle .form-control {
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.7);
}
.btn-dark:not(:disabled):not(.disabled):active .form-control:hover,.btn-dark:not(:disabled):not(.disabled).active .form-control:hover,.show>.btn-dark.dropdown-toggle .form-control:hover {
  box-shadow: 0 2px 0 0 #fff;
}
.btn-dark:not(:disabled):not(.disabled):active .form-control:focus,.btn-dark:not(:disabled):not(.disabled).active .form-control:focus,.show>.btn-dark.dropdown-toggle .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-dark:not(:disabled):not(.disabled):active .form-control::-moz-placeholder,.btn-dark:not(:disabled):not(.disabled).active .form-control::-moz-placeholder,.show>.btn-dark.dropdown-toggle .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-dark:not(:disabled):not(.disabled):active .form-control::-moz-placeholder, .btn-dark:not(:disabled):not(.disabled).active .form-control::-moz-placeholder, .show>.btn-dark.dropdown-toggle .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-dark:not(:disabled):not(.disabled):active .form-control::placeholder,.btn-dark:not(:disabled):not(.disabled).active .form-control::placeholder,.show>.btn-dark.dropdown-toggle .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-dark:not(:disabled):not(.disabled):active textarea.form-control,.btn-dark:not(:disabled):not(.disabled).active textarea.form-control,.show>.btn-dark.dropdown-toggle textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-dark:not(:disabled):not(.disabled):active textarea.form-control:hover,.btn-dark:not(:disabled):not(.disabled).active textarea.form-control:hover,.show>.btn-dark.dropdown-toggle textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-dark:not(:disabled):not(.disabled):active textarea.form-control:focus,.btn-dark:not(:disabled):not(.disabled):active textarea.form-control:focus:hover,.btn-dark:not(:disabled):not(.disabled).active textarea.form-control:focus,.btn-dark:not(:disabled):not(.disabled).active textarea.form-control:focus:hover,.show>.btn-dark.dropdown-toggle textarea.form-control:focus,.show>.btn-dark.dropdown-toggle textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-dark:not(:disabled):not(.disabled):active select.form-control,.btn-dark:not(:disabled):not(.disabled).active select.form-control,.show>.btn-dark.dropdown-toggle select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.5%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-dark:not(:disabled):not(.disabled):active select.form-control[multiple],.btn-dark:not(:disabled):not(.disabled):active select.form-control[size],.btn-dark:not(:disabled):not(.disabled).active select.form-control[multiple],.btn-dark:not(:disabled):not(.disabled).active select.form-control[size],.show>.btn-dark.dropdown-toggle select.form-control[multiple],.show>.btn-dark.dropdown-toggle select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-dark:not(:disabled):not(.disabled):active select.form-control[multiple]:hover,.btn-dark:not(:disabled):not(.disabled):active select.form-control[size]:hover,.btn-dark:not(:disabled):not(.disabled).active select.form-control[multiple]:hover,.btn-dark:not(:disabled):not(.disabled).active select.form-control[size]:hover,.show>.btn-dark.dropdown-toggle select.form-control[multiple]:hover,.show>.btn-dark.dropdown-toggle select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-dark:not(:disabled):not(.disabled):active select.form-control[multiple]:focus,.btn-dark:not(:disabled):not(.disabled):active select.form-control[multiple]:focus:hover,.btn-dark:not(:disabled):not(.disabled):active select.form-control[size]:focus,.btn-dark:not(:disabled):not(.disabled):active select.form-control[size]:focus:hover,.btn-dark:not(:disabled):not(.disabled).active select.form-control[multiple]:focus,.btn-dark:not(:disabled):not(.disabled).active select.form-control[multiple]:focus:hover,.btn-dark:not(:disabled):not(.disabled).active select.form-control[size]:focus,.btn-dark:not(:disabled):not(.disabled).active select.form-control[size]:focus:hover,.show>.btn-dark.dropdown-toggle select.form-control[multiple]:focus,.show>.btn-dark.dropdown-toggle select.form-control[multiple]:focus:hover,.show>.btn-dark.dropdown-toggle select.form-control[size]:focus,.show>.btn-dark.dropdown-toggle select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-dark:not(:disabled):not(.disabled):active .form-group>label,.btn-dark:not(:disabled):not(.disabled).active .form-group>label,.show>.btn-dark.dropdown-toggle .form-group>label {
  color: rgba(255,255,255,0.7);
}
.btn-dark:not(:disabled):not(.disabled):active .nav .subheader,.btn-dark:not(:disabled):not(.disabled).active .nav .subheader,.show>.btn-dark.dropdown-toggle .nav .subheader {
  color: rgba(255,255,255,0.5);
}
.btn-dark:not(:disabled):not(.disabled):active .nav .subheader:before,.btn-dark:not(:disabled):not(.disabled).active .nav .subheader:before,.show>.btn-dark.dropdown-toggle .nav .subheader:before {
  border-top-color: rgba(255,255,255,0.5);
}
.btn-dark:not(:disabled):not(.disabled):active .nav .nav-link,.btn-dark:not(:disabled):not(.disabled).active .nav .nav-link,.show>.btn-dark.dropdown-toggle .nav .nav-link {
  color: #fff;
}
.btn-dark:not(:disabled):not(.disabled):active .nav .nav-link:hover,.btn-dark:not(:disabled):not(.disabled).active .nav .nav-link:hover,.show>.btn-dark.dropdown-toggle .nav .nav-link:hover {
  color: #3C4252;
}
.btn-dark:not(:disabled):not(.disabled):active .nav .nav-link:hover>i,.btn-dark:not(:disabled):not(.disabled).active .nav .nav-link:hover>i,.show>.btn-dark.dropdown-toggle .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-dark:not(:disabled):not(.disabled):active .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-dark:not(:disabled):not(.disabled):active .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-dark:not(:disabled):not(.disabled):active .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-dark:not(:disabled):not(.disabled):active .custom-radio input[type=radio] ~ .radio-icon:before,.btn-dark:not(:disabled):not(.disabled):active .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-dark:not(:disabled):not(.disabled):active .form-check-label input[type=radio] ~ .radio-icon:before,.btn-dark:not(:disabled):not(.disabled).active .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-dark:not(:disabled):not(.disabled).active .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-dark:not(:disabled):not(.disabled).active .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-dark:not(:disabled):not(.disabled).active .custom-radio input[type=radio] ~ .radio-icon:before,.btn-dark:not(:disabled):not(.disabled).active .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-dark:not(:disabled):not(.disabled).active .form-check-label input[type=radio] ~ .radio-icon:before,.show>.btn-dark.dropdown-toggle .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.show>.btn-dark.dropdown-toggle .custom-checkbox input[type=radio] ~ .radio-icon:before,.show>.btn-dark.dropdown-toggle .custom-radio input[type=radio] ~ .custom-control-indicator:before,.show>.btn-dark.dropdown-toggle .custom-radio input[type=radio] ~ .radio-icon:before,.show>.btn-dark.dropdown-toggle .form-check-label input[type=radio] ~ .custom-control-indicator:before,.show>.btn-dark.dropdown-toggle .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(255,255,255,0.7);
}
.btn-dark:not(:disabled):not(.disabled):active .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-dark:not(:disabled):not(.disabled):active .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-dark:not(:disabled):not(.disabled):active .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-dark:not(:disabled):not(.disabled):active .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-dark:not(:disabled):not(.disabled):active .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-dark:not(:disabled):not(.disabled):active .form-check-label input[type=checkbox] ~ .checkbox-icon:before,.btn-dark:not(:disabled):not(.disabled).active .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-dark:not(:disabled):not(.disabled).active .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-dark:not(:disabled):not(.disabled).active .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-dark:not(:disabled):not(.disabled).active .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-dark:not(:disabled):not(.disabled).active .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-dark:not(:disabled):not(.disabled).active .form-check-label input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-dark.dropdown-toggle .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-dark.dropdown-toggle .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-dark.dropdown-toggle .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-dark.dropdown-toggle .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-dark.dropdown-toggle .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-dark.dropdown-toggle .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(255,255,255,0.7);
}
.btn-dark:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .checkbox-icon,.btn-dark:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-dark:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .form-check-description,.btn-dark:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .checkbox-icon,.btn-dark:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-dark:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .form-check-description,.btn-dark:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .checkbox-icon,.btn-dark:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-dark:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .form-check-description,.btn-dark:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .checkbox-icon,.btn-dark:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-dark:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .form-check-description,.show>.btn-dark.dropdown-toggle input[type=checkbox]:disabled ~ .checkbox-icon,.show>.btn-dark.dropdown-toggle input[type=checkbox]:disabled ~ .custom-control-indicator,.show>.btn-dark.dropdown-toggle input[type=checkbox]:disabled ~ .form-check-description,.show>.btn-dark.dropdown-toggle input[type=checkbox][disabled] ~ .checkbox-icon,.show>.btn-dark.dropdown-toggle input[type=checkbox][disabled] ~ .custom-control-indicator,.show>.btn-dark.dropdown-toggle input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(255,255,255,0.5) !important;
}
.btn-dark:not(:disabled):not(.disabled):active .form-check.disabled .form-check-label,.btn-dark:not(:disabled):not(.disabled).active .form-check.disabled .form-check-label,.show>.btn-dark.dropdown-toggle .form-check.disabled .form-check-label {
  color: rgba(255,255,255,0.5) !important;
}
.btn-dark:not(:disabled):not(.disabled):active .custom-control-input:disabled ~ .custom-control-description,.btn-dark:not(:disabled):not(.disabled).active .custom-control-input:disabled ~ .custom-control-description,.show>.btn-dark.dropdown-toggle .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(255,255,255,0.5);
}
.btn-dark:not(:disabled):not(.disabled):active #sidenav .nav-link:hover:not(.active),.btn-dark:not(:disabled):not(.disabled).active #sidenav .nav-link:hover:not(.active),.show>.btn-dark.dropdown-toggle #sidenav .nav-link:hover:not(.active) {
  background: rgba(255,255,255,0.04) !important;
}
.btn-dark:not(:disabled):not(.disabled):active #sidenav .nav-link:hover:not(.active)>i,.btn-dark:not(:disabled):not(.disabled).active #sidenav .nav-link:hover:not(.active)>i,.show>.btn-dark.dropdown-toggle #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(255,255,255,0.87) !important;
}
.btn-dark.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28)!important;
}
.btn-outline-primary {
  color: #3C4252;
  background-color: transparent;
  background-image: none;
  border-color: #3C4252;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #3C4252;
  border-color: #3C4252;
}
.btn-outline-primary:hover a:hover {
  color: #1c1e26;
}
.btn-outline-primary:hover i,.btn-outline-primary:hover [class^="icon-"],.btn-outline-primary:hover [class*=" icon-"] {
  color: rgba(255,255,255,0.87);
}
.btn-outline-primary:hover .text-muted {
  color: rgba(255,255,255,0.5) !important;
}
.btn-outline-primary:hover .fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.btn-outline-primary:hover .form-control {
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.7);
}
.btn-outline-primary:hover .form-control:hover {
  box-shadow: 0 2px 0 0 #fff;
}
.btn-outline-primary:hover .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-outline-primary:hover .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-outline-primary:hover .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-outline-primary:hover textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-outline-primary:hover textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-outline-primary:hover textarea.form-control:focus,.btn-outline-primary:hover textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-outline-primary:hover select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.5%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-outline-primary:hover select.form-control[multiple],.btn-outline-primary:hover select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-outline-primary:hover select.form-control[multiple]:hover,.btn-outline-primary:hover select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-outline-primary:hover select.form-control[multiple]:focus,.btn-outline-primary:hover select.form-control[multiple]:focus:hover,.btn-outline-primary:hover select.form-control[size]:focus,.btn-outline-primary:hover select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-outline-primary:hover .form-group>label {
  color: rgba(255,255,255,0.7);
}
.btn-outline-primary:hover .nav .subheader {
  color: rgba(255,255,255,0.5);
}
.btn-outline-primary:hover .nav .subheader:before {
  border-top-color: rgba(255,255,255,0.5);
}
.btn-outline-primary:hover .nav .nav-link {
  color: #fff;
}
.btn-outline-primary:hover .nav .nav-link:hover {
  color: #3C4252;
}
.btn-outline-primary:hover .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-outline-primary:hover .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-outline-primary:hover .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-outline-primary:hover .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-outline-primary:hover .custom-radio input[type=radio] ~ .radio-icon:before,.btn-outline-primary:hover .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-outline-primary:hover .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(255,255,255,0.7);
}
.btn-outline-primary:hover .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-primary:hover .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-primary:hover .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-primary:hover .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-primary:hover .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-primary:hover .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(255,255,255,0.7);
}
.btn-outline-primary:hover input[type=checkbox]:disabled ~ .checkbox-icon,.btn-outline-primary:hover input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-outline-primary:hover input[type=checkbox]:disabled ~ .form-check-description,.btn-outline-primary:hover input[type=checkbox][disabled] ~ .checkbox-icon,.btn-outline-primary:hover input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-outline-primary:hover input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(255,255,255,0.5) !important;
}
.btn-outline-primary:hover .form-check.disabled .form-check-label {
  color: rgba(255,255,255,0.5) !important;
}
.btn-outline-primary:hover .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(255,255,255,0.5);
}
.btn-outline-primary:hover #sidenav .nav-link:hover:not(.active) {
  background: rgba(255,255,255,0.04) !important;
}
.btn-outline-primary:hover #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(255,255,255,0.87) !important;
}
.btn-outline-primary.disabled,.btn-outline-primary:disabled {
  color: #3C4252;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #3C4252;
  border-color: #3C4252;
}
.btn-outline-primary:not(:disabled):not(.disabled):active a:hover,.btn-outline-primary:not(:disabled):not(.disabled).active a:hover,.show>.btn-outline-primary.dropdown-toggle a:hover {
  color: #1c1e26;
}
.btn-outline-primary:not(:disabled):not(.disabled):active i,.btn-outline-primary:not(:disabled):not(.disabled):active [class^="icon-"],.btn-outline-primary:not(:disabled):not(.disabled):active [class*=" icon-"],.btn-outline-primary:not(:disabled):not(.disabled).active i,.btn-outline-primary:not(:disabled):not(.disabled).active [class^="icon-"],.btn-outline-primary:not(:disabled):not(.disabled).active [class*=" icon-"],.show>.btn-outline-primary.dropdown-toggle i,.show>.btn-outline-primary.dropdown-toggle [class^="icon-"],.show>.btn-outline-primary.dropdown-toggle [class*=" icon-"] {
  color: rgba(255,255,255,0.87);
}
.btn-outline-primary:not(:disabled):not(.disabled):active .text-muted,.btn-outline-primary:not(:disabled):not(.disabled).active .text-muted,.show>.btn-outline-primary.dropdown-toggle .text-muted {
  color: rgba(255,255,255,0.5) !important;
}
.btn-outline-primary:not(:disabled):not(.disabled):active .fuse-ripple-ready .fuse-ripple,.btn-outline-primary:not(:disabled):not(.disabled).active .fuse-ripple-ready .fuse-ripple,.show>.btn-outline-primary.dropdown-toggle .fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.btn-outline-primary:not(:disabled):not(.disabled):active .form-control,.btn-outline-primary:not(:disabled):not(.disabled).active .form-control,.show>.btn-outline-primary.dropdown-toggle .form-control {
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.7);
}
.btn-outline-primary:not(:disabled):not(.disabled):active .form-control:hover,.btn-outline-primary:not(:disabled):not(.disabled).active .form-control:hover,.show>.btn-outline-primary.dropdown-toggle .form-control:hover {
  box-shadow: 0 2px 0 0 #fff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active .form-control:focus,.btn-outline-primary:not(:disabled):not(.disabled).active .form-control:focus,.show>.btn-outline-primary.dropdown-toggle .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-outline-primary:not(:disabled):not(.disabled):active .form-control::-moz-placeholder,.btn-outline-primary:not(:disabled):not(.disabled).active .form-control::-moz-placeholder,.show>.btn-outline-primary.dropdown-toggle .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-outline-primary:not(:disabled):not(.disabled):active .form-control::-moz-placeholder, .btn-outline-primary:not(:disabled):not(.disabled).active .form-control::-moz-placeholder, .show>.btn-outline-primary.dropdown-toggle .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-outline-primary:not(:disabled):not(.disabled):active .form-control::placeholder,.btn-outline-primary:not(:disabled):not(.disabled).active .form-control::placeholder,.show>.btn-outline-primary.dropdown-toggle .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-outline-primary:not(:disabled):not(.disabled):active textarea.form-control,.btn-outline-primary:not(:disabled):not(.disabled).active textarea.form-control,.show>.btn-outline-primary.dropdown-toggle textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-outline-primary:not(:disabled):not(.disabled):active textarea.form-control:hover,.btn-outline-primary:not(:disabled):not(.disabled).active textarea.form-control:hover,.show>.btn-outline-primary.dropdown-toggle textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-outline-primary:not(:disabled):not(.disabled):active textarea.form-control:focus,.btn-outline-primary:not(:disabled):not(.disabled):active textarea.form-control:focus:hover,.btn-outline-primary:not(:disabled):not(.disabled).active textarea.form-control:focus,.btn-outline-primary:not(:disabled):not(.disabled).active textarea.form-control:focus:hover,.show>.btn-outline-primary.dropdown-toggle textarea.form-control:focus,.show>.btn-outline-primary.dropdown-toggle textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-outline-primary:not(:disabled):not(.disabled):active select.form-control,.btn-outline-primary:not(:disabled):not(.disabled).active select.form-control,.show>.btn-outline-primary.dropdown-toggle select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.5%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-outline-primary:not(:disabled):not(.disabled):active select.form-control[multiple],.btn-outline-primary:not(:disabled):not(.disabled):active select.form-control[size],.btn-outline-primary:not(:disabled):not(.disabled).active select.form-control[multiple],.btn-outline-primary:not(:disabled):not(.disabled).active select.form-control[size],.show>.btn-outline-primary.dropdown-toggle select.form-control[multiple],.show>.btn-outline-primary.dropdown-toggle select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-outline-primary:not(:disabled):not(.disabled):active select.form-control[multiple]:hover,.btn-outline-primary:not(:disabled):not(.disabled):active select.form-control[size]:hover,.btn-outline-primary:not(:disabled):not(.disabled).active select.form-control[multiple]:hover,.btn-outline-primary:not(:disabled):not(.disabled).active select.form-control[size]:hover,.show>.btn-outline-primary.dropdown-toggle select.form-control[multiple]:hover,.show>.btn-outline-primary.dropdown-toggle select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-outline-primary:not(:disabled):not(.disabled):active select.form-control[multiple]:focus,.btn-outline-primary:not(:disabled):not(.disabled):active select.form-control[multiple]:focus:hover,.btn-outline-primary:not(:disabled):not(.disabled):active select.form-control[size]:focus,.btn-outline-primary:not(:disabled):not(.disabled):active select.form-control[size]:focus:hover,.btn-outline-primary:not(:disabled):not(.disabled).active select.form-control[multiple]:focus,.btn-outline-primary:not(:disabled):not(.disabled).active select.form-control[multiple]:focus:hover,.btn-outline-primary:not(:disabled):not(.disabled).active select.form-control[size]:focus,.btn-outline-primary:not(:disabled):not(.disabled).active select.form-control[size]:focus:hover,.show>.btn-outline-primary.dropdown-toggle select.form-control[multiple]:focus,.show>.btn-outline-primary.dropdown-toggle select.form-control[multiple]:focus:hover,.show>.btn-outline-primary.dropdown-toggle select.form-control[size]:focus,.show>.btn-outline-primary.dropdown-toggle select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-outline-primary:not(:disabled):not(.disabled):active .form-group>label,.btn-outline-primary:not(:disabled):not(.disabled).active .form-group>label,.show>.btn-outline-primary.dropdown-toggle .form-group>label {
  color: rgba(255,255,255,0.7);
}
.btn-outline-primary:not(:disabled):not(.disabled):active .nav .subheader,.btn-outline-primary:not(:disabled):not(.disabled).active .nav .subheader,.show>.btn-outline-primary.dropdown-toggle .nav .subheader {
  color: rgba(255,255,255,0.5);
}
.btn-outline-primary:not(:disabled):not(.disabled):active .nav .subheader:before,.btn-outline-primary:not(:disabled):not(.disabled).active .nav .subheader:before,.show>.btn-outline-primary.dropdown-toggle .nav .subheader:before {
  border-top-color: rgba(255,255,255,0.5);
}
.btn-outline-primary:not(:disabled):not(.disabled):active .nav .nav-link,.btn-outline-primary:not(:disabled):not(.disabled).active .nav .nav-link,.show>.btn-outline-primary.dropdown-toggle .nav .nav-link {
  color: #fff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active .nav .nav-link:hover,.btn-outline-primary:not(:disabled):not(.disabled).active .nav .nav-link:hover,.show>.btn-outline-primary.dropdown-toggle .nav .nav-link:hover {
  color: #3C4252;
}
.btn-outline-primary:not(:disabled):not(.disabled):active .nav .nav-link:hover>i,.btn-outline-primary:not(:disabled):not(.disabled).active .nav .nav-link:hover>i,.show>.btn-outline-primary.dropdown-toggle .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-outline-primary:not(:disabled):not(.disabled):active .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-outline-primary:not(:disabled):not(.disabled):active .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-outline-primary:not(:disabled):not(.disabled):active .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-outline-primary:not(:disabled):not(.disabled):active .custom-radio input[type=radio] ~ .radio-icon:before,.btn-outline-primary:not(:disabled):not(.disabled):active .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-outline-primary:not(:disabled):not(.disabled):active .form-check-label input[type=radio] ~ .radio-icon:before,.btn-outline-primary:not(:disabled):not(.disabled).active .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-outline-primary:not(:disabled):not(.disabled).active .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-outline-primary:not(:disabled):not(.disabled).active .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-outline-primary:not(:disabled):not(.disabled).active .custom-radio input[type=radio] ~ .radio-icon:before,.btn-outline-primary:not(:disabled):not(.disabled).active .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-outline-primary:not(:disabled):not(.disabled).active .form-check-label input[type=radio] ~ .radio-icon:before,.show>.btn-outline-primary.dropdown-toggle .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.show>.btn-outline-primary.dropdown-toggle .custom-checkbox input[type=radio] ~ .radio-icon:before,.show>.btn-outline-primary.dropdown-toggle .custom-radio input[type=radio] ~ .custom-control-indicator:before,.show>.btn-outline-primary.dropdown-toggle .custom-radio input[type=radio] ~ .radio-icon:before,.show>.btn-outline-primary.dropdown-toggle .form-check-label input[type=radio] ~ .custom-control-indicator:before,.show>.btn-outline-primary.dropdown-toggle .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(255,255,255,0.7);
}
.btn-outline-primary:not(:disabled):not(.disabled):active .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-primary:not(:disabled):not(.disabled):active .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-primary:not(:disabled):not(.disabled):active .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-primary:not(:disabled):not(.disabled):active .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-primary:not(:disabled):not(.disabled):active .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-primary:not(:disabled):not(.disabled):active .form-check-label input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-primary:not(:disabled):not(.disabled).active .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-primary:not(:disabled):not(.disabled).active .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-primary:not(:disabled):not(.disabled).active .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-primary:not(:disabled):not(.disabled).active .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-primary:not(:disabled):not(.disabled).active .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-primary:not(:disabled):not(.disabled).active .form-check-label input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-outline-primary.dropdown-toggle .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-outline-primary.dropdown-toggle .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-outline-primary.dropdown-toggle .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-outline-primary.dropdown-toggle .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-outline-primary.dropdown-toggle .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-outline-primary.dropdown-toggle .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(255,255,255,0.7);
}
.btn-outline-primary:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .checkbox-icon,.btn-outline-primary:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-outline-primary:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .form-check-description,.btn-outline-primary:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .checkbox-icon,.btn-outline-primary:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-outline-primary:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .form-check-description,.btn-outline-primary:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .checkbox-icon,.btn-outline-primary:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-outline-primary:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .form-check-description,.btn-outline-primary:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .checkbox-icon,.btn-outline-primary:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-outline-primary:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .form-check-description,.show>.btn-outline-primary.dropdown-toggle input[type=checkbox]:disabled ~ .checkbox-icon,.show>.btn-outline-primary.dropdown-toggle input[type=checkbox]:disabled ~ .custom-control-indicator,.show>.btn-outline-primary.dropdown-toggle input[type=checkbox]:disabled ~ .form-check-description,.show>.btn-outline-primary.dropdown-toggle input[type=checkbox][disabled] ~ .checkbox-icon,.show>.btn-outline-primary.dropdown-toggle input[type=checkbox][disabled] ~ .custom-control-indicator,.show>.btn-outline-primary.dropdown-toggle input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(255,255,255,0.5) !important;
}
.btn-outline-primary:not(:disabled):not(.disabled):active .form-check.disabled .form-check-label,.btn-outline-primary:not(:disabled):not(.disabled).active .form-check.disabled .form-check-label,.show>.btn-outline-primary.dropdown-toggle .form-check.disabled .form-check-label {
  color: rgba(255,255,255,0.5) !important;
}
.btn-outline-primary:not(:disabled):not(.disabled):active .custom-control-input:disabled ~ .custom-control-description,.btn-outline-primary:not(:disabled):not(.disabled).active .custom-control-input:disabled ~ .custom-control-description,.show>.btn-outline-primary.dropdown-toggle .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(255,255,255,0.5);
}
.btn-outline-primary:not(:disabled):not(.disabled):active #sidenav .nav-link:hover:not(.active),.btn-outline-primary:not(:disabled):not(.disabled).active #sidenav .nav-link:hover:not(.active),.show>.btn-outline-primary.dropdown-toggle #sidenav .nav-link:hover:not(.active) {
  background: rgba(255,255,255,0.04) !important;
}
.btn-outline-primary:not(:disabled):not(.disabled):active #sidenav .nav-link:hover:not(.active)>i,.btn-outline-primary:not(:disabled):not(.disabled).active #sidenav .nav-link:hover:not(.active)>i,.show>.btn-outline-primary.dropdown-toggle #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(255,255,255,0.87) !important;
}
.btn-outline-primary.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.btn-outline-secondary {
  color: #2196F3;
  background-color: transparent;
  background-image: none;
  border-color: #2196F3;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
}
.btn-outline-secondary:hover a:hover {
  color: #1c1e26;
}
.btn-outline-secondary:hover i,.btn-outline-secondary:hover [class^="icon-"],.btn-outline-secondary:hover [class*=" icon-"] {
  color: rgba(255,255,255,0.87);
}
.btn-outline-secondary:hover .text-muted {
  color: rgba(255,255,255,0.5) !important;
}
.btn-outline-secondary:hover .fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.btn-outline-secondary:hover .form-control {
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.7);
}
.btn-outline-secondary:hover .form-control:hover {
  box-shadow: 0 2px 0 0 #fff;
}
.btn-outline-secondary:hover .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-outline-secondary:hover .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-outline-secondary:hover .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-outline-secondary:hover textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-outline-secondary:hover textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-outline-secondary:hover textarea.form-control:focus,.btn-outline-secondary:hover textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-outline-secondary:hover select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.5%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-outline-secondary:hover select.form-control[multiple],.btn-outline-secondary:hover select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-outline-secondary:hover select.form-control[multiple]:hover,.btn-outline-secondary:hover select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-outline-secondary:hover select.form-control[multiple]:focus,.btn-outline-secondary:hover select.form-control[multiple]:focus:hover,.btn-outline-secondary:hover select.form-control[size]:focus,.btn-outline-secondary:hover select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-outline-secondary:hover .form-group>label {
  color: rgba(255,255,255,0.7);
}
.btn-outline-secondary:hover .nav .subheader {
  color: rgba(255,255,255,0.5);
}
.btn-outline-secondary:hover .nav .subheader:before {
  border-top-color: rgba(255,255,255,0.5);
}
.btn-outline-secondary:hover .nav .nav-link {
  color: #fff;
}
.btn-outline-secondary:hover .nav .nav-link:hover {
  color: #3C4252;
}
.btn-outline-secondary:hover .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-outline-secondary:hover .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-outline-secondary:hover .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-outline-secondary:hover .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-outline-secondary:hover .custom-radio input[type=radio] ~ .radio-icon:before,.btn-outline-secondary:hover .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-outline-secondary:hover .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(255,255,255,0.7);
}
.btn-outline-secondary:hover .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-secondary:hover .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-secondary:hover .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-secondary:hover .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-secondary:hover .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-secondary:hover .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(255,255,255,0.7);
}
.btn-outline-secondary:hover input[type=checkbox]:disabled ~ .checkbox-icon,.btn-outline-secondary:hover input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-outline-secondary:hover input[type=checkbox]:disabled ~ .form-check-description,.btn-outline-secondary:hover input[type=checkbox][disabled] ~ .checkbox-icon,.btn-outline-secondary:hover input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-outline-secondary:hover input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(255,255,255,0.5) !important;
}
.btn-outline-secondary:hover .form-check.disabled .form-check-label {
  color: rgba(255,255,255,0.5) !important;
}
.btn-outline-secondary:hover .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(255,255,255,0.5);
}
.btn-outline-secondary:hover #sidenav .nav-link:hover:not(.active) {
  background: rgba(255,255,255,0.04) !important;
}
.btn-outline-secondary:hover #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(255,255,255,0.87) !important;
}
.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
  color: #2196F3;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active a:hover,.btn-outline-secondary:not(:disabled):not(.disabled).active a:hover,.show>.btn-outline-secondary.dropdown-toggle a:hover {
  color: #1c1e26;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active i,.btn-outline-secondary:not(:disabled):not(.disabled):active [class^="icon-"],.btn-outline-secondary:not(:disabled):not(.disabled):active [class*=" icon-"],.btn-outline-secondary:not(:disabled):not(.disabled).active i,.btn-outline-secondary:not(:disabled):not(.disabled).active [class^="icon-"],.btn-outline-secondary:not(:disabled):not(.disabled).active [class*=" icon-"],.show>.btn-outline-secondary.dropdown-toggle i,.show>.btn-outline-secondary.dropdown-toggle [class^="icon-"],.show>.btn-outline-secondary.dropdown-toggle [class*=" icon-"] {
  color: rgba(255,255,255,0.87);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active .text-muted,.btn-outline-secondary:not(:disabled):not(.disabled).active .text-muted,.show>.btn-outline-secondary.dropdown-toggle .text-muted {
  color: rgba(255,255,255,0.5) !important;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active .fuse-ripple-ready .fuse-ripple,.btn-outline-secondary:not(:disabled):not(.disabled).active .fuse-ripple-ready .fuse-ripple,.show>.btn-outline-secondary.dropdown-toggle .fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active .form-control,.btn-outline-secondary:not(:disabled):not(.disabled).active .form-control,.show>.btn-outline-secondary.dropdown-toggle .form-control {
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.7);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active .form-control:hover,.btn-outline-secondary:not(:disabled):not(.disabled).active .form-control:hover,.show>.btn-outline-secondary.dropdown-toggle .form-control:hover {
  box-shadow: 0 2px 0 0 #fff;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active .form-control:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active .form-control:focus,.show>.btn-outline-secondary.dropdown-toggle .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active .form-control::-moz-placeholder,.btn-outline-secondary:not(:disabled):not(.disabled).active .form-control::-moz-placeholder,.show>.btn-outline-secondary.dropdown-toggle .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active .form-control::-moz-placeholder, .btn-outline-secondary:not(:disabled):not(.disabled).active .form-control::-moz-placeholder, .show>.btn-outline-secondary.dropdown-toggle .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active .form-control::placeholder,.btn-outline-secondary:not(:disabled):not(.disabled).active .form-control::placeholder,.show>.btn-outline-secondary.dropdown-toggle .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active textarea.form-control,.btn-outline-secondary:not(:disabled):not(.disabled).active textarea.form-control,.show>.btn-outline-secondary.dropdown-toggle textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active textarea.form-control:hover,.btn-outline-secondary:not(:disabled):not(.disabled).active textarea.form-control:hover,.show>.btn-outline-secondary.dropdown-toggle textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active textarea.form-control:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active textarea.form-control:focus:hover,.btn-outline-secondary:not(:disabled):not(.disabled).active textarea.form-control:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active textarea.form-control:focus:hover,.show>.btn-outline-secondary.dropdown-toggle textarea.form-control:focus,.show>.btn-outline-secondary.dropdown-toggle textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active select.form-control,.btn-outline-secondary:not(:disabled):not(.disabled).active select.form-control,.show>.btn-outline-secondary.dropdown-toggle select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.5%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active select.form-control[multiple],.btn-outline-secondary:not(:disabled):not(.disabled):active select.form-control[size],.btn-outline-secondary:not(:disabled):not(.disabled).active select.form-control[multiple],.btn-outline-secondary:not(:disabled):not(.disabled).active select.form-control[size],.show>.btn-outline-secondary.dropdown-toggle select.form-control[multiple],.show>.btn-outline-secondary.dropdown-toggle select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active select.form-control[multiple]:hover,.btn-outline-secondary:not(:disabled):not(.disabled):active select.form-control[size]:hover,.btn-outline-secondary:not(:disabled):not(.disabled).active select.form-control[multiple]:hover,.btn-outline-secondary:not(:disabled):not(.disabled).active select.form-control[size]:hover,.show>.btn-outline-secondary.dropdown-toggle select.form-control[multiple]:hover,.show>.btn-outline-secondary.dropdown-toggle select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active select.form-control[multiple]:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active select.form-control[multiple]:focus:hover,.btn-outline-secondary:not(:disabled):not(.disabled):active select.form-control[size]:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active select.form-control[size]:focus:hover,.btn-outline-secondary:not(:disabled):not(.disabled).active select.form-control[multiple]:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active select.form-control[multiple]:focus:hover,.btn-outline-secondary:not(:disabled):not(.disabled).active select.form-control[size]:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active select.form-control[size]:focus:hover,.show>.btn-outline-secondary.dropdown-toggle select.form-control[multiple]:focus,.show>.btn-outline-secondary.dropdown-toggle select.form-control[multiple]:focus:hover,.show>.btn-outline-secondary.dropdown-toggle select.form-control[size]:focus,.show>.btn-outline-secondary.dropdown-toggle select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active .form-group>label,.btn-outline-secondary:not(:disabled):not(.disabled).active .form-group>label,.show>.btn-outline-secondary.dropdown-toggle .form-group>label {
  color: rgba(255,255,255,0.7);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active .nav .subheader,.btn-outline-secondary:not(:disabled):not(.disabled).active .nav .subheader,.show>.btn-outline-secondary.dropdown-toggle .nav .subheader {
  color: rgba(255,255,255,0.5);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active .nav .subheader:before,.btn-outline-secondary:not(:disabled):not(.disabled).active .nav .subheader:before,.show>.btn-outline-secondary.dropdown-toggle .nav .subheader:before {
  border-top-color: rgba(255,255,255,0.5);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active .nav .nav-link,.btn-outline-secondary:not(:disabled):not(.disabled).active .nav .nav-link,.show>.btn-outline-secondary.dropdown-toggle .nav .nav-link {
  color: #fff;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active .nav .nav-link:hover,.btn-outline-secondary:not(:disabled):not(.disabled).active .nav .nav-link:hover,.show>.btn-outline-secondary.dropdown-toggle .nav .nav-link:hover {
  color: #3C4252;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active .nav .nav-link:hover>i,.btn-outline-secondary:not(:disabled):not(.disabled).active .nav .nav-link:hover>i,.show>.btn-outline-secondary.dropdown-toggle .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-outline-secondary:not(:disabled):not(.disabled):active .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-outline-secondary:not(:disabled):not(.disabled):active .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-outline-secondary:not(:disabled):not(.disabled):active .custom-radio input[type=radio] ~ .radio-icon:before,.btn-outline-secondary:not(:disabled):not(.disabled):active .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-outline-secondary:not(:disabled):not(.disabled):active .form-check-label input[type=radio] ~ .radio-icon:before,.btn-outline-secondary:not(:disabled):not(.disabled).active .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-outline-secondary:not(:disabled):not(.disabled).active .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-outline-secondary:not(:disabled):not(.disabled).active .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-outline-secondary:not(:disabled):not(.disabled).active .custom-radio input[type=radio] ~ .radio-icon:before,.btn-outline-secondary:not(:disabled):not(.disabled).active .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-outline-secondary:not(:disabled):not(.disabled).active .form-check-label input[type=radio] ~ .radio-icon:before,.show>.btn-outline-secondary.dropdown-toggle .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.show>.btn-outline-secondary.dropdown-toggle .custom-checkbox input[type=radio] ~ .radio-icon:before,.show>.btn-outline-secondary.dropdown-toggle .custom-radio input[type=radio] ~ .custom-control-indicator:before,.show>.btn-outline-secondary.dropdown-toggle .custom-radio input[type=radio] ~ .radio-icon:before,.show>.btn-outline-secondary.dropdown-toggle .form-check-label input[type=radio] ~ .custom-control-indicator:before,.show>.btn-outline-secondary.dropdown-toggle .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(255,255,255,0.7);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-secondary:not(:disabled):not(.disabled):active .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-secondary:not(:disabled):not(.disabled):active .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-secondary:not(:disabled):not(.disabled):active .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-secondary:not(:disabled):not(.disabled):active .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-secondary:not(:disabled):not(.disabled):active .form-check-label input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-secondary:not(:disabled):not(.disabled).active .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-secondary:not(:disabled):not(.disabled).active .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-secondary:not(:disabled):not(.disabled).active .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-secondary:not(:disabled):not(.disabled).active .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-secondary:not(:disabled):not(.disabled).active .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-secondary:not(:disabled):not(.disabled).active .form-check-label input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-outline-secondary.dropdown-toggle .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-outline-secondary.dropdown-toggle .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-outline-secondary.dropdown-toggle .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-outline-secondary.dropdown-toggle .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-outline-secondary.dropdown-toggle .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-outline-secondary.dropdown-toggle .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(255,255,255,0.7);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .checkbox-icon,.btn-outline-secondary:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-outline-secondary:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .form-check-description,.btn-outline-secondary:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .checkbox-icon,.btn-outline-secondary:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-outline-secondary:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .form-check-description,.btn-outline-secondary:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .checkbox-icon,.btn-outline-secondary:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-outline-secondary:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .form-check-description,.btn-outline-secondary:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .checkbox-icon,.btn-outline-secondary:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-outline-secondary:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .form-check-description,.show>.btn-outline-secondary.dropdown-toggle input[type=checkbox]:disabled ~ .checkbox-icon,.show>.btn-outline-secondary.dropdown-toggle input[type=checkbox]:disabled ~ .custom-control-indicator,.show>.btn-outline-secondary.dropdown-toggle input[type=checkbox]:disabled ~ .form-check-description,.show>.btn-outline-secondary.dropdown-toggle input[type=checkbox][disabled] ~ .checkbox-icon,.show>.btn-outline-secondary.dropdown-toggle input[type=checkbox][disabled] ~ .custom-control-indicator,.show>.btn-outline-secondary.dropdown-toggle input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(255,255,255,0.5) !important;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active .form-check.disabled .form-check-label,.btn-outline-secondary:not(:disabled):not(.disabled).active .form-check.disabled .form-check-label,.show>.btn-outline-secondary.dropdown-toggle .form-check.disabled .form-check-label {
  color: rgba(255,255,255,0.5) !important;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active .custom-control-input:disabled ~ .custom-control-description,.btn-outline-secondary:not(:disabled):not(.disabled).active .custom-control-input:disabled ~ .custom-control-description,.show>.btn-outline-secondary.dropdown-toggle .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(255,255,255,0.5);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active #sidenav .nav-link:hover:not(.active),.btn-outline-secondary:not(:disabled):not(.disabled).active #sidenav .nav-link:hover:not(.active),.show>.btn-outline-secondary.dropdown-toggle #sidenav .nav-link:hover:not(.active) {
  background: rgba(255,255,255,0.04) !important;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active #sidenav .nav-link:hover:not(.active)>i,.btn-outline-secondary:not(:disabled):not(.disabled).active #sidenav .nav-link:hover:not(.active)>i,.show>.btn-outline-secondary.dropdown-toggle #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(255,255,255,0.87) !important;
}
.btn-outline-secondary.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.btn-outline-success {
  color: #4CAF50;
  background-color: transparent;
  background-image: none;
  border-color: #4CAF50;
}
.btn-outline-success:hover {
  color: rgba(0,0,0,0.87);
  background-color: #4CAF50;
  border-color: #4CAF50;
}
.btn-outline-success:hover a:hover {
  color: #1c1e26;
}
.btn-outline-success:hover i,.btn-outline-success:hover [class^="icon-"],.btn-outline-success:hover [class*=" icon-"] {
  color: rgba(0,0,0,0.54);
}
.btn-outline-success:hover .text-muted {
  color: rgba(0,0,0,0.38) !important;
}
.btn-outline-success:hover .fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.btn-outline-success:hover .form-control {
  color: rgba(0,0,0,0.87);
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.42);
}
.btn-outline-success:hover .form-control:hover {
  box-shadow: 0 2px 0 0 rgba(0,0,0,0.87);
}
.btn-outline-success:hover .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-outline-success:hover .form-control::-moz-placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-outline-success:hover .form-control::placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-outline-success:hover textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.btn-outline-success:hover textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.12);
}
.btn-outline-success:hover textarea.form-control:focus,.btn-outline-success:hover textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-outline-success:hover select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%230%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.38%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-outline-success:hover select.form-control[multiple],.btn-outline-success:hover select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.btn-outline-success:hover select.form-control[multiple]:hover,.btn-outline-success:hover select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.12);
}
.btn-outline-success:hover select.form-control[multiple]:focus,.btn-outline-success:hover select.form-control[multiple]:focus:hover,.btn-outline-success:hover select.form-control[size]:focus,.btn-outline-success:hover select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-outline-success:hover .form-group>label {
  color: rgba(0,0,0,0.54);
}
.btn-outline-success:hover .nav .subheader {
  color: rgba(0,0,0,0.54);
}
.btn-outline-success:hover .nav .subheader:before {
  border-top-color: rgba(0,0,0,0.54);
}
.btn-outline-success:hover .nav .nav-link {
  color: rgba(0,0,0,0.87);
}
.btn-outline-success:hover .nav .nav-link:hover {
  color: #3C4252;
}
.btn-outline-success:hover .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-outline-success:hover .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-outline-success:hover .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-outline-success:hover .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-outline-success:hover .custom-radio input[type=radio] ~ .radio-icon:before,.btn-outline-success:hover .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-outline-success:hover .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(0,0,0,0.54);
}
.btn-outline-success:hover .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-success:hover .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-success:hover .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-success:hover .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-success:hover .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-success:hover .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(0,0,0,0.54);
}
.btn-outline-success:hover input[type=checkbox]:disabled ~ .checkbox-icon,.btn-outline-success:hover input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-outline-success:hover input[type=checkbox]:disabled ~ .form-check-description,.btn-outline-success:hover input[type=checkbox][disabled] ~ .checkbox-icon,.btn-outline-success:hover input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-outline-success:hover input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(0,0,0,0.38) !important;
}
.btn-outline-success:hover .form-check.disabled .form-check-label {
  color: rgba(0,0,0,0.38) !important;
}
.btn-outline-success:hover .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(0,0,0,0.54);
}
.btn-outline-success:hover #sidenav .nav-link:hover:not(.active) {
  background: rgba(0,0,0,0.05) !important;
}
.btn-outline-success:hover #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(0,0,0,0.54) !important;
}
.btn-outline-success.disabled,.btn-outline-success:disabled {
  color: #4CAF50;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle {
  color: rgba(0,0,0,0.87);
  background-color: #4CAF50;
  border-color: #4CAF50;
}
.btn-outline-success:not(:disabled):not(.disabled):active a:hover,.btn-outline-success:not(:disabled):not(.disabled).active a:hover,.show>.btn-outline-success.dropdown-toggle a:hover {
  color: #1c1e26;
}
.btn-outline-success:not(:disabled):not(.disabled):active i,.btn-outline-success:not(:disabled):not(.disabled):active [class^="icon-"],.btn-outline-success:not(:disabled):not(.disabled):active [class*=" icon-"],.btn-outline-success:not(:disabled):not(.disabled).active i,.btn-outline-success:not(:disabled):not(.disabled).active [class^="icon-"],.btn-outline-success:not(:disabled):not(.disabled).active [class*=" icon-"],.show>.btn-outline-success.dropdown-toggle i,.show>.btn-outline-success.dropdown-toggle [class^="icon-"],.show>.btn-outline-success.dropdown-toggle [class*=" icon-"] {
  color: rgba(0,0,0,0.54);
}
.btn-outline-success:not(:disabled):not(.disabled):active .text-muted,.btn-outline-success:not(:disabled):not(.disabled).active .text-muted,.show>.btn-outline-success.dropdown-toggle .text-muted {
  color: rgba(0,0,0,0.38) !important;
}
.btn-outline-success:not(:disabled):not(.disabled):active .fuse-ripple-ready .fuse-ripple,.btn-outline-success:not(:disabled):not(.disabled).active .fuse-ripple-ready .fuse-ripple,.show>.btn-outline-success.dropdown-toggle .fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.btn-outline-success:not(:disabled):not(.disabled):active .form-control,.btn-outline-success:not(:disabled):not(.disabled).active .form-control,.show>.btn-outline-success.dropdown-toggle .form-control {
  color: rgba(0,0,0,0.87);
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.42);
}
.btn-outline-success:not(:disabled):not(.disabled):active .form-control:hover,.btn-outline-success:not(:disabled):not(.disabled).active .form-control:hover,.show>.btn-outline-success.dropdown-toggle .form-control:hover {
  box-shadow: 0 2px 0 0 rgba(0,0,0,0.87);
}
.btn-outline-success:not(:disabled):not(.disabled):active .form-control:focus,.btn-outline-success:not(:disabled):not(.disabled).active .form-control:focus,.show>.btn-outline-success.dropdown-toggle .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-outline-success:not(:disabled):not(.disabled):active .form-control::-moz-placeholder,.btn-outline-success:not(:disabled):not(.disabled).active .form-control::-moz-placeholder,.show>.btn-outline-success.dropdown-toggle .form-control::-moz-placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-outline-success:not(:disabled):not(.disabled):active .form-control::-moz-placeholder, .btn-outline-success:not(:disabled):not(.disabled).active .form-control::-moz-placeholder, .show>.btn-outline-success.dropdown-toggle .form-control::-moz-placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-outline-success:not(:disabled):not(.disabled):active .form-control::placeholder,.btn-outline-success:not(:disabled):not(.disabled).active .form-control::placeholder,.show>.btn-outline-success.dropdown-toggle .form-control::placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-outline-success:not(:disabled):not(.disabled):active textarea.form-control,.btn-outline-success:not(:disabled):not(.disabled).active textarea.form-control,.show>.btn-outline-success.dropdown-toggle textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.btn-outline-success:not(:disabled):not(.disabled):active textarea.form-control:hover,.btn-outline-success:not(:disabled):not(.disabled).active textarea.form-control:hover,.show>.btn-outline-success.dropdown-toggle textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.12);
}
.btn-outline-success:not(:disabled):not(.disabled):active textarea.form-control:focus,.btn-outline-success:not(:disabled):not(.disabled):active textarea.form-control:focus:hover,.btn-outline-success:not(:disabled):not(.disabled).active textarea.form-control:focus,.btn-outline-success:not(:disabled):not(.disabled).active textarea.form-control:focus:hover,.show>.btn-outline-success.dropdown-toggle textarea.form-control:focus,.show>.btn-outline-success.dropdown-toggle textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-outline-success:not(:disabled):not(.disabled):active select.form-control,.btn-outline-success:not(:disabled):not(.disabled).active select.form-control,.show>.btn-outline-success.dropdown-toggle select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%230%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.38%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-outline-success:not(:disabled):not(.disabled):active select.form-control[multiple],.btn-outline-success:not(:disabled):not(.disabled):active select.form-control[size],.btn-outline-success:not(:disabled):not(.disabled).active select.form-control[multiple],.btn-outline-success:not(:disabled):not(.disabled).active select.form-control[size],.show>.btn-outline-success.dropdown-toggle select.form-control[multiple],.show>.btn-outline-success.dropdown-toggle select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.btn-outline-success:not(:disabled):not(.disabled):active select.form-control[multiple]:hover,.btn-outline-success:not(:disabled):not(.disabled):active select.form-control[size]:hover,.btn-outline-success:not(:disabled):not(.disabled).active select.form-control[multiple]:hover,.btn-outline-success:not(:disabled):not(.disabled).active select.form-control[size]:hover,.show>.btn-outline-success.dropdown-toggle select.form-control[multiple]:hover,.show>.btn-outline-success.dropdown-toggle select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.12);
}
.btn-outline-success:not(:disabled):not(.disabled):active select.form-control[multiple]:focus,.btn-outline-success:not(:disabled):not(.disabled):active select.form-control[multiple]:focus:hover,.btn-outline-success:not(:disabled):not(.disabled):active select.form-control[size]:focus,.btn-outline-success:not(:disabled):not(.disabled):active select.form-control[size]:focus:hover,.btn-outline-success:not(:disabled):not(.disabled).active select.form-control[multiple]:focus,.btn-outline-success:not(:disabled):not(.disabled).active select.form-control[multiple]:focus:hover,.btn-outline-success:not(:disabled):not(.disabled).active select.form-control[size]:focus,.btn-outline-success:not(:disabled):not(.disabled).active select.form-control[size]:focus:hover,.show>.btn-outline-success.dropdown-toggle select.form-control[multiple]:focus,.show>.btn-outline-success.dropdown-toggle select.form-control[multiple]:focus:hover,.show>.btn-outline-success.dropdown-toggle select.form-control[size]:focus,.show>.btn-outline-success.dropdown-toggle select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-outline-success:not(:disabled):not(.disabled):active .form-group>label,.btn-outline-success:not(:disabled):not(.disabled).active .form-group>label,.show>.btn-outline-success.dropdown-toggle .form-group>label {
  color: rgba(0,0,0,0.54);
}
.btn-outline-success:not(:disabled):not(.disabled):active .nav .subheader,.btn-outline-success:not(:disabled):not(.disabled).active .nav .subheader,.show>.btn-outline-success.dropdown-toggle .nav .subheader {
  color: rgba(0,0,0,0.54);
}
.btn-outline-success:not(:disabled):not(.disabled):active .nav .subheader:before,.btn-outline-success:not(:disabled):not(.disabled).active .nav .subheader:before,.show>.btn-outline-success.dropdown-toggle .nav .subheader:before {
  border-top-color: rgba(0,0,0,0.54);
}
.btn-outline-success:not(:disabled):not(.disabled):active .nav .nav-link,.btn-outline-success:not(:disabled):not(.disabled).active .nav .nav-link,.show>.btn-outline-success.dropdown-toggle .nav .nav-link {
  color: rgba(0,0,0,0.87);
}
.btn-outline-success:not(:disabled):not(.disabled):active .nav .nav-link:hover,.btn-outline-success:not(:disabled):not(.disabled).active .nav .nav-link:hover,.show>.btn-outline-success.dropdown-toggle .nav .nav-link:hover {
  color: #3C4252;
}
.btn-outline-success:not(:disabled):not(.disabled):active .nav .nav-link:hover>i,.btn-outline-success:not(:disabled):not(.disabled).active .nav .nav-link:hover>i,.show>.btn-outline-success.dropdown-toggle .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-outline-success:not(:disabled):not(.disabled):active .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-outline-success:not(:disabled):not(.disabled):active .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-outline-success:not(:disabled):not(.disabled):active .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-outline-success:not(:disabled):not(.disabled):active .custom-radio input[type=radio] ~ .radio-icon:before,.btn-outline-success:not(:disabled):not(.disabled):active .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-outline-success:not(:disabled):not(.disabled):active .form-check-label input[type=radio] ~ .radio-icon:before,.btn-outline-success:not(:disabled):not(.disabled).active .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-outline-success:not(:disabled):not(.disabled).active .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-outline-success:not(:disabled):not(.disabled).active .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-outline-success:not(:disabled):not(.disabled).active .custom-radio input[type=radio] ~ .radio-icon:before,.btn-outline-success:not(:disabled):not(.disabled).active .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-outline-success:not(:disabled):not(.disabled).active .form-check-label input[type=radio] ~ .radio-icon:before,.show>.btn-outline-success.dropdown-toggle .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.show>.btn-outline-success.dropdown-toggle .custom-checkbox input[type=radio] ~ .radio-icon:before,.show>.btn-outline-success.dropdown-toggle .custom-radio input[type=radio] ~ .custom-control-indicator:before,.show>.btn-outline-success.dropdown-toggle .custom-radio input[type=radio] ~ .radio-icon:before,.show>.btn-outline-success.dropdown-toggle .form-check-label input[type=radio] ~ .custom-control-indicator:before,.show>.btn-outline-success.dropdown-toggle .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(0,0,0,0.54);
}
.btn-outline-success:not(:disabled):not(.disabled):active .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-success:not(:disabled):not(.disabled):active .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-success:not(:disabled):not(.disabled):active .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-success:not(:disabled):not(.disabled):active .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-success:not(:disabled):not(.disabled):active .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-success:not(:disabled):not(.disabled):active .form-check-label input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-success:not(:disabled):not(.disabled).active .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-success:not(:disabled):not(.disabled).active .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-success:not(:disabled):not(.disabled).active .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-success:not(:disabled):not(.disabled).active .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-success:not(:disabled):not(.disabled).active .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-success:not(:disabled):not(.disabled).active .form-check-label input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-outline-success.dropdown-toggle .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-outline-success.dropdown-toggle .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-outline-success.dropdown-toggle .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-outline-success.dropdown-toggle .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-outline-success.dropdown-toggle .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-outline-success.dropdown-toggle .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(0,0,0,0.54);
}
.btn-outline-success:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .checkbox-icon,.btn-outline-success:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-outline-success:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .form-check-description,.btn-outline-success:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .checkbox-icon,.btn-outline-success:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-outline-success:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .form-check-description,.btn-outline-success:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .checkbox-icon,.btn-outline-success:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-outline-success:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .form-check-description,.btn-outline-success:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .checkbox-icon,.btn-outline-success:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-outline-success:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .form-check-description,.show>.btn-outline-success.dropdown-toggle input[type=checkbox]:disabled ~ .checkbox-icon,.show>.btn-outline-success.dropdown-toggle input[type=checkbox]:disabled ~ .custom-control-indicator,.show>.btn-outline-success.dropdown-toggle input[type=checkbox]:disabled ~ .form-check-description,.show>.btn-outline-success.dropdown-toggle input[type=checkbox][disabled] ~ .checkbox-icon,.show>.btn-outline-success.dropdown-toggle input[type=checkbox][disabled] ~ .custom-control-indicator,.show>.btn-outline-success.dropdown-toggle input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(0,0,0,0.38) !important;
}
.btn-outline-success:not(:disabled):not(.disabled):active .form-check.disabled .form-check-label,.btn-outline-success:not(:disabled):not(.disabled).active .form-check.disabled .form-check-label,.show>.btn-outline-success.dropdown-toggle .form-check.disabled .form-check-label {
  color: rgba(0,0,0,0.38) !important;
}
.btn-outline-success:not(:disabled):not(.disabled):active .custom-control-input:disabled ~ .custom-control-description,.btn-outline-success:not(:disabled):not(.disabled).active .custom-control-input:disabled ~ .custom-control-description,.show>.btn-outline-success.dropdown-toggle .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(0,0,0,0.54);
}
.btn-outline-success:not(:disabled):not(.disabled):active #sidenav .nav-link:hover:not(.active),.btn-outline-success:not(:disabled):not(.disabled).active #sidenav .nav-link:hover:not(.active),.show>.btn-outline-success.dropdown-toggle #sidenav .nav-link:hover:not(.active) {
  background: rgba(0,0,0,0.05) !important;
}
.btn-outline-success:not(:disabled):not(.disabled):active #sidenav .nav-link:hover:not(.active)>i,.btn-outline-success:not(:disabled):not(.disabled).active #sidenav .nav-link:hover:not(.active)>i,.show>.btn-outline-success.dropdown-toggle #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(0,0,0,0.54) !important;
}
.btn-outline-success.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.btn-outline-info {
  color: #009688;
  background-color: transparent;
  background-image: none;
  border-color: #009688;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #009688;
  border-color: #009688;
}
.btn-outline-info:hover a:hover {
  color: #1c1e26;
}
.btn-outline-info:hover i,.btn-outline-info:hover [class^="icon-"],.btn-outline-info:hover [class*=" icon-"] {
  color: rgba(255,255,255,0.87);
}
.btn-outline-info:hover .text-muted {
  color: rgba(255,255,255,0.5) !important;
}
.btn-outline-info:hover .fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.btn-outline-info:hover .form-control {
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.7);
}
.btn-outline-info:hover .form-control:hover {
  box-shadow: 0 2px 0 0 #fff;
}
.btn-outline-info:hover .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-outline-info:hover .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-outline-info:hover .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-outline-info:hover textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-outline-info:hover textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-outline-info:hover textarea.form-control:focus,.btn-outline-info:hover textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-outline-info:hover select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.5%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-outline-info:hover select.form-control[multiple],.btn-outline-info:hover select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-outline-info:hover select.form-control[multiple]:hover,.btn-outline-info:hover select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-outline-info:hover select.form-control[multiple]:focus,.btn-outline-info:hover select.form-control[multiple]:focus:hover,.btn-outline-info:hover select.form-control[size]:focus,.btn-outline-info:hover select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-outline-info:hover .form-group>label {
  color: rgba(255,255,255,0.7);
}
.btn-outline-info:hover .nav .subheader {
  color: rgba(255,255,255,0.5);
}
.btn-outline-info:hover .nav .subheader:before {
  border-top-color: rgba(255,255,255,0.5);
}
.btn-outline-info:hover .nav .nav-link {
  color: #fff;
}
.btn-outline-info:hover .nav .nav-link:hover {
  color: #3C4252;
}
.btn-outline-info:hover .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-outline-info:hover .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-outline-info:hover .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-outline-info:hover .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-outline-info:hover .custom-radio input[type=radio] ~ .radio-icon:before,.btn-outline-info:hover .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-outline-info:hover .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(255,255,255,0.7);
}
.btn-outline-info:hover .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-info:hover .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-info:hover .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-info:hover .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-info:hover .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-info:hover .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(255,255,255,0.7);
}
.btn-outline-info:hover input[type=checkbox]:disabled ~ .checkbox-icon,.btn-outline-info:hover input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-outline-info:hover input[type=checkbox]:disabled ~ .form-check-description,.btn-outline-info:hover input[type=checkbox][disabled] ~ .checkbox-icon,.btn-outline-info:hover input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-outline-info:hover input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(255,255,255,0.5) !important;
}
.btn-outline-info:hover .form-check.disabled .form-check-label {
  color: rgba(255,255,255,0.5) !important;
}
.btn-outline-info:hover .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(255,255,255,0.5);
}
.btn-outline-info:hover #sidenav .nav-link:hover:not(.active) {
  background: rgba(255,255,255,0.04) !important;
}
.btn-outline-info:hover #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(255,255,255,0.87) !important;
}
.btn-outline-info.disabled,.btn-outline-info:disabled {
  color: #009688;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #009688;
  border-color: #009688;
}
.btn-outline-info:not(:disabled):not(.disabled):active a:hover,.btn-outline-info:not(:disabled):not(.disabled).active a:hover,.show>.btn-outline-info.dropdown-toggle a:hover {
  color: #1c1e26;
}
.btn-outline-info:not(:disabled):not(.disabled):active i,.btn-outline-info:not(:disabled):not(.disabled):active [class^="icon-"],.btn-outline-info:not(:disabled):not(.disabled):active [class*=" icon-"],.btn-outline-info:not(:disabled):not(.disabled).active i,.btn-outline-info:not(:disabled):not(.disabled).active [class^="icon-"],.btn-outline-info:not(:disabled):not(.disabled).active [class*=" icon-"],.show>.btn-outline-info.dropdown-toggle i,.show>.btn-outline-info.dropdown-toggle [class^="icon-"],.show>.btn-outline-info.dropdown-toggle [class*=" icon-"] {
  color: rgba(255,255,255,0.87);
}
.btn-outline-info:not(:disabled):not(.disabled):active .text-muted,.btn-outline-info:not(:disabled):not(.disabled).active .text-muted,.show>.btn-outline-info.dropdown-toggle .text-muted {
  color: rgba(255,255,255,0.5) !important;
}
.btn-outline-info:not(:disabled):not(.disabled):active .fuse-ripple-ready .fuse-ripple,.btn-outline-info:not(:disabled):not(.disabled).active .fuse-ripple-ready .fuse-ripple,.show>.btn-outline-info.dropdown-toggle .fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.btn-outline-info:not(:disabled):not(.disabled):active .form-control,.btn-outline-info:not(:disabled):not(.disabled).active .form-control,.show>.btn-outline-info.dropdown-toggle .form-control {
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.7);
}
.btn-outline-info:not(:disabled):not(.disabled):active .form-control:hover,.btn-outline-info:not(:disabled):not(.disabled).active .form-control:hover,.show>.btn-outline-info.dropdown-toggle .form-control:hover {
  box-shadow: 0 2px 0 0 #fff;
}
.btn-outline-info:not(:disabled):not(.disabled):active .form-control:focus,.btn-outline-info:not(:disabled):not(.disabled).active .form-control:focus,.show>.btn-outline-info.dropdown-toggle .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-outline-info:not(:disabled):not(.disabled):active .form-control::-moz-placeholder,.btn-outline-info:not(:disabled):not(.disabled).active .form-control::-moz-placeholder,.show>.btn-outline-info.dropdown-toggle .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-outline-info:not(:disabled):not(.disabled):active .form-control::-moz-placeholder, .btn-outline-info:not(:disabled):not(.disabled).active .form-control::-moz-placeholder, .show>.btn-outline-info.dropdown-toggle .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-outline-info:not(:disabled):not(.disabled):active .form-control::placeholder,.btn-outline-info:not(:disabled):not(.disabled).active .form-control::placeholder,.show>.btn-outline-info.dropdown-toggle .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-outline-info:not(:disabled):not(.disabled):active textarea.form-control,.btn-outline-info:not(:disabled):not(.disabled).active textarea.form-control,.show>.btn-outline-info.dropdown-toggle textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-outline-info:not(:disabled):not(.disabled):active textarea.form-control:hover,.btn-outline-info:not(:disabled):not(.disabled).active textarea.form-control:hover,.show>.btn-outline-info.dropdown-toggle textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-outline-info:not(:disabled):not(.disabled):active textarea.form-control:focus,.btn-outline-info:not(:disabled):not(.disabled):active textarea.form-control:focus:hover,.btn-outline-info:not(:disabled):not(.disabled).active textarea.form-control:focus,.btn-outline-info:not(:disabled):not(.disabled).active textarea.form-control:focus:hover,.show>.btn-outline-info.dropdown-toggle textarea.form-control:focus,.show>.btn-outline-info.dropdown-toggle textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-outline-info:not(:disabled):not(.disabled):active select.form-control,.btn-outline-info:not(:disabled):not(.disabled).active select.form-control,.show>.btn-outline-info.dropdown-toggle select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.5%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-outline-info:not(:disabled):not(.disabled):active select.form-control[multiple],.btn-outline-info:not(:disabled):not(.disabled):active select.form-control[size],.btn-outline-info:not(:disabled):not(.disabled).active select.form-control[multiple],.btn-outline-info:not(:disabled):not(.disabled).active select.form-control[size],.show>.btn-outline-info.dropdown-toggle select.form-control[multiple],.show>.btn-outline-info.dropdown-toggle select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-outline-info:not(:disabled):not(.disabled):active select.form-control[multiple]:hover,.btn-outline-info:not(:disabled):not(.disabled):active select.form-control[size]:hover,.btn-outline-info:not(:disabled):not(.disabled).active select.form-control[multiple]:hover,.btn-outline-info:not(:disabled):not(.disabled).active select.form-control[size]:hover,.show>.btn-outline-info.dropdown-toggle select.form-control[multiple]:hover,.show>.btn-outline-info.dropdown-toggle select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-outline-info:not(:disabled):not(.disabled):active select.form-control[multiple]:focus,.btn-outline-info:not(:disabled):not(.disabled):active select.form-control[multiple]:focus:hover,.btn-outline-info:not(:disabled):not(.disabled):active select.form-control[size]:focus,.btn-outline-info:not(:disabled):not(.disabled):active select.form-control[size]:focus:hover,.btn-outline-info:not(:disabled):not(.disabled).active select.form-control[multiple]:focus,.btn-outline-info:not(:disabled):not(.disabled).active select.form-control[multiple]:focus:hover,.btn-outline-info:not(:disabled):not(.disabled).active select.form-control[size]:focus,.btn-outline-info:not(:disabled):not(.disabled).active select.form-control[size]:focus:hover,.show>.btn-outline-info.dropdown-toggle select.form-control[multiple]:focus,.show>.btn-outline-info.dropdown-toggle select.form-control[multiple]:focus:hover,.show>.btn-outline-info.dropdown-toggle select.form-control[size]:focus,.show>.btn-outline-info.dropdown-toggle select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-outline-info:not(:disabled):not(.disabled):active .form-group>label,.btn-outline-info:not(:disabled):not(.disabled).active .form-group>label,.show>.btn-outline-info.dropdown-toggle .form-group>label {
  color: rgba(255,255,255,0.7);
}
.btn-outline-info:not(:disabled):not(.disabled):active .nav .subheader,.btn-outline-info:not(:disabled):not(.disabled).active .nav .subheader,.show>.btn-outline-info.dropdown-toggle .nav .subheader {
  color: rgba(255,255,255,0.5);
}
.btn-outline-info:not(:disabled):not(.disabled):active .nav .subheader:before,.btn-outline-info:not(:disabled):not(.disabled).active .nav .subheader:before,.show>.btn-outline-info.dropdown-toggle .nav .subheader:before {
  border-top-color: rgba(255,255,255,0.5);
}
.btn-outline-info:not(:disabled):not(.disabled):active .nav .nav-link,.btn-outline-info:not(:disabled):not(.disabled).active .nav .nav-link,.show>.btn-outline-info.dropdown-toggle .nav .nav-link {
  color: #fff;
}
.btn-outline-info:not(:disabled):not(.disabled):active .nav .nav-link:hover,.btn-outline-info:not(:disabled):not(.disabled).active .nav .nav-link:hover,.show>.btn-outline-info.dropdown-toggle .nav .nav-link:hover {
  color: #3C4252;
}
.btn-outline-info:not(:disabled):not(.disabled):active .nav .nav-link:hover>i,.btn-outline-info:not(:disabled):not(.disabled).active .nav .nav-link:hover>i,.show>.btn-outline-info.dropdown-toggle .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-outline-info:not(:disabled):not(.disabled):active .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-outline-info:not(:disabled):not(.disabled):active .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-outline-info:not(:disabled):not(.disabled):active .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-outline-info:not(:disabled):not(.disabled):active .custom-radio input[type=radio] ~ .radio-icon:before,.btn-outline-info:not(:disabled):not(.disabled):active .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-outline-info:not(:disabled):not(.disabled):active .form-check-label input[type=radio] ~ .radio-icon:before,.btn-outline-info:not(:disabled):not(.disabled).active .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-outline-info:not(:disabled):not(.disabled).active .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-outline-info:not(:disabled):not(.disabled).active .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-outline-info:not(:disabled):not(.disabled).active .custom-radio input[type=radio] ~ .radio-icon:before,.btn-outline-info:not(:disabled):not(.disabled).active .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-outline-info:not(:disabled):not(.disabled).active .form-check-label input[type=radio] ~ .radio-icon:before,.show>.btn-outline-info.dropdown-toggle .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.show>.btn-outline-info.dropdown-toggle .custom-checkbox input[type=radio] ~ .radio-icon:before,.show>.btn-outline-info.dropdown-toggle .custom-radio input[type=radio] ~ .custom-control-indicator:before,.show>.btn-outline-info.dropdown-toggle .custom-radio input[type=radio] ~ .radio-icon:before,.show>.btn-outline-info.dropdown-toggle .form-check-label input[type=radio] ~ .custom-control-indicator:before,.show>.btn-outline-info.dropdown-toggle .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(255,255,255,0.7);
}
.btn-outline-info:not(:disabled):not(.disabled):active .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-info:not(:disabled):not(.disabled):active .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-info:not(:disabled):not(.disabled):active .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-info:not(:disabled):not(.disabled):active .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-info:not(:disabled):not(.disabled):active .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-info:not(:disabled):not(.disabled):active .form-check-label input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-info:not(:disabled):not(.disabled).active .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-info:not(:disabled):not(.disabled).active .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-info:not(:disabled):not(.disabled).active .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-info:not(:disabled):not(.disabled).active .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-info:not(:disabled):not(.disabled).active .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-info:not(:disabled):not(.disabled).active .form-check-label input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-outline-info.dropdown-toggle .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-outline-info.dropdown-toggle .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-outline-info.dropdown-toggle .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-outline-info.dropdown-toggle .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-outline-info.dropdown-toggle .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-outline-info.dropdown-toggle .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(255,255,255,0.7);
}
.btn-outline-info:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .checkbox-icon,.btn-outline-info:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-outline-info:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .form-check-description,.btn-outline-info:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .checkbox-icon,.btn-outline-info:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-outline-info:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .form-check-description,.btn-outline-info:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .checkbox-icon,.btn-outline-info:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-outline-info:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .form-check-description,.btn-outline-info:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .checkbox-icon,.btn-outline-info:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-outline-info:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .form-check-description,.show>.btn-outline-info.dropdown-toggle input[type=checkbox]:disabled ~ .checkbox-icon,.show>.btn-outline-info.dropdown-toggle input[type=checkbox]:disabled ~ .custom-control-indicator,.show>.btn-outline-info.dropdown-toggle input[type=checkbox]:disabled ~ .form-check-description,.show>.btn-outline-info.dropdown-toggle input[type=checkbox][disabled] ~ .checkbox-icon,.show>.btn-outline-info.dropdown-toggle input[type=checkbox][disabled] ~ .custom-control-indicator,.show>.btn-outline-info.dropdown-toggle input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(255,255,255,0.5) !important;
}
.btn-outline-info:not(:disabled):not(.disabled):active .form-check.disabled .form-check-label,.btn-outline-info:not(:disabled):not(.disabled).active .form-check.disabled .form-check-label,.show>.btn-outline-info.dropdown-toggle .form-check.disabled .form-check-label {
  color: rgba(255,255,255,0.5) !important;
}
.btn-outline-info:not(:disabled):not(.disabled):active .custom-control-input:disabled ~ .custom-control-description,.btn-outline-info:not(:disabled):not(.disabled).active .custom-control-input:disabled ~ .custom-control-description,.show>.btn-outline-info.dropdown-toggle .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(255,255,255,0.5);
}
.btn-outline-info:not(:disabled):not(.disabled):active #sidenav .nav-link:hover:not(.active),.btn-outline-info:not(:disabled):not(.disabled).active #sidenav .nav-link:hover:not(.active),.show>.btn-outline-info.dropdown-toggle #sidenav .nav-link:hover:not(.active) {
  background: rgba(255,255,255,0.04) !important;
}
.btn-outline-info:not(:disabled):not(.disabled):active #sidenav .nav-link:hover:not(.active)>i,.btn-outline-info:not(:disabled):not(.disabled).active #sidenav .nav-link:hover:not(.active)>i,.show>.btn-outline-info.dropdown-toggle #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(255,255,255,0.87) !important;
}
.btn-outline-info.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.btn-outline-warning {
  color: #FF9800;
  background-color: transparent;
  background-image: none;
  border-color: #FF9800;
}
.btn-outline-warning:hover {
  color: rgba(0,0,0,0.87);
  background-color: #FF9800;
  border-color: #FF9800;
}
.btn-outline-warning:hover a:hover {
  color: #1c1e26;
}
.btn-outline-warning:hover i,.btn-outline-warning:hover [class^="icon-"],.btn-outline-warning:hover [class*=" icon-"] {
  color: rgba(0,0,0,0.54);
}
.btn-outline-warning:hover .text-muted {
  color: rgba(0,0,0,0.38) !important;
}
.btn-outline-warning:hover .fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.btn-outline-warning:hover .form-control {
  color: rgba(0,0,0,0.87);
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.42);
}
.btn-outline-warning:hover .form-control:hover {
  box-shadow: 0 2px 0 0 rgba(0,0,0,0.87);
}
.btn-outline-warning:hover .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-outline-warning:hover .form-control::-moz-placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-outline-warning:hover .form-control::placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-outline-warning:hover textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.btn-outline-warning:hover textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.12);
}
.btn-outline-warning:hover textarea.form-control:focus,.btn-outline-warning:hover textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-outline-warning:hover select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%230%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.38%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-outline-warning:hover select.form-control[multiple],.btn-outline-warning:hover select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.btn-outline-warning:hover select.form-control[multiple]:hover,.btn-outline-warning:hover select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.12);
}
.btn-outline-warning:hover select.form-control[multiple]:focus,.btn-outline-warning:hover select.form-control[multiple]:focus:hover,.btn-outline-warning:hover select.form-control[size]:focus,.btn-outline-warning:hover select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-outline-warning:hover .form-group>label {
  color: rgba(0,0,0,0.54);
}
.btn-outline-warning:hover .nav .subheader {
  color: rgba(0,0,0,0.54);
}
.btn-outline-warning:hover .nav .subheader:before {
  border-top-color: rgba(0,0,0,0.54);
}
.btn-outline-warning:hover .nav .nav-link {
  color: rgba(0,0,0,0.87);
}
.btn-outline-warning:hover .nav .nav-link:hover {
  color: #3C4252;
}
.btn-outline-warning:hover .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-outline-warning:hover .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-outline-warning:hover .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-outline-warning:hover .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-outline-warning:hover .custom-radio input[type=radio] ~ .radio-icon:before,.btn-outline-warning:hover .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-outline-warning:hover .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(0,0,0,0.54);
}
.btn-outline-warning:hover .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-warning:hover .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-warning:hover .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-warning:hover .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-warning:hover .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-warning:hover .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(0,0,0,0.54);
}
.btn-outline-warning:hover input[type=checkbox]:disabled ~ .checkbox-icon,.btn-outline-warning:hover input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-outline-warning:hover input[type=checkbox]:disabled ~ .form-check-description,.btn-outline-warning:hover input[type=checkbox][disabled] ~ .checkbox-icon,.btn-outline-warning:hover input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-outline-warning:hover input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(0,0,0,0.38) !important;
}
.btn-outline-warning:hover .form-check.disabled .form-check-label {
  color: rgba(0,0,0,0.38) !important;
}
.btn-outline-warning:hover .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(0,0,0,0.54);
}
.btn-outline-warning:hover #sidenav .nav-link:hover:not(.active) {
  background: rgba(0,0,0,0.05) !important;
}
.btn-outline-warning:hover #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(0,0,0,0.54) !important;
}
.btn-outline-warning.disabled,.btn-outline-warning:disabled {
  color: #FF9800;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle {
  color: rgba(0,0,0,0.87);
  background-color: #FF9800;
  border-color: #FF9800;
}
.btn-outline-warning:not(:disabled):not(.disabled):active a:hover,.btn-outline-warning:not(:disabled):not(.disabled).active a:hover,.show>.btn-outline-warning.dropdown-toggle a:hover {
  color: #1c1e26;
}
.btn-outline-warning:not(:disabled):not(.disabled):active i,.btn-outline-warning:not(:disabled):not(.disabled):active [class^="icon-"],.btn-outline-warning:not(:disabled):not(.disabled):active [class*=" icon-"],.btn-outline-warning:not(:disabled):not(.disabled).active i,.btn-outline-warning:not(:disabled):not(.disabled).active [class^="icon-"],.btn-outline-warning:not(:disabled):not(.disabled).active [class*=" icon-"],.show>.btn-outline-warning.dropdown-toggle i,.show>.btn-outline-warning.dropdown-toggle [class^="icon-"],.show>.btn-outline-warning.dropdown-toggle [class*=" icon-"] {
  color: rgba(0,0,0,0.54);
}
.btn-outline-warning:not(:disabled):not(.disabled):active .text-muted,.btn-outline-warning:not(:disabled):not(.disabled).active .text-muted,.show>.btn-outline-warning.dropdown-toggle .text-muted {
  color: rgba(0,0,0,0.38) !important;
}
.btn-outline-warning:not(:disabled):not(.disabled):active .fuse-ripple-ready .fuse-ripple,.btn-outline-warning:not(:disabled):not(.disabled).active .fuse-ripple-ready .fuse-ripple,.show>.btn-outline-warning.dropdown-toggle .fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.btn-outline-warning:not(:disabled):not(.disabled):active .form-control,.btn-outline-warning:not(:disabled):not(.disabled).active .form-control,.show>.btn-outline-warning.dropdown-toggle .form-control {
  color: rgba(0,0,0,0.87);
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.42);
}
.btn-outline-warning:not(:disabled):not(.disabled):active .form-control:hover,.btn-outline-warning:not(:disabled):not(.disabled).active .form-control:hover,.show>.btn-outline-warning.dropdown-toggle .form-control:hover {
  box-shadow: 0 2px 0 0 rgba(0,0,0,0.87);
}
.btn-outline-warning:not(:disabled):not(.disabled):active .form-control:focus,.btn-outline-warning:not(:disabled):not(.disabled).active .form-control:focus,.show>.btn-outline-warning.dropdown-toggle .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-outline-warning:not(:disabled):not(.disabled):active .form-control::-moz-placeholder,.btn-outline-warning:not(:disabled):not(.disabled).active .form-control::-moz-placeholder,.show>.btn-outline-warning.dropdown-toggle .form-control::-moz-placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-outline-warning:not(:disabled):not(.disabled):active .form-control::-moz-placeholder, .btn-outline-warning:not(:disabled):not(.disabled).active .form-control::-moz-placeholder, .show>.btn-outline-warning.dropdown-toggle .form-control::-moz-placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-outline-warning:not(:disabled):not(.disabled):active .form-control::placeholder,.btn-outline-warning:not(:disabled):not(.disabled).active .form-control::placeholder,.show>.btn-outline-warning.dropdown-toggle .form-control::placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-outline-warning:not(:disabled):not(.disabled):active textarea.form-control,.btn-outline-warning:not(:disabled):not(.disabled).active textarea.form-control,.show>.btn-outline-warning.dropdown-toggle textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.btn-outline-warning:not(:disabled):not(.disabled):active textarea.form-control:hover,.btn-outline-warning:not(:disabled):not(.disabled).active textarea.form-control:hover,.show>.btn-outline-warning.dropdown-toggle textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.12);
}
.btn-outline-warning:not(:disabled):not(.disabled):active textarea.form-control:focus,.btn-outline-warning:not(:disabled):not(.disabled):active textarea.form-control:focus:hover,.btn-outline-warning:not(:disabled):not(.disabled).active textarea.form-control:focus,.btn-outline-warning:not(:disabled):not(.disabled).active textarea.form-control:focus:hover,.show>.btn-outline-warning.dropdown-toggle textarea.form-control:focus,.show>.btn-outline-warning.dropdown-toggle textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-outline-warning:not(:disabled):not(.disabled):active select.form-control,.btn-outline-warning:not(:disabled):not(.disabled).active select.form-control,.show>.btn-outline-warning.dropdown-toggle select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%230%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.38%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-outline-warning:not(:disabled):not(.disabled):active select.form-control[multiple],.btn-outline-warning:not(:disabled):not(.disabled):active select.form-control[size],.btn-outline-warning:not(:disabled):not(.disabled).active select.form-control[multiple],.btn-outline-warning:not(:disabled):not(.disabled).active select.form-control[size],.show>.btn-outline-warning.dropdown-toggle select.form-control[multiple],.show>.btn-outline-warning.dropdown-toggle select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.btn-outline-warning:not(:disabled):not(.disabled):active select.form-control[multiple]:hover,.btn-outline-warning:not(:disabled):not(.disabled):active select.form-control[size]:hover,.btn-outline-warning:not(:disabled):not(.disabled).active select.form-control[multiple]:hover,.btn-outline-warning:not(:disabled):not(.disabled).active select.form-control[size]:hover,.show>.btn-outline-warning.dropdown-toggle select.form-control[multiple]:hover,.show>.btn-outline-warning.dropdown-toggle select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.12);
}
.btn-outline-warning:not(:disabled):not(.disabled):active select.form-control[multiple]:focus,.btn-outline-warning:not(:disabled):not(.disabled):active select.form-control[multiple]:focus:hover,.btn-outline-warning:not(:disabled):not(.disabled):active select.form-control[size]:focus,.btn-outline-warning:not(:disabled):not(.disabled):active select.form-control[size]:focus:hover,.btn-outline-warning:not(:disabled):not(.disabled).active select.form-control[multiple]:focus,.btn-outline-warning:not(:disabled):not(.disabled).active select.form-control[multiple]:focus:hover,.btn-outline-warning:not(:disabled):not(.disabled).active select.form-control[size]:focus,.btn-outline-warning:not(:disabled):not(.disabled).active select.form-control[size]:focus:hover,.show>.btn-outline-warning.dropdown-toggle select.form-control[multiple]:focus,.show>.btn-outline-warning.dropdown-toggle select.form-control[multiple]:focus:hover,.show>.btn-outline-warning.dropdown-toggle select.form-control[size]:focus,.show>.btn-outline-warning.dropdown-toggle select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-outline-warning:not(:disabled):not(.disabled):active .form-group>label,.btn-outline-warning:not(:disabled):not(.disabled).active .form-group>label,.show>.btn-outline-warning.dropdown-toggle .form-group>label {
  color: rgba(0,0,0,0.54);
}
.btn-outline-warning:not(:disabled):not(.disabled):active .nav .subheader,.btn-outline-warning:not(:disabled):not(.disabled).active .nav .subheader,.show>.btn-outline-warning.dropdown-toggle .nav .subheader {
  color: rgba(0,0,0,0.54);
}
.btn-outline-warning:not(:disabled):not(.disabled):active .nav .subheader:before,.btn-outline-warning:not(:disabled):not(.disabled).active .nav .subheader:before,.show>.btn-outline-warning.dropdown-toggle .nav .subheader:before {
  border-top-color: rgba(0,0,0,0.54);
}
.btn-outline-warning:not(:disabled):not(.disabled):active .nav .nav-link,.btn-outline-warning:not(:disabled):not(.disabled).active .nav .nav-link,.show>.btn-outline-warning.dropdown-toggle .nav .nav-link {
  color: rgba(0,0,0,0.87);
}
.btn-outline-warning:not(:disabled):not(.disabled):active .nav .nav-link:hover,.btn-outline-warning:not(:disabled):not(.disabled).active .nav .nav-link:hover,.show>.btn-outline-warning.dropdown-toggle .nav .nav-link:hover {
  color: #3C4252;
}
.btn-outline-warning:not(:disabled):not(.disabled):active .nav .nav-link:hover>i,.btn-outline-warning:not(:disabled):not(.disabled).active .nav .nav-link:hover>i,.show>.btn-outline-warning.dropdown-toggle .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-outline-warning:not(:disabled):not(.disabled):active .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-outline-warning:not(:disabled):not(.disabled):active .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-outline-warning:not(:disabled):not(.disabled):active .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-outline-warning:not(:disabled):not(.disabled):active .custom-radio input[type=radio] ~ .radio-icon:before,.btn-outline-warning:not(:disabled):not(.disabled):active .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-outline-warning:not(:disabled):not(.disabled):active .form-check-label input[type=radio] ~ .radio-icon:before,.btn-outline-warning:not(:disabled):not(.disabled).active .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-outline-warning:not(:disabled):not(.disabled).active .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-outline-warning:not(:disabled):not(.disabled).active .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-outline-warning:not(:disabled):not(.disabled).active .custom-radio input[type=radio] ~ .radio-icon:before,.btn-outline-warning:not(:disabled):not(.disabled).active .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-outline-warning:not(:disabled):not(.disabled).active .form-check-label input[type=radio] ~ .radio-icon:before,.show>.btn-outline-warning.dropdown-toggle .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.show>.btn-outline-warning.dropdown-toggle .custom-checkbox input[type=radio] ~ .radio-icon:before,.show>.btn-outline-warning.dropdown-toggle .custom-radio input[type=radio] ~ .custom-control-indicator:before,.show>.btn-outline-warning.dropdown-toggle .custom-radio input[type=radio] ~ .radio-icon:before,.show>.btn-outline-warning.dropdown-toggle .form-check-label input[type=radio] ~ .custom-control-indicator:before,.show>.btn-outline-warning.dropdown-toggle .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(0,0,0,0.54);
}
.btn-outline-warning:not(:disabled):not(.disabled):active .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-warning:not(:disabled):not(.disabled):active .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-warning:not(:disabled):not(.disabled):active .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-warning:not(:disabled):not(.disabled):active .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-warning:not(:disabled):not(.disabled):active .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-warning:not(:disabled):not(.disabled):active .form-check-label input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-warning:not(:disabled):not(.disabled).active .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-warning:not(:disabled):not(.disabled).active .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-warning:not(:disabled):not(.disabled).active .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-warning:not(:disabled):not(.disabled).active .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-warning:not(:disabled):not(.disabled).active .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-warning:not(:disabled):not(.disabled).active .form-check-label input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-outline-warning.dropdown-toggle .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-outline-warning.dropdown-toggle .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-outline-warning.dropdown-toggle .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-outline-warning.dropdown-toggle .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-outline-warning.dropdown-toggle .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-outline-warning.dropdown-toggle .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(0,0,0,0.54);
}
.btn-outline-warning:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .checkbox-icon,.btn-outline-warning:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-outline-warning:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .form-check-description,.btn-outline-warning:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .checkbox-icon,.btn-outline-warning:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-outline-warning:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .form-check-description,.btn-outline-warning:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .checkbox-icon,.btn-outline-warning:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-outline-warning:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .form-check-description,.btn-outline-warning:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .checkbox-icon,.btn-outline-warning:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-outline-warning:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .form-check-description,.show>.btn-outline-warning.dropdown-toggle input[type=checkbox]:disabled ~ .checkbox-icon,.show>.btn-outline-warning.dropdown-toggle input[type=checkbox]:disabled ~ .custom-control-indicator,.show>.btn-outline-warning.dropdown-toggle input[type=checkbox]:disabled ~ .form-check-description,.show>.btn-outline-warning.dropdown-toggle input[type=checkbox][disabled] ~ .checkbox-icon,.show>.btn-outline-warning.dropdown-toggle input[type=checkbox][disabled] ~ .custom-control-indicator,.show>.btn-outline-warning.dropdown-toggle input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(0,0,0,0.38) !important;
}
.btn-outline-warning:not(:disabled):not(.disabled):active .form-check.disabled .form-check-label,.btn-outline-warning:not(:disabled):not(.disabled).active .form-check.disabled .form-check-label,.show>.btn-outline-warning.dropdown-toggle .form-check.disabled .form-check-label {
  color: rgba(0,0,0,0.38) !important;
}
.btn-outline-warning:not(:disabled):not(.disabled):active .custom-control-input:disabled ~ .custom-control-description,.btn-outline-warning:not(:disabled):not(.disabled).active .custom-control-input:disabled ~ .custom-control-description,.show>.btn-outline-warning.dropdown-toggle .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(0,0,0,0.54);
}
.btn-outline-warning:not(:disabled):not(.disabled):active #sidenav .nav-link:hover:not(.active),.btn-outline-warning:not(:disabled):not(.disabled).active #sidenav .nav-link:hover:not(.active),.show>.btn-outline-warning.dropdown-toggle #sidenav .nav-link:hover:not(.active) {
  background: rgba(0,0,0,0.05) !important;
}
.btn-outline-warning:not(:disabled):not(.disabled):active #sidenav .nav-link:hover:not(.active)>i,.btn-outline-warning:not(:disabled):not(.disabled).active #sidenav .nav-link:hover:not(.active)>i,.show>.btn-outline-warning.dropdown-toggle #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(0,0,0,0.54) !important;
}
.btn-outline-warning.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.btn-outline-danger {
  color: #F44336;
  background-color: transparent;
  background-image: none;
  border-color: #F44336;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #F44336;
  border-color: #F44336;
}
.btn-outline-danger:hover a:hover {
  color: #1c1e26;
}
.btn-outline-danger:hover i,.btn-outline-danger:hover [class^="icon-"],.btn-outline-danger:hover [class*=" icon-"] {
  color: rgba(255,255,255,0.87);
}
.btn-outline-danger:hover .text-muted {
  color: rgba(255,255,255,0.5) !important;
}
.btn-outline-danger:hover .fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.btn-outline-danger:hover .form-control {
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.7);
}
.btn-outline-danger:hover .form-control:hover {
  box-shadow: 0 2px 0 0 #fff;
}
.btn-outline-danger:hover .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-outline-danger:hover .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-outline-danger:hover .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-outline-danger:hover textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-outline-danger:hover textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-outline-danger:hover textarea.form-control:focus,.btn-outline-danger:hover textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-outline-danger:hover select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.5%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-outline-danger:hover select.form-control[multiple],.btn-outline-danger:hover select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-outline-danger:hover select.form-control[multiple]:hover,.btn-outline-danger:hover select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-outline-danger:hover select.form-control[multiple]:focus,.btn-outline-danger:hover select.form-control[multiple]:focus:hover,.btn-outline-danger:hover select.form-control[size]:focus,.btn-outline-danger:hover select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-outline-danger:hover .form-group>label {
  color: rgba(255,255,255,0.7);
}
.btn-outline-danger:hover .nav .subheader {
  color: rgba(255,255,255,0.5);
}
.btn-outline-danger:hover .nav .subheader:before {
  border-top-color: rgba(255,255,255,0.5);
}
.btn-outline-danger:hover .nav .nav-link {
  color: #fff;
}
.btn-outline-danger:hover .nav .nav-link:hover {
  color: #3C4252;
}
.btn-outline-danger:hover .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-outline-danger:hover .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-outline-danger:hover .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-outline-danger:hover .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-outline-danger:hover .custom-radio input[type=radio] ~ .radio-icon:before,.btn-outline-danger:hover .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-outline-danger:hover .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(255,255,255,0.7);
}
.btn-outline-danger:hover .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-danger:hover .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-danger:hover .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-danger:hover .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-danger:hover .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-danger:hover .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(255,255,255,0.7);
}
.btn-outline-danger:hover input[type=checkbox]:disabled ~ .checkbox-icon,.btn-outline-danger:hover input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-outline-danger:hover input[type=checkbox]:disabled ~ .form-check-description,.btn-outline-danger:hover input[type=checkbox][disabled] ~ .checkbox-icon,.btn-outline-danger:hover input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-outline-danger:hover input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(255,255,255,0.5) !important;
}
.btn-outline-danger:hover .form-check.disabled .form-check-label {
  color: rgba(255,255,255,0.5) !important;
}
.btn-outline-danger:hover .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(255,255,255,0.5);
}
.btn-outline-danger:hover #sidenav .nav-link:hover:not(.active) {
  background: rgba(255,255,255,0.04) !important;
}
.btn-outline-danger:hover #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(255,255,255,0.87) !important;
}
.btn-outline-danger.disabled,.btn-outline-danger:disabled {
  color: #F44336;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #F44336;
  border-color: #F44336;
}
.btn-outline-danger:not(:disabled):not(.disabled):active a:hover,.btn-outline-danger:not(:disabled):not(.disabled).active a:hover,.show>.btn-outline-danger.dropdown-toggle a:hover {
  color: #1c1e26;
}
.btn-outline-danger:not(:disabled):not(.disabled):active i,.btn-outline-danger:not(:disabled):not(.disabled):active [class^="icon-"],.btn-outline-danger:not(:disabled):not(.disabled):active [class*=" icon-"],.btn-outline-danger:not(:disabled):not(.disabled).active i,.btn-outline-danger:not(:disabled):not(.disabled).active [class^="icon-"],.btn-outline-danger:not(:disabled):not(.disabled).active [class*=" icon-"],.show>.btn-outline-danger.dropdown-toggle i,.show>.btn-outline-danger.dropdown-toggle [class^="icon-"],.show>.btn-outline-danger.dropdown-toggle [class*=" icon-"] {
  color: rgba(255,255,255,0.87);
}
.btn-outline-danger:not(:disabled):not(.disabled):active .text-muted,.btn-outline-danger:not(:disabled):not(.disabled).active .text-muted,.show>.btn-outline-danger.dropdown-toggle .text-muted {
  color: rgba(255,255,255,0.5) !important;
}
.btn-outline-danger:not(:disabled):not(.disabled):active .fuse-ripple-ready .fuse-ripple,.btn-outline-danger:not(:disabled):not(.disabled).active .fuse-ripple-ready .fuse-ripple,.show>.btn-outline-danger.dropdown-toggle .fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.btn-outline-danger:not(:disabled):not(.disabled):active .form-control,.btn-outline-danger:not(:disabled):not(.disabled).active .form-control,.show>.btn-outline-danger.dropdown-toggle .form-control {
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.7);
}
.btn-outline-danger:not(:disabled):not(.disabled):active .form-control:hover,.btn-outline-danger:not(:disabled):not(.disabled).active .form-control:hover,.show>.btn-outline-danger.dropdown-toggle .form-control:hover {
  box-shadow: 0 2px 0 0 #fff;
}
.btn-outline-danger:not(:disabled):not(.disabled):active .form-control:focus,.btn-outline-danger:not(:disabled):not(.disabled).active .form-control:focus,.show>.btn-outline-danger.dropdown-toggle .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-outline-danger:not(:disabled):not(.disabled):active .form-control::-moz-placeholder,.btn-outline-danger:not(:disabled):not(.disabled).active .form-control::-moz-placeholder,.show>.btn-outline-danger.dropdown-toggle .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-outline-danger:not(:disabled):not(.disabled):active .form-control::-moz-placeholder, .btn-outline-danger:not(:disabled):not(.disabled).active .form-control::-moz-placeholder, .show>.btn-outline-danger.dropdown-toggle .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-outline-danger:not(:disabled):not(.disabled):active .form-control::placeholder,.btn-outline-danger:not(:disabled):not(.disabled).active .form-control::placeholder,.show>.btn-outline-danger.dropdown-toggle .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-outline-danger:not(:disabled):not(.disabled):active textarea.form-control,.btn-outline-danger:not(:disabled):not(.disabled).active textarea.form-control,.show>.btn-outline-danger.dropdown-toggle textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-outline-danger:not(:disabled):not(.disabled):active textarea.form-control:hover,.btn-outline-danger:not(:disabled):not(.disabled).active textarea.form-control:hover,.show>.btn-outline-danger.dropdown-toggle textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-outline-danger:not(:disabled):not(.disabled):active textarea.form-control:focus,.btn-outline-danger:not(:disabled):not(.disabled):active textarea.form-control:focus:hover,.btn-outline-danger:not(:disabled):not(.disabled).active textarea.form-control:focus,.btn-outline-danger:not(:disabled):not(.disabled).active textarea.form-control:focus:hover,.show>.btn-outline-danger.dropdown-toggle textarea.form-control:focus,.show>.btn-outline-danger.dropdown-toggle textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-outline-danger:not(:disabled):not(.disabled):active select.form-control,.btn-outline-danger:not(:disabled):not(.disabled).active select.form-control,.show>.btn-outline-danger.dropdown-toggle select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.5%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-outline-danger:not(:disabled):not(.disabled):active select.form-control[multiple],.btn-outline-danger:not(:disabled):not(.disabled):active select.form-control[size],.btn-outline-danger:not(:disabled):not(.disabled).active select.form-control[multiple],.btn-outline-danger:not(:disabled):not(.disabled).active select.form-control[size],.show>.btn-outline-danger.dropdown-toggle select.form-control[multiple],.show>.btn-outline-danger.dropdown-toggle select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-outline-danger:not(:disabled):not(.disabled):active select.form-control[multiple]:hover,.btn-outline-danger:not(:disabled):not(.disabled):active select.form-control[size]:hover,.btn-outline-danger:not(:disabled):not(.disabled).active select.form-control[multiple]:hover,.btn-outline-danger:not(:disabled):not(.disabled).active select.form-control[size]:hover,.show>.btn-outline-danger.dropdown-toggle select.form-control[multiple]:hover,.show>.btn-outline-danger.dropdown-toggle select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-outline-danger:not(:disabled):not(.disabled):active select.form-control[multiple]:focus,.btn-outline-danger:not(:disabled):not(.disabled):active select.form-control[multiple]:focus:hover,.btn-outline-danger:not(:disabled):not(.disabled):active select.form-control[size]:focus,.btn-outline-danger:not(:disabled):not(.disabled):active select.form-control[size]:focus:hover,.btn-outline-danger:not(:disabled):not(.disabled).active select.form-control[multiple]:focus,.btn-outline-danger:not(:disabled):not(.disabled).active select.form-control[multiple]:focus:hover,.btn-outline-danger:not(:disabled):not(.disabled).active select.form-control[size]:focus,.btn-outline-danger:not(:disabled):not(.disabled).active select.form-control[size]:focus:hover,.show>.btn-outline-danger.dropdown-toggle select.form-control[multiple]:focus,.show>.btn-outline-danger.dropdown-toggle select.form-control[multiple]:focus:hover,.show>.btn-outline-danger.dropdown-toggle select.form-control[size]:focus,.show>.btn-outline-danger.dropdown-toggle select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-outline-danger:not(:disabled):not(.disabled):active .form-group>label,.btn-outline-danger:not(:disabled):not(.disabled).active .form-group>label,.show>.btn-outline-danger.dropdown-toggle .form-group>label {
  color: rgba(255,255,255,0.7);
}
.btn-outline-danger:not(:disabled):not(.disabled):active .nav .subheader,.btn-outline-danger:not(:disabled):not(.disabled).active .nav .subheader,.show>.btn-outline-danger.dropdown-toggle .nav .subheader {
  color: rgba(255,255,255,0.5);
}
.btn-outline-danger:not(:disabled):not(.disabled):active .nav .subheader:before,.btn-outline-danger:not(:disabled):not(.disabled).active .nav .subheader:before,.show>.btn-outline-danger.dropdown-toggle .nav .subheader:before {
  border-top-color: rgba(255,255,255,0.5);
}
.btn-outline-danger:not(:disabled):not(.disabled):active .nav .nav-link,.btn-outline-danger:not(:disabled):not(.disabled).active .nav .nav-link,.show>.btn-outline-danger.dropdown-toggle .nav .nav-link {
  color: #fff;
}
.btn-outline-danger:not(:disabled):not(.disabled):active .nav .nav-link:hover,.btn-outline-danger:not(:disabled):not(.disabled).active .nav .nav-link:hover,.show>.btn-outline-danger.dropdown-toggle .nav .nav-link:hover {
  color: #3C4252;
}
.btn-outline-danger:not(:disabled):not(.disabled):active .nav .nav-link:hover>i,.btn-outline-danger:not(:disabled):not(.disabled).active .nav .nav-link:hover>i,.show>.btn-outline-danger.dropdown-toggle .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-outline-danger:not(:disabled):not(.disabled):active .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-outline-danger:not(:disabled):not(.disabled):active .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-outline-danger:not(:disabled):not(.disabled):active .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-outline-danger:not(:disabled):not(.disabled):active .custom-radio input[type=radio] ~ .radio-icon:before,.btn-outline-danger:not(:disabled):not(.disabled):active .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-outline-danger:not(:disabled):not(.disabled):active .form-check-label input[type=radio] ~ .radio-icon:before,.btn-outline-danger:not(:disabled):not(.disabled).active .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-outline-danger:not(:disabled):not(.disabled).active .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-outline-danger:not(:disabled):not(.disabled).active .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-outline-danger:not(:disabled):not(.disabled).active .custom-radio input[type=radio] ~ .radio-icon:before,.btn-outline-danger:not(:disabled):not(.disabled).active .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-outline-danger:not(:disabled):not(.disabled).active .form-check-label input[type=radio] ~ .radio-icon:before,.show>.btn-outline-danger.dropdown-toggle .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.show>.btn-outline-danger.dropdown-toggle .custom-checkbox input[type=radio] ~ .radio-icon:before,.show>.btn-outline-danger.dropdown-toggle .custom-radio input[type=radio] ~ .custom-control-indicator:before,.show>.btn-outline-danger.dropdown-toggle .custom-radio input[type=radio] ~ .radio-icon:before,.show>.btn-outline-danger.dropdown-toggle .form-check-label input[type=radio] ~ .custom-control-indicator:before,.show>.btn-outline-danger.dropdown-toggle .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(255,255,255,0.7);
}
.btn-outline-danger:not(:disabled):not(.disabled):active .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-danger:not(:disabled):not(.disabled):active .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-danger:not(:disabled):not(.disabled):active .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-danger:not(:disabled):not(.disabled):active .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-danger:not(:disabled):not(.disabled):active .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-danger:not(:disabled):not(.disabled):active .form-check-label input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-danger:not(:disabled):not(.disabled).active .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-danger:not(:disabled):not(.disabled).active .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-danger:not(:disabled):not(.disabled).active .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-danger:not(:disabled):not(.disabled).active .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-danger:not(:disabled):not(.disabled).active .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-danger:not(:disabled):not(.disabled).active .form-check-label input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-outline-danger.dropdown-toggle .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-outline-danger.dropdown-toggle .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-outline-danger.dropdown-toggle .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-outline-danger.dropdown-toggle .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-outline-danger.dropdown-toggle .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-outline-danger.dropdown-toggle .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(255,255,255,0.7);
}
.btn-outline-danger:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .checkbox-icon,.btn-outline-danger:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-outline-danger:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .form-check-description,.btn-outline-danger:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .checkbox-icon,.btn-outline-danger:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-outline-danger:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .form-check-description,.btn-outline-danger:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .checkbox-icon,.btn-outline-danger:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-outline-danger:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .form-check-description,.btn-outline-danger:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .checkbox-icon,.btn-outline-danger:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-outline-danger:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .form-check-description,.show>.btn-outline-danger.dropdown-toggle input[type=checkbox]:disabled ~ .checkbox-icon,.show>.btn-outline-danger.dropdown-toggle input[type=checkbox]:disabled ~ .custom-control-indicator,.show>.btn-outline-danger.dropdown-toggle input[type=checkbox]:disabled ~ .form-check-description,.show>.btn-outline-danger.dropdown-toggle input[type=checkbox][disabled] ~ .checkbox-icon,.show>.btn-outline-danger.dropdown-toggle input[type=checkbox][disabled] ~ .custom-control-indicator,.show>.btn-outline-danger.dropdown-toggle input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(255,255,255,0.5) !important;
}
.btn-outline-danger:not(:disabled):not(.disabled):active .form-check.disabled .form-check-label,.btn-outline-danger:not(:disabled):not(.disabled).active .form-check.disabled .form-check-label,.show>.btn-outline-danger.dropdown-toggle .form-check.disabled .form-check-label {
  color: rgba(255,255,255,0.5) !important;
}
.btn-outline-danger:not(:disabled):not(.disabled):active .custom-control-input:disabled ~ .custom-control-description,.btn-outline-danger:not(:disabled):not(.disabled).active .custom-control-input:disabled ~ .custom-control-description,.show>.btn-outline-danger.dropdown-toggle .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(255,255,255,0.5);
}
.btn-outline-danger:not(:disabled):not(.disabled):active #sidenav .nav-link:hover:not(.active),.btn-outline-danger:not(:disabled):not(.disabled).active #sidenav .nav-link:hover:not(.active),.show>.btn-outline-danger.dropdown-toggle #sidenav .nav-link:hover:not(.active) {
  background: rgba(255,255,255,0.04) !important;
}
.btn-outline-danger:not(:disabled):not(.disabled):active #sidenav .nav-link:hover:not(.active)>i,.btn-outline-danger:not(:disabled):not(.disabled).active #sidenav .nav-link:hover:not(.active)>i,.show>.btn-outline-danger.dropdown-toggle #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(255,255,255,0.87) !important;
}
.btn-outline-danger.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.btn-outline-light {
  color: #F8F9FA;
  background-color: transparent;
  background-image: none;
  border-color: #F8F9FA;
}
.btn-outline-light:hover {
  color: rgba(0,0,0,0.87);
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}
.btn-outline-light:hover a:hover {
  color: #1c1e26;
}
.btn-outline-light:hover i,.btn-outline-light:hover [class^="icon-"],.btn-outline-light:hover [class*=" icon-"] {
  color: rgba(0,0,0,0.54);
}
.btn-outline-light:hover .text-muted {
  color: rgba(0,0,0,0.38) !important;
}
.btn-outline-light:hover .fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.btn-outline-light:hover .form-control {
  color: rgba(0,0,0,0.87);
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.42);
}
.btn-outline-light:hover .form-control:hover {
  box-shadow: 0 2px 0 0 rgba(0,0,0,0.87);
}
.btn-outline-light:hover .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-outline-light:hover .form-control::-moz-placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-outline-light:hover .form-control::placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-outline-light:hover textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.btn-outline-light:hover textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.12);
}
.btn-outline-light:hover textarea.form-control:focus,.btn-outline-light:hover textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-outline-light:hover select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%230%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.38%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-outline-light:hover select.form-control[multiple],.btn-outline-light:hover select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.btn-outline-light:hover select.form-control[multiple]:hover,.btn-outline-light:hover select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.12);
}
.btn-outline-light:hover select.form-control[multiple]:focus,.btn-outline-light:hover select.form-control[multiple]:focus:hover,.btn-outline-light:hover select.form-control[size]:focus,.btn-outline-light:hover select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-outline-light:hover .form-group>label {
  color: rgba(0,0,0,0.54);
}
.btn-outline-light:hover .nav .subheader {
  color: rgba(0,0,0,0.54);
}
.btn-outline-light:hover .nav .subheader:before {
  border-top-color: rgba(0,0,0,0.54);
}
.btn-outline-light:hover .nav .nav-link {
  color: rgba(0,0,0,0.87);
}
.btn-outline-light:hover .nav .nav-link:hover {
  color: #3C4252;
}
.btn-outline-light:hover .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-outline-light:hover .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-outline-light:hover .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-outline-light:hover .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-outline-light:hover .custom-radio input[type=radio] ~ .radio-icon:before,.btn-outline-light:hover .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-outline-light:hover .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(0,0,0,0.54);
}
.btn-outline-light:hover .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-light:hover .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-light:hover .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-light:hover .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-light:hover .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-light:hover .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(0,0,0,0.54);
}
.btn-outline-light:hover input[type=checkbox]:disabled ~ .checkbox-icon,.btn-outline-light:hover input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-outline-light:hover input[type=checkbox]:disabled ~ .form-check-description,.btn-outline-light:hover input[type=checkbox][disabled] ~ .checkbox-icon,.btn-outline-light:hover input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-outline-light:hover input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(0,0,0,0.38) !important;
}
.btn-outline-light:hover .form-check.disabled .form-check-label {
  color: rgba(0,0,0,0.38) !important;
}
.btn-outline-light:hover .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(0,0,0,0.54);
}
.btn-outline-light:hover #sidenav .nav-link:hover:not(.active) {
  background: rgba(0,0,0,0.05) !important;
}
.btn-outline-light:hover #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(0,0,0,0.54) !important;
}
.btn-outline-light.disabled,.btn-outline-light:disabled {
  color: #F8F9FA;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle {
  color: rgba(0,0,0,0.87);
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}
.btn-outline-light:not(:disabled):not(.disabled):active a:hover,.btn-outline-light:not(:disabled):not(.disabled).active a:hover,.show>.btn-outline-light.dropdown-toggle a:hover {
  color: #1c1e26;
}
.btn-outline-light:not(:disabled):not(.disabled):active i,.btn-outline-light:not(:disabled):not(.disabled):active [class^="icon-"],.btn-outline-light:not(:disabled):not(.disabled):active [class*=" icon-"],.btn-outline-light:not(:disabled):not(.disabled).active i,.btn-outline-light:not(:disabled):not(.disabled).active [class^="icon-"],.btn-outline-light:not(:disabled):not(.disabled).active [class*=" icon-"],.show>.btn-outline-light.dropdown-toggle i,.show>.btn-outline-light.dropdown-toggle [class^="icon-"],.show>.btn-outline-light.dropdown-toggle [class*=" icon-"] {
  color: rgba(0,0,0,0.54);
}
.btn-outline-light:not(:disabled):not(.disabled):active .text-muted,.btn-outline-light:not(:disabled):not(.disabled).active .text-muted,.show>.btn-outline-light.dropdown-toggle .text-muted {
  color: rgba(0,0,0,0.38) !important;
}
.btn-outline-light:not(:disabled):not(.disabled):active .fuse-ripple-ready .fuse-ripple,.btn-outline-light:not(:disabled):not(.disabled).active .fuse-ripple-ready .fuse-ripple,.show>.btn-outline-light.dropdown-toggle .fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.btn-outline-light:not(:disabled):not(.disabled):active .form-control,.btn-outline-light:not(:disabled):not(.disabled).active .form-control,.show>.btn-outline-light.dropdown-toggle .form-control {
  color: rgba(0,0,0,0.87);
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.42);
}
.btn-outline-light:not(:disabled):not(.disabled):active .form-control:hover,.btn-outline-light:not(:disabled):not(.disabled).active .form-control:hover,.show>.btn-outline-light.dropdown-toggle .form-control:hover {
  box-shadow: 0 2px 0 0 rgba(0,0,0,0.87);
}
.btn-outline-light:not(:disabled):not(.disabled):active .form-control:focus,.btn-outline-light:not(:disabled):not(.disabled).active .form-control:focus,.show>.btn-outline-light.dropdown-toggle .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-outline-light:not(:disabled):not(.disabled):active .form-control::-moz-placeholder,.btn-outline-light:not(:disabled):not(.disabled).active .form-control::-moz-placeholder,.show>.btn-outline-light.dropdown-toggle .form-control::-moz-placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-outline-light:not(:disabled):not(.disabled):active .form-control::-moz-placeholder, .btn-outline-light:not(:disabled):not(.disabled).active .form-control::-moz-placeholder, .show>.btn-outline-light.dropdown-toggle .form-control::-moz-placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-outline-light:not(:disabled):not(.disabled):active .form-control::placeholder,.btn-outline-light:not(:disabled):not(.disabled).active .form-control::placeholder,.show>.btn-outline-light.dropdown-toggle .form-control::placeholder {
  color: rgba(0,0,0,0.54);
}
.btn-outline-light:not(:disabled):not(.disabled):active textarea.form-control,.btn-outline-light:not(:disabled):not(.disabled).active textarea.form-control,.show>.btn-outline-light.dropdown-toggle textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.btn-outline-light:not(:disabled):not(.disabled):active textarea.form-control:hover,.btn-outline-light:not(:disabled):not(.disabled).active textarea.form-control:hover,.show>.btn-outline-light.dropdown-toggle textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.12);
}
.btn-outline-light:not(:disabled):not(.disabled):active textarea.form-control:focus,.btn-outline-light:not(:disabled):not(.disabled):active textarea.form-control:focus:hover,.btn-outline-light:not(:disabled):not(.disabled).active textarea.form-control:focus,.btn-outline-light:not(:disabled):not(.disabled).active textarea.form-control:focus:hover,.show>.btn-outline-light.dropdown-toggle textarea.form-control:focus,.show>.btn-outline-light.dropdown-toggle textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-outline-light:not(:disabled):not(.disabled):active select.form-control,.btn-outline-light:not(:disabled):not(.disabled).active select.form-control,.show>.btn-outline-light.dropdown-toggle select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%230%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.38%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-outline-light:not(:disabled):not(.disabled):active select.form-control[multiple],.btn-outline-light:not(:disabled):not(.disabled):active select.form-control[size],.btn-outline-light:not(:disabled):not(.disabled).active select.form-control[multiple],.btn-outline-light:not(:disabled):not(.disabled).active select.form-control[size],.show>.btn-outline-light.dropdown-toggle select.form-control[multiple],.show>.btn-outline-light.dropdown-toggle select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.btn-outline-light:not(:disabled):not(.disabled):active select.form-control[multiple]:hover,.btn-outline-light:not(:disabled):not(.disabled):active select.form-control[size]:hover,.btn-outline-light:not(:disabled):not(.disabled).active select.form-control[multiple]:hover,.btn-outline-light:not(:disabled):not(.disabled).active select.form-control[size]:hover,.show>.btn-outline-light.dropdown-toggle select.form-control[multiple]:hover,.show>.btn-outline-light.dropdown-toggle select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.12);
}
.btn-outline-light:not(:disabled):not(.disabled):active select.form-control[multiple]:focus,.btn-outline-light:not(:disabled):not(.disabled):active select.form-control[multiple]:focus:hover,.btn-outline-light:not(:disabled):not(.disabled):active select.form-control[size]:focus,.btn-outline-light:not(:disabled):not(.disabled):active select.form-control[size]:focus:hover,.btn-outline-light:not(:disabled):not(.disabled).active select.form-control[multiple]:focus,.btn-outline-light:not(:disabled):not(.disabled).active select.form-control[multiple]:focus:hover,.btn-outline-light:not(:disabled):not(.disabled).active select.form-control[size]:focus,.btn-outline-light:not(:disabled):not(.disabled).active select.form-control[size]:focus:hover,.show>.btn-outline-light.dropdown-toggle select.form-control[multiple]:focus,.show>.btn-outline-light.dropdown-toggle select.form-control[multiple]:focus:hover,.show>.btn-outline-light.dropdown-toggle select.form-control[size]:focus,.show>.btn-outline-light.dropdown-toggle select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-outline-light:not(:disabled):not(.disabled):active .form-group>label,.btn-outline-light:not(:disabled):not(.disabled).active .form-group>label,.show>.btn-outline-light.dropdown-toggle .form-group>label {
  color: rgba(0,0,0,0.54);
}
.btn-outline-light:not(:disabled):not(.disabled):active .nav .subheader,.btn-outline-light:not(:disabled):not(.disabled).active .nav .subheader,.show>.btn-outline-light.dropdown-toggle .nav .subheader {
  color: rgba(0,0,0,0.54);
}
.btn-outline-light:not(:disabled):not(.disabled):active .nav .subheader:before,.btn-outline-light:not(:disabled):not(.disabled).active .nav .subheader:before,.show>.btn-outline-light.dropdown-toggle .nav .subheader:before {
  border-top-color: rgba(0,0,0,0.54);
}
.btn-outline-light:not(:disabled):not(.disabled):active .nav .nav-link,.btn-outline-light:not(:disabled):not(.disabled).active .nav .nav-link,.show>.btn-outline-light.dropdown-toggle .nav .nav-link {
  color: rgba(0,0,0,0.87);
}
.btn-outline-light:not(:disabled):not(.disabled):active .nav .nav-link:hover,.btn-outline-light:not(:disabled):not(.disabled).active .nav .nav-link:hover,.show>.btn-outline-light.dropdown-toggle .nav .nav-link:hover {
  color: #3C4252;
}
.btn-outline-light:not(:disabled):not(.disabled):active .nav .nav-link:hover>i,.btn-outline-light:not(:disabled):not(.disabled).active .nav .nav-link:hover>i,.show>.btn-outline-light.dropdown-toggle .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-outline-light:not(:disabled):not(.disabled):active .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-outline-light:not(:disabled):not(.disabled):active .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-outline-light:not(:disabled):not(.disabled):active .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-outline-light:not(:disabled):not(.disabled):active .custom-radio input[type=radio] ~ .radio-icon:before,.btn-outline-light:not(:disabled):not(.disabled):active .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-outline-light:not(:disabled):not(.disabled):active .form-check-label input[type=radio] ~ .radio-icon:before,.btn-outline-light:not(:disabled):not(.disabled).active .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-outline-light:not(:disabled):not(.disabled).active .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-outline-light:not(:disabled):not(.disabled).active .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-outline-light:not(:disabled):not(.disabled).active .custom-radio input[type=radio] ~ .radio-icon:before,.btn-outline-light:not(:disabled):not(.disabled).active .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-outline-light:not(:disabled):not(.disabled).active .form-check-label input[type=radio] ~ .radio-icon:before,.show>.btn-outline-light.dropdown-toggle .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.show>.btn-outline-light.dropdown-toggle .custom-checkbox input[type=radio] ~ .radio-icon:before,.show>.btn-outline-light.dropdown-toggle .custom-radio input[type=radio] ~ .custom-control-indicator:before,.show>.btn-outline-light.dropdown-toggle .custom-radio input[type=radio] ~ .radio-icon:before,.show>.btn-outline-light.dropdown-toggle .form-check-label input[type=radio] ~ .custom-control-indicator:before,.show>.btn-outline-light.dropdown-toggle .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(0,0,0,0.54);
}
.btn-outline-light:not(:disabled):not(.disabled):active .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-light:not(:disabled):not(.disabled):active .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-light:not(:disabled):not(.disabled):active .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-light:not(:disabled):not(.disabled):active .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-light:not(:disabled):not(.disabled):active .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-light:not(:disabled):not(.disabled):active .form-check-label input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-light:not(:disabled):not(.disabled).active .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-light:not(:disabled):not(.disabled).active .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-light:not(:disabled):not(.disabled).active .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-light:not(:disabled):not(.disabled).active .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-light:not(:disabled):not(.disabled).active .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-light:not(:disabled):not(.disabled).active .form-check-label input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-outline-light.dropdown-toggle .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-outline-light.dropdown-toggle .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-outline-light.dropdown-toggle .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-outline-light.dropdown-toggle .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-outline-light.dropdown-toggle .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-outline-light.dropdown-toggle .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(0,0,0,0.54);
}
.btn-outline-light:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .checkbox-icon,.btn-outline-light:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-outline-light:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .form-check-description,.btn-outline-light:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .checkbox-icon,.btn-outline-light:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-outline-light:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .form-check-description,.btn-outline-light:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .checkbox-icon,.btn-outline-light:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-outline-light:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .form-check-description,.btn-outline-light:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .checkbox-icon,.btn-outline-light:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-outline-light:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .form-check-description,.show>.btn-outline-light.dropdown-toggle input[type=checkbox]:disabled ~ .checkbox-icon,.show>.btn-outline-light.dropdown-toggle input[type=checkbox]:disabled ~ .custom-control-indicator,.show>.btn-outline-light.dropdown-toggle input[type=checkbox]:disabled ~ .form-check-description,.show>.btn-outline-light.dropdown-toggle input[type=checkbox][disabled] ~ .checkbox-icon,.show>.btn-outline-light.dropdown-toggle input[type=checkbox][disabled] ~ .custom-control-indicator,.show>.btn-outline-light.dropdown-toggle input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(0,0,0,0.38) !important;
}
.btn-outline-light:not(:disabled):not(.disabled):active .form-check.disabled .form-check-label,.btn-outline-light:not(:disabled):not(.disabled).active .form-check.disabled .form-check-label,.show>.btn-outline-light.dropdown-toggle .form-check.disabled .form-check-label {
  color: rgba(0,0,0,0.38) !important;
}
.btn-outline-light:not(:disabled):not(.disabled):active .custom-control-input:disabled ~ .custom-control-description,.btn-outline-light:not(:disabled):not(.disabled).active .custom-control-input:disabled ~ .custom-control-description,.show>.btn-outline-light.dropdown-toggle .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(0,0,0,0.54);
}
.btn-outline-light:not(:disabled):not(.disabled):active #sidenav .nav-link:hover:not(.active),.btn-outline-light:not(:disabled):not(.disabled).active #sidenav .nav-link:hover:not(.active),.show>.btn-outline-light.dropdown-toggle #sidenav .nav-link:hover:not(.active) {
  background: rgba(0,0,0,0.05) !important;
}
.btn-outline-light:not(:disabled):not(.disabled):active #sidenav .nav-link:hover:not(.active)>i,.btn-outline-light:not(:disabled):not(.disabled).active #sidenav .nav-link:hover:not(.active)>i,.show>.btn-outline-light.dropdown-toggle #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(0,0,0,0.54) !important;
}
.btn-outline-light.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.btn-outline-dark {
  color: #343A40;
  background-color: transparent;
  background-image: none;
  border-color: #343A40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343A40;
  border-color: #343A40;
}
.btn-outline-dark:hover a:hover {
  color: #1c1e26;
}
.btn-outline-dark:hover i,.btn-outline-dark:hover [class^="icon-"],.btn-outline-dark:hover [class*=" icon-"] {
  color: rgba(255,255,255,0.87);
}
.btn-outline-dark:hover .text-muted {
  color: rgba(255,255,255,0.5) !important;
}
.btn-outline-dark:hover .fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.btn-outline-dark:hover .form-control {
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.7);
}
.btn-outline-dark:hover .form-control:hover {
  box-shadow: 0 2px 0 0 #fff;
}
.btn-outline-dark:hover .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-outline-dark:hover .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-outline-dark:hover .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-outline-dark:hover textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-outline-dark:hover textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-outline-dark:hover textarea.form-control:focus,.btn-outline-dark:hover textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-outline-dark:hover select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.5%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-outline-dark:hover select.form-control[multiple],.btn-outline-dark:hover select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-outline-dark:hover select.form-control[multiple]:hover,.btn-outline-dark:hover select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-outline-dark:hover select.form-control[multiple]:focus,.btn-outline-dark:hover select.form-control[multiple]:focus:hover,.btn-outline-dark:hover select.form-control[size]:focus,.btn-outline-dark:hover select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-outline-dark:hover .form-group>label {
  color: rgba(255,255,255,0.7);
}
.btn-outline-dark:hover .nav .subheader {
  color: rgba(255,255,255,0.5);
}
.btn-outline-dark:hover .nav .subheader:before {
  border-top-color: rgba(255,255,255,0.5);
}
.btn-outline-dark:hover .nav .nav-link {
  color: #fff;
}
.btn-outline-dark:hover .nav .nav-link:hover {
  color: #3C4252;
}
.btn-outline-dark:hover .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-outline-dark:hover .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-outline-dark:hover .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-outline-dark:hover .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-outline-dark:hover .custom-radio input[type=radio] ~ .radio-icon:before,.btn-outline-dark:hover .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-outline-dark:hover .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(255,255,255,0.7);
}
.btn-outline-dark:hover .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-dark:hover .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-dark:hover .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-dark:hover .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-dark:hover .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-dark:hover .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(255,255,255,0.7);
}
.btn-outline-dark:hover input[type=checkbox]:disabled ~ .checkbox-icon,.btn-outline-dark:hover input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-outline-dark:hover input[type=checkbox]:disabled ~ .form-check-description,.btn-outline-dark:hover input[type=checkbox][disabled] ~ .checkbox-icon,.btn-outline-dark:hover input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-outline-dark:hover input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(255,255,255,0.5) !important;
}
.btn-outline-dark:hover .form-check.disabled .form-check-label {
  color: rgba(255,255,255,0.5) !important;
}
.btn-outline-dark:hover .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(255,255,255,0.5);
}
.btn-outline-dark:hover #sidenav .nav-link:hover:not(.active) {
  background: rgba(255,255,255,0.04) !important;
}
.btn-outline-dark:hover #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(255,255,255,0.87) !important;
}
.btn-outline-dark.disabled,.btn-outline-dark:disabled {
  color: #343A40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343A40;
  border-color: #343A40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active a:hover,.btn-outline-dark:not(:disabled):not(.disabled).active a:hover,.show>.btn-outline-dark.dropdown-toggle a:hover {
  color: #1c1e26;
}
.btn-outline-dark:not(:disabled):not(.disabled):active i,.btn-outline-dark:not(:disabled):not(.disabled):active [class^="icon-"],.btn-outline-dark:not(:disabled):not(.disabled):active [class*=" icon-"],.btn-outline-dark:not(:disabled):not(.disabled).active i,.btn-outline-dark:not(:disabled):not(.disabled).active [class^="icon-"],.btn-outline-dark:not(:disabled):not(.disabled).active [class*=" icon-"],.show>.btn-outline-dark.dropdown-toggle i,.show>.btn-outline-dark.dropdown-toggle [class^="icon-"],.show>.btn-outline-dark.dropdown-toggle [class*=" icon-"] {
  color: rgba(255,255,255,0.87);
}
.btn-outline-dark:not(:disabled):not(.disabled):active .text-muted,.btn-outline-dark:not(:disabled):not(.disabled).active .text-muted,.show>.btn-outline-dark.dropdown-toggle .text-muted {
  color: rgba(255,255,255,0.5) !important;
}
.btn-outline-dark:not(:disabled):not(.disabled):active .fuse-ripple-ready .fuse-ripple,.btn-outline-dark:not(:disabled):not(.disabled).active .fuse-ripple-ready .fuse-ripple,.show>.btn-outline-dark.dropdown-toggle .fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.btn-outline-dark:not(:disabled):not(.disabled):active .form-control,.btn-outline-dark:not(:disabled):not(.disabled).active .form-control,.show>.btn-outline-dark.dropdown-toggle .form-control {
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(255,255,255,0.7);
}
.btn-outline-dark:not(:disabled):not(.disabled):active .form-control:hover,.btn-outline-dark:not(:disabled):not(.disabled).active .form-control:hover,.show>.btn-outline-dark.dropdown-toggle .form-control:hover {
  box-shadow: 0 2px 0 0 #fff;
}
.btn-outline-dark:not(:disabled):not(.disabled):active .form-control:focus,.btn-outline-dark:not(:disabled):not(.disabled).active .form-control:focus,.show>.btn-outline-dark.dropdown-toggle .form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
.btn-outline-dark:not(:disabled):not(.disabled):active .form-control::-moz-placeholder,.btn-outline-dark:not(:disabled):not(.disabled).active .form-control::-moz-placeholder,.show>.btn-outline-dark.dropdown-toggle .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-outline-dark:not(:disabled):not(.disabled):active .form-control::-moz-placeholder, .btn-outline-dark:not(:disabled):not(.disabled).active .form-control::-moz-placeholder, .show>.btn-outline-dark.dropdown-toggle .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-outline-dark:not(:disabled):not(.disabled):active .form-control::placeholder,.btn-outline-dark:not(:disabled):not(.disabled).active .form-control::placeholder,.show>.btn-outline-dark.dropdown-toggle .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}
.btn-outline-dark:not(:disabled):not(.disabled):active textarea.form-control,.btn-outline-dark:not(:disabled):not(.disabled).active textarea.form-control,.show>.btn-outline-dark.dropdown-toggle textarea.form-control {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-outline-dark:not(:disabled):not(.disabled):active textarea.form-control:hover,.btn-outline-dark:not(:disabled):not(.disabled).active textarea.form-control:hover,.show>.btn-outline-dark.dropdown-toggle textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-outline-dark:not(:disabled):not(.disabled):active textarea.form-control:focus,.btn-outline-dark:not(:disabled):not(.disabled):active textarea.form-control:focus:hover,.btn-outline-dark:not(:disabled):not(.disabled).active textarea.form-control:focus,.btn-outline-dark:not(:disabled):not(.disabled).active textarea.form-control:focus:hover,.show>.btn-outline-dark.dropdown-toggle textarea.form-control:focus,.show>.btn-outline-dark.dropdown-toggle textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-outline-dark:not(:disabled):not(.disabled):active select.form-control,.btn-outline-dark:not(:disabled):not(.disabled).active select.form-control,.show>.btn-outline-dark.dropdown-toggle select.form-control {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.5%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
}
.btn-outline-dark:not(:disabled):not(.disabled):active select.form-control[multiple],.btn-outline-dark:not(:disabled):not(.disabled):active select.form-control[size],.btn-outline-dark:not(:disabled):not(.disabled).active select.form-control[multiple],.btn-outline-dark:not(:disabled):not(.disabled).active select.form-control[size],.show>.btn-outline-dark.dropdown-toggle select.form-control[multiple],.show>.btn-outline-dark.dropdown-toggle select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
}
.btn-outline-dark:not(:disabled):not(.disabled):active select.form-control[multiple]:hover,.btn-outline-dark:not(:disabled):not(.disabled):active select.form-control[size]:hover,.btn-outline-dark:not(:disabled):not(.disabled).active select.form-control[multiple]:hover,.btn-outline-dark:not(:disabled):not(.disabled).active select.form-control[size]:hover,.show>.btn-outline-dark.dropdown-toggle select.form-control[multiple]:hover,.show>.btn-outline-dark.dropdown-toggle select.form-control[size]:hover {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
}
.btn-outline-dark:not(:disabled):not(.disabled):active select.form-control[multiple]:focus,.btn-outline-dark:not(:disabled):not(.disabled):active select.form-control[multiple]:focus:hover,.btn-outline-dark:not(:disabled):not(.disabled):active select.form-control[size]:focus,.btn-outline-dark:not(:disabled):not(.disabled):active select.form-control[size]:focus:hover,.btn-outline-dark:not(:disabled):not(.disabled).active select.form-control[multiple]:focus,.btn-outline-dark:not(:disabled):not(.disabled).active select.form-control[multiple]:focus:hover,.btn-outline-dark:not(:disabled):not(.disabled).active select.form-control[size]:focus,.btn-outline-dark:not(:disabled):not(.disabled).active select.form-control[size]:focus:hover,.show>.btn-outline-dark.dropdown-toggle select.form-control[multiple]:focus,.show>.btn-outline-dark.dropdown-toggle select.form-control[multiple]:focus:hover,.show>.btn-outline-dark.dropdown-toggle select.form-control[size]:focus,.show>.btn-outline-dark.dropdown-toggle select.form-control[size]:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.btn-outline-dark:not(:disabled):not(.disabled):active .form-group>label,.btn-outline-dark:not(:disabled):not(.disabled).active .form-group>label,.show>.btn-outline-dark.dropdown-toggle .form-group>label {
  color: rgba(255,255,255,0.7);
}
.btn-outline-dark:not(:disabled):not(.disabled):active .nav .subheader,.btn-outline-dark:not(:disabled):not(.disabled).active .nav .subheader,.show>.btn-outline-dark.dropdown-toggle .nav .subheader {
  color: rgba(255,255,255,0.5);
}
.btn-outline-dark:not(:disabled):not(.disabled):active .nav .subheader:before,.btn-outline-dark:not(:disabled):not(.disabled).active .nav .subheader:before,.show>.btn-outline-dark.dropdown-toggle .nav .subheader:before {
  border-top-color: rgba(255,255,255,0.5);
}
.btn-outline-dark:not(:disabled):not(.disabled):active .nav .nav-link,.btn-outline-dark:not(:disabled):not(.disabled).active .nav .nav-link,.show>.btn-outline-dark.dropdown-toggle .nav .nav-link {
  color: #fff;
}
.btn-outline-dark:not(:disabled):not(.disabled):active .nav .nav-link:hover,.btn-outline-dark:not(:disabled):not(.disabled).active .nav .nav-link:hover,.show>.btn-outline-dark.dropdown-toggle .nav .nav-link:hover {
  color: #3C4252;
}
.btn-outline-dark:not(:disabled):not(.disabled):active .nav .nav-link:hover>i,.btn-outline-dark:not(:disabled):not(.disabled).active .nav .nav-link:hover>i,.show>.btn-outline-dark.dropdown-toggle .nav .nav-link:hover>i {
  color: #3C4252;
}
.btn-outline-dark:not(:disabled):not(.disabled):active .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-outline-dark:not(:disabled):not(.disabled):active .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-outline-dark:not(:disabled):not(.disabled):active .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-outline-dark:not(:disabled):not(.disabled):active .custom-radio input[type=radio] ~ .radio-icon:before,.btn-outline-dark:not(:disabled):not(.disabled):active .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-outline-dark:not(:disabled):not(.disabled):active .form-check-label input[type=radio] ~ .radio-icon:before,.btn-outline-dark:not(:disabled):not(.disabled).active .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.btn-outline-dark:not(:disabled):not(.disabled).active .custom-checkbox input[type=radio] ~ .radio-icon:before,.btn-outline-dark:not(:disabled):not(.disabled).active .custom-radio input[type=radio] ~ .custom-control-indicator:before,.btn-outline-dark:not(:disabled):not(.disabled).active .custom-radio input[type=radio] ~ .radio-icon:before,.btn-outline-dark:not(:disabled):not(.disabled).active .form-check-label input[type=radio] ~ .custom-control-indicator:before,.btn-outline-dark:not(:disabled):not(.disabled).active .form-check-label input[type=radio] ~ .radio-icon:before,.show>.btn-outline-dark.dropdown-toggle .custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.show>.btn-outline-dark.dropdown-toggle .custom-checkbox input[type=radio] ~ .radio-icon:before,.show>.btn-outline-dark.dropdown-toggle .custom-radio input[type=radio] ~ .custom-control-indicator:before,.show>.btn-outline-dark.dropdown-toggle .custom-radio input[type=radio] ~ .radio-icon:before,.show>.btn-outline-dark.dropdown-toggle .form-check-label input[type=radio] ~ .custom-control-indicator:before,.show>.btn-outline-dark.dropdown-toggle .form-check-label input[type=radio] ~ .radio-icon:before {
  border-color: rgba(255,255,255,0.7);
}
.btn-outline-dark:not(:disabled):not(.disabled):active .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-dark:not(:disabled):not(.disabled):active .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-dark:not(:disabled):not(.disabled):active .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-dark:not(:disabled):not(.disabled):active .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-dark:not(:disabled):not(.disabled):active .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-dark:not(:disabled):not(.disabled):active .form-check-label input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-dark:not(:disabled):not(.disabled).active .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-dark:not(:disabled):not(.disabled).active .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-dark:not(:disabled):not(.disabled).active .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-dark:not(:disabled):not(.disabled).active .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.btn-outline-dark:not(:disabled):not(.disabled).active .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.btn-outline-dark:not(:disabled):not(.disabled).active .form-check-label input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-outline-dark.dropdown-toggle .custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-outline-dark.dropdown-toggle .custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-outline-dark.dropdown-toggle .custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-outline-dark.dropdown-toggle .custom-radio input[type=checkbox] ~ .checkbox-icon:before,.show>.btn-outline-dark.dropdown-toggle .form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.show>.btn-outline-dark.dropdown-toggle .form-check-label input[type=checkbox] ~ .checkbox-icon:before {
  color: rgba(255,255,255,0.7);
}
.btn-outline-dark:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .checkbox-icon,.btn-outline-dark:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-outline-dark:not(:disabled):not(.disabled):active input[type=checkbox]:disabled ~ .form-check-description,.btn-outline-dark:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .checkbox-icon,.btn-outline-dark:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-outline-dark:not(:disabled):not(.disabled):active input[type=checkbox][disabled] ~ .form-check-description,.btn-outline-dark:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .checkbox-icon,.btn-outline-dark:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .custom-control-indicator,.btn-outline-dark:not(:disabled):not(.disabled).active input[type=checkbox]:disabled ~ .form-check-description,.btn-outline-dark:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .checkbox-icon,.btn-outline-dark:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .custom-control-indicator,.btn-outline-dark:not(:disabled):not(.disabled).active input[type=checkbox][disabled] ~ .form-check-description,.show>.btn-outline-dark.dropdown-toggle input[type=checkbox]:disabled ~ .checkbox-icon,.show>.btn-outline-dark.dropdown-toggle input[type=checkbox]:disabled ~ .custom-control-indicator,.show>.btn-outline-dark.dropdown-toggle input[type=checkbox]:disabled ~ .form-check-description,.show>.btn-outline-dark.dropdown-toggle input[type=checkbox][disabled] ~ .checkbox-icon,.show>.btn-outline-dark.dropdown-toggle input[type=checkbox][disabled] ~ .custom-control-indicator,.show>.btn-outline-dark.dropdown-toggle input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(255,255,255,0.5) !important;
}
.btn-outline-dark:not(:disabled):not(.disabled):active .form-check.disabled .form-check-label,.btn-outline-dark:not(:disabled):not(.disabled).active .form-check.disabled .form-check-label,.show>.btn-outline-dark.dropdown-toggle .form-check.disabled .form-check-label {
  color: rgba(255,255,255,0.5) !important;
}
.btn-outline-dark:not(:disabled):not(.disabled):active .custom-control-input:disabled ~ .custom-control-description,.btn-outline-dark:not(:disabled):not(.disabled).active .custom-control-input:disabled ~ .custom-control-description,.show>.btn-outline-dark.dropdown-toggle .custom-control-input:disabled ~ .custom-control-description {
  color: rgba(255,255,255,0.5);
}
.btn-outline-dark:not(:disabled):not(.disabled):active #sidenav .nav-link:hover:not(.active),.btn-outline-dark:not(:disabled):not(.disabled).active #sidenav .nav-link:hover:not(.active),.show>.btn-outline-dark.dropdown-toggle #sidenav .nav-link:hover:not(.active) {
  background: rgba(255,255,255,0.04) !important;
}
.btn-outline-dark:not(:disabled):not(.disabled):active #sidenav .nav-link:hover:not(.active)>i,.btn-outline-dark:not(:disabled):not(.disabled).active #sidenav .nav-link:hover:not(.active)>i,.show>.btn-outline-dark.dropdown-toggle #sidenav .nav-link:hover:not(.active)>i {
  color: rgba(255,255,255,0.87) !important;
}
.btn-outline-dark.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.btn-link {
  font-weight: normal;
  color: #000;
  color: initial;
  border-radius: 0;
  min-width: 6.4rem;
}
.btn-link,.btn-link:active,.btn-link.active,.btn-link:disabled {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,.btn-link:focus,.btn-link:active {
  border-color: transparent;
  box-shadow: none;
}
.btn-link:hover {
  border-color: transparent;
  background-color: rgba(0,0,0,0.03);
}
.btn-link:hover,.btn-link:focus {
  color: #1c1e26;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link:disabled {
  color: #6C757D;
}
.btn-link:disabled:hover,.btn-link:disabled:focus {
  text-decoration: none;
}
.btn-link,.btn-icon {
  background-color: transparent;
  text-decoration: none !important;
  box-shadow: none;
}
.btn-link:focus,.btn-link.focus,.btn-icon:focus,.btn-icon.focus {
  box-shadow: none;
}
.btn-link:active,.btn-link.active,.btn-icon:active,.btn-icon.active {
  box-shadow: none;
}
.btn-link.disabled,.btn-link:disabled,.btn-icon.disabled,.btn-icon:disabled {
  background: transparent;
}
.btn-lg,.btn-group-lg>.btn {
  padding: 0 1.6rem;
  font-size: 1.6rem;
  line-height: 2.25;
  border-radius: 2px;
  height: calc(2.925rem + 0px);
  line-height: calc(2.925rem + 0px);
}
.btn-sm,.btn-group-sm>.btn {
  padding: 0 1.6rem;
  font-size: 1.3rem;
  line-height: 2.46154;
  border-radius: 2px;
  height: calc(2.32143rem + 0px);
  line-height: calc(2.32143rem + 0px);
}
.btn-icon {
  background: transparent;
  min-width: auto;
  min-width: initial;
  height: auto;
  line-height: normal;
  padding: .8rem;
  border-radius: 100% !important;
}
.btn-fab {
  line-height: 5.6rem;
  width: 5.6rem;
  min-width: 5.6rem;
  height: 5.6rem;
  min-height: 5.6rem;
  overflow: hidden !important;
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  border-radius: 50%;
  box-sizing: border-box;
}
.btn-fab.btn-sm,.btn-group-sm>.btn-fab.btn {
  line-height: 4rem;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}
.btn-fab i,.btn-fab [class^="icon-"],.btn-fab [class*=" icon-"] {
  width: 100%;
}
.btn-fab i,.btn-fab [class^="icon-"],.btn-fab [class*=" icon-"] {
  width: 100%;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block+.btn-block {
  margin-top: .5rem;
}
input[type="submit"],input[type="reset"],input[type="button"] {
  text-transform: uppercase;
}
input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
  width: 100%;
}
[data-toggle="collapse"] {
  text-decoration: none;
}
.btn-toolbar {
  align-items: center;
  /*min-height: 6.4rem;*/
}
.btn-toolbar .btn-group {
  box-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);
  margin: 0 0.8rem;
}
.btn-toolbar .btn-group:last-child:after {
  display: none;
}
.btn-toolbar .btn-group .btn {
  box-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);
  min-width: 4rem;
  min-height: 4rem;
  line-height: 2.4rem;
}
.btn-toolbar .btn-group .btn:not(.dropdown-toggle) {
  padding: 0.8rem;
}
.btn-toolbar .btn-group .btn-group {
  margin: 0 0.8rem;
}
.btn-toolbar .input-group {
  margin: 0.4rem 0.8rem;
}
.btn+.dropdown-toggle-split {
  min-width: 0;
}
button,input[type=email],input[type=tel],input[type=text],input[type=password],input[type=image],input[type=submit],input[type=button],input[type=search],textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
}
.form-control {
  padding: 0 0 0 0;
  border: 0px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.42);
  transition: box-shadow 180ms cubic-bezier(0.4, 0, 0.2, 1);
}
.form-control:hover {
  box-shadow: 0 2px 0 0 rgba(0,0,0,0.87);
}
.form-control:focus {
  box-shadow: 0 2px 0 0 #3C4252;
}
label+.form-control::-moz-placeholder {
  color: rgba(0,0,0,0.54);
  opacity: 1 !important;
}
label+.form-control::placeholder {
  color: rgba(0,0,0,0.54);
  opacity: 1 !important;
}
select.form-control {
  padding-right: 24px;
  padding-bottom: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: calc(100% - 24px);
  background: none;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%230%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.38%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E);
  cursor: pointer;
  border-radius: 0;
}
select.form-control[multiple],select.form-control[size] {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
select.form-control[multiple]:focus,select.form-control[size]:focus {
  box-shadow: inset 0 0 0 2px #3C4252;
}
select.form-control:not([multiple]):not([size]) option {
  color: #495057;
}
select.form-control option {
  padding: 16px 40px;
  margin: 0 -24px;
}
.col-form-label {
  padding-top: 0;
  font-size: 1.4rem;
  line-height: normal;
}
.col-form-label-lg {
  padding-top: 0;
  line-height: normal;
}
.col-form-label-sm {
  padding-top: 0;
  line-height: normal;
}
.form-control-plaintext {
  display: block;
  padding: 0 1.6rem 0 1.6rem;
  font-size: 1.4rem;
}
.form-control-plaintext.form-control-sm,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.btn {
  font-size: 1.3rem;
}
.form-control-plaintext.form-control-lg,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.btn {
  font-size: 1.6rem;
}
.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn {
  padding: 0 0;
}
select.form-control-sm:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]) {
  height: calc(2.32143rem + 0px);
}
.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn {
  padding: 0 0;
}
.form-row .form-group {
  display: flex;
  align-items: flex-end;
}
.form-row .form-control+.col-form-label {
  left: 5px !important;
}
.form-check.disabled .form-check-label {
  color: rgba(0,0,0,0.38) !important;
  cursor: not-allowed;
}
.form-check-label {
  cursor: pointer;
}
input[type=checkbox]:disabled ~ .checkbox-icon,input[type=checkbox]:disabled ~ .custom-control-indicator,input[type=checkbox]:disabled ~ .form-check-description,input[type=checkbox][disabled] ~ .checkbox-icon,input[type=checkbox][disabled] ~ .custom-control-indicator,input[type=checkbox][disabled] ~ .form-check-description {
  color: rgba(0,0,0,0.38) !important;
}
.form-check-label,.custom-checkbox,.custom-radio {
  padding-left: 20px !important;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  min-width: 24px;
  min-height: 24px;
}
.form-check-label input[type=checkbox],.custom-checkbox input[type=checkbox],.custom-radio input[type=checkbox] {
  position: absolute;
  top: -8px;
  left: 2px;
}
.form-check-label input[type=checkbox] ~ .checkbox-icon,.form-check-label input[type=checkbox] ~ .custom-control-indicator,.custom-checkbox input[type=checkbox] ~ .checkbox-icon,.custom-checkbox input[type=checkbox] ~ .custom-control-indicator,.custom-radio input[type=checkbox] ~ .checkbox-icon,.custom-radio input[type=checkbox] ~ .custom-control-indicator {
  position: absolute;
  top: -8px;
  left: -10px;
  font-family: 'fuse-iconfont';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: normal;
  cursor: pointer;
  width: 40px;
  height: 40px;
  pointer-events: initial;
  color: rgba(0,0,0,0.54);
}
.form-check-label input[type=checkbox] ~ .checkbox-icon+span,.form-check-label input[type=checkbox] ~ .custom-control-indicator+span,.custom-checkbox input[type=checkbox] ~ .checkbox-icon+span,.custom-checkbox input[type=checkbox] ~ .custom-control-indicator+span,.custom-radio input[type=checkbox] ~ .checkbox-icon+span,.custom-radio input[type=checkbox] ~ .custom-control-indicator+span {
  padding-left: 8px;
}
.form-check-label input[type=checkbox] ~ .checkbox-icon.fuse-ripple-ready,.form-check-label input[type=checkbox] ~ .custom-control-indicator.fuse-ripple-ready,.custom-checkbox input[type=checkbox] ~ .checkbox-icon.fuse-ripple-ready,.custom-checkbox input[type=checkbox] ~ .custom-control-indicator.fuse-ripple-ready,.custom-radio input[type=checkbox] ~ .checkbox-icon.fuse-ripple-ready,.custom-radio input[type=checkbox] ~ .custom-control-indicator.fuse-ripple-ready {
  overflow: visible;
}
.form-check-label input[type=checkbox] ~ .checkbox-icon:before,.form-check-label input[type=checkbox] ~ .checkbox-icon:after,.form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.form-check-label input[type=checkbox] ~ .custom-control-indicator:after,.custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.custom-checkbox input[type=checkbox] ~ .checkbox-icon:after,.custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.custom-checkbox input[type=checkbox] ~ .custom-control-indicator:after,.custom-radio input[type=checkbox] ~ .checkbox-icon:before,.custom-radio input[type=checkbox] ~ .checkbox-icon:after,.custom-radio input[type=checkbox] ~ .custom-control-indicator:before,.custom-radio input[type=checkbox] ~ .custom-control-indicator:after {
  position: absolute;
  transition: opacity 180ms 0ms cubic-bezier(0, 0, 0.2, 1),transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1);
  top: 8px;
  left: 8px;
}
.form-check-label input[type=checkbox] ~ .checkbox-icon:before,.form-check-label input[type=checkbox] ~ .custom-control-indicator:before,.custom-checkbox input[type=checkbox] ~ .checkbox-icon:before,.custom-checkbox input[type=checkbox] ~ .custom-control-indicator:before,.custom-radio input[type=checkbox] ~ .checkbox-icon:before,.custom-radio input[type=checkbox] ~ .custom-control-indicator:before {
  content: "\ea7e";
  opacity: 1;
}
.form-check-label input[type=checkbox] ~ .checkbox-icon:after,.form-check-label input[type=checkbox] ~ .custom-control-indicator:after,.custom-checkbox input[type=checkbox] ~ .checkbox-icon:after,.custom-checkbox input[type=checkbox] ~ .custom-control-indicator:after,.custom-radio input[type=checkbox] ~ .checkbox-icon:after,.custom-radio input[type=checkbox] ~ .custom-control-indicator:after {
  content: "\ea83";
  opacity: 0;
}
.form-check-label input[type=checkbox]:disabled ~ .checkbox-icon,.form-check-label input[type=checkbox]:disabled ~ .custom-control-indicator,.form-check-label input[type=checkbox]:disabled .form-check-description,.form-check-label input[type=checkbox][disabled] ~ .checkbox-icon,.form-check-label input[type=checkbox][disabled] ~ .custom-control-indicator,.form-check-label input[type=checkbox][disabled] .form-check-description,.custom-checkbox input[type=checkbox]:disabled ~ .checkbox-icon,.custom-checkbox input[type=checkbox]:disabled ~ .custom-control-indicator,.custom-checkbox input[type=checkbox]:disabled .form-check-description,.custom-checkbox input[type=checkbox][disabled] ~ .checkbox-icon,.custom-checkbox input[type=checkbox][disabled] ~ .custom-control-indicator,.custom-checkbox input[type=checkbox][disabled] .form-check-description,.custom-radio input[type=checkbox]:disabled ~ .checkbox-icon,.custom-radio input[type=checkbox]:disabled ~ .custom-control-indicator,.custom-radio input[type=checkbox]:disabled .form-check-description,.custom-radio input[type=checkbox][disabled] ~ .checkbox-icon,.custom-radio input[type=checkbox][disabled] ~ .custom-control-indicator,.custom-radio input[type=checkbox][disabled] .form-check-description {
  cursor: not-allowed;
  pointer-events: none;
}
.form-check-label input[type=checkbox]:checked ~ .checkbox-icon,.form-check-label input[type=checkbox]:checked ~ .custom-control-indicator,.custom-checkbox input[type=checkbox]:checked ~ .checkbox-icon,.custom-checkbox input[type=checkbox]:checked ~ .custom-control-indicator,.custom-radio input[type=checkbox]:checked ~ .checkbox-icon,.custom-radio input[type=checkbox]:checked ~ .custom-control-indicator {
  color: #3C4252;
}
.form-check-label input[type=checkbox]:checked ~ .checkbox-icon:before,.form-check-label input[type=checkbox]:checked ~ .custom-control-indicator:before,.custom-checkbox input[type=checkbox]:checked ~ .checkbox-icon:before,.custom-checkbox input[type=checkbox]:checked ~ .custom-control-indicator:before,.custom-radio input[type=checkbox]:checked ~ .checkbox-icon:before,.custom-radio input[type=checkbox]:checked ~ .custom-control-indicator:before {
  opacity: 0;
}
.form-check-label input[type=checkbox]:checked ~ .checkbox-icon:after,.form-check-label input[type=checkbox]:checked ~ .custom-control-indicator:after,.custom-checkbox input[type=checkbox]:checked ~ .checkbox-icon:after,.custom-checkbox input[type=checkbox]:checked ~ .custom-control-indicator:after,.custom-radio input[type=checkbox]:checked ~ .checkbox-icon:after,.custom-radio input[type=checkbox]:checked ~ .custom-control-indicator:after {
  opacity: 1;
}
.form-check-label input[type=radio],.custom-checkbox input[type=radio],.custom-radio input[type=radio] {
  position: absolute;
  top: -8px;
  left: 2px;
}
.form-check-label input[type=radio] ~ .radio-icon,.form-check-label input[type=radio] ~ .custom-control-indicator,.custom-checkbox input[type=radio] ~ .radio-icon,.custom-checkbox input[type=radio] ~ .custom-control-indicator,.custom-radio input[type=radio] ~ .radio-icon,.custom-radio input[type=radio] ~ .custom-control-indicator {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -8px;
  left: -10px;
  color: rgba(0,0,0,0.54);
}
.form-check-label input[type=radio] ~ .radio-icon.fuse-ripple-ready,.form-check-label input[type=radio] ~ .custom-control-indicator.fuse-ripple-ready,.custom-checkbox input[type=radio] ~ .radio-icon.fuse-ripple-ready,.custom-checkbox input[type=radio] ~ .custom-control-indicator.fuse-ripple-ready,.custom-radio input[type=radio] ~ .radio-icon.fuse-ripple-ready,.custom-radio input[type=radio] ~ .custom-control-indicator.fuse-ripple-ready {
  overflow: visible;
}
.form-check-label input[type=radio] ~ .radio-icon+span,.form-check-label input[type=radio] ~ .custom-control-indicator+span,.custom-checkbox input[type=radio] ~ .radio-icon+span,.custom-checkbox input[type=radio] ~ .custom-control-indicator+span,.custom-radio input[type=radio] ~ .radio-icon+span,.custom-radio input[type=radio] ~ .custom-control-indicator+span {
  padding-left: 8px;
}
.form-check-label input[type=radio] ~ .radio-icon:before,.form-check-label input[type=radio] ~ .radio-icon:after,.form-check-label input[type=radio] ~ .custom-control-indicator:before,.form-check-label input[type=radio] ~ .custom-control-indicator:after,.custom-checkbox input[type=radio] ~ .radio-icon:before,.custom-checkbox input[type=radio] ~ .radio-icon:after,.custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.custom-checkbox input[type=radio] ~ .custom-control-indicator:after,.custom-radio input[type=radio] ~ .radio-icon:before,.custom-radio input[type=radio] ~ .radio-icon:after,.custom-radio input[type=radio] ~ .custom-control-indicator:before,.custom-radio input[type=radio] ~ .custom-control-indicator:after {
  width: 20px;
  height: 20px;
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}
.form-check-label input[type=radio] ~ .radio-icon:before,.form-check-label input[type=radio] ~ .custom-control-indicator:before,.custom-checkbox input[type=radio] ~ .radio-icon:before,.custom-checkbox input[type=radio] ~ .custom-control-indicator:before,.custom-radio input[type=radio] ~ .radio-icon:before,.custom-radio input[type=radio] ~ .custom-control-indicator:before {
  border-color: rgba(0,0,0,0.54);
  transition: border-color 120ms 0ms cubic-bezier(0.4, 0, 1, 1);
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  box-sizing: border-box;
}
.form-check-label input[type=radio] ~ .radio-icon:after,.form-check-label input[type=radio] ~ .custom-control-indicator:after,.custom-checkbox input[type=radio] ~ .radio-icon:after,.custom-checkbox input[type=radio] ~ .custom-control-indicator:after,.custom-radio input[type=radio] ~ .radio-icon:after,.custom-radio input[type=radio] ~ .custom-control-indicator:after {
  background-color: rgba(0,0,0,0.54);
  transform: scale(0, 0);
  transition: transform 120ms 0ms cubic-bezier(0.4, 0, 1, 1),background-color 120ms 0ms cubic-bezier(0.4, 0, 1, 1);
  border-radius: 50%;
  box-sizing: border-box;
}
.form-check-label input[type=radio]:disabled ~ .radio-icon,.form-check-label input[type=radio]:disabled ~ .custom-control-indicator,.form-check-label input[type=radio]:disabled .form-check-description,.form-check-label input[type=radio][disabled] ~ .radio-icon,.form-check-label input[type=radio][disabled] ~ .custom-control-indicator,.form-check-label input[type=radio][disabled] .form-check-description,.custom-checkbox input[type=radio]:disabled ~ .radio-icon,.custom-checkbox input[type=radio]:disabled ~ .custom-control-indicator,.custom-checkbox input[type=radio]:disabled .form-check-description,.custom-checkbox input[type=radio][disabled] ~ .radio-icon,.custom-checkbox input[type=radio][disabled] ~ .custom-control-indicator,.custom-checkbox input[type=radio][disabled] .form-check-description,.custom-radio input[type=radio]:disabled ~ .radio-icon,.custom-radio input[type=radio]:disabled ~ .custom-control-indicator,.custom-radio input[type=radio]:disabled .form-check-description,.custom-radio input[type=radio][disabled] ~ .radio-icon,.custom-radio input[type=radio][disabled] ~ .custom-control-indicator,.custom-radio input[type=radio][disabled] .form-check-description {
  cursor: not-allowed;
  pointer-events: none;
}
.form-check-label input[type=radio]:disabled ~ .radio-icon:before,.form-check-label input[type=radio]:disabled ~ .custom-control-indicator:before,.form-check-label input[type=radio][disabled] ~ .radio-icon:before,.form-check-label input[type=radio][disabled] ~ .custom-control-indicator:before,.custom-checkbox input[type=radio]:disabled ~ .radio-icon:before,.custom-checkbox input[type=radio]:disabled ~ .custom-control-indicator:before,.custom-checkbox input[type=radio][disabled] ~ .radio-icon:before,.custom-checkbox input[type=radio][disabled] ~ .custom-control-indicator:before,.custom-radio input[type=radio]:disabled ~ .radio-icon:before,.custom-radio input[type=radio]:disabled ~ .custom-control-indicator:before,.custom-radio input[type=radio][disabled] ~ .radio-icon:before,.custom-radio input[type=radio][disabled] ~ .custom-control-indicator:before {
  border-color: rgba(0,0,0,0.38);
}
.form-check-label input[type=radio]:disabled ~ .radio-icon:after,.form-check-label input[type=radio]:disabled ~ .custom-control-indicator:after,.form-check-label input[type=radio][disabled] ~ .radio-icon:after,.form-check-label input[type=radio][disabled] ~ .custom-control-indicator:after,.custom-checkbox input[type=radio]:disabled ~ .radio-icon:after,.custom-checkbox input[type=radio]:disabled ~ .custom-control-indicator:after,.custom-checkbox input[type=radio][disabled] ~ .radio-icon:after,.custom-checkbox input[type=radio][disabled] ~ .custom-control-indicator:after,.custom-radio input[type=radio]:disabled ~ .radio-icon:after,.custom-radio input[type=radio]:disabled ~ .custom-control-indicator:after,.custom-radio input[type=radio][disabled] ~ .radio-icon:after,.custom-radio input[type=radio][disabled] ~ .custom-control-indicator:after {
  background-color: rgba(0,0,0,0.38);
}
.form-check-label input[type=radio]:checked ~ .radio-icon:before,.form-check-label input[type=radio]:checked ~ .custom-control-indicator:before,.custom-checkbox input[type=radio]:checked ~ .radio-icon:before,.custom-checkbox input[type=radio]:checked ~ .custom-control-indicator:before,.custom-radio input[type=radio]:checked ~ .radio-icon:before,.custom-radio input[type=radio]:checked ~ .custom-control-indicator:before {
  border-color: #3C4252;
}
.form-check-label input[type=radio]:checked ~ .radio-icon:after,.form-check-label input[type=radio]:checked ~ .custom-control-indicator:after,.custom-checkbox input[type=radio]:checked ~ .radio-icon:after,.custom-checkbox input[type=radio]:checked ~ .custom-control-indicator:after,.custom-radio input[type=radio]:checked ~ .radio-icon:after,.custom-radio input[type=radio]:checked ~ .custom-control-indicator:after {
  transform: scale(0.5);
  background-color: #3C4252;
}
.form-check-input,.custom-control-input {
  opacity: 0;
  width: 40px;
  height: 40px;
  position: relative;
  margin-top: 0;
  margin-left: -1.2rem;
}
.form-check-input:only-child,.custom-control-input:only-child {
  position: static;
}
@media (min-width: 576px) {
  .form-inline .form-check-input {
    margin-right: 0;
    margin-left: -1.2rem;
  }

  .form-inline .custom-control-indicator {
    position: absolute;
  }
}
.form-group {
  padding-top: 1.6rem;
  margin-bottom: 3.2rem;
}
.form-group.row>label {
  transform: scale(1);
}
.form-group>label {
  width: 100%;
  color: rgba(0,0,0,0.38);
  transform: scale(0.923, 0.923);
  transform-origin: left;
}
.form-group,.form-check {
  font-size: 1.6rem;
  will-change: opacity, transform, color;
  letter-spacing: 0.04em;
  position: relative;
  box-sizing: border-box;
  align-items: flex-start;
  flex-wrap: wrap;
}
.form-group.md-focus input[type=email].form-control::-moz-placeholder,.form-group.md-focus input[type=password].form-control::-moz-placeholder,.form-group.md-focus input[type=text].form-control::-moz-placeholder,.form-group.md-focus input[type=search].form-control::-moz-placeholder,.form-group.md-focus input[type=url].form-control::-moz-placeholder,.form-group.md-focus input[type=tel].form-control::-moz-placeholder,.form-group.md-focus input[type=password].form-control::-moz-placeholder,.form-group.md-focus input[type=number].form-control::-moz-placeholder,.form-group.md-focus input[type=datetime-local].form-control::-moz-placeholder,.form-group.md-focus input[type=date].form-control::-moz-placeholder,.form-group.md-focus input[type=month].form-control::-moz-placeholder,.form-group.md-focus input[type=week].form-control::-moz-placeholder,.form-group.md-focus input[type=time].form-control::-moz-placeholder,.form-group.md-focus textarea.form-control::-moz-placeholder,.form-check.md-focus input[type=email].form-control::-moz-placeholder,.form-check.md-focus input[type=password].form-control::-moz-placeholder,.form-check.md-focus input[type=text].form-control::-moz-placeholder,.form-check.md-focus input[type=search].form-control::-moz-placeholder,.form-check.md-focus input[type=url].form-control::-moz-placeholder,.form-check.md-focus input[type=tel].form-control::-moz-placeholder,.form-check.md-focus input[type=password].form-control::-moz-placeholder,.form-check.md-focus input[type=number].form-control::-moz-placeholder,.form-check.md-focus input[type=datetime-local].form-control::-moz-placeholder,.form-check.md-focus input[type=date].form-control::-moz-placeholder,.form-check.md-focus input[type=month].form-control::-moz-placeholder,.form-check.md-focus input[type=week].form-control::-moz-placeholder,.form-check.md-focus input[type=time].form-control::-moz-placeholder,.form-check.md-focus textarea.form-control::-moz-placeholder {
  opacity: 1;
}
.form-group.md-focus input[type=email].form-control::-moz-placeholder, .form-group.md-focus input[type=password].form-control::-moz-placeholder, .form-group.md-focus input[type=text].form-control::-moz-placeholder, .form-group.md-focus input[type=search].form-control::-moz-placeholder, .form-group.md-focus input[type=url].form-control::-moz-placeholder, .form-group.md-focus input[type=tel].form-control::-moz-placeholder, .form-group.md-focus input[type=password].form-control::-moz-placeholder, .form-group.md-focus input[type=number].form-control::-moz-placeholder, .form-group.md-focus input[type=datetime-local].form-control::-moz-placeholder, .form-group.md-focus input[type=date].form-control::-moz-placeholder, .form-group.md-focus input[type=month].form-control::-moz-placeholder, .form-group.md-focus input[type=week].form-control::-moz-placeholder, .form-group.md-focus input[type=time].form-control::-moz-placeholder, .form-group.md-focus textarea.form-control::-moz-placeholder, .form-check.md-focus input[type=email].form-control::-moz-placeholder, .form-check.md-focus input[type=password].form-control::-moz-placeholder, .form-check.md-focus input[type=text].form-control::-moz-placeholder, .form-check.md-focus input[type=search].form-control::-moz-placeholder, .form-check.md-focus input[type=url].form-control::-moz-placeholder, .form-check.md-focus input[type=tel].form-control::-moz-placeholder, .form-check.md-focus input[type=password].form-control::-moz-placeholder, .form-check.md-focus input[type=number].form-control::-moz-placeholder, .form-check.md-focus input[type=datetime-local].form-control::-moz-placeholder, .form-check.md-focus input[type=date].form-control::-moz-placeholder, .form-check.md-focus input[type=month].form-control::-moz-placeholder, .form-check.md-focus input[type=week].form-control::-moz-placeholder, .form-check.md-focus input[type=time].form-control::-moz-placeholder, .form-check.md-focus textarea.form-control::-moz-placeholder {
  opacity: 1;
}
.form-group.md-focus input[type=email].form-control::placeholder,.form-group.md-focus input[type=password].form-control::placeholder,.form-group.md-focus input[type=text].form-control::placeholder,.form-group.md-focus input[type=search].form-control::placeholder,.form-group.md-focus input[type=url].form-control::placeholder,.form-group.md-focus input[type=tel].form-control::placeholder,.form-group.md-focus input[type=password].form-control::placeholder,.form-group.md-focus input[type=number].form-control::placeholder,.form-group.md-focus input[type=datetime-local].form-control::placeholder,.form-group.md-focus input[type=date].form-control::placeholder,.form-group.md-focus input[type=month].form-control::placeholder,.form-group.md-focus input[type=week].form-control::placeholder,.form-group.md-focus input[type=time].form-control::placeholder,.form-group.md-focus textarea.form-control::placeholder,.form-check.md-focus input[type=email].form-control::placeholder,.form-check.md-focus input[type=password].form-control::placeholder,.form-check.md-focus input[type=text].form-control::placeholder,.form-check.md-focus input[type=search].form-control::placeholder,.form-check.md-focus input[type=url].form-control::placeholder,.form-check.md-focus input[type=tel].form-control::placeholder,.form-check.md-focus input[type=password].form-control::placeholder,.form-check.md-focus input[type=number].form-control::placeholder,.form-check.md-focus input[type=datetime-local].form-control::placeholder,.form-check.md-focus input[type=date].form-control::placeholder,.form-check.md-focus input[type=month].form-control::placeholder,.form-check.md-focus input[type=week].form-control::placeholder,.form-check.md-focus input[type=time].form-control::placeholder,.form-check.md-focus textarea.form-control::placeholder {
  opacity: 1;
}
.form-group.md-focus textarea.form-control,.form-check.md-focus textarea.form-control {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.form-group .form-control,.form-check .form-control {
  margin: 0;
}
.form-group.has-success .form-check-label .checkbox-icon,.form-group.has-success .form-check-label .custom-control-indicator,.form-group.has-success .custom-checkbox .checkbox-icon,.form-group.has-success .custom-checkbox .custom-control-indicator,.form-group.has-warning .form-check-label .checkbox-icon,.form-group.has-warning .form-check-label .custom-control-indicator,.form-group.has-warning .custom-checkbox .checkbox-icon,.form-group.has-warning .custom-checkbox .custom-control-indicator,.form-group.has-danger .form-check-label .checkbox-icon,.form-group.has-danger .form-check-label .custom-control-indicator,.form-group.has-danger .custom-checkbox .checkbox-icon,.form-group.has-danger .custom-checkbox .custom-control-indicator,.form-check.has-success .form-check-label .checkbox-icon,.form-check.has-success .form-check-label .custom-control-indicator,.form-check.has-success .custom-checkbox .checkbox-icon,.form-check.has-success .custom-checkbox .custom-control-indicator,.form-check.has-warning .form-check-label .checkbox-icon,.form-check.has-warning .form-check-label .custom-control-indicator,.form-check.has-warning .custom-checkbox .checkbox-icon,.form-check.has-warning .custom-checkbox .custom-control-indicator,.form-check.has-danger .form-check-label .checkbox-icon,.form-check.has-danger .form-check-label .custom-control-indicator,.form-check.has-danger .custom-checkbox .checkbox-icon,.form-check.has-danger .custom-checkbox .custom-control-indicator {
  color: inherit !important;
}
.form-group:not(.has-success):not(.has-warning):not(.has-danger).md-focus label,.form-group:not(.has-success):not(.has-warning):not(.has-danger) .form-control:focus+label,.form-check:not(.has-success):not(.has-warning):not(.has-danger).md-focus label,.form-check:not(.has-success):not(.has-warning):not(.has-danger) .form-control:focus+label {
  color: #3C4252 !important;
}
.form-group input[type=email].form-control,.form-group input[type=password].form-control,.form-group input[type=text].form-control,.form-group input[type=search].form-control,.form-group input[type=url].form-control,.form-group input[type=tel].form-control,.form-group input[type=password].form-control,.form-group input[type=number].form-control,.form-group input[type=datetime-local].form-control,.form-group input[type=date].form-control,.form-group input[type=month].form-control,.form-group input[type=week].form-control,.form-group input[type=time].form-control,.form-group textarea.form-control,.form-check input[type=email].form-control,.form-check input[type=password].form-control,.form-check input[type=text].form-control,.form-check input[type=search].form-control,.form-check input[type=url].form-control,.form-check input[type=tel].form-control,.form-check input[type=password].form-control,.form-check input[type=number].form-control,.form-check input[type=datetime-local].form-control,.form-check input[type=date].form-control,.form-check input[type=month].form-control,.form-check input[type=week].form-control,.form-check input[type=time].form-control,.form-check textarea.form-control {
  padding: 0 0 8px;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group input[type=email].form-control::-moz-placeholder,.form-group input[type=password].form-control::-moz-placeholder,.form-group input[type=text].form-control::-moz-placeholder,.form-group input[type=search].form-control::-moz-placeholder,.form-group input[type=url].form-control::-moz-placeholder,.form-group input[type=tel].form-control::-moz-placeholder,.form-group input[type=password].form-control::-moz-placeholder,.form-group input[type=number].form-control::-moz-placeholder,.form-group input[type=datetime-local].form-control::-moz-placeholder,.form-group input[type=date].form-control::-moz-placeholder,.form-group input[type=month].form-control::-moz-placeholder,.form-group input[type=week].form-control::-moz-placeholder,.form-group input[type=time].form-control::-moz-placeholder,.form-group textarea.form-control::-moz-placeholder,.form-check input[type=email].form-control::-moz-placeholder,.form-check input[type=password].form-control::-moz-placeholder,.form-check input[type=text].form-control::-moz-placeholder,.form-check input[type=search].form-control::-moz-placeholder,.form-check input[type=url].form-control::-moz-placeholder,.form-check input[type=tel].form-control::-moz-placeholder,.form-check input[type=password].form-control::-moz-placeholder,.form-check input[type=number].form-control::-moz-placeholder,.form-check input[type=datetime-local].form-control::-moz-placeholder,.form-check input[type=date].form-control::-moz-placeholder,.form-check input[type=month].form-control::-moz-placeholder,.form-check input[type=week].form-control::-moz-placeholder,.form-check input[type=time].form-control::-moz-placeholder,.form-check textarea.form-control::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 180ms ease;
  transition: opacity 180ms ease;
}
.form-group input[type=email].form-control::-moz-placeholder, .form-group input[type=password].form-control::-moz-placeholder, .form-group input[type=text].form-control::-moz-placeholder, .form-group input[type=search].form-control::-moz-placeholder, .form-group input[type=url].form-control::-moz-placeholder, .form-group input[type=tel].form-control::-moz-placeholder, .form-group input[type=password].form-control::-moz-placeholder, .form-group input[type=number].form-control::-moz-placeholder, .form-group input[type=datetime-local].form-control::-moz-placeholder, .form-group input[type=date].form-control::-moz-placeholder, .form-group input[type=month].form-control::-moz-placeholder, .form-group input[type=week].form-control::-moz-placeholder, .form-group input[type=time].form-control::-moz-placeholder, .form-group textarea.form-control::-moz-placeholder, .form-check input[type=email].form-control::-moz-placeholder, .form-check input[type=password].form-control::-moz-placeholder, .form-check input[type=text].form-control::-moz-placeholder, .form-check input[type=search].form-control::-moz-placeholder, .form-check input[type=url].form-control::-moz-placeholder, .form-check input[type=tel].form-control::-moz-placeholder, .form-check input[type=password].form-control::-moz-placeholder, .form-check input[type=number].form-control::-moz-placeholder, .form-check input[type=datetime-local].form-control::-moz-placeholder, .form-check input[type=date].form-control::-moz-placeholder, .form-check input[type=month].form-control::-moz-placeholder, .form-check input[type=week].form-control::-moz-placeholder, .form-check input[type=time].form-control::-moz-placeholder, .form-check textarea.form-control::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 180ms ease;
  transition: opacity 180ms ease;
}
.form-group input[type=email].form-control::placeholder,.form-group input[type=password].form-control::placeholder,.form-group input[type=text].form-control::placeholder,.form-group input[type=search].form-control::placeholder,.form-group input[type=url].form-control::placeholder,.form-group input[type=tel].form-control::placeholder,.form-group input[type=password].form-control::placeholder,.form-group input[type=number].form-control::placeholder,.form-group input[type=datetime-local].form-control::placeholder,.form-group input[type=date].form-control::placeholder,.form-group input[type=month].form-control::placeholder,.form-group input[type=week].form-control::placeholder,.form-group input[type=time].form-control::placeholder,.form-group textarea.form-control::placeholder,.form-check input[type=email].form-control::placeholder,.form-check input[type=password].form-control::placeholder,.form-check input[type=text].form-control::placeholder,.form-check input[type=search].form-control::placeholder,.form-check input[type=url].form-control::placeholder,.form-check input[type=tel].form-control::placeholder,.form-check input[type=password].form-control::placeholder,.form-check input[type=number].form-control::placeholder,.form-check input[type=datetime-local].form-control::placeholder,.form-check input[type=date].form-control::placeholder,.form-check input[type=month].form-control::placeholder,.form-check input[type=week].form-control::placeholder,.form-check input[type=time].form-control::placeholder,.form-check textarea.form-control::placeholder {
  opacity: 0;
  transition: opacity 180ms ease;
}
.form-group input[type=email].form-control:focus+label,.form-group input[type=email].form-control.md-has-value+label,.form-group input[type=password].form-control:focus+label,.form-group input[type=password].form-control.md-has-value+label,.form-group input[type=text].form-control:focus+label,.form-group input[type=text].form-control.md-has-value+label,.form-group input[type=search].form-control:focus+label,.form-group input[type=search].form-control.md-has-value+label,.form-group input[type=url].form-control:focus+label,.form-group input[type=url].form-control.md-has-value+label,.form-group input[type=tel].form-control:focus+label,.form-group input[type=tel].form-control.md-has-value+label,.form-group input[type=password].form-control:focus+label,.form-group input[type=password].form-control.md-has-value+label,.form-group input[type=number].form-control:focus+label,.form-group input[type=number].form-control.md-has-value+label,.form-group input[type=datetime-local].form-control:focus+label,.form-group input[type=datetime-local].form-control.md-has-value+label,.form-group input[type=date].form-control:focus+label,.form-group input[type=date].form-control.md-has-value+label,.form-group input[type=month].form-control:focus+label,.form-group input[type=month].form-control.md-has-value+label,.form-group input[type=week].form-control:focus+label,.form-group input[type=week].form-control.md-has-value+label,.form-group input[type=time].form-control:focus+label,.form-group input[type=time].form-control.md-has-value+label,.form-group textarea.form-control:focus+label,.form-group textarea.form-control.md-has-value+label,.form-check input[type=email].form-control:focus+label,.form-check input[type=email].form-control.md-has-value+label,.form-check input[type=password].form-control:focus+label,.form-check input[type=password].form-control.md-has-value+label,.form-check input[type=text].form-control:focus+label,.form-check input[type=text].form-control.md-has-value+label,.form-check input[type=search].form-control:focus+label,.form-check input[type=search].form-control.md-has-value+label,.form-check input[type=url].form-control:focus+label,.form-check input[type=url].form-control.md-has-value+label,.form-check input[type=tel].form-control:focus+label,.form-check input[type=tel].form-control.md-has-value+label,.form-check input[type=password].form-control:focus+label,.form-check input[type=password].form-control.md-has-value+label,.form-check input[type=number].form-control:focus+label,.form-check input[type=number].form-control.md-has-value+label,.form-check input[type=datetime-local].form-control:focus+label,.form-check input[type=datetime-local].form-control.md-has-value+label,.form-check input[type=date].form-control:focus+label,.form-check input[type=date].form-control.md-has-value+label,.form-check input[type=month].form-control:focus+label,.form-check input[type=month].form-control.md-has-value+label,.form-check input[type=week].form-control:focus+label,.form-check input[type=week].form-control.md-has-value+label,.form-check input[type=time].form-control:focus+label,.form-check input[type=time].form-control.md-has-value+label,.form-check textarea.form-control:focus+label,.form-check textarea.form-control.md-has-value+label {
  transform: translateY(-100%) scale(0.75, 0.75);
  cursor: auto;
}
.form-group input[type=email].form-control+label,.form-group input[type=password].form-control+label,.form-group input[type=text].form-control+label,.form-group input[type=search].form-control+label,.form-group input[type=url].form-control+label,.form-group input[type=tel].form-control+label,.form-group input[type=password].form-control+label,.form-group input[type=number].form-control+label,.form-group input[type=datetime-local].form-control+label,.form-group input[type=date].form-control+label,.form-group input[type=month].form-control+label,.form-group input[type=week].form-control+label,.form-group input[type=time].form-control+label,.form-group textarea.form-control+label,.form-check input[type=email].form-control+label,.form-check input[type=password].form-control+label,.form-check input[type=text].form-control+label,.form-check input[type=search].form-control+label,.form-check input[type=url].form-control+label,.form-check input[type=tel].form-control+label,.form-check input[type=password].form-control+label,.form-check input[type=number].form-control+label,.form-check input[type=datetime-local].form-control+label,.form-check input[type=date].form-control+label,.form-check input[type=month].form-control+label,.form-check input[type=week].form-control+label,.form-check input[type=time].form-control+label,.form-check textarea.form-control+label {
  position: absolute;
  top: 16px;
  left: 0;
  -webkit-transform-origin: left top;
  transform: translateY(0) scale(1);
  transform-origin: left top;
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1),color 180ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: text;
  pointer-events: none;
  margin: 0;
  line-height: normal;
}
.form-group textarea.form-control,.form-check textarea.form-control {
  padding: 4px;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
  border-radius: 2px;
}
.form-group textarea.form-control:hover,.form-check textarea.form-control:hover {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.12);
}
.form-group textarea.form-control:focus,.form-group textarea.form-control:focus:hover,.form-check textarea.form-control:focus,.form-check textarea.form-control:focus:hover {
  box-shadow: inset 0 0 0 2px #3C4252;
}
.form-group textarea.form-control+label,.form-check textarea.form-control+label {
  top: 16px;
  left: 0;
  padding: 4px;
  bottom: auto;
}
.form-group textarea.form-control:focus+label,.form-check textarea.form-control:focus+label {
  color: #3C4252;
}
.form-group textarea.form-control:focus+label,.form-group textarea.form-control.md-has-value+label,.form-check textarea.form-control:focus+label,.form-check textarea.form-control.md-has-value+label {
  transform: translateY(-100%) scale(0.923, 0.923);
  cursor: auto;
}
.form-text {
  color: rgba(0,0,0,0.38);
  width: 100%;
  font-size: 1.3rem;
}
.form-inline .form-group {
  min-height: 0;
}
.form-inline .form-group>label {
  justify-content: flex-start;
  width: auto;
}
.was-validated .form-control:valid,.form-control.is-valid,.was-validated .custom-select:valid,.custom-select.is-valid {
  box-shadow: 0 1px 0 0 #4CAF50;
}
.was-validated .form-control:valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus {
  box-shadow: 0 2px 0 0 #4CAF50;
}
.was-validated .form-control:valid ~ .valid-feedback,.was-validated .form-control:valid ~ .valid-tooltip,.form-control.is-valid ~ .valid-feedback,.form-control.is-valid ~ .valid-tooltip,.was-validated .custom-select:valid ~ .valid-feedback,.was-validated .custom-select:valid ~ .valid-tooltip,.custom-select.is-valid ~ .valid-feedback,.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-indicator,.custom-control-input.is-valid ~ .custom-control-indicator {
  color: #4caf50;
}
.was-validated .custom-control-input:valid ~ .custom-control-indicator:before,.custom-control-input.is-valid ~ .custom-control-indicator:before {
  border-color: #4CAF50;
}
.was-validated .custom-control-input:valid ~ .custom-control-description,.custom-control-input.is-valid ~ .custom-control-description {
  color: #4CAF50;
}
.was-validated .custom-file-input:valid ~ .custom-file-control,.custom-file-input.is-valid ~ .custom-file-control {
  box-shadow: 0 1px 0 0 #4CAF50;
}
.was-validated .custom-file-input:valid ~ .custom-file-control::before,.custom-file-input.is-valid ~ .custom-file-control::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid:focus,.custom-file-input.is-valid:focus {
  box-shadow: 0 2px 0 0 #4CAF50;
}
.was-validated .form-control:invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.custom-select.is-invalid {
  box-shadow: 0 1px 0 0 #F44336;
}
.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus {
  box-shadow: 0 2px 0 0 #F44336;
}
.was-validated .form-control:invalid ~ .invalid-feedback,.was-validated .form-control:invalid ~ .invalid-tooltip,.form-control.is-invalid ~ .invalid-feedback,.form-control.is-invalid ~ .invalid-tooltip,.was-validated .custom-select:invalid ~ .invalid-feedback,.was-validated .custom-select:invalid ~ .invalid-tooltip,.custom-select.is-invalid ~ .invalid-feedback,.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-indicator,.custom-control-input.is-invalid ~ .custom-control-indicator {
  color: #f44336;
}
.was-validated .custom-control-input:invalid ~ .custom-control-indicator:before,.custom-control-input.is-invalid ~ .custom-control-indicator:before {
  border-color: #F44336;
}
.was-validated .custom-control-input:invalid ~ .custom-control-description,.custom-control-input.is-invalid ~ .custom-control-description {
  color: #F44336;
}
.was-validated .custom-file-input:invalid ~ .custom-file-control,.custom-file-input.is-invalid ~ .custom-file-control {
  box-shadow: 0 1px 0 0 #F44336;
}
.was-validated .custom-file-input:invalid ~ .custom-file-control::before,.custom-file-input.is-invalid ~ .custom-file-control::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid:focus,.custom-file-input.is-invalid:focus {
  box-shadow: 0 2px 0 0 #F44336;
}
.custom-control-indicator {
  pointer-events: initial;
}
.custom-select {
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.42);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
  border: none;
  border-radius: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: none;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator:before {
  content: "\ed8e";
}
.custom-file-label {
  padding: 0;
}
.dropdown-item {
  line-height: 4.8rem;
  height: 4.8rem;
  text-decoration: none;
}
.pagination {
  box-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);
  display: inline-flex;
}
.pagination .page-link {
  min-width: 4.8rem;
  min-height: 5.6rem;
  margin-left: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden !important;
  text-decoration: none;
}
.pagination .page-link:focus,.pagination .page-link:active {
  background-color: transparent;
  color: rgba(0,0,0,0.54);
  box-shadow: none;
}
.pagination .page-item:first-child .page-link,.pagination .page-item:last-child .page-link {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.badge {
  color: white;
  text-decoration: none;
}
.alert {
  box-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);
}
.breadcrumb {
  margin-bottom: 1.6rem;
}
.breadcrumb-item,.breadcrumb-item:hover,.breadcrumb-item>a,.breadcrumb-item>a:hover {
  text-decoration: none;
}
.breadcrumb-item+.breadcrumb-item::before {
  font-family: 'fuse-iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 2rem;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.card {
  box-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);
}
.card-block {
  padding: .8rem 1.6rem;
}
.card-title {
  margin-top: .8rem;
  padding-top: .8rem;
  font-size: 2.4rem;
  font-weight: 400;
}
.card-subtitle {
  margin-bottom: .8rem;
  padding: 0;
  font-weight: 400;
  font-size: 1.4rem;
}
.card-text {
  margin-bottom: .8rem;
}
.card-link {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  color: #495057;
  margin: .8rem 0 0 0;
  padding: 0 .8rem;
  display: inline-block;
  height: 3.6rem;
  box-sizing: border-box;
  letter-spacing: 0.04em;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 2.57143;
  margin-left: -.8rem;
}
.card-link+.card-link {
  margin-left: .8rem;
}
.card-header {
  padding: 1.2rem 1.6rem;
}
.card-footer {
  padding: 1.2rem 1.6rem;
}
.card-group {
  box-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);
}
.card-group>.card {
  box-shadow: none;
}
[class^="card-outline-"],[class*=" card-outline-"] {
  border-style: solid;
  border-width: 1px;
}
.list-group {
  padding: 0.8rem 0;
}
.list-group.dense {
  padding: 0.4rem 0;
}
.list-group.dense .list-group-item {
  padding: 0.6rem 1.6rem;
  min-height: 4rem;
  line-height: 1.6rem;
}
.list-group.dense .list-group-item>.avatar {
  width: 36px;
  min-width: 36px;
  height: 36px;
  margin: 0 2rem 0 0;
}
.list-group.dense .list-group-item>.avatar>img {
  max-width: 36px;
  max-height: 36px;
}
.list-group.dense .list-group-item.two-line {
  min-height: 6rem;
}
.list-group.dense .list-group-item.three-line {
  min-height: 7.6rem;
}
.list-group .list-group-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: none;
  padding: 0.8rem 1.6rem;
  min-height: 4.8rem;
  line-height: 1.6rem;
  text-decoration: none;
}
.list-group .list-group-item>.icon {
  margin-right: 3.2rem;
}
.list-group .list-group-item>.avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin: 0 1.6rem 0 0;
  border-radius: 100%;
}
.list-group .list-group-item>.avatar>img {
  max-width: 40px;
  max-height: 40px;
}
.list-group .list-group-item>.list-item-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.list-group .list-group-item>.secondary-container {
  display: flex;
  margin-left: 1.6rem;
}
.list-group .list-group-item h3 {
  font-size: 1.4rem;
  margin: 0;
}
.list-group .list-group-item h4 {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin: 1px 0 3px 0;
}
.list-group .list-group-item p {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin: 0;
}
.list-group .list-group-item.subheader {
  min-height: 4.8rem;
  height: 4.8rem;
  font-weight: 500;
  font-size: 13px;
}
.list-group .list-group-item.subheader.align-with-text {
  padding-left: 72px;
}
.list-group .list-group-item.two-line {
  min-height: 7.2rem;
}
.list-group .list-group-item.three-line {
  min-height: 8.8rem;
  align-items: flex-start;
}
.list-group .list-group-item.three-line>.icon,.list-group .list-group-item.three-line>.avatar,.list-group .list-group-item.three-line>.secondary-container {
  margin-top: 0.4rem;
}
.list-group .list-group-item.two-line {
  min-height: 7.2rem;
}
.list-group .list-group-item.three-line {
  min-height: 8.8rem;
  align-items: flex-start;
}
.list-group .list-group-item.three-line>.icon,.list-group .list-group-item.three-line>.avatar,.list-group .list-group-item.three-line>.secondary-container {
  margin-top: 0.4rem;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1.6rem 0;
  }

  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-align: center;
  background-color: #E9ECEF;
  border-radius: 2px;
}
.progress-bar {
  height: 1.6rem;
  line-height: 1.6rem;
  color: #fff;
  background-color: #3C4252;
  transition: width 0.6s ease;
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-size: 1.6rem 1.6rem;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
.ui-pnotify.md {
  width: auto !important;
}
.ui-pnotify.md .ui-pnotify-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  background: #323232;
  color: #FFFFFF;
  min-height: 4.8rem !important;
  height: 4.8rem !important;
  border-radius: 2px;
  padding: 1.4rem 2.4rem;
}
.ui-pnotify.md .ui-pnotify-container .ui-pnotify-title,.ui-pnotify.md .ui-pnotify-container .ui-pnotify-icon,.ui-pnotify.md .ui-pnotify-container .ui-pnotify-closer,.ui-pnotify.md .ui-pnotify-container .ui-pnotify-sticker {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.ui-pnotify.md .ui-pnotify-container .ui-pnotify-text {
  white-space: nowrap;
  margin-right: 2.4rem;
  line-height: 2rem;
}
.ui-pnotify.md .ui-pnotify-container .ui-pnotify-action-bar {
  margin: 0 0 0 auto !important;
  text-align: left !important;
}
.ui-pnotify.md .ui-pnotify-container .ui-pnotify-action-bar .btn.btn-link {
  padding: 0;
  color: #F44336;
}
.ui-pnotify.md.multiline .ui-pnotify-container {
  height: auto !important;
  min-height: 8rem !important;
  padding: 2.4rem;
}
.ui-pnotify.md.multiline .ui-pnotify-container .ui-pnotify-text {
  max-width: 240px;
  width: 240px;
  line-height: 1.5;
  white-space: normal;
}
.ui-pnotify.md.multiline.action-on-bottom .ui-pnotify-container {
  max-width: 376px;
  min-height: 12.2rem !important;
  padding: 2.4rem 2.4rem 1.4rem 2.4rem;
}
.ui-pnotify.md.multiline.action-on-bottom .ui-pnotify-container .ui-pnotify-text {
  max-width: none;
  width: 100%;
  margin: 0 0 1.4rem 0;
}
.nav {
  padding: 0;
}
.nav .subheader {
  height: 5.6rem;
  min-height: 5.6rem;
  color: #6C757D;
  display: flex;
  align-items: center;
  font-weight: 500;
  padding-left: 2.4rem;
}
.nav li.nav-item {
  list-style: none;
}
.nav ul {
  padding: 0;
}
.nav ul>li>.nav-link {
  padding-left: 5.6rem;
}
.nav ul ul>li>.nav-link {
  padding-left: 7.2rem;
}
.nav ul>li>.sub-link
{
  margin-left: 1.5rem;
  height: 1.85rem !important;
}
.nav-link {
  display: flex !important;
  align-items: center;
  height: 2.95rem;
  color: #495057;
  text-decoration: none;
  padding: 0rem 1.5rem !important;
}
.nav-link.btn {
  text-transform: none;
  text-align: left;
  letter-spacing: normal;
  line-height: normal;
  font-weight: normal;
  box-shadow: none;
}
.nav-link:hover i,.nav-link:hover [class^="icon-"],.nav-link:hover [class*=" icon-"],.nav-link.active i,.nav-link.active [class^="icon-"],.nav-link.active [class*=" icon-"],.nav-link.active:hover i,.nav-link.active:hover [class^="icon-"],.nav-link.active:hover [class*=" icon-"] {
  color: inherit;
}
.nav-link i,.nav-link [class^="icon-"],.nav-link [class*=" icon-"] {
  margin-right: 1.6rem;
}
.nav-link>span {
  flex: 1;
}
.nav-link.with-arrow:after {
  font-family: 'fuse-iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea94";
  transition: transform .3s ease-in-out, opacity .25s ease-in-out .1s;
  color: grey;
}
.nav-link.with-arrow:not(.collapsed):after {
  transform: rotate(90deg);
}
.nav-link.with-arrow.collapsed:after {
  transform: rotate(0deg);
}
.nav-fill .nav-item .nav-link {
  justify-content: center;
}
.nav-justified .nav-item .nav-link,.nav-justified .nav-item.nav-link {
  justify-content: center;
}
.nav-tabs .nav-link {
  color: #6C757D;
  position: relative;
  box-shadow: none !important;
  justify-content: center;
}
.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: transparent;
}
.nav-tabs .nav-link.active:not(.dropdown-toggle):after,.nav-tabs .nav-item.show .nav-link:not(.dropdown-toggle):after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #3C4252;
}
.navbar-brand {
  display: flex;
  height: 4.8rem;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
}
.navbar-text {
  display: flex;
  height: 4.8rem;
  flex-direction: row;
  align-items: center;
}
.input-group .form-group {
  margin-bottom: 0;
}
.input-group .form-group .form-control {
  width: 100%;
}
.input-group .input-group-addon {
  margin: 0;
  padding: 0;
}
.input-group .input-group-addon .form-check-input,.input-group .input-group-addon input[type=radio],.input-group .input-group-addon input[type=checkbox] {
  top: auto;
  bottom: 0;
  left: 10px;
  width: 24px;
  height: 24px;
}
.input-group .input-group-addon .form-check-input ~ .checkbox-icon,.input-group .input-group-addon .form-check-input ~ .custom-control-indicator,.input-group .input-group-addon .form-check-input ~ .radio-icon,.input-group .input-group-addon .form-check-input ~ .custom-control-indicator,.input-group .input-group-addon input[type=radio] ~ .checkbox-icon,.input-group .input-group-addon input[type=radio] ~ .custom-control-indicator,.input-group .input-group-addon input[type=radio] ~ .radio-icon,.input-group .input-group-addon input[type=radio] ~ .custom-control-indicator,.input-group .input-group-addon input[type=checkbox] ~ .checkbox-icon,.input-group .input-group-addon input[type=checkbox] ~ .custom-control-indicator,.input-group .input-group-addon input[type=checkbox] ~ .radio-icon,.input-group .input-group-addon input[type=checkbox] ~ .custom-control-indicator {
  position: absolute;
  top: auto;
  bottom: -8px;
}
.input-group .input-group-btn {
  margin: 0 1.6rem;
}
.input-group .input-group-btn:first-child {
  margin-left: 0;
}
.input-group .input-group-btn:last-child {
  margin-right: 0;
}
.input-group .input-group-addon {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.input-group .input-group-addon:first-child {
  padding-left: 0;
}
.input-group .input-group-addon:last-child {
  padding-right: 0;
}
.input-group .input-group-append {
  margin-left: 1.6rem;
}
.input-group .input-group-prepend {
  margin-right: 1.6rem;
}
.jumbotron {
  box-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);
}
.table th,.table td {
  padding: 1.6rem 1.2rem;
  vertical-align: middle;
}
.table thead th {
  border-bottom: 1px solid #E9ECEF;
  font-weight: 500;
}
.bg-primary-50 {
  background-color: #ECECEE !important;
}
.bg-primary-50.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-primary-50.text-auto {
  background-color: #ECECEE !important;
}
.text-primary-50 {
  color: #ECECEE !important;
}
.border-primary-50 {
  border-color: #ECECEE !important;
}
.border-top-primary-50 {
  border-top-color: #ECECEE !important;
}
.border-right-primary-50 {
  border-right-color: #ECECEE !important;
}
.border-bottom-primary-50 {
  border-bottom-color: #ECECEE !important;
}
.border-left-primary-50 {
  border-left-color: #ECECEE !important;
}
.bg-primary-100 {
  background-color: #C5C6CB !important;
}
.bg-primary-100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-primary-100.text-auto {
  background-color: #C5C6CB !important;
}
.text-primary-100 {
  color: #C5C6CB !important;
}
.border-primary-100 {
  border-color: #C5C6CB !important;
}
.border-top-primary-100 {
  border-top-color: #C5C6CB !important;
}
.border-right-primary-100 {
  border-right-color: #C5C6CB !important;
}
.border-bottom-primary-100 {
  border-bottom-color: #C5C6CB !important;
}
.border-left-primary-100 {
  border-left-color: #C5C6CB !important;
}
.bg-primary-200 {
  background-color: #9EA1A9 !important;
}
.bg-primary-200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-primary-200.text-auto {
  background-color: #9EA1A9 !important;
}
.text-primary-200 {
  color: #9EA1A9 !important;
}
.border-primary-200 {
  border-color: #9EA1A9 !important;
}
.border-top-primary-200 {
  border-top-color: #9EA1A9 !important;
}
.border-right-primary-200 {
  border-right-color: #9EA1A9 !important;
}
.border-bottom-primary-200 {
  border-bottom-color: #9EA1A9 !important;
}
.border-left-primary-200 {
  border-left-color: #9EA1A9 !important;
}
.bg-primary-300 {
  background-color: #7D818C !important;
}
.bg-primary-300.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-primary-300.text-auto {
  background-color: #7D818C !important;
}
.text-primary-300 {
  color: #7D818C !important;
}
.border-primary-300 {
  border-color: #7D818C !important;
}
.border-top-primary-300 {
  border-top-color: #7D818C !important;
}
.border-right-primary-300 {
  border-right-color: #7D818C !important;
}
.border-bottom-primary-300 {
  border-bottom-color: #7D818C !important;
}
.border-left-primary-300 {
  border-left-color: #7D818C !important;
}
.bg-primary-400 {
  background-color: #5C616F !important;
}
.bg-primary-400.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-primary-400.text-auto {
  background-color: #5C616F !important;
}
.text-primary-400 {
  color: #5C616F !important;
}
.border-primary-400 {
  border-color: #5C616F !important;
}
.border-top-primary-400 {
  border-top-color: #5C616F !important;
}
.border-right-primary-400 {
  border-right-color: #5C616F !important;
}
.border-bottom-primary-400 {
  border-bottom-color: #5C616F !important;
}
.border-left-primary-400 {
  border-left-color: #5C616F !important;
}
.bg-primary-500 {
  background-color: #3C4252 !important;
}
.bg-primary-500.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-primary-500.text-auto {
  background-color: #3C4252 !important;
}
.text-primary-500 {
  color: #3C4252 !important;
}
.border-primary-500 {
  border-color: #3C4252 !important;
}
.border-top-primary-500 {
  border-top-color: #3C4252 !important;
}
.border-right-primary-500 {
  border-right-color: #3C4252 !important;
}
.border-bottom-primary-500 {
  border-bottom-color: #3C4252 !important;
}
.border-left-primary-500 {
  border-left-color: #3C4252 !important;
}
.bg-primary.text-auto {
  background-color: #3C4252 !important;
}
.bg-primary {
  background-color: #3C4252 !important;
}
.bg-primary.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.text-primary {
  color: #3C4252 !important;
}
.border-primary {
  border-color: #3C4252 !important;
}
.border-top-primary {
  border-top-color: #3C4252 !important;
}
.border-right-primary {
  border-right-color: #3C4252 !important;
}
.border-bottom-primary {
  border-bottom-color: #3C4252 !important;
}
.border-left-primary {
  border-left-color: #3C4252 !important;
}
.bg-primary-600 {
  background-color: #353A48 !important;
}
.bg-primary-600.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-primary-600.text-auto {
  background-color: #353A48 !important;
}
.text-primary-600 {
  color: #353A48 !important;
}
.border-primary-600 {
  border-color: #353A48 !important;
}
.border-top-primary-600 {
  border-top-color: #353A48 !important;
}
.border-right-primary-600 {
  border-right-color: #353A48 !important;
}
.border-bottom-primary-600 {
  border-bottom-color: #353A48 !important;
}
.border-left-primary-600 {
  border-left-color: #353A48 !important;
}
.bg-primary-700 {
  background-color: #2D323E !important;
}
.bg-primary-700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-primary-700.text-auto {
  background-color: #2D323E !important;
}
.text-primary-700 {
  color: #2D323E !important;
}
.border-primary-700 {
  border-color: #2D323E !important;
}
.border-top-primary-700 {
  border-top-color: #2D323E !important;
}
.border-right-primary-700 {
  border-right-color: #2D323E !important;
}
.border-bottom-primary-700 {
  border-bottom-color: #2D323E !important;
}
.border-left-primary-700 {
  border-left-color: #2D323E !important;
}
.bg-primary-800 {
  background-color: #262933 !important;
}
.bg-primary-800.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-primary-800.text-auto {
  background-color: #262933 !important;
}
.text-primary-800 {
  color: #262933 !important;
}
.border-primary-800 {
  border-color: #262933 !important;
}
.border-top-primary-800 {
  border-top-color: #262933 !important;
}
.border-right-primary-800 {
  border-right-color: #262933 !important;
}
.border-bottom-primary-800 {
  border-bottom-color: #262933 !important;
}
.border-left-primary-800 {
  border-left-color: #262933 !important;
}
.bg-primary-900 {
  background-color: #1E2129 !important;
}
.bg-primary-900.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-primary-900.text-auto {
  background-color: #1E2129 !important;
}
.text-primary-900 {
  color: #1E2129 !important;
}
.border-primary-900 {
  border-color: #1E2129 !important;
}
.border-top-primary-900 {
  border-top-color: #1E2129 !important;
}
.border-right-primary-900 {
  border-right-color: #1E2129 !important;
}
.border-bottom-primary-900 {
  border-bottom-color: #1E2129 !important;
}
.border-left-primary-900 {
  border-left-color: #1E2129 !important;
}
.bg-primary-A100 {
  background-color: #C5C6CB !important;
}
.bg-primary-A100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-primary-A100.text-auto {
  background-color: #C5C6CB !important;
}
.text-primary-A100 {
  color: #C5C6CB !important;
}
.border-primary-A100 {
  border-color: #C5C6CB !important;
}
.border-top-primary-A100 {
  border-top-color: #C5C6CB !important;
}
.border-right-primary-A100 {
  border-right-color: #C5C6CB !important;
}
.border-bottom-primary-A100 {
  border-bottom-color: #C5C6CB !important;
}
.border-left-primary-A100 {
  border-left-color: #C5C6CB !important;
}
.bg-primary-A200 {
  background-color: #9EA1A9 !important;
}
.bg-primary-A200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-primary-A200.text-auto {
  background-color: #9EA1A9 !important;
}
.text-primary-A200 {
  color: #9EA1A9 !important;
}
.border-primary-A200 {
  border-color: #9EA1A9 !important;
}
.border-top-primary-A200 {
  border-top-color: #9EA1A9 !important;
}
.border-right-primary-A200 {
  border-right-color: #9EA1A9 !important;
}
.border-bottom-primary-A200 {
  border-bottom-color: #9EA1A9 !important;
}
.border-left-primary-A200 {
  border-left-color: #9EA1A9 !important;
}
.bg-primary-A400 {
  background-color: #5C616F !important;
}
.bg-primary-A400.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-primary-A400.text-auto {
  background-color: #5C616F !important;
}
.text-primary-A400 {
  color: #5C616F !important;
}
.border-primary-A400 {
  border-color: #5C616F !important;
}
.border-top-primary-A400 {
  border-top-color: #5C616F !important;
}
.border-right-primary-A400 {
  border-right-color: #5C616F !important;
}
.border-bottom-primary-A400 {
  border-bottom-color: #5C616F !important;
}
.border-left-primary-A400 {
  border-left-color: #5C616F !important;
}
.bg-primary-A700 {
  background-color: #2D323E !important;
}
.bg-primary-A700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-primary-A700.text-auto {
  background-color: #2D323E !important;
}
.text-primary-A700 {
  color: #2D323E !important;
}
.border-primary-A700 {
  border-color: #2D323E !important;
}
.border-top-primary-A700 {
  border-top-color: #2D323E !important;
}
.border-right-primary-A700 {
  border-right-color: #2D323E !important;
}
.border-bottom-primary-A700 {
  border-bottom-color: #2D323E !important;
}
.border-left-primary-A700 {
  border-left-color: #2D323E !important;
}
.bg-secondary-50 {
  background-color: #E3F2FD !important;
}
.bg-secondary-50.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-secondary-50.text-auto {
  background-color: #E3F2FD !important;
}
.text-secondary-50 {
  color: #E3F2FD !important;
}
.border-secondary-50 {
  border-color: #E3F2FD !important;
}
.border-top-secondary-50 {
  border-top-color: #E3F2FD !important;
}
.border-right-secondary-50 {
  border-right-color: #E3F2FD !important;
}
.border-bottom-secondary-50 {
  border-bottom-color: #E3F2FD !important;
}
.border-left-secondary-50 {
  border-left-color: #E3F2FD !important;
}
.bg-secondary-100 {
  background-color: #BBDEFB !important;
}
.bg-secondary-100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-secondary-100.text-auto {
  background-color: #BBDEFB !important;
}
.text-secondary-100 {
  color: #BBDEFB !important;
}
.border-secondary-100 {
  border-color: #BBDEFB !important;
}
.border-top-secondary-100 {
  border-top-color: #BBDEFB !important;
}
.border-right-secondary-100 {
  border-right-color: #BBDEFB !important;
}
.border-bottom-secondary-100 {
  border-bottom-color: #BBDEFB !important;
}
.border-left-secondary-100 {
  border-left-color: #BBDEFB !important;
}
.bg-secondary-200 {
  background-color: #90CAF9 !important;
}
.bg-secondary-200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-secondary-200.text-auto {
  background-color: #90CAF9 !important;
}
.text-secondary-200 {
  color: #90CAF9 !important;
}
.border-secondary-200 {
  border-color: #90CAF9 !important;
}
.border-top-secondary-200 {
  border-top-color: #90CAF9 !important;
}
.border-right-secondary-200 {
  border-right-color: #90CAF9 !important;
}
.border-bottom-secondary-200 {
  border-bottom-color: #90CAF9 !important;
}
.border-left-secondary-200 {
  border-left-color: #90CAF9 !important;
}
.bg-secondary-300 {
  background-color: #64B5F6 !important;
}
.bg-secondary-300.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-secondary-300.text-auto {
  background-color: #64B5F6 !important;
}
.text-secondary-300 {
  color: #64B5F6 !important;
}
.border-secondary-300 {
  border-color: #64B5F6 !important;
}
.border-top-secondary-300 {
  border-top-color: #64B5F6 !important;
}
.border-right-secondary-300 {
  border-right-color: #64B5F6 !important;
}
.border-bottom-secondary-300 {
  border-bottom-color: #64B5F6 !important;
}
.border-left-secondary-300 {
  border-left-color: #64B5F6 !important;
}
.bg-secondary-400 {
  background-color: #42A5F5 !important;
}
.bg-secondary-400.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-secondary-400.text-auto {
  background-color: #42A5F5 !important;
}
.text-secondary-400 {
  color: #42A5F5 !important;
}
.border-secondary-400 {
  border-color: #42A5F5 !important;
}
.border-top-secondary-400 {
  border-top-color: #42A5F5 !important;
}
.border-right-secondary-400 {
  border-right-color: #42A5F5 !important;
}
.border-bottom-secondary-400 {
  border-bottom-color: #42A5F5 !important;
}
.border-left-secondary-400 {
  border-left-color: #42A5F5 !important;
}
.bg-secondary-500 {
  background-color: #2196F3 !important;
}
.bg-secondary-500.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-secondary-500.text-auto {
  background-color: #2196F3 !important;
}
.text-secondary-500 {
  color: #2196F3 !important;
}
.border-secondary-500 {
  border-color: #2196F3 !important;
}
.border-top-secondary-500 {
  border-top-color: #2196F3 !important;
}
.border-right-secondary-500 {
  border-right-color: #2196F3 !important;
}
.border-bottom-secondary-500 {
  border-bottom-color: #2196F3 !important;
}
.border-left-secondary-500 {
  border-left-color: #2196F3 !important;
}
.bg-secondary.text-auto {
  background-color: #2196F3 !important;
}
.bg-secondary {
  background-color: #2196F3 !important;
}
.bg-secondary.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.text-secondary {
  color: #2196F3 !important;
}
.border-secondary {
  border-color: #2196F3 !important;
}
.border-top-secondary {
  border-top-color: #2196F3 !important;
}
.border-right-secondary {
  border-right-color: #2196F3 !important;
}
.border-bottom-secondary {
  border-bottom-color: #2196F3 !important;
}
.border-left-secondary {
  border-left-color: #2196F3 !important;
}
.bg-secondary-600 {
  background-color: #1E88E5 !important;
}
.bg-secondary-600.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-secondary-600.text-auto {
  background-color: #1E88E5 !important;
}
.text-secondary-600 {
  color: #1E88E5 !important;
}
.border-secondary-600 {
  border-color: #1E88E5 !important;
}
.border-top-secondary-600 {
  border-top-color: #1E88E5 !important;
}
.border-right-secondary-600 {
  border-right-color: #1E88E5 !important;
}
.border-bottom-secondary-600 {
  border-bottom-color: #1E88E5 !important;
}
.border-left-secondary-600 {
  border-left-color: #1E88E5 !important;
}
.bg-secondary-700 {
  background-color: #1976D2 !important;
}
.bg-secondary-700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-secondary-700.text-auto {
  background-color: #1976D2 !important;
}
.text-secondary-700 {
  color: #1976D2 !important;
}
.border-secondary-700 {
  border-color: #1976D2 !important;
}
.border-top-secondary-700 {
  border-top-color: #1976D2 !important;
}
.border-right-secondary-700 {
  border-right-color: #1976D2 !important;
}
.border-bottom-secondary-700 {
  border-bottom-color: #1976D2 !important;
}
.border-left-secondary-700 {
  border-left-color: #1976D2 !important;
}
.bg-secondary-800 {
  background-color: #1565C0 !important;
}
.bg-secondary-800.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-secondary-800.text-auto {
  background-color: #1565C0 !important;
}
.text-secondary-800 {
  color: #1565C0 !important;
}
.border-secondary-800 {
  border-color: #1565C0 !important;
}
.border-top-secondary-800 {
  border-top-color: #1565C0 !important;
}
.border-right-secondary-800 {
  border-right-color: #1565C0 !important;
}
.border-bottom-secondary-800 {
  border-bottom-color: #1565C0 !important;
}
.border-left-secondary-800 {
  border-left-color: #1565C0 !important;
}
.bg-secondary-900 {
  background-color: #0D47A1 !important;
}
.bg-secondary-900.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-secondary-900.text-auto {
  background-color: #0D47A1 !important;
}
.text-secondary-900 {
  color: #0D47A1 !important;
}
.border-secondary-900 {
  border-color: #0D47A1 !important;
}
.border-top-secondary-900 {
  border-top-color: #0D47A1 !important;
}
.border-right-secondary-900 {
  border-right-color: #0D47A1 !important;
}
.border-bottom-secondary-900 {
  border-bottom-color: #0D47A1 !important;
}
.border-left-secondary-900 {
  border-left-color: #0D47A1 !important;
}
.bg-secondary-A100 {
  background-color: #82B1FF !important;
}
.bg-secondary-A100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-secondary-A100.text-auto {
  background-color: #82B1FF !important;
}
.text-secondary-A100 {
  color: #82B1FF !important;
}
.border-secondary-A100 {
  border-color: #82B1FF !important;
}
.border-top-secondary-A100 {
  border-top-color: #82B1FF !important;
}
.border-right-secondary-A100 {
  border-right-color: #82B1FF !important;
}
.border-bottom-secondary-A100 {
  border-bottom-color: #82B1FF !important;
}
.border-left-secondary-A100 {
  border-left-color: #82B1FF !important;
}
.bg-secondary-A200 {
  background-color: #448AFF !important;
}
.bg-secondary-A200.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-secondary-A200.text-auto {
  background-color: #448AFF !important;
}
.text-secondary-A200 {
  color: #448AFF !important;
}
.border-secondary-A200 {
  border-color: #448AFF !important;
}
.border-top-secondary-A200 {
  border-top-color: #448AFF !important;
}
.border-right-secondary-A200 {
  border-right-color: #448AFF !important;
}
.border-bottom-secondary-A200 {
  border-bottom-color: #448AFF !important;
}
.border-left-secondary-A200 {
  border-left-color: #448AFF !important;
}
.bg-secondary-A400 {
  background-color: #2979FF !important;
}
.bg-secondary-A400.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-secondary-A400.text-auto {
  background-color: #2979FF !important;
}
.text-secondary-A400 {
  color: #2979FF !important;
}
.border-secondary-A400 {
  border-color: #2979FF !important;
}
.border-top-secondary-A400 {
  border-top-color: #2979FF !important;
}
.border-right-secondary-A400 {
  border-right-color: #2979FF !important;
}
.border-bottom-secondary-A400 {
  border-bottom-color: #2979FF !important;
}
.border-left-secondary-A400 {
  border-left-color: #2979FF !important;
}
.bg-secondary-A700 {
  background-color: #2962FF !important;
}
.bg-secondary-A700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-secondary-A700.text-auto {
  background-color: #2962FF !important;
}
.text-secondary-A700 {
  color: #2962FF !important;
}
.border-secondary-A700 {
  border-color: #2962FF !important;
}
.border-top-secondary-A700 {
  border-top-color: #2962FF !important;
}
.border-right-secondary-A700 {
  border-right-color: #2962FF !important;
}
.border-bottom-secondary-A700 {
  border-bottom-color: #2962FF !important;
}
.border-left-secondary-A700 {
  border-left-color: #2962FF !important;
}
.bg-success-50 {
  background-color: #E8F5E9 !important;
}
.bg-success-50.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-success-50.text-auto {
  background-color: #E8F5E9 !important;
}
.text-success-50 {
  color: #E8F5E9 !important;
}
.border-success-50 {
  border-color: #E8F5E9 !important;
}
.border-top-success-50 {
  border-top-color: #E8F5E9 !important;
}
.border-right-success-50 {
  border-right-color: #E8F5E9 !important;
}
.border-bottom-success-50 {
  border-bottom-color: #E8F5E9 !important;
}
.border-left-success-50 {
  border-left-color: #E8F5E9 !important;
}
.bg-success-100 {
  background-color: #C8E6C9 !important;
}
.bg-success-100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-success-100.text-auto {
  background-color: #C8E6C9 !important;
}
.text-success-100 {
  color: #C8E6C9 !important;
}
.border-success-100 {
  border-color: #C8E6C9 !important;
}
.border-top-success-100 {
  border-top-color: #C8E6C9 !important;
}
.border-right-success-100 {
  border-right-color: #C8E6C9 !important;
}
.border-bottom-success-100 {
  border-bottom-color: #C8E6C9 !important;
}
.border-left-success-100 {
  border-left-color: #C8E6C9 !important;
}
.bg-success-200 {
  background-color: #A5D6A7 !important;
}
.bg-success-200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-success-200.text-auto {
  background-color: #A5D6A7 !important;
}
.text-success-200 {
  color: #A5D6A7 !important;
}
.border-success-200 {
  border-color: #A5D6A7 !important;
}
.border-top-success-200 {
  border-top-color: #A5D6A7 !important;
}
.border-right-success-200 {
  border-right-color: #A5D6A7 !important;
}
.border-bottom-success-200 {
  border-bottom-color: #A5D6A7 !important;
}
.border-left-success-200 {
  border-left-color: #A5D6A7 !important;
}
.bg-success-300 {
  background-color: #81C784 !important;
}
.bg-success-300.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-success-300.text-auto {
  background-color: #81C784 !important;
}
.text-success-300 {
  color: #81C784 !important;
}
.border-success-300 {
  border-color: #81C784 !important;
}
.border-top-success-300 {
  border-top-color: #81C784 !important;
}
.border-right-success-300 {
  border-right-color: #81C784 !important;
}
.border-bottom-success-300 {
  border-bottom-color: #81C784 !important;
}
.border-left-success-300 {
  border-left-color: #81C784 !important;
}
.bg-success-400 {
  background-color: #66BB6A !important;
}
.bg-success-400.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-success-400.text-auto {
  background-color: #66BB6A !important;
}
.text-success-400 {
  color: #66BB6A !important;
}
.border-success-400 {
  border-color: #66BB6A !important;
}
.border-top-success-400 {
  border-top-color: #66BB6A !important;
}
.border-right-success-400 {
  border-right-color: #66BB6A !important;
}
.border-bottom-success-400 {
  border-bottom-color: #66BB6A !important;
}
.border-left-success-400 {
  border-left-color: #66BB6A !important;
}
.bg-success-500 {
  background-color: #4CAF50 !important;
}
.bg-success-500.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-success-500.text-auto {
  background-color: #4CAF50 !important;
}
.text-success-500 {
  color: #4CAF50 !important;
}
.border-success-500 {
  border-color: #4CAF50 !important;
}
.border-top-success-500 {
  border-top-color: #4CAF50 !important;
}
.border-right-success-500 {
  border-right-color: #4CAF50 !important;
}
.border-bottom-success-500 {
  border-bottom-color: #4CAF50 !important;
}
.border-left-success-500 {
  border-left-color: #4CAF50 !important;
}
.bg-success.text-auto {
  background-color: #4CAF50 !important;
}
.bg-success {
  background-color: #4CAF50 !important;
}
.bg-success.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.text-success {
  color: #4CAF50 !important;
}
.border-success {
  border-color: #4CAF50 !important;
}
.border-top-success {
  border-top-color: #4CAF50 !important;
}
.border-right-success {
  border-right-color: #4CAF50 !important;
}
.border-bottom-success {
  border-bottom-color: #4CAF50 !important;
}
.border-left-success {
  border-left-color: #4CAF50 !important;
}
.bg-success-600 {
  background-color: #43A047 !important;
}
.bg-success-600.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-success-600.text-auto {
  background-color: #43A047 !important;
}
.text-success-600 {
  color: #43A047 !important;
}
.border-success-600 {
  border-color: #43A047 !important;
}
.border-top-success-600 {
  border-top-color: #43A047 !important;
}
.border-right-success-600 {
  border-right-color: #43A047 !important;
}
.border-bottom-success-600 {
  border-bottom-color: #43A047 !important;
}
.border-left-success-600 {
  border-left-color: #43A047 !important;
}
.bg-success-700 {
  background-color: #388E3C !important;
}
.bg-success-700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-success-700.text-auto {
  background-color: #388E3C !important;
}
.text-success-700 {
  color: #388E3C !important;
}
.border-success-700 {
  border-color: #388E3C !important;
}
.border-top-success-700 {
  border-top-color: #388E3C !important;
}
.border-right-success-700 {
  border-right-color: #388E3C !important;
}
.border-bottom-success-700 {
  border-bottom-color: #388E3C !important;
}
.border-left-success-700 {
  border-left-color: #388E3C !important;
}
.bg-success-800 {
  background-color: #2E7D32 !important;
}
.bg-success-800.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-success-800.text-auto {
  background-color: #2E7D32 !important;
}
.text-success-800 {
  color: #2E7D32 !important;
}
.border-success-800 {
  border-color: #2E7D32 !important;
}
.border-top-success-800 {
  border-top-color: #2E7D32 !important;
}
.border-right-success-800 {
  border-right-color: #2E7D32 !important;
}
.border-bottom-success-800 {
  border-bottom-color: #2E7D32 !important;
}
.border-left-success-800 {
  border-left-color: #2E7D32 !important;
}
.bg-success-900 {
  background-color: #1B5E20 !important;
}
.bg-success-900.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-success-900.text-auto {
  background-color: #1B5E20 !important;
}
.text-success-900 {
  color: #1B5E20 !important;
}
.border-success-900 {
  border-color: #1B5E20 !important;
}
.border-top-success-900 {
  border-top-color: #1B5E20 !important;
}
.border-right-success-900 {
  border-right-color: #1B5E20 !important;
}
.border-bottom-success-900 {
  border-bottom-color: #1B5E20 !important;
}
.border-left-success-900 {
  border-left-color: #1B5E20 !important;
}
.bg-success-A100 {
  background-color: #B9F6CA !important;
}
.bg-success-A100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-success-A100.text-auto {
  background-color: #B9F6CA !important;
}
.text-success-A100 {
  color: #B9F6CA !important;
}
.border-success-A100 {
  border-color: #B9F6CA !important;
}
.border-top-success-A100 {
  border-top-color: #B9F6CA !important;
}
.border-right-success-A100 {
  border-right-color: #B9F6CA !important;
}
.border-bottom-success-A100 {
  border-bottom-color: #B9F6CA !important;
}
.border-left-success-A100 {
  border-left-color: #B9F6CA !important;
}
.bg-success-A200 {
  background-color: #69F0AE !important;
}
.bg-success-A200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-success-A200.text-auto {
  background-color: #69F0AE !important;
}
.text-success-A200 {
  color: #69F0AE !important;
}
.border-success-A200 {
  border-color: #69F0AE !important;
}
.border-top-success-A200 {
  border-top-color: #69F0AE !important;
}
.border-right-success-A200 {
  border-right-color: #69F0AE !important;
}
.border-bottom-success-A200 {
  border-bottom-color: #69F0AE !important;
}
.border-left-success-A200 {
  border-left-color: #69F0AE !important;
}
.bg-success-A400 {
  background-color: #00E676 !important;
}
.bg-success-A400.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-success-A400.text-auto {
  background-color: #00E676 !important;
}
.text-success-A400 {
  color: #00E676 !important;
}
.border-success-A400 {
  border-color: #00E676 !important;
}
.border-top-success-A400 {
  border-top-color: #00E676 !important;
}
.border-right-success-A400 {
  border-right-color: #00E676 !important;
}
.border-bottom-success-A400 {
  border-bottom-color: #00E676 !important;
}
.border-left-success-A400 {
  border-left-color: #00E676 !important;
}
.bg-success-A700 {
  background-color: #00C853 !important;
}
.bg-success-A700.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-success-A700.text-auto {
  background-color: #00C853 !important;
}
.text-success-A700 {
  color: #00C853 !important;
}
.border-success-A700 {
  border-color: #00C853 !important;
}
.border-top-success-A700 {
  border-top-color: #00C853 !important;
}
.border-right-success-A700 {
  border-right-color: #00C853 !important;
}
.border-bottom-success-A700 {
  border-bottom-color: #00C853 !important;
}
.border-left-success-A700 {
  border-left-color: #00C853 !important;
}
.bg-info-50 {
  background-color: #E0F2F1 !important;
}
.bg-info-50.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-info-50.text-auto {
  background-color: #E0F2F1 !important;
}
.text-info-50 {
  color: #E0F2F1 !important;
}
.border-info-50 {
  border-color: #E0F2F1 !important;
}
.border-top-info-50 {
  border-top-color: #E0F2F1 !important;
}
.border-right-info-50 {
  border-right-color: #E0F2F1 !important;
}
.border-bottom-info-50 {
  border-bottom-color: #E0F2F1 !important;
}
.border-left-info-50 {
  border-left-color: #E0F2F1 !important;
}
.bg-info-100 {
  background-color: #B2DFDB !important;
}
.bg-info-100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-info-100.text-auto {
  background-color: #B2DFDB !important;
}
.text-info-100 {
  color: #B2DFDB !important;
}
.border-info-100 {
  border-color: #B2DFDB !important;
}
.border-top-info-100 {
  border-top-color: #B2DFDB !important;
}
.border-right-info-100 {
  border-right-color: #B2DFDB !important;
}
.border-bottom-info-100 {
  border-bottom-color: #B2DFDB !important;
}
.border-left-info-100 {
  border-left-color: #B2DFDB !important;
}
.bg-info-200 {
  background-color: #80CBC4 !important;
}
.bg-info-200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-info-200.text-auto {
  background-color: #80CBC4 !important;
}
.text-info-200 {
  color: #80CBC4 !important;
}
.border-info-200 {
  border-color: #80CBC4 !important;
}
.border-top-info-200 {
  border-top-color: #80CBC4 !important;
}
.border-right-info-200 {
  border-right-color: #80CBC4 !important;
}
.border-bottom-info-200 {
  border-bottom-color: #80CBC4 !important;
}
.border-left-info-200 {
  border-left-color: #80CBC4 !important;
}
.bg-info-300 {
  background-color: #4DB6AC !important;
}
.bg-info-300.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-info-300.text-auto {
  background-color: #4DB6AC !important;
}
.text-info-300 {
  color: #4DB6AC !important;
}
.border-info-300 {
  border-color: #4DB6AC !important;
}
.border-top-info-300 {
  border-top-color: #4DB6AC !important;
}
.border-right-info-300 {
  border-right-color: #4DB6AC !important;
}
.border-bottom-info-300 {
  border-bottom-color: #4DB6AC !important;
}
.border-left-info-300 {
  border-left-color: #4DB6AC !important;
}
.bg-info-400 {
  background-color: #26A69A !important;
}
.bg-info-400.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-info-400.text-auto {
  background-color: #26A69A !important;
}
.text-info-400 {
  color: #26A69A !important;
}
.border-info-400 {
  border-color: #26A69A !important;
}
.border-top-info-400 {
  border-top-color: #26A69A !important;
}
.border-right-info-400 {
  border-right-color: #26A69A !important;
}
.border-bottom-info-400 {
  border-bottom-color: #26A69A !important;
}
.border-left-info-400 {
  border-left-color: #26A69A !important;
}
.bg-info-500 {
  background-color: #009688 !important;
}
.bg-info-500.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-info-500.text-auto {
  background-color: #009688 !important;
}
.text-info-500 {
  color: #009688 !important;
}
.border-info-500 {
  border-color: #009688 !important;
}
.border-top-info-500 {
  border-top-color: #009688 !important;
}
.border-right-info-500 {
  border-right-color: #009688 !important;
}
.border-bottom-info-500 {
  border-bottom-color: #009688 !important;
}
.border-left-info-500 {
  border-left-color: #009688 !important;
}
.bg-info.text-auto {
  background-color: #009688 !important;
}
.bg-info {
  background-color: #009688 !important;
}
.bg-info.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.text-info {
  color: #009688 !important;
}
.border-info {
  border-color: #009688 !important;
}
.border-top-info {
  border-top-color: #009688 !important;
}
.border-right-info {
  border-right-color: #009688 !important;
}
.border-bottom-info {
  border-bottom-color: #009688 !important;
}
.border-left-info {
  border-left-color: #009688 !important;
}
.bg-info-600 {
  background-color: #00897B !important;
}
.bg-info-600.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-info-600.text-auto {
  background-color: #00897B !important;
}
.text-info-600 {
  color: #00897B !important;
}
.border-info-600 {
  border-color: #00897B !important;
}
.border-top-info-600 {
  border-top-color: #00897B !important;
}
.border-right-info-600 {
  border-right-color: #00897B !important;
}
.border-bottom-info-600 {
  border-bottom-color: #00897B !important;
}
.border-left-info-600 {
  border-left-color: #00897B !important;
}
.bg-info-700 {
  background-color: #00796B !important;
}
.bg-info-700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-info-700.text-auto {
  background-color: #00796B !important;
}
.text-info-700 {
  color: #00796B !important;
}
.border-info-700 {
  border-color: #00796B !important;
}
.border-top-info-700 {
  border-top-color: #00796B !important;
}
.border-right-info-700 {
  border-right-color: #00796B !important;
}
.border-bottom-info-700 {
  border-bottom-color: #00796B !important;
}
.border-left-info-700 {
  border-left-color: #00796B !important;
}
.bg-info-800 {
  background-color: #00695C !important;
}
.bg-info-800.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-info-800.text-auto {
  background-color: #00695C !important;
}
.text-info-800 {
  color: #00695C !important;
}
.border-info-800 {
  border-color: #00695C !important;
}
.border-top-info-800 {
  border-top-color: #00695C !important;
}
.border-right-info-800 {
  border-right-color: #00695C !important;
}
.border-bottom-info-800 {
  border-bottom-color: #00695C !important;
}
.border-left-info-800 {
  border-left-color: #00695C !important;
}
.bg-info-900 {
  background-color: #004D40 !important;
}
.bg-info-900.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-info-900.text-auto {
  background-color: #004D40 !important;
}
.text-info-900 {
  color: #004D40 !important;
}
.border-info-900 {
  border-color: #004D40 !important;
}
.border-top-info-900 {
  border-top-color: #004D40 !important;
}
.border-right-info-900 {
  border-right-color: #004D40 !important;
}
.border-bottom-info-900 {
  border-bottom-color: #004D40 !important;
}
.border-left-info-900 {
  border-left-color: #004D40 !important;
}
.bg-info-A100 {
  background-color: #A7FFEB !important;
}
.bg-info-A100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-info-A100.text-auto {
  background-color: #A7FFEB !important;
}
.text-info-A100 {
  color: #A7FFEB !important;
}
.border-info-A100 {
  border-color: #A7FFEB !important;
}
.border-top-info-A100 {
  border-top-color: #A7FFEB !important;
}
.border-right-info-A100 {
  border-right-color: #A7FFEB !important;
}
.border-bottom-info-A100 {
  border-bottom-color: #A7FFEB !important;
}
.border-left-info-A100 {
  border-left-color: #A7FFEB !important;
}
.bg-info-A200 {
  background-color: #64FFDA !important;
}
.bg-info-A200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-info-A200.text-auto {
  background-color: #64FFDA !important;
}
.text-info-A200 {
  color: #64FFDA !important;
}
.border-info-A200 {
  border-color: #64FFDA !important;
}
.border-top-info-A200 {
  border-top-color: #64FFDA !important;
}
.border-right-info-A200 {
  border-right-color: #64FFDA !important;
}
.border-bottom-info-A200 {
  border-bottom-color: #64FFDA !important;
}
.border-left-info-A200 {
  border-left-color: #64FFDA !important;
}
.bg-info-A400 {
  background-color: #1DE9B6 !important;
}
.bg-info-A400.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-info-A400.text-auto {
  background-color: #1DE9B6 !important;
}
.text-info-A400 {
  color: #1DE9B6 !important;
}
.border-info-A400 {
  border-color: #1DE9B6 !important;
}
.border-top-info-A400 {
  border-top-color: #1DE9B6 !important;
}
.border-right-info-A400 {
  border-right-color: #1DE9B6 !important;
}
.border-bottom-info-A400 {
  border-bottom-color: #1DE9B6 !important;
}
.border-left-info-A400 {
  border-left-color: #1DE9B6 !important;
}
.bg-info-A700 {
  background-color: #00BFA5 !important;
}
.bg-info-A700.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-info-A700.text-auto {
  background-color: #00BFA5 !important;
}
.text-info-A700 {
  color: #00BFA5 !important;
}
.border-info-A700 {
  border-color: #00BFA5 !important;
}
.border-top-info-A700 {
  border-top-color: #00BFA5 !important;
}
.border-right-info-A700 {
  border-right-color: #00BFA5 !important;
}
.border-bottom-info-A700 {
  border-bottom-color: #00BFA5 !important;
}
.border-left-info-A700 {
  border-left-color: #00BFA5 !important;
}
.bg-warning-50 {
  background-color: #FFF3E0 !important;
}
.bg-warning-50.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-warning-50.text-auto {
  background-color: #FFF3E0 !important;
}
.text-warning-50 {
  color: #FFF3E0 !important;
}
.border-warning-50 {
  border-color: #FFF3E0 !important;
}
.border-top-warning-50 {
  border-top-color: #FFF3E0 !important;
}
.border-right-warning-50 {
  border-right-color: #FFF3E0 !important;
}
.border-bottom-warning-50 {
  border-bottom-color: #FFF3E0 !important;
}
.border-left-warning-50 {
  border-left-color: #FFF3E0 !important;
}
.bg-warning-100 {
  background-color: #FFE0B2 !important;
}
.bg-warning-100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-warning-100.text-auto {
  background-color: #FFE0B2 !important;
}
.text-warning-100 {
  color: #FFE0B2 !important;
}
.border-warning-100 {
  border-color: #FFE0B2 !important;
}
.border-top-warning-100 {
  border-top-color: #FFE0B2 !important;
}
.border-right-warning-100 {
  border-right-color: #FFE0B2 !important;
}
.border-bottom-warning-100 {
  border-bottom-color: #FFE0B2 !important;
}
.border-left-warning-100 {
  border-left-color: #FFE0B2 !important;
}
.bg-warning-200 {
  background-color: #FFCC80 !important;
}
.bg-warning-200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-warning-200.text-auto {
  background-color: #FFCC80 !important;
}
.text-warning-200 {
  color: #FFCC80 !important;
}
.border-warning-200 {
  border-color: #FFCC80 !important;
}
.border-top-warning-200 {
  border-top-color: #FFCC80 !important;
}
.border-right-warning-200 {
  border-right-color: #FFCC80 !important;
}
.border-bottom-warning-200 {
  border-bottom-color: #FFCC80 !important;
}
.border-left-warning-200 {
  border-left-color: #FFCC80 !important;
}
.bg-warning-300 {
  background-color: #FFB74D !important;
}
.bg-warning-300.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-warning-300.text-auto {
  background-color: #FFB74D !important;
}
.text-warning-300 {
  color: #FFB74D !important;
}
.border-warning-300 {
  border-color: #FFB74D !important;
}
.border-top-warning-300 {
  border-top-color: #FFB74D !important;
}
.border-right-warning-300 {
  border-right-color: #FFB74D !important;
}
.border-bottom-warning-300 {
  border-bottom-color: #FFB74D !important;
}
.border-left-warning-300 {
  border-left-color: #FFB74D !important;
}
.bg-warning-400 {
  background-color: #FFA726 !important;
}
.bg-warning-400.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-warning-400.text-auto {
  background-color: #FFA726 !important;
}
.text-warning-400 {
  color: #FFA726 !important;
}
.border-warning-400 {
  border-color: #FFA726 !important;
}
.border-top-warning-400 {
  border-top-color: #FFA726 !important;
}
.border-right-warning-400 {
  border-right-color: #FFA726 !important;
}
.border-bottom-warning-400 {
  border-bottom-color: #FFA726 !important;
}
.border-left-warning-400 {
  border-left-color: #FFA726 !important;
}
.bg-warning-500 {
  background-color: #FF9800 !important;
}
.bg-warning-500.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-warning-500.text-auto {
  background-color: #FF9800 !important;
}
.text-warning-500 {
  color: #FF9800 !important;
}
.border-warning-500 {
  border-color: #FF9800 !important;
}
.border-top-warning-500 {
  border-top-color: #FF9800 !important;
}
.border-right-warning-500 {
  border-right-color: #FF9800 !important;
}
.border-bottom-warning-500 {
  border-bottom-color: #FF9800 !important;
}
.border-left-warning-500 {
  border-left-color: #FF9800 !important;
}
.bg-warning.text-auto {
  background-color: #FF9800 !important;
}
.bg-warning {
  background-color: #FF9800 !important;
}
.bg-warning.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.text-warning {
  color: #FF9800 !important;
}
.border-warning {
  border-color: #FF9800 !important;
}
.border-top-warning {
  border-top-color: #FF9800 !important;
}
.border-right-warning {
  border-right-color: #FF9800 !important;
}
.border-bottom-warning {
  border-bottom-color: #FF9800 !important;
}
.border-left-warning {
  border-left-color: #FF9800 !important;
}
.bg-warning-600 {
  background-color: #FB8C00 !important;
}
.bg-warning-600.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-warning-600.text-auto {
  background-color: #FB8C00 !important;
}
.text-warning-600 {
  color: #FB8C00 !important;
}
.border-warning-600 {
  border-color: #FB8C00 !important;
}
.border-top-warning-600 {
  border-top-color: #FB8C00 !important;
}
.border-right-warning-600 {
  border-right-color: #FB8C00 !important;
}
.border-bottom-warning-600 {
  border-bottom-color: #FB8C00 !important;
}
.border-left-warning-600 {
  border-left-color: #FB8C00 !important;
}
.bg-warning-700 {
  background-color: #F57C00 !important;
}
.bg-warning-700.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-warning-700.text-auto {
  background-color: #F57C00 !important;
}
.text-warning-700 {
  color: #F57C00 !important;
}
.border-warning-700 {
  border-color: #F57C00 !important;
}
.border-top-warning-700 {
  border-top-color: #F57C00 !important;
}
.border-right-warning-700 {
  border-right-color: #F57C00 !important;
}
.border-bottom-warning-700 {
  border-bottom-color: #F57C00 !important;
}
.border-left-warning-700 {
  border-left-color: #F57C00 !important;
}
.bg-warning-800 {
  background-color: #EF6C00 !important;
}
.bg-warning-800.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-warning-800.text-auto {
  background-color: #EF6C00 !important;
}
.text-warning-800 {
  color: #EF6C00 !important;
}
.border-warning-800 {
  border-color: #EF6C00 !important;
}
.border-top-warning-800 {
  border-top-color: #EF6C00 !important;
}
.border-right-warning-800 {
  border-right-color: #EF6C00 !important;
}
.border-bottom-warning-800 {
  border-bottom-color: #EF6C00 !important;
}
.border-left-warning-800 {
  border-left-color: #EF6C00 !important;
}
.bg-warning-900 {
  background-color: #E65100 !important;
}
.bg-warning-900.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-warning-900.text-auto {
  background-color: #E65100 !important;
}
.text-warning-900 {
  color: #E65100 !important;
}
.border-warning-900 {
  border-color: #E65100 !important;
}
.border-top-warning-900 {
  border-top-color: #E65100 !important;
}
.border-right-warning-900 {
  border-right-color: #E65100 !important;
}
.border-bottom-warning-900 {
  border-bottom-color: #E65100 !important;
}
.border-left-warning-900 {
  border-left-color: #E65100 !important;
}
.bg-warning-A100 {
  background-color: #FFD180 !important;
}
.bg-warning-A100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-warning-A100.text-auto {
  background-color: #FFD180 !important;
}
.text-warning-A100 {
  color: #FFD180 !important;
}
.border-warning-A100 {
  border-color: #FFD180 !important;
}
.border-top-warning-A100 {
  border-top-color: #FFD180 !important;
}
.border-right-warning-A100 {
  border-right-color: #FFD180 !important;
}
.border-bottom-warning-A100 {
  border-bottom-color: #FFD180 !important;
}
.border-left-warning-A100 {
  border-left-color: #FFD180 !important;
}
.bg-warning-A200 {
  background-color: #FFAB40 !important;
}
.bg-warning-A200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-warning-A200.text-auto {
  background-color: #FFAB40 !important;
}
.text-warning-A200 {
  color: #FFAB40 !important;
}
.border-warning-A200 {
  border-color: #FFAB40 !important;
}
.border-top-warning-A200 {
  border-top-color: #FFAB40 !important;
}
.border-right-warning-A200 {
  border-right-color: #FFAB40 !important;
}
.border-bottom-warning-A200 {
  border-bottom-color: #FFAB40 !important;
}
.border-left-warning-A200 {
  border-left-color: #FFAB40 !important;
}
.bg-warning-A400 {
  background-color: #FF9100 !important;
}
.bg-warning-A400.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-warning-A400.text-auto {
  background-color: #FF9100 !important;
}
.text-warning-A400 {
  color: #FF9100 !important;
}
.border-warning-A400 {
  border-color: #FF9100 !important;
}
.border-top-warning-A400 {
  border-top-color: #FF9100 !important;
}
.border-right-warning-A400 {
  border-right-color: #FF9100 !important;
}
.border-bottom-warning-A400 {
  border-bottom-color: #FF9100 !important;
}
.border-left-warning-A400 {
  border-left-color: #FF9100 !important;
}
.bg-warning-A700 {
  background-color: #FF6D00 !important;
}
.bg-warning-A700.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-warning-A700.text-auto {
  background-color: #FF6D00 !important;
}
.text-warning-A700 {
  color: #FF6D00 !important;
}
.border-warning-A700 {
  border-color: #FF6D00 !important;
}
.border-top-warning-A700 {
  border-top-color: #FF6D00 !important;
}
.border-right-warning-A700 {
  border-right-color: #FF6D00 !important;
}
.border-bottom-warning-A700 {
  border-bottom-color: #FF6D00 !important;
}
.border-left-warning-A700 {
  border-left-color: #FF6D00 !important;
}
.bg-danger-50 {
  background-color: #FFEBEE !important;
}
.bg-danger-50.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-danger-50.text-auto {
  background-color: #FFEBEE !important;
}
.text-danger-50 {
  color: #FFEBEE !important;
}
.border-danger-50 {
  border-color: #FFEBEE !important;
}
.border-top-danger-50 {
  border-top-color: #FFEBEE !important;
}
.border-right-danger-50 {
  border-right-color: #FFEBEE !important;
}
.border-bottom-danger-50 {
  border-bottom-color: #FFEBEE !important;
}
.border-left-danger-50 {
  border-left-color: #FFEBEE !important;
}
.bg-danger-100 {
  background-color: #FFCDD2 !important;
}
.bg-danger-100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-danger-100.text-auto {
  background-color: #FFCDD2 !important;
}
.text-danger-100 {
  color: #FFCDD2 !important;
}
.border-danger-100 {
  border-color: #FFCDD2 !important;
}
.border-top-danger-100 {
  border-top-color: #FFCDD2 !important;
}
.border-right-danger-100 {
  border-right-color: #FFCDD2 !important;
}
.border-bottom-danger-100 {
  border-bottom-color: #FFCDD2 !important;
}
.border-left-danger-100 {
  border-left-color: #FFCDD2 !important;
}
.bg-danger-200 {
  background-color: #EF9A9A !important;
}
.bg-danger-200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-danger-200.text-auto {
  background-color: #EF9A9A !important;
}
.text-danger-200 {
  color: #EF9A9A !important;
}
.border-danger-200 {
  border-color: #EF9A9A !important;
}
.border-top-danger-200 {
  border-top-color: #EF9A9A !important;
}
.border-right-danger-200 {
  border-right-color: #EF9A9A !important;
}
.border-bottom-danger-200 {
  border-bottom-color: #EF9A9A !important;
}
.border-left-danger-200 {
  border-left-color: #EF9A9A !important;
}
.bg-danger-300 {
  background-color: #E57373 !important;
}
.bg-danger-300.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-danger-300.text-auto {
  background-color: #E57373 !important;
}
.text-danger-300 {
  color: #E57373 !important;
}
.border-danger-300 {
  border-color: #E57373 !important;
}
.border-top-danger-300 {
  border-top-color: #E57373 !important;
}
.border-right-danger-300 {
  border-right-color: #E57373 !important;
}
.border-bottom-danger-300 {
  border-bottom-color: #E57373 !important;
}
.border-left-danger-300 {
  border-left-color: #E57373 !important;
}
.bg-danger-400 {
  background-color: #EF5350 !important;
}
.bg-danger-400.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-danger-400.text-auto {
  background-color: #EF5350 !important;
}
.text-danger-400 {
  color: #EF5350 !important;
}
.border-danger-400 {
  border-color: #EF5350 !important;
}
.border-top-danger-400 {
  border-top-color: #EF5350 !important;
}
.border-right-danger-400 {
  border-right-color: #EF5350 !important;
}
.border-bottom-danger-400 {
  border-bottom-color: #EF5350 !important;
}
.border-left-danger-400 {
  border-left-color: #EF5350 !important;
}
.bg-danger-500 {
  background-color: #F44336 !important;
}
.bg-danger-500.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-danger-500.text-auto {
  background-color: #F44336 !important;
}
.text-danger-500 {
  color: #F44336 !important;
}
.border-danger-500 {
  border-color: #F44336 !important;
}
.border-top-danger-500 {
  border-top-color: #F44336 !important;
}
.border-right-danger-500 {
  border-right-color: #F44336 !important;
}
.border-bottom-danger-500 {
  border-bottom-color: #F44336 !important;
}
.border-left-danger-500 {
  border-left-color: #F44336 !important;
}
.bg-danger.text-auto {
  background-color: #F44336 !important;
}
.bg-danger {
  background-color: #F44336 !important;
}
.bg-danger.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.text-danger {
  color: #F44336 !important;
}
.border-danger {
  border-color: #F44336 !important;
}
.border-top-danger {
  border-top-color: #F44336 !important;
}
.border-right-danger {
  border-right-color: #F44336 !important;
}
.border-bottom-danger {
  border-bottom-color: #F44336 !important;
}
.border-left-danger {
  border-left-color: #F44336 !important;
}
.bg-danger-600 {
  background-color: #E53935 !important;
}
.bg-danger-600.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-danger-600.text-auto {
  background-color: #E53935 !important;
}
.text-danger-600 {
  color: #E53935 !important;
}
.border-danger-600 {
  border-color: #E53935 !important;
}
.border-top-danger-600 {
  border-top-color: #E53935 !important;
}
.border-right-danger-600 {
  border-right-color: #E53935 !important;
}
.border-bottom-danger-600 {
  border-bottom-color: #E53935 !important;
}
.border-left-danger-600 {
  border-left-color: #E53935 !important;
}
.bg-danger-700 {
  background-color: #D32F2F !important;
}
.bg-danger-700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-danger-700.text-auto {
  background-color: #D32F2F !important;
}
.text-danger-700 {
  color: #D32F2F !important;
}
.border-danger-700 {
  border-color: #D32F2F !important;
}
.border-top-danger-700 {
  border-top-color: #D32F2F !important;
}
.border-right-danger-700 {
  border-right-color: #D32F2F !important;
}
.border-bottom-danger-700 {
  border-bottom-color: #D32F2F !important;
}
.border-left-danger-700 {
  border-left-color: #D32F2F !important;
}
.bg-danger-800 {
  background-color: #C62828 !important;
}
.bg-danger-800.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-danger-800.text-auto {
  background-color: #C62828 !important;
}
.text-danger-800 {
  color: #C62828 !important;
}
.border-danger-800 {
  border-color: #C62828 !important;
}
.border-top-danger-800 {
  border-top-color: #C62828 !important;
}
.border-right-danger-800 {
  border-right-color: #C62828 !important;
}
.border-bottom-danger-800 {
  border-bottom-color: #C62828 !important;
}
.border-left-danger-800 {
  border-left-color: #C62828 !important;
}
.bg-danger-900 {
  background-color: #B71C1C !important;
}
.bg-danger-900.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-danger-900.text-auto {
  background-color: #B71C1C !important;
}
.text-danger-900 {
  color: #B71C1C !important;
}
.border-danger-900 {
  border-color: #B71C1C !important;
}
.border-top-danger-900 {
  border-top-color: #B71C1C !important;
}
.border-right-danger-900 {
  border-right-color: #B71C1C !important;
}
.border-bottom-danger-900 {
  border-bottom-color: #B71C1C !important;
}
.border-left-danger-900 {
  border-left-color: #B71C1C !important;
}
.bg-danger-A100 {
  background-color: #FF8A80 !important;
}
.bg-danger-A100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-danger-A100.text-auto {
  background-color: #FF8A80 !important;
}
.text-danger-A100 {
  color: #FF8A80 !important;
}
.border-danger-A100 {
  border-color: #FF8A80 !important;
}
.border-top-danger-A100 {
  border-top-color: #FF8A80 !important;
}
.border-right-danger-A100 {
  border-right-color: #FF8A80 !important;
}
.border-bottom-danger-A100 {
  border-bottom-color: #FF8A80 !important;
}
.border-left-danger-A100 {
  border-left-color: #FF8A80 !important;
}
.bg-danger-A200 {
  background-color: #FF5252 !important;
}
.bg-danger-A200.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-danger-A200.text-auto {
  background-color: #FF5252 !important;
}
.text-danger-A200 {
  color: #FF5252 !important;
}
.border-danger-A200 {
  border-color: #FF5252 !important;
}
.border-top-danger-A200 {
  border-top-color: #FF5252 !important;
}
.border-right-danger-A200 {
  border-right-color: #FF5252 !important;
}
.border-bottom-danger-A200 {
  border-bottom-color: #FF5252 !important;
}
.border-left-danger-A200 {
  border-left-color: #FF5252 !important;
}
.bg-danger-A400 {
  background-color: #FF1744 !important;
}
.bg-danger-A400.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-danger-A400.text-auto {
  background-color: #FF1744 !important;
}
.text-danger-A400 {
  color: #FF1744 !important;
}
.border-danger-A400 {
  border-color: #FF1744 !important;
}
.border-top-danger-A400 {
  border-top-color: #FF1744 !important;
}
.border-right-danger-A400 {
  border-right-color: #FF1744 !important;
}
.border-bottom-danger-A400 {
  border-bottom-color: #FF1744 !important;
}
.border-left-danger-A400 {
  border-left-color: #FF1744 !important;
}
.bg-danger-A700 {
  background-color: #D50000 !important;
}
.bg-danger-A700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-danger-A700.text-auto {
  background-color: #D50000 !important;
}
.text-danger-A700 {
  color: #D50000 !important;
}
.border-danger-A700 {
  border-color: #D50000 !important;
}
.border-top-danger-A700 {
  border-top-color: #D50000 !important;
}
.border-right-danger-A700 {
  border-right-color: #D50000 !important;
}
.border-bottom-danger-A700 {
  border-bottom-color: #D50000 !important;
}
.border-left-danger-A700 {
  border-left-color: #D50000 !important;
}
.bg-dark-500 {
  background-color: #343A40 !important;
}
.bg-dark-500.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-dark-500.text-auto {
  background-color: #343A40 !important;
}
.text-dark-500 {
  color: #343A40 !important;
}
.border-dark-500 {
  border-color: #343A40 !important;
}
.border-top-dark-500 {
  border-top-color: #343A40 !important;
}
.border-right-dark-500 {
  border-right-color: #343A40 !important;
}
.border-bottom-dark-500 {
  border-bottom-color: #343A40 !important;
}
.border-left-dark-500 {
  border-left-color: #343A40 !important;
}
.bg-dark.text-auto {
  background-color: #343A40 !important;
}
.bg-dark {
  background-color: #343A40 !important;
}
.bg-dark.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.text-dark {
  color: #343A40 !important;
}
.border-dark {
  border-color: #343A40 !important;
}
.border-top-dark {
  border-top-color: #343A40 !important;
}
.border-right-dark {
  border-right-color: #343A40 !important;
}
.border-bottom-dark {
  border-bottom-color: #343A40 !important;
}
.border-left-dark {
  border-left-color: #343A40 !important;
}
.bg-light-500 {
  background-color: #F8F9FA !important;
}
.bg-light-500.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-light-500.text-auto {
  background-color: #F8F9FA !important;
}
.text-light-500 {
  color: #F8F9FA !important;
}
.border-light-500 {
  border-color: #F8F9FA !important;
}
.border-top-light-500 {
  border-top-color: #F8F9FA !important;
}
.border-right-light-500 {
  border-right-color: #F8F9FA !important;
}
.border-bottom-light-500 {
  border-bottom-color: #F8F9FA !important;
}
.border-left-light-500 {
  border-left-color: #F8F9FA !important;
}
.bg-light.text-auto {
  background-color: #F8F9FA !important;
}
.bg-light {
  background-color: #F8F9FA !important;
}
.bg-light.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.text-light {
  color: #F8F9FA !important;
}
.border-light {
  border-color: #F8F9FA !important;
}
.border-top-light {
  border-top-color: #F8F9FA !important;
}
.border-right-light {
  border-right-color: #F8F9FA !important;
}
.border-bottom-light {
  border-bottom-color: #F8F9FA !important;
}
.border-left-light {
  border-left-color: #F8F9FA !important;
}
.bg-red-50 {
  background-color: #FFEBEE !important;
}
.bg-red-50.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-red-50.text-auto {
  background-color: #FFEBEE !important;
}
.text-red-50 {
  color: #FFEBEE !important;
}
.border-red-50 {
  border-color: #FFEBEE !important;
}
.border-top-red-50 {
  border-top-color: #FFEBEE !important;
}
.border-right-red-50 {
  border-right-color: #FFEBEE !important;
}
.border-bottom-red-50 {
  border-bottom-color: #FFEBEE !important;
}
.border-left-red-50 {
  border-left-color: #FFEBEE !important;
}
.bg-red-100 {
  background-color: #FFCDD2 !important;
}
.bg-red-100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-red-100.text-auto {
  background-color: #FFCDD2 !important;
}
.text-red-100 {
  color: #FFCDD2 !important;
}
.border-red-100 {
  border-color: #FFCDD2 !important;
}
.border-top-red-100 {
  border-top-color: #FFCDD2 !important;
}
.border-right-red-100 {
  border-right-color: #FFCDD2 !important;
}
.border-bottom-red-100 {
  border-bottom-color: #FFCDD2 !important;
}
.border-left-red-100 {
  border-left-color: #FFCDD2 !important;
}
.bg-red-200 {
  background-color: #EF9A9A !important;
}
.bg-red-200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-red-200.text-auto {
  background-color: #EF9A9A !important;
}
.text-red-200 {
  color: #EF9A9A !important;
}
.border-red-200 {
  border-color: #EF9A9A !important;
}
.border-top-red-200 {
  border-top-color: #EF9A9A !important;
}
.border-right-red-200 {
  border-right-color: #EF9A9A !important;
}
.border-bottom-red-200 {
  border-bottom-color: #EF9A9A !important;
}
.border-left-red-200 {
  border-left-color: #EF9A9A !important;
}
.bg-red-300 {
  background-color: #E57373 !important;
}
.bg-red-300.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-red-300.text-auto {
  background-color: #E57373 !important;
}
.text-red-300 {
  color: #E57373 !important;
}
.border-red-300 {
  border-color: #E57373 !important;
}
.border-top-red-300 {
  border-top-color: #E57373 !important;
}
.border-right-red-300 {
  border-right-color: #E57373 !important;
}
.border-bottom-red-300 {
  border-bottom-color: #E57373 !important;
}
.border-left-red-300 {
  border-left-color: #E57373 !important;
}
.bg-red-400 {
  background-color: #EF5350 !important;
}
.bg-red-400.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-red-400.text-auto {
  background-color: #EF5350 !important;
}
.text-red-400 {
  color: #EF5350 !important;
}
.border-red-400 {
  border-color: #EF5350 !important;
}
.border-top-red-400 {
  border-top-color: #EF5350 !important;
}
.border-right-red-400 {
  border-right-color: #EF5350 !important;
}
.border-bottom-red-400 {
  border-bottom-color: #EF5350 !important;
}
.border-left-red-400 {
  border-left-color: #EF5350 !important;
}
.bg-red-500 {
  background-color: #F44336 !important;
}
.bg-red-500.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-red-500.text-auto {
  background-color: #F44336 !important;
}
.text-red-500 {
  color: #F44336 !important;
}
.border-red-500 {
  border-color: #F44336 !important;
}
.border-top-red-500 {
  border-top-color: #F44336 !important;
}
.border-right-red-500 {
  border-right-color: #F44336 !important;
}
.border-bottom-red-500 {
  border-bottom-color: #F44336 !important;
}
.border-left-red-500 {
  border-left-color: #F44336 !important;
}
.bg-red.text-auto {
  background-color: #F44336 !important;
}
.bg-red {
  background-color: #F44336 !important;
}
.bg-red.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.text-red {
  color: #F44336 !important;
}
.border-red {
  border-color: #F44336 !important;
}
.border-top-red {
  border-top-color: #F44336 !important;
}
.border-right-red {
  border-right-color: #F44336 !important;
}
.border-bottom-red {
  border-bottom-color: #F44336 !important;
}
.border-left-red {
  border-left-color: #F44336 !important;
}
.bg-red-600 {
  background-color: #E53935 !important;
}
.bg-red-600.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-red-600.text-auto {
  background-color: #E53935 !important;
}
.text-red-600 {
  color: #E53935 !important;
}
.border-red-600 {
  border-color: #E53935 !important;
}
.border-top-red-600 {
  border-top-color: #E53935 !important;
}
.border-right-red-600 {
  border-right-color: #E53935 !important;
}
.border-bottom-red-600 {
  border-bottom-color: #E53935 !important;
}
.border-left-red-600 {
  border-left-color: #E53935 !important;
}
.bg-red-700 {
  background-color: #D32F2F !important;
}
.bg-red-700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-red-700.text-auto {
  background-color: #D32F2F !important;
}
.text-red-700 {
  color: #D32F2F !important;
}
.border-red-700 {
  border-color: #D32F2F !important;
}
.border-top-red-700 {
  border-top-color: #D32F2F !important;
}
.border-right-red-700 {
  border-right-color: #D32F2F !important;
}
.border-bottom-red-700 {
  border-bottom-color: #D32F2F !important;
}
.border-left-red-700 {
  border-left-color: #D32F2F !important;
}
.bg-red-800 {
  background-color: #C62828 !important;
}
.bg-red-800.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-red-800.text-auto {
  background-color: #C62828 !important;
}
.text-red-800 {
  color: #C62828 !important;
}
.border-red-800 {
  border-color: #C62828 !important;
}
.border-top-red-800 {
  border-top-color: #C62828 !important;
}
.border-right-red-800 {
  border-right-color: #C62828 !important;
}
.border-bottom-red-800 {
  border-bottom-color: #C62828 !important;
}
.border-left-red-800 {
  border-left-color: #C62828 !important;
}
.bg-red-900 {
  background-color: #B71C1C !important;
}
.bg-red-900.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-red-900.text-auto {
  background-color: #B71C1C !important;
}
.text-red-900 {
  color: #B71C1C !important;
}
.border-red-900 {
  border-color: #B71C1C !important;
}
.border-top-red-900 {
  border-top-color: #B71C1C !important;
}
.border-right-red-900 {
  border-right-color: #B71C1C !important;
}
.border-bottom-red-900 {
  border-bottom-color: #B71C1C !important;
}
.border-left-red-900 {
  border-left-color: #B71C1C !important;
}
.bg-red-A100 {
  background-color: #FF8A80 !important;
}
.bg-red-A100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-red-A100.text-auto {
  background-color: #FF8A80 !important;
}
.text-red-A100 {
  color: #FF8A80 !important;
}
.border-red-A100 {
  border-color: #FF8A80 !important;
}
.border-top-red-A100 {
  border-top-color: #FF8A80 !important;
}
.border-right-red-A100 {
  border-right-color: #FF8A80 !important;
}
.border-bottom-red-A100 {
  border-bottom-color: #FF8A80 !important;
}
.border-left-red-A100 {
  border-left-color: #FF8A80 !important;
}
.bg-red-A200 {
  background-color: #FF5252 !important;
}
.bg-red-A200.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-red-A200.text-auto {
  background-color: #FF5252 !important;
}
.text-red-A200 {
  color: #FF5252 !important;
}
.border-red-A200 {
  border-color: #FF5252 !important;
}
.border-top-red-A200 {
  border-top-color: #FF5252 !important;
}
.border-right-red-A200 {
  border-right-color: #FF5252 !important;
}
.border-bottom-red-A200 {
  border-bottom-color: #FF5252 !important;
}
.border-left-red-A200 {
  border-left-color: #FF5252 !important;
}
.bg-red-A400 {
  background-color: #FF1744 !important;
}
.bg-red-A400.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-red-A400.text-auto {
  background-color: #FF1744 !important;
}
.text-red-A400 {
  color: #FF1744 !important;
}
.border-red-A400 {
  border-color: #FF1744 !important;
}
.border-top-red-A400 {
  border-top-color: #FF1744 !important;
}
.border-right-red-A400 {
  border-right-color: #FF1744 !important;
}
.border-bottom-red-A400 {
  border-bottom-color: #FF1744 !important;
}
.border-left-red-A400 {
  border-left-color: #FF1744 !important;
}
.bg-red-A700 {
  background-color: #D50000 !important;
}
.bg-red-A700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-red-A700.text-auto {
  background-color: #D50000 !important;
}
.text-red-A700 {
  color: #D50000 !important;
}
.border-red-A700 {
  border-color: #D50000 !important;
}
.border-top-red-A700 {
  border-top-color: #D50000 !important;
}
.border-right-red-A700 {
  border-right-color: #D50000 !important;
}
.border-bottom-red-A700 {
  border-bottom-color: #D50000 !important;
}
.border-left-red-A700 {
  border-left-color: #D50000 !important;
}
.bg-pink-50 {
  background-color: #FCE4EC !important;
}
.bg-pink-50.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-pink-50.text-auto {
  background-color: #FCE4EC !important;
}
.text-pink-50 {
  color: #FCE4EC !important;
}
.border-pink-50 {
  border-color: #FCE4EC !important;
}
.border-top-pink-50 {
  border-top-color: #FCE4EC !important;
}
.border-right-pink-50 {
  border-right-color: #FCE4EC !important;
}
.border-bottom-pink-50 {
  border-bottom-color: #FCE4EC !important;
}
.border-left-pink-50 {
  border-left-color: #FCE4EC !important;
}
.bg-pink-100 {
  background-color: #F8BBD0 !important;
}
.bg-pink-100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-pink-100.text-auto {
  background-color: #F8BBD0 !important;
}
.text-pink-100 {
  color: #F8BBD0 !important;
}
.border-pink-100 {
  border-color: #F8BBD0 !important;
}
.border-top-pink-100 {
  border-top-color: #F8BBD0 !important;
}
.border-right-pink-100 {
  border-right-color: #F8BBD0 !important;
}
.border-bottom-pink-100 {
  border-bottom-color: #F8BBD0 !important;
}
.border-left-pink-100 {
  border-left-color: #F8BBD0 !important;
}
.bg-pink-200 {
  background-color: #F48FB1 !important;
}
.bg-pink-200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-pink-200.text-auto {
  background-color: #F48FB1 !important;
}
.text-pink-200 {
  color: #F48FB1 !important;
}
.border-pink-200 {
  border-color: #F48FB1 !important;
}
.border-top-pink-200 {
  border-top-color: #F48FB1 !important;
}
.border-right-pink-200 {
  border-right-color: #F48FB1 !important;
}
.border-bottom-pink-200 {
  border-bottom-color: #F48FB1 !important;
}
.border-left-pink-200 {
  border-left-color: #F48FB1 !important;
}
.bg-pink-300 {
  background-color: #F06292 !important;
}
.bg-pink-300.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-pink-300.text-auto {
  background-color: #F06292 !important;
}
.text-pink-300 {
  color: #F06292 !important;
}
.border-pink-300 {
  border-color: #F06292 !important;
}
.border-top-pink-300 {
  border-top-color: #F06292 !important;
}
.border-right-pink-300 {
  border-right-color: #F06292 !important;
}
.border-bottom-pink-300 {
  border-bottom-color: #F06292 !important;
}
.border-left-pink-300 {
  border-left-color: #F06292 !important;
}
.bg-pink-400 {
  background-color: #EC407A !important;
}
.bg-pink-400.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-pink-400.text-auto {
  background-color: #EC407A !important;
}
.text-pink-400 {
  color: #EC407A !important;
}
.border-pink-400 {
  border-color: #EC407A !important;
}
.border-top-pink-400 {
  border-top-color: #EC407A !important;
}
.border-right-pink-400 {
  border-right-color: #EC407A !important;
}
.border-bottom-pink-400 {
  border-bottom-color: #EC407A !important;
}
.border-left-pink-400 {
  border-left-color: #EC407A !important;
}
.bg-pink-500 {
  background-color: #E91E63 !important;
}
.bg-pink-500.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-pink-500.text-auto {
  background-color: #E91E63 !important;
}
.text-pink-500 {
  color: #E91E63 !important;
}
.border-pink-500 {
  border-color: #E91E63 !important;
}
.border-top-pink-500 {
  border-top-color: #E91E63 !important;
}
.border-right-pink-500 {
  border-right-color: #E91E63 !important;
}
.border-bottom-pink-500 {
  border-bottom-color: #E91E63 !important;
}
.border-left-pink-500 {
  border-left-color: #E91E63 !important;
}
.bg-pink.text-auto {
  background-color: #E91E63 !important;
}
.bg-pink {
  background-color: #E91E63 !important;
}
.bg-pink.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.text-pink {
  color: #E91E63 !important;
}
.border-pink {
  border-color: #E91E63 !important;
}
.border-top-pink {
  border-top-color: #E91E63 !important;
}
.border-right-pink {
  border-right-color: #E91E63 !important;
}
.border-bottom-pink {
  border-bottom-color: #E91E63 !important;
}
.border-left-pink {
  border-left-color: #E91E63 !important;
}
.bg-pink-600 {
  background-color: #D81B60 !important;
}
.bg-pink-600.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-pink-600.text-auto {
  background-color: #D81B60 !important;
}
.text-pink-600 {
  color: #D81B60 !important;
}
.border-pink-600 {
  border-color: #D81B60 !important;
}
.border-top-pink-600 {
  border-top-color: #D81B60 !important;
}
.border-right-pink-600 {
  border-right-color: #D81B60 !important;
}
.border-bottom-pink-600 {
  border-bottom-color: #D81B60 !important;
}
.border-left-pink-600 {
  border-left-color: #D81B60 !important;
}
.bg-pink-700 {
  background-color: #C2185B !important;
}
.bg-pink-700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-pink-700.text-auto {
  background-color: #C2185B !important;
}
.text-pink-700 {
  color: #C2185B !important;
}
.border-pink-700 {
  border-color: #C2185B !important;
}
.border-top-pink-700 {
  border-top-color: #C2185B !important;
}
.border-right-pink-700 {
  border-right-color: #C2185B !important;
}
.border-bottom-pink-700 {
  border-bottom-color: #C2185B !important;
}
.border-left-pink-700 {
  border-left-color: #C2185B !important;
}
.bg-pink-800 {
  background-color: #AD1457 !important;
}
.bg-pink-800.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-pink-800.text-auto {
  background-color: #AD1457 !important;
}
.text-pink-800 {
  color: #AD1457 !important;
}
.border-pink-800 {
  border-color: #AD1457 !important;
}
.border-top-pink-800 {
  border-top-color: #AD1457 !important;
}
.border-right-pink-800 {
  border-right-color: #AD1457 !important;
}
.border-bottom-pink-800 {
  border-bottom-color: #AD1457 !important;
}
.border-left-pink-800 {
  border-left-color: #AD1457 !important;
}
.bg-pink-900 {
  background-color: #880E4F !important;
}
.bg-pink-900.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-pink-900.text-auto {
  background-color: #880E4F !important;
}
.text-pink-900 {
  color: #880E4F !important;
}
.border-pink-900 {
  border-color: #880E4F !important;
}
.border-top-pink-900 {
  border-top-color: #880E4F !important;
}
.border-right-pink-900 {
  border-right-color: #880E4F !important;
}
.border-bottom-pink-900 {
  border-bottom-color: #880E4F !important;
}
.border-left-pink-900 {
  border-left-color: #880E4F !important;
}
.bg-pink-A100 {
  background-color: #FF80AB !important;
}
.bg-pink-A100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-pink-A100.text-auto {
  background-color: #FF80AB !important;
}
.text-pink-A100 {
  color: #FF80AB !important;
}
.border-pink-A100 {
  border-color: #FF80AB !important;
}
.border-top-pink-A100 {
  border-top-color: #FF80AB !important;
}
.border-right-pink-A100 {
  border-right-color: #FF80AB !important;
}
.border-bottom-pink-A100 {
  border-bottom-color: #FF80AB !important;
}
.border-left-pink-A100 {
  border-left-color: #FF80AB !important;
}
.bg-pink-A200 {
  background-color: #FF4081 !important;
}
.bg-pink-A200.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-pink-A200.text-auto {
  background-color: #FF4081 !important;
}
.text-pink-A200 {
  color: #FF4081 !important;
}
.border-pink-A200 {
  border-color: #FF4081 !important;
}
.border-top-pink-A200 {
  border-top-color: #FF4081 !important;
}
.border-right-pink-A200 {
  border-right-color: #FF4081 !important;
}
.border-bottom-pink-A200 {
  border-bottom-color: #FF4081 !important;
}
.border-left-pink-A200 {
  border-left-color: #FF4081 !important;
}
.bg-pink-A400 {
  background-color: #F50057 !important;
}
.bg-pink-A400.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-pink-A400.text-auto {
  background-color: #F50057 !important;
}
.text-pink-A400 {
  color: #F50057 !important;
}
.border-pink-A400 {
  border-color: #F50057 !important;
}
.border-top-pink-A400 {
  border-top-color: #F50057 !important;
}
.border-right-pink-A400 {
  border-right-color: #F50057 !important;
}
.border-bottom-pink-A400 {
  border-bottom-color: #F50057 !important;
}
.border-left-pink-A400 {
  border-left-color: #F50057 !important;
}
.bg-pink-A700 {
  background-color: #C51162 !important;
}
.bg-pink-A700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-pink-A700.text-auto {
  background-color: #C51162 !important;
}
.text-pink-A700 {
  color: #C51162 !important;
}
.border-pink-A700 {
  border-color: #C51162 !important;
}
.border-top-pink-A700 {
  border-top-color: #C51162 !important;
}
.border-right-pink-A700 {
  border-right-color: #C51162 !important;
}
.border-bottom-pink-A700 {
  border-bottom-color: #C51162 !important;
}
.border-left-pink-A700 {
  border-left-color: #C51162 !important;
}
.bg-purple-50 {
  background-color: #F3E5F5 !important;
}
.bg-purple-50.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-purple-50.text-auto {
  background-color: #F3E5F5 !important;
}
.text-purple-50 {
  color: #F3E5F5 !important;
}
.border-purple-50 {
  border-color: #F3E5F5 !important;
}
.border-top-purple-50 {
  border-top-color: #F3E5F5 !important;
}
.border-right-purple-50 {
  border-right-color: #F3E5F5 !important;
}
.border-bottom-purple-50 {
  border-bottom-color: #F3E5F5 !important;
}
.border-left-purple-50 {
  border-left-color: #F3E5F5 !important;
}
.bg-purple-100 {
  background-color: #E1BEE7 !important;
}
.bg-purple-100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-purple-100.text-auto {
  background-color: #E1BEE7 !important;
}
.text-purple-100 {
  color: #E1BEE7 !important;
}
.border-purple-100 {
  border-color: #E1BEE7 !important;
}
.border-top-purple-100 {
  border-top-color: #E1BEE7 !important;
}
.border-right-purple-100 {
  border-right-color: #E1BEE7 !important;
}
.border-bottom-purple-100 {
  border-bottom-color: #E1BEE7 !important;
}
.border-left-purple-100 {
  border-left-color: #E1BEE7 !important;
}
.bg-purple-200 {
  background-color: #CE93D8 !important;
}
.bg-purple-200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-purple-200.text-auto {
  background-color: #CE93D8 !important;
}
.text-purple-200 {
  color: #CE93D8 !important;
}
.border-purple-200 {
  border-color: #CE93D8 !important;
}
.border-top-purple-200 {
  border-top-color: #CE93D8 !important;
}
.border-right-purple-200 {
  border-right-color: #CE93D8 !important;
}
.border-bottom-purple-200 {
  border-bottom-color: #CE93D8 !important;
}
.border-left-purple-200 {
  border-left-color: #CE93D8 !important;
}
.bg-purple-300 {
  background-color: #BA68C8 !important;
}
.bg-purple-300.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-purple-300.text-auto {
  background-color: #BA68C8 !important;
}
.text-purple-300 {
  color: #BA68C8 !important;
}
.border-purple-300 {
  border-color: #BA68C8 !important;
}
.border-top-purple-300 {
  border-top-color: #BA68C8 !important;
}
.border-right-purple-300 {
  border-right-color: #BA68C8 !important;
}
.border-bottom-purple-300 {
  border-bottom-color: #BA68C8 !important;
}
.border-left-purple-300 {
  border-left-color: #BA68C8 !important;
}
.bg-purple-400 {
  background-color: #AB47BC !important;
}
.bg-purple-400.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-purple-400.text-auto {
  background-color: #AB47BC !important;
}
.text-purple-400 {
  color: #AB47BC !important;
}
.border-purple-400 {
  border-color: #AB47BC !important;
}
.border-top-purple-400 {
  border-top-color: #AB47BC !important;
}
.border-right-purple-400 {
  border-right-color: #AB47BC !important;
}
.border-bottom-purple-400 {
  border-bottom-color: #AB47BC !important;
}
.border-left-purple-400 {
  border-left-color: #AB47BC !important;
}
.bg-purple-500 {
  background-color: #9C27B0 !important;
}
.bg-purple-500.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-purple-500.text-auto {
  background-color: #9C27B0 !important;
}
.text-purple-500 {
  color: #9C27B0 !important;
}
.border-purple-500 {
  border-color: #9C27B0 !important;
}
.border-top-purple-500 {
  border-top-color: #9C27B0 !important;
}
.border-right-purple-500 {
  border-right-color: #9C27B0 !important;
}
.border-bottom-purple-500 {
  border-bottom-color: #9C27B0 !important;
}
.border-left-purple-500 {
  border-left-color: #9C27B0 !important;
}
.bg-purple.text-auto {
  background-color: #9C27B0 !important;
}
.bg-purple {
  background-color: #9C27B0 !important;
}
.bg-purple.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.text-purple {
  color: #9C27B0 !important;
}
.border-purple {
  border-color: #9C27B0 !important;
}
.border-top-purple {
  border-top-color: #9C27B0 !important;
}
.border-right-purple {
  border-right-color: #9C27B0 !important;
}
.border-bottom-purple {
  border-bottom-color: #9C27B0 !important;
}
.border-left-purple {
  border-left-color: #9C27B0 !important;
}
.bg-purple-600 {
  background-color: #8E24AA !important;
}
.bg-purple-600.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-purple-600.text-auto {
  background-color: #8E24AA !important;
}
.text-purple-600 {
  color: #8E24AA !important;
}
.border-purple-600 {
  border-color: #8E24AA !important;
}
.border-top-purple-600 {
  border-top-color: #8E24AA !important;
}
.border-right-purple-600 {
  border-right-color: #8E24AA !important;
}
.border-bottom-purple-600 {
  border-bottom-color: #8E24AA !important;
}
.border-left-purple-600 {
  border-left-color: #8E24AA !important;
}
.bg-purple-700 {
  background-color: #7B1FA2 !important;
}
.bg-purple-700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-purple-700.text-auto {
  background-color: #7B1FA2 !important;
}
.text-purple-700 {
  color: #7B1FA2 !important;
}
.border-purple-700 {
  border-color: #7B1FA2 !important;
}
.border-top-purple-700 {
  border-top-color: #7B1FA2 !important;
}
.border-right-purple-700 {
  border-right-color: #7B1FA2 !important;
}
.border-bottom-purple-700 {
  border-bottom-color: #7B1FA2 !important;
}
.border-left-purple-700 {
  border-left-color: #7B1FA2 !important;
}
.bg-purple-800 {
  background-color: #6A1B9A !important;
}
.bg-purple-800.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-purple-800.text-auto {
  background-color: #6A1B9A !important;
}
.text-purple-800 {
  color: #6A1B9A !important;
}
.border-purple-800 {
  border-color: #6A1B9A !important;
}
.border-top-purple-800 {
  border-top-color: #6A1B9A !important;
}
.border-right-purple-800 {
  border-right-color: #6A1B9A !important;
}
.border-bottom-purple-800 {
  border-bottom-color: #6A1B9A !important;
}
.border-left-purple-800 {
  border-left-color: #6A1B9A !important;
}
.bg-purple-900 {
  background-color: #4A148C !important;
}
.bg-purple-900.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-purple-900.text-auto {
  background-color: #4A148C !important;
}
.text-purple-900 {
  color: #4A148C !important;
}
.border-purple-900 {
  border-color: #4A148C !important;
}
.border-top-purple-900 {
  border-top-color: #4A148C !important;
}
.border-right-purple-900 {
  border-right-color: #4A148C !important;
}
.border-bottom-purple-900 {
  border-bottom-color: #4A148C !important;
}
.border-left-purple-900 {
  border-left-color: #4A148C !important;
}
.bg-purple-A100 {
  background-color: #EA80FC !important;
}
.bg-purple-A100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-purple-A100.text-auto {
  background-color: #EA80FC !important;
}
.text-purple-A100 {
  color: #EA80FC !important;
}
.border-purple-A100 {
  border-color: #EA80FC !important;
}
.border-top-purple-A100 {
  border-top-color: #EA80FC !important;
}
.border-right-purple-A100 {
  border-right-color: #EA80FC !important;
}
.border-bottom-purple-A100 {
  border-bottom-color: #EA80FC !important;
}
.border-left-purple-A100 {
  border-left-color: #EA80FC !important;
}
.bg-purple-A200 {
  background-color: #E040FB !important;
}
.bg-purple-A200.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-purple-A200.text-auto {
  background-color: #E040FB !important;
}
.text-purple-A200 {
  color: #E040FB !important;
}
.border-purple-A200 {
  border-color: #E040FB !important;
}
.border-top-purple-A200 {
  border-top-color: #E040FB !important;
}
.border-right-purple-A200 {
  border-right-color: #E040FB !important;
}
.border-bottom-purple-A200 {
  border-bottom-color: #E040FB !important;
}
.border-left-purple-A200 {
  border-left-color: #E040FB !important;
}
.bg-purple-A400 {
  background-color: #D500F9 !important;
}
.bg-purple-A400.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-purple-A400.text-auto {
  background-color: #D500F9 !important;
}
.text-purple-A400 {
  color: #D500F9 !important;
}
.border-purple-A400 {
  border-color: #D500F9 !important;
}
.border-top-purple-A400 {
  border-top-color: #D500F9 !important;
}
.border-right-purple-A400 {
  border-right-color: #D500F9 !important;
}
.border-bottom-purple-A400 {
  border-bottom-color: #D500F9 !important;
}
.border-left-purple-A400 {
  border-left-color: #D500F9 !important;
}
.bg-purple-A700 {
  background-color: #a0f !important;
}
.bg-purple-A700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-purple-A700.text-auto {
  background-color: #a0f !important;
}
.text-purple-A700 {
  color: #a0f !important;
}
.border-purple-A700 {
  border-color: #a0f !important;
}
.border-top-purple-A700 {
  border-top-color: #a0f !important;
}
.border-right-purple-A700 {
  border-right-color: #a0f !important;
}
.border-bottom-purple-A700 {
  border-bottom-color: #a0f !important;
}
.border-left-purple-A700 {
  border-left-color: #a0f !important;
}
.bg-deep-purple-50 {
  background-color: #EDE7F6 !important;
}
.bg-deep-purple-50.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-deep-purple-50.text-auto {
  background-color: #EDE7F6 !important;
}
.text-deep-purple-50 {
  color: #EDE7F6 !important;
}
.border-deep-purple-50 {
  border-color: #EDE7F6 !important;
}
.border-top-deep-purple-50 {
  border-top-color: #EDE7F6 !important;
}
.border-right-deep-purple-50 {
  border-right-color: #EDE7F6 !important;
}
.border-bottom-deep-purple-50 {
  border-bottom-color: #EDE7F6 !important;
}
.border-left-deep-purple-50 {
  border-left-color: #EDE7F6 !important;
}
.bg-deep-purple-100 {
  background-color: #D1C4E9 !important;
}
.bg-deep-purple-100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-deep-purple-100.text-auto {
  background-color: #D1C4E9 !important;
}
.text-deep-purple-100 {
  color: #D1C4E9 !important;
}
.border-deep-purple-100 {
  border-color: #D1C4E9 !important;
}
.border-top-deep-purple-100 {
  border-top-color: #D1C4E9 !important;
}
.border-right-deep-purple-100 {
  border-right-color: #D1C4E9 !important;
}
.border-bottom-deep-purple-100 {
  border-bottom-color: #D1C4E9 !important;
}
.border-left-deep-purple-100 {
  border-left-color: #D1C4E9 !important;
}
.bg-deep-purple-200 {
  background-color: #B39DDB !important;
}
.bg-deep-purple-200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-deep-purple-200.text-auto {
  background-color: #B39DDB !important;
}
.text-deep-purple-200 {
  color: #B39DDB !important;
}
.border-deep-purple-200 {
  border-color: #B39DDB !important;
}
.border-top-deep-purple-200 {
  border-top-color: #B39DDB !important;
}
.border-right-deep-purple-200 {
  border-right-color: #B39DDB !important;
}
.border-bottom-deep-purple-200 {
  border-bottom-color: #B39DDB !important;
}
.border-left-deep-purple-200 {
  border-left-color: #B39DDB !important;
}
.bg-deep-purple-300 {
  background-color: #9575CD !important;
}
.bg-deep-purple-300.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-deep-purple-300.text-auto {
  background-color: #9575CD !important;
}
.text-deep-purple-300 {
  color: #9575CD !important;
}
.border-deep-purple-300 {
  border-color: #9575CD !important;
}
.border-top-deep-purple-300 {
  border-top-color: #9575CD !important;
}
.border-right-deep-purple-300 {
  border-right-color: #9575CD !important;
}
.border-bottom-deep-purple-300 {
  border-bottom-color: #9575CD !important;
}
.border-left-deep-purple-300 {
  border-left-color: #9575CD !important;
}
.bg-deep-purple-400 {
  background-color: #7E57C2 !important;
}
.bg-deep-purple-400.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-deep-purple-400.text-auto {
  background-color: #7E57C2 !important;
}
.text-deep-purple-400 {
  color: #7E57C2 !important;
}
.border-deep-purple-400 {
  border-color: #7E57C2 !important;
}
.border-top-deep-purple-400 {
  border-top-color: #7E57C2 !important;
}
.border-right-deep-purple-400 {
  border-right-color: #7E57C2 !important;
}
.border-bottom-deep-purple-400 {
  border-bottom-color: #7E57C2 !important;
}
.border-left-deep-purple-400 {
  border-left-color: #7E57C2 !important;
}
.bg-deep-purple-500 {
  background-color: #673AB7 !important;
}
.bg-deep-purple-500.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-deep-purple-500.text-auto {
  background-color: #673AB7 !important;
}
.text-deep-purple-500 {
  color: #673AB7 !important;
}
.border-deep-purple-500 {
  border-color: #673AB7 !important;
}
.border-top-deep-purple-500 {
  border-top-color: #673AB7 !important;
}
.border-right-deep-purple-500 {
  border-right-color: #673AB7 !important;
}
.border-bottom-deep-purple-500 {
  border-bottom-color: #673AB7 !important;
}
.border-left-deep-purple-500 {
  border-left-color: #673AB7 !important;
}
.bg-deep-purple.text-auto {
  background-color: #673AB7 !important;
}
.bg-deep-purple {
  background-color: #673AB7 !important;
}
.bg-deep-purple.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.text-deep-purple {
  color: #673AB7 !important;
}
.border-deep-purple {
  border-color: #673AB7 !important;
}
.border-top-deep-purple {
  border-top-color: #673AB7 !important;
}
.border-right-deep-purple {
  border-right-color: #673AB7 !important;
}
.border-bottom-deep-purple {
  border-bottom-color: #673AB7 !important;
}
.border-left-deep-purple {
  border-left-color: #673AB7 !important;
}
.bg-deep-purple-600 {
  background-color: #5E35B1 !important;
}
.bg-deep-purple-600.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-deep-purple-600.text-auto {
  background-color: #5E35B1 !important;
}
.text-deep-purple-600 {
  color: #5E35B1 !important;
}
.border-deep-purple-600 {
  border-color: #5E35B1 !important;
}
.border-top-deep-purple-600 {
  border-top-color: #5E35B1 !important;
}
.border-right-deep-purple-600 {
  border-right-color: #5E35B1 !important;
}
.border-bottom-deep-purple-600 {
  border-bottom-color: #5E35B1 !important;
}
.border-left-deep-purple-600 {
  border-left-color: #5E35B1 !important;
}
.bg-deep-purple-700 {
  background-color: #512DA8 !important;
}
.bg-deep-purple-700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-deep-purple-700.text-auto {
  background-color: #512DA8 !important;
}
.text-deep-purple-700 {
  color: #512DA8 !important;
}
.border-deep-purple-700 {
  border-color: #512DA8 !important;
}
.border-top-deep-purple-700 {
  border-top-color: #512DA8 !important;
}
.border-right-deep-purple-700 {
  border-right-color: #512DA8 !important;
}
.border-bottom-deep-purple-700 {
  border-bottom-color: #512DA8 !important;
}
.border-left-deep-purple-700 {
  border-left-color: #512DA8 !important;
}
.bg-deep-purple-800 {
  background-color: #4527A0 !important;
}
.bg-deep-purple-800.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-deep-purple-800.text-auto {
  background-color: #4527A0 !important;
}
.text-deep-purple-800 {
  color: #4527A0 !important;
}
.border-deep-purple-800 {
  border-color: #4527A0 !important;
}
.border-top-deep-purple-800 {
  border-top-color: #4527A0 !important;
}
.border-right-deep-purple-800 {
  border-right-color: #4527A0 !important;
}
.border-bottom-deep-purple-800 {
  border-bottom-color: #4527A0 !important;
}
.border-left-deep-purple-800 {
  border-left-color: #4527A0 !important;
}
.bg-deep-purple-900 {
  background-color: #311B92 !important;
}
.bg-deep-purple-900.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-deep-purple-900.text-auto {
  background-color: #311B92 !important;
}
.text-deep-purple-900 {
  color: #311B92 !important;
}
.border-deep-purple-900 {
  border-color: #311B92 !important;
}
.border-top-deep-purple-900 {
  border-top-color: #311B92 !important;
}
.border-right-deep-purple-900 {
  border-right-color: #311B92 !important;
}
.border-bottom-deep-purple-900 {
  border-bottom-color: #311B92 !important;
}
.border-left-deep-purple-900 {
  border-left-color: #311B92 !important;
}
.bg-deep-purple-A100 {
  background-color: #B388FF !important;
}
.bg-deep-purple-A100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-deep-purple-A100.text-auto {
  background-color: #B388FF !important;
}
.text-deep-purple-A100 {
  color: #B388FF !important;
}
.border-deep-purple-A100 {
  border-color: #B388FF !important;
}
.border-top-deep-purple-A100 {
  border-top-color: #B388FF !important;
}
.border-right-deep-purple-A100 {
  border-right-color: #B388FF !important;
}
.border-bottom-deep-purple-A100 {
  border-bottom-color: #B388FF !important;
}
.border-left-deep-purple-A100 {
  border-left-color: #B388FF !important;
}
.bg-deep-purple-A200 {
  background-color: #7C4DFF !important;
}
.bg-deep-purple-A200.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-deep-purple-A200.text-auto {
  background-color: #7C4DFF !important;
}
.text-deep-purple-A200 {
  color: #7C4DFF !important;
}
.border-deep-purple-A200 {
  border-color: #7C4DFF !important;
}
.border-top-deep-purple-A200 {
  border-top-color: #7C4DFF !important;
}
.border-right-deep-purple-A200 {
  border-right-color: #7C4DFF !important;
}
.border-bottom-deep-purple-A200 {
  border-bottom-color: #7C4DFF !important;
}
.border-left-deep-purple-A200 {
  border-left-color: #7C4DFF !important;
}
.bg-deep-purple-A400 {
  background-color: #651FFF !important;
}
.bg-deep-purple-A400.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-deep-purple-A400.text-auto {
  background-color: #651FFF !important;
}
.text-deep-purple-A400 {
  color: #651FFF !important;
}
.border-deep-purple-A400 {
  border-color: #651FFF !important;
}
.border-top-deep-purple-A400 {
  border-top-color: #651FFF !important;
}
.border-right-deep-purple-A400 {
  border-right-color: #651FFF !important;
}
.border-bottom-deep-purple-A400 {
  border-bottom-color: #651FFF !important;
}
.border-left-deep-purple-A400 {
  border-left-color: #651FFF !important;
}
.bg-deep-purple-A700 {
  background-color: #6200EA !important;
}
.bg-deep-purple-A700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-deep-purple-A700.text-auto {
  background-color: #6200EA !important;
}
.text-deep-purple-A700 {
  color: #6200EA !important;
}
.border-deep-purple-A700 {
  border-color: #6200EA !important;
}
.border-top-deep-purple-A700 {
  border-top-color: #6200EA !important;
}
.border-right-deep-purple-A700 {
  border-right-color: #6200EA !important;
}
.border-bottom-deep-purple-A700 {
  border-bottom-color: #6200EA !important;
}
.border-left-deep-purple-A700 {
  border-left-color: #6200EA !important;
}
.bg-indigo-50 {
  background-color: #E8EAF6 !important;
}
.bg-indigo-50.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-indigo-50.text-auto {
  background-color: #E8EAF6 !important;
}
.text-indigo-50 {
  color: #E8EAF6 !important;
}
.border-indigo-50 {
  border-color: #E8EAF6 !important;
}
.border-top-indigo-50 {
  border-top-color: #E8EAF6 !important;
}
.border-right-indigo-50 {
  border-right-color: #E8EAF6 !important;
}
.border-bottom-indigo-50 {
  border-bottom-color: #E8EAF6 !important;
}
.border-left-indigo-50 {
  border-left-color: #E8EAF6 !important;
}
.bg-indigo-100 {
  background-color: #C5CAE9 !important;
}
.bg-indigo-100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-indigo-100.text-auto {
  background-color: #C5CAE9 !important;
}
.text-indigo-100 {
  color: #C5CAE9 !important;
}
.border-indigo-100 {
  border-color: #C5CAE9 !important;
}
.border-top-indigo-100 {
  border-top-color: #C5CAE9 !important;
}
.border-right-indigo-100 {
  border-right-color: #C5CAE9 !important;
}
.border-bottom-indigo-100 {
  border-bottom-color: #C5CAE9 !important;
}
.border-left-indigo-100 {
  border-left-color: #C5CAE9 !important;
}
.bg-indigo-200 {
  background-color: #9FA8DA !important;
}
.bg-indigo-200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-indigo-200.text-auto {
  background-color: #9FA8DA !important;
}
.text-indigo-200 {
  color: #9FA8DA !important;
}
.border-indigo-200 {
  border-color: #9FA8DA !important;
}
.border-top-indigo-200 {
  border-top-color: #9FA8DA !important;
}
.border-right-indigo-200 {
  border-right-color: #9FA8DA !important;
}
.border-bottom-indigo-200 {
  border-bottom-color: #9FA8DA !important;
}
.border-left-indigo-200 {
  border-left-color: #9FA8DA !important;
}
.bg-indigo-300 {
  background-color: #7986CB !important;
}
.bg-indigo-300.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-indigo-300.text-auto {
  background-color: #7986CB !important;
}
.text-indigo-300 {
  color: #7986CB !important;
}
.border-indigo-300 {
  border-color: #7986CB !important;
}
.border-top-indigo-300 {
  border-top-color: #7986CB !important;
}
.border-right-indigo-300 {
  border-right-color: #7986CB !important;
}
.border-bottom-indigo-300 {
  border-bottom-color: #7986CB !important;
}
.border-left-indigo-300 {
  border-left-color: #7986CB !important;
}
.bg-indigo-400 {
  background-color: #5C6BC0 !important;
}
.bg-indigo-400.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-indigo-400.text-auto {
  background-color: #5C6BC0 !important;
}
.text-indigo-400 {
  color: #5C6BC0 !important;
}
.border-indigo-400 {
  border-color: #5C6BC0 !important;
}
.border-top-indigo-400 {
  border-top-color: #5C6BC0 !important;
}
.border-right-indigo-400 {
  border-right-color: #5C6BC0 !important;
}
.border-bottom-indigo-400 {
  border-bottom-color: #5C6BC0 !important;
}
.border-left-indigo-400 {
  border-left-color: #5C6BC0 !important;
}
.bg-indigo-500 {
  background-color: #3F51B5 !important;
}
.bg-indigo-500.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-indigo-500.text-auto {
  background-color: #3F51B5 !important;
}
.text-indigo-500 {
  color: #3F51B5 !important;
}
.border-indigo-500 {
  border-color: #3F51B5 !important;
}
.border-top-indigo-500 {
  border-top-color: #3F51B5 !important;
}
.border-right-indigo-500 {
  border-right-color: #3F51B5 !important;
}
.border-bottom-indigo-500 {
  border-bottom-color: #3F51B5 !important;
}
.border-left-indigo-500 {
  border-left-color: #3F51B5 !important;
}
.bg-indigo.text-auto {
  background-color: #3F51B5 !important;
}
.bg-indigo {
  background-color: #3F51B5 !important;
}
.bg-indigo.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.text-indigo {
  color: #3F51B5 !important;
}
.border-indigo {
  border-color: #3F51B5 !important;
}
.border-top-indigo {
  border-top-color: #3F51B5 !important;
}
.border-right-indigo {
  border-right-color: #3F51B5 !important;
}
.border-bottom-indigo {
  border-bottom-color: #3F51B5 !important;
}
.border-left-indigo {
  border-left-color: #3F51B5 !important;
}
.bg-indigo-600 {
  background-color: #3949AB !important;
}
.bg-indigo-600.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-indigo-600.text-auto {
  background-color: #3949AB !important;
}
.text-indigo-600 {
  color: #3949AB !important;
}
.border-indigo-600 {
  border-color: #3949AB !important;
}
.border-top-indigo-600 {
  border-top-color: #3949AB !important;
}
.border-right-indigo-600 {
  border-right-color: #3949AB !important;
}
.border-bottom-indigo-600 {
  border-bottom-color: #3949AB !important;
}
.border-left-indigo-600 {
  border-left-color: #3949AB !important;
}
.bg-indigo-700 {
  background-color: #303F9F !important;
}
.bg-indigo-700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-indigo-700.text-auto {
  background-color: #303F9F !important;
}
.text-indigo-700 {
  color: #303F9F !important;
}
.border-indigo-700 {
  border-color: #303F9F !important;
}
.border-top-indigo-700 {
  border-top-color: #303F9F !important;
}
.border-right-indigo-700 {
  border-right-color: #303F9F !important;
}
.border-bottom-indigo-700 {
  border-bottom-color: #303F9F !important;
}
.border-left-indigo-700 {
  border-left-color: #303F9F !important;
}
.bg-indigo-800 {
  background-color: #283593 !important;
}
.bg-indigo-800.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-indigo-800.text-auto {
  background-color: #283593 !important;
}
.text-indigo-800 {
  color: #283593 !important;
}
.border-indigo-800 {
  border-color: #283593 !important;
}
.border-top-indigo-800 {
  border-top-color: #283593 !important;
}
.border-right-indigo-800 {
  border-right-color: #283593 !important;
}
.border-bottom-indigo-800 {
  border-bottom-color: #283593 !important;
}
.border-left-indigo-800 {
  border-left-color: #283593 !important;
}
.bg-indigo-900 {
  background-color: #1A237E !important;
}
.bg-indigo-900.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-indigo-900.text-auto {
  background-color: #1A237E !important;
}
.text-indigo-900 {
  color: #1A237E !important;
}
.border-indigo-900 {
  border-color: #1A237E !important;
}
.border-top-indigo-900 {
  border-top-color: #1A237E !important;
}
.border-right-indigo-900 {
  border-right-color: #1A237E !important;
}
.border-bottom-indigo-900 {
  border-bottom-color: #1A237E !important;
}
.border-left-indigo-900 {
  border-left-color: #1A237E !important;
}
.bg-indigo-A100 {
  background-color: #8C9EFF !important;
}
.bg-indigo-A100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-indigo-A100.text-auto {
  background-color: #8C9EFF !important;
}
.text-indigo-A100 {
  color: #8C9EFF !important;
}
.border-indigo-A100 {
  border-color: #8C9EFF !important;
}
.border-top-indigo-A100 {
  border-top-color: #8C9EFF !important;
}
.border-right-indigo-A100 {
  border-right-color: #8C9EFF !important;
}
.border-bottom-indigo-A100 {
  border-bottom-color: #8C9EFF !important;
}
.border-left-indigo-A100 {
  border-left-color: #8C9EFF !important;
}
.bg-indigo-A200 {
  background-color: #536DFE !important;
}
.bg-indigo-A200.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-indigo-A200.text-auto {
  background-color: #536DFE !important;
}
.text-indigo-A200 {
  color: #536DFE !important;
}
.border-indigo-A200 {
  border-color: #536DFE !important;
}
.border-top-indigo-A200 {
  border-top-color: #536DFE !important;
}
.border-right-indigo-A200 {
  border-right-color: #536DFE !important;
}
.border-bottom-indigo-A200 {
  border-bottom-color: #536DFE !important;
}
.border-left-indigo-A200 {
  border-left-color: #536DFE !important;
}
.bg-indigo-A400 {
  background-color: #3D5AFE !important;
}
.bg-indigo-A400.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-indigo-A400.text-auto {
  background-color: #3D5AFE !important;
}
.text-indigo-A400 {
  color: #3D5AFE !important;
}
.border-indigo-A400 {
  border-color: #3D5AFE !important;
}
.border-top-indigo-A400 {
  border-top-color: #3D5AFE !important;
}
.border-right-indigo-A400 {
  border-right-color: #3D5AFE !important;
}
.border-bottom-indigo-A400 {
  border-bottom-color: #3D5AFE !important;
}
.border-left-indigo-A400 {
  border-left-color: #3D5AFE !important;
}
.bg-indigo-A700 {
  background-color: #304FFE !important;
}
.bg-indigo-A700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-indigo-A700.text-auto {
  background-color: #304FFE !important;
}
.text-indigo-A700 {
  color: #304FFE !important;
}
.border-indigo-A700 {
  border-color: #304FFE !important;
}
.border-top-indigo-A700 {
  border-top-color: #304FFE !important;
}
.border-right-indigo-A700 {
  border-right-color: #304FFE !important;
}
.border-bottom-indigo-A700 {
  border-bottom-color: #304FFE !important;
}
.border-left-indigo-A700 {
  border-left-color: #304FFE !important;
}
.bg-blue-50 {
  background-color: #E3F2FD !important;
}
.bg-blue-50.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-blue-50.text-auto {
  background-color: #E3F2FD !important;
}
.text-blue-50 {
  color: #E3F2FD !important;
}
.border-blue-50 {
  border-color: #E3F2FD !important;
}
.border-top-blue-50 {
  border-top-color: #E3F2FD !important;
}
.border-right-blue-50 {
  border-right-color: #E3F2FD !important;
}
.border-bottom-blue-50 {
  border-bottom-color: #E3F2FD !important;
}
.border-left-blue-50 {
  border-left-color: #E3F2FD !important;
}
.bg-blue-100 {
  background-color: #BBDEFB !important;
}
.bg-blue-100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-blue-100.text-auto {
  background-color: #BBDEFB !important;
}
.text-blue-100 {
  color: #BBDEFB !important;
}
.border-blue-100 {
  border-color: #BBDEFB !important;
}
.border-top-blue-100 {
  border-top-color: #BBDEFB !important;
}
.border-right-blue-100 {
  border-right-color: #BBDEFB !important;
}
.border-bottom-blue-100 {
  border-bottom-color: #BBDEFB !important;
}
.border-left-blue-100 {
  border-left-color: #BBDEFB !important;
}
.bg-blue-200 {
  background-color: #90CAF9 !important;
}
.bg-blue-200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-blue-200.text-auto {
  background-color: #90CAF9 !important;
}
.text-blue-200 {
  color: #90CAF9 !important;
}
.border-blue-200 {
  border-color: #90CAF9 !important;
}
.border-top-blue-200 {
  border-top-color: #90CAF9 !important;
}
.border-right-blue-200 {
  border-right-color: #90CAF9 !important;
}
.border-bottom-blue-200 {
  border-bottom-color: #90CAF9 !important;
}
.border-left-blue-200 {
  border-left-color: #90CAF9 !important;
}
.bg-blue-300 {
  background-color: #64B5F6 !important;
}
.bg-blue-300.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-blue-300.text-auto {
  background-color: #64B5F6 !important;
}
.text-blue-300 {
  color: #64B5F6 !important;
}
.border-blue-300 {
  border-color: #64B5F6 !important;
}
.border-top-blue-300 {
  border-top-color: #64B5F6 !important;
}
.border-right-blue-300 {
  border-right-color: #64B5F6 !important;
}
.border-bottom-blue-300 {
  border-bottom-color: #64B5F6 !important;
}
.border-left-blue-300 {
  border-left-color: #64B5F6 !important;
}
.bg-blue-400 {
  background-color: #42A5F5 !important;
}
.bg-blue-400.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-blue-400.text-auto {
  background-color: #42A5F5 !important;
}
.text-blue-400 {
  color: #42A5F5 !important;
}
.border-blue-400 {
  border-color: #42A5F5 !important;
}
.border-top-blue-400 {
  border-top-color: #42A5F5 !important;
}
.border-right-blue-400 {
  border-right-color: #42A5F5 !important;
}
.border-bottom-blue-400 {
  border-bottom-color: #42A5F5 !important;
}
.border-left-blue-400 {
  border-left-color: #42A5F5 !important;
}
.bg-blue-500 {
  background-color: #2196F3 !important;
}
.bg-blue-500.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-blue-500.text-auto {
  background-color: #2196F3 !important;
}
.text-blue-500 {
  color: #2196F3 !important;
}
.border-blue-500 {
  border-color: #2196F3 !important;
}
.border-top-blue-500 {
  border-top-color: #2196F3 !important;
}
.border-right-blue-500 {
  border-right-color: #2196F3 !important;
}
.border-bottom-blue-500 {
  border-bottom-color: #2196F3 !important;
}
.border-left-blue-500 {
  border-left-color: #2196F3 !important;
}
.bg-blue.text-auto {
  background-color: #2196F3 !important;
}
.bg-blue {
  background-color: #2196F3 !important;
}
.bg-blue.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.text-blue {
  color: #2196F3 !important;
}
.border-blue {
  border-color: #2196F3 !important;
}
.border-top-blue {
  border-top-color: #2196F3 !important;
}
.border-right-blue {
  border-right-color: #2196F3 !important;
}
.border-bottom-blue {
  border-bottom-color: #2196F3 !important;
}
.border-left-blue {
  border-left-color: #2196F3 !important;
}
.bg-blue-600 {
  background-color: #1E88E5 !important;
}
.bg-blue-600.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-blue-600.text-auto {
  background-color: #1E88E5 !important;
}
.text-blue-600 {
  color: #1E88E5 !important;
}
.border-blue-600 {
  border-color: #1E88E5 !important;
}
.border-top-blue-600 {
  border-top-color: #1E88E5 !important;
}
.border-right-blue-600 {
  border-right-color: #1E88E5 !important;
}
.border-bottom-blue-600 {
  border-bottom-color: #1E88E5 !important;
}
.border-left-blue-600 {
  border-left-color: #1E88E5 !important;
}
.bg-blue-700 {
  background-color: #1976D2 !important;
}
.bg-blue-700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-blue-700.text-auto {
  background-color: #1976D2 !important;
}
.text-blue-700 {
  color: #1976D2 !important;
}
.border-blue-700 {
  border-color: #1976D2 !important;
}
.border-top-blue-700 {
  border-top-color: #1976D2 !important;
}
.border-right-blue-700 {
  border-right-color: #1976D2 !important;
}
.border-bottom-blue-700 {
  border-bottom-color: #1976D2 !important;
}
.border-left-blue-700 {
  border-left-color: #1976D2 !important;
}
.bg-blue-800 {
  background-color: #1565C0 !important;
}
.bg-blue-800.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-blue-800.text-auto {
  background-color: #1565C0 !important;
}
.text-blue-800 {
  color: #1565C0 !important;
}
.border-blue-800 {
  border-color: #1565C0 !important;
}
.border-top-blue-800 {
  border-top-color: #1565C0 !important;
}
.border-right-blue-800 {
  border-right-color: #1565C0 !important;
}
.border-bottom-blue-800 {
  border-bottom-color: #1565C0 !important;
}
.border-left-blue-800 {
  border-left-color: #1565C0 !important;
}
.bg-blue-900 {
  background-color: #0D47A1 !important;
}
.bg-blue-900.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-blue-900.text-auto {
  background-color: #0D47A1 !important;
}
.text-blue-900 {
  color: #0D47A1 !important;
}
.border-blue-900 {
  border-color: #0D47A1 !important;
}
.border-top-blue-900 {
  border-top-color: #0D47A1 !important;
}
.border-right-blue-900 {
  border-right-color: #0D47A1 !important;
}
.border-bottom-blue-900 {
  border-bottom-color: #0D47A1 !important;
}
.border-left-blue-900 {
  border-left-color: #0D47A1 !important;
}
.bg-blue-A100 {
  background-color: #82B1FF !important;
}
.bg-blue-A100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-blue-A100.text-auto {
  background-color: #82B1FF !important;
}
.text-blue-A100 {
  color: #82B1FF !important;
}
.border-blue-A100 {
  border-color: #82B1FF !important;
}
.border-top-blue-A100 {
  border-top-color: #82B1FF !important;
}
.border-right-blue-A100 {
  border-right-color: #82B1FF !important;
}
.border-bottom-blue-A100 {
  border-bottom-color: #82B1FF !important;
}
.border-left-blue-A100 {
  border-left-color: #82B1FF !important;
}
.bg-blue-A200 {
  background-color: #448AFF !important;
}
.bg-blue-A200.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-blue-A200.text-auto {
  background-color: #448AFF !important;
}
.text-blue-A200 {
  color: #448AFF !important;
}
.border-blue-A200 {
  border-color: #448AFF !important;
}
.border-top-blue-A200 {
  border-top-color: #448AFF !important;
}
.border-right-blue-A200 {
  border-right-color: #448AFF !important;
}
.border-bottom-blue-A200 {
  border-bottom-color: #448AFF !important;
}
.border-left-blue-A200 {
  border-left-color: #448AFF !important;
}
.bg-blue-A400 {
  background-color: #2979FF !important;
}
.bg-blue-A400.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-blue-A400.text-auto {
  background-color: #2979FF !important;
}
.text-blue-A400 {
  color: #2979FF !important;
}
.border-blue-A400 {
  border-color: #2979FF !important;
}
.border-top-blue-A400 {
  border-top-color: #2979FF !important;
}
.border-right-blue-A400 {
  border-right-color: #2979FF !important;
}
.border-bottom-blue-A400 {
  border-bottom-color: #2979FF !important;
}
.border-left-blue-A400 {
  border-left-color: #2979FF !important;
}
.bg-blue-A700 {
  background-color: #2962FF !important;
}
.bg-blue-A700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-blue-A700.text-auto {
  background-color: #2962FF !important;
}
.text-blue-A700 {
  color: #2962FF !important;
}
.border-blue-A700 {
  border-color: #2962FF !important;
}
.border-top-blue-A700 {
  border-top-color: #2962FF !important;
}
.border-right-blue-A700 {
  border-right-color: #2962FF !important;
}
.border-bottom-blue-A700 {
  border-bottom-color: #2962FF !important;
}
.border-left-blue-A700 {
  border-left-color: #2962FF !important;
}
.bg-light-blue-50 {
  background-color: #E1F5FE !important;
}
.bg-light-blue-50.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-light-blue-50.text-auto {
  background-color: #E1F5FE !important;
}
.text-light-blue-50 {
  color: #E1F5FE !important;
}
.border-light-blue-50 {
  border-color: #E1F5FE !important;
}
.border-top-light-blue-50 {
  border-top-color: #E1F5FE !important;
}
.border-right-light-blue-50 {
  border-right-color: #E1F5FE !important;
}
.border-bottom-light-blue-50 {
  border-bottom-color: #E1F5FE !important;
}
.border-left-light-blue-50 {
  border-left-color: #E1F5FE !important;
}
.bg-light-blue-100 {
  background-color: #B3E5FC !important;
}
.bg-light-blue-100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-light-blue-100.text-auto {
  background-color: #B3E5FC !important;
}
.text-light-blue-100 {
  color: #B3E5FC !important;
}
.border-light-blue-100 {
  border-color: #B3E5FC !important;
}
.border-top-light-blue-100 {
  border-top-color: #B3E5FC !important;
}
.border-right-light-blue-100 {
  border-right-color: #B3E5FC !important;
}
.border-bottom-light-blue-100 {
  border-bottom-color: #B3E5FC !important;
}
.border-left-light-blue-100 {
  border-left-color: #B3E5FC !important;
}
.bg-light-blue-200 {
  background-color: #81D4FA !important;
}
.bg-light-blue-200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-light-blue-200.text-auto {
  background-color: #81D4FA !important;
}
.text-light-blue-200 {
  color: #81D4FA !important;
}
.border-light-blue-200 {
  border-color: #81D4FA !important;
}
.border-top-light-blue-200 {
  border-top-color: #81D4FA !important;
}
.border-right-light-blue-200 {
  border-right-color: #81D4FA !important;
}
.border-bottom-light-blue-200 {
  border-bottom-color: #81D4FA !important;
}
.border-left-light-blue-200 {
  border-left-color: #81D4FA !important;
}
.bg-light-blue-300 {
  background-color: #4FC3F7 !important;
}
.bg-light-blue-300.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-light-blue-300.text-auto {
  background-color: #4FC3F7 !important;
}
.text-light-blue-300 {
  color: #4FC3F7 !important;
}
.border-light-blue-300 {
  border-color: #4FC3F7 !important;
}
.border-top-light-blue-300 {
  border-top-color: #4FC3F7 !important;
}
.border-right-light-blue-300 {
  border-right-color: #4FC3F7 !important;
}
.border-bottom-light-blue-300 {
  border-bottom-color: #4FC3F7 !important;
}
.border-left-light-blue-300 {
  border-left-color: #4FC3F7 !important;
}
.bg-light-blue-400 {
  background-color: #29B6F6 !important;
}
.bg-light-blue-400.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-light-blue-400.text-auto {
  background-color: #29B6F6 !important;
}
.text-light-blue-400 {
  color: #29B6F6 !important;
}
.border-light-blue-400 {
  border-color: #29B6F6 !important;
}
.border-top-light-blue-400 {
  border-top-color: #29B6F6 !important;
}
.border-right-light-blue-400 {
  border-right-color: #29B6F6 !important;
}
.border-bottom-light-blue-400 {
  border-bottom-color: #29B6F6 !important;
}
.border-left-light-blue-400 {
  border-left-color: #29B6F6 !important;
}
.bg-light-blue-500 {
  background-color: #03A9F4 !important;
}
.bg-light-blue-500.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-light-blue-500.text-auto {
  background-color: #03A9F4 !important;
}
.text-light-blue-500 {
  color: #03A9F4 !important;
}
.border-light-blue-500 {
  border-color: #03A9F4 !important;
}
.border-top-light-blue-500 {
  border-top-color: #03A9F4 !important;
}
.border-right-light-blue-500 {
  border-right-color: #03A9F4 !important;
}
.border-bottom-light-blue-500 {
  border-bottom-color: #03A9F4 !important;
}
.border-left-light-blue-500 {
  border-left-color: #03A9F4 !important;
}
.bg-light-blue.text-auto {
  background-color: #03A9F4 !important;
}
.bg-light-blue {
  background-color: #03A9F4 !important;
}
.bg-light-blue.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.text-light-blue {
  color: #03A9F4 !important;
}
.border-light-blue {
  border-color: #03A9F4 !important;
}
.border-top-light-blue {
  border-top-color: #03A9F4 !important;
}
.border-right-light-blue {
  border-right-color: #03A9F4 !important;
}
.border-bottom-light-blue {
  border-bottom-color: #03A9F4 !important;
}
.border-left-light-blue {
  border-left-color: #03A9F4 !important;
}
.bg-light-blue-600 {
  background-color: #039BE5 !important;
}
.bg-light-blue-600.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-light-blue-600.text-auto {
  background-color: #039BE5 !important;
}
.text-light-blue-600 {
  color: #039BE5 !important;
}
.border-light-blue-600 {
  border-color: #039BE5 !important;
}
.border-top-light-blue-600 {
  border-top-color: #039BE5 !important;
}
.border-right-light-blue-600 {
  border-right-color: #039BE5 !important;
}
.border-bottom-light-blue-600 {
  border-bottom-color: #039BE5 !important;
}
.border-left-light-blue-600 {
  border-left-color: #039BE5 !important;
}
.bg-light-blue-700 {
  background-color: #0288D1 !important;
}
.bg-light-blue-700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-light-blue-700.text-auto {
  background-color: #0288D1 !important;
}
.text-light-blue-700 {
  color: #0288D1 !important;
}
.border-light-blue-700 {
  border-color: #0288D1 !important;
}
.border-top-light-blue-700 {
  border-top-color: #0288D1 !important;
}
.border-right-light-blue-700 {
  border-right-color: #0288D1 !important;
}
.border-bottom-light-blue-700 {
  border-bottom-color: #0288D1 !important;
}
.border-left-light-blue-700 {
  border-left-color: #0288D1 !important;
}
.bg-light-blue-800 {
  background-color: #0277BD !important;
}
.bg-light-blue-800.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-light-blue-800.text-auto {
  background-color: #0277BD !important;
}
.text-light-blue-800 {
  color: #0277BD !important;
}
.border-light-blue-800 {
  border-color: #0277BD !important;
}
.border-top-light-blue-800 {
  border-top-color: #0277BD !important;
}
.border-right-light-blue-800 {
  border-right-color: #0277BD !important;
}
.border-bottom-light-blue-800 {
  border-bottom-color: #0277BD !important;
}
.border-left-light-blue-800 {
  border-left-color: #0277BD !important;
}
.bg-light-blue-900 {
  background-color: #01579B !important;
}
.bg-light-blue-900.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-light-blue-900.text-auto {
  background-color: #01579B !important;
}
.text-light-blue-900 {
  color: #01579B !important;
}
.border-light-blue-900 {
  border-color: #01579B !important;
}
.border-top-light-blue-900 {
  border-top-color: #01579B !important;
}
.border-right-light-blue-900 {
  border-right-color: #01579B !important;
}
.border-bottom-light-blue-900 {
  border-bottom-color: #01579B !important;
}
.border-left-light-blue-900 {
  border-left-color: #01579B !important;
}
.bg-light-blue-A100 {
  background-color: #80D8FF !important;
}
.bg-light-blue-A100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-light-blue-A100.text-auto {
  background-color: #80D8FF !important;
}
.text-light-blue-A100 {
  color: #80D8FF !important;
}
.border-light-blue-A100 {
  border-color: #80D8FF !important;
}
.border-top-light-blue-A100 {
  border-top-color: #80D8FF !important;
}
.border-right-light-blue-A100 {
  border-right-color: #80D8FF !important;
}
.border-bottom-light-blue-A100 {
  border-bottom-color: #80D8FF !important;
}
.border-left-light-blue-A100 {
  border-left-color: #80D8FF !important;
}
.bg-light-blue-A200 {
  background-color: #40C4FF !important;
}
.bg-light-blue-A200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-light-blue-A200.text-auto {
  background-color: #40C4FF !important;
}
.text-light-blue-A200 {
  color: #40C4FF !important;
}
.border-light-blue-A200 {
  border-color: #40C4FF !important;
}
.border-top-light-blue-A200 {
  border-top-color: #40C4FF !important;
}
.border-right-light-blue-A200 {
  border-right-color: #40C4FF !important;
}
.border-bottom-light-blue-A200 {
  border-bottom-color: #40C4FF !important;
}
.border-left-light-blue-A200 {
  border-left-color: #40C4FF !important;
}
.bg-light-blue-A400 {
  background-color: #00B0FF !important;
}
.bg-light-blue-A400.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-light-blue-A400.text-auto {
  background-color: #00B0FF !important;
}
.text-light-blue-A400 {
  color: #00B0FF !important;
}
.border-light-blue-A400 {
  border-color: #00B0FF !important;
}
.border-top-light-blue-A400 {
  border-top-color: #00B0FF !important;
}
.border-right-light-blue-A400 {
  border-right-color: #00B0FF !important;
}
.border-bottom-light-blue-A400 {
  border-bottom-color: #00B0FF !important;
}
.border-left-light-blue-A400 {
  border-left-color: #00B0FF !important;
}
.bg-light-blue-A700 {
  background-color: #0091EA !important;
}
.bg-light-blue-A700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-light-blue-A700.text-auto {
  background-color: #0091EA !important;
}
.text-light-blue-A700 {
  color: #0091EA !important;
}
.border-light-blue-A700 {
  border-color: #0091EA !important;
}
.border-top-light-blue-A700 {
  border-top-color: #0091EA !important;
}
.border-right-light-blue-A700 {
  border-right-color: #0091EA !important;
}
.border-bottom-light-blue-A700 {
  border-bottom-color: #0091EA !important;
}
.border-left-light-blue-A700 {
  border-left-color: #0091EA !important;
}
.bg-cyan-50 {
  background-color: #E0F7FA !important;
}
.bg-cyan-50.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-cyan-50.text-auto {
  background-color: #E0F7FA !important;
}
.text-cyan-50 {
  color: #E0F7FA !important;
}
.border-cyan-50 {
  border-color: #E0F7FA !important;
}
.border-top-cyan-50 {
  border-top-color: #E0F7FA !important;
}
.border-right-cyan-50 {
  border-right-color: #E0F7FA !important;
}
.border-bottom-cyan-50 {
  border-bottom-color: #E0F7FA !important;
}
.border-left-cyan-50 {
  border-left-color: #E0F7FA !important;
}
.bg-cyan-100 {
  background-color: #B2EBF2 !important;
}
.bg-cyan-100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-cyan-100.text-auto {
  background-color: #B2EBF2 !important;
}
.text-cyan-100 {
  color: #B2EBF2 !important;
}
.border-cyan-100 {
  border-color: #B2EBF2 !important;
}
.border-top-cyan-100 {
  border-top-color: #B2EBF2 !important;
}
.border-right-cyan-100 {
  border-right-color: #B2EBF2 !important;
}
.border-bottom-cyan-100 {
  border-bottom-color: #B2EBF2 !important;
}
.border-left-cyan-100 {
  border-left-color: #B2EBF2 !important;
}
.bg-cyan-200 {
  background-color: #80DEEA !important;
}
.bg-cyan-200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-cyan-200.text-auto {
  background-color: #80DEEA !important;
}
.text-cyan-200 {
  color: #80DEEA !important;
}
.border-cyan-200 {
  border-color: #80DEEA !important;
}
.border-top-cyan-200 {
  border-top-color: #80DEEA !important;
}
.border-right-cyan-200 {
  border-right-color: #80DEEA !important;
}
.border-bottom-cyan-200 {
  border-bottom-color: #80DEEA !important;
}
.border-left-cyan-200 {
  border-left-color: #80DEEA !important;
}
.bg-cyan-300 {
  background-color: #4DD0E1 !important;
}
.bg-cyan-300.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-cyan-300.text-auto {
  background-color: #4DD0E1 !important;
}
.text-cyan-300 {
  color: #4DD0E1 !important;
}
.border-cyan-300 {
  border-color: #4DD0E1 !important;
}
.border-top-cyan-300 {
  border-top-color: #4DD0E1 !important;
}
.border-right-cyan-300 {
  border-right-color: #4DD0E1 !important;
}
.border-bottom-cyan-300 {
  border-bottom-color: #4DD0E1 !important;
}
.border-left-cyan-300 {
  border-left-color: #4DD0E1 !important;
}
.bg-cyan-400 {
  background-color: #26C6DA !important;
}
.bg-cyan-400.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-cyan-400.text-auto {
  background-color: #26C6DA !important;
}
.text-cyan-400 {
  color: #26C6DA !important;
}
.border-cyan-400 {
  border-color: #26C6DA !important;
}
.border-top-cyan-400 {
  border-top-color: #26C6DA !important;
}
.border-right-cyan-400 {
  border-right-color: #26C6DA !important;
}
.border-bottom-cyan-400 {
  border-bottom-color: #26C6DA !important;
}
.border-left-cyan-400 {
  border-left-color: #26C6DA !important;
}
.bg-cyan-500 {
  background-color: #00BCD4 !important;
}
.bg-cyan-500.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-cyan-500.text-auto {
  background-color: #00BCD4 !important;
}
.text-cyan-500 {
  color: #00BCD4 !important;
}
.border-cyan-500 {
  border-color: #00BCD4 !important;
}
.border-top-cyan-500 {
  border-top-color: #00BCD4 !important;
}
.border-right-cyan-500 {
  border-right-color: #00BCD4 !important;
}
.border-bottom-cyan-500 {
  border-bottom-color: #00BCD4 !important;
}
.border-left-cyan-500 {
  border-left-color: #00BCD4 !important;
}
.bg-cyan.text-auto {
  background-color: #00BCD4 !important;
}
.bg-cyan {
  background-color: #00BCD4 !important;
}
.bg-cyan.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.text-cyan {
  color: #00BCD4 !important;
}
.border-cyan {
  border-color: #00BCD4 !important;
}
.border-top-cyan {
  border-top-color: #00BCD4 !important;
}
.border-right-cyan {
  border-right-color: #00BCD4 !important;
}
.border-bottom-cyan {
  border-bottom-color: #00BCD4 !important;
}
.border-left-cyan {
  border-left-color: #00BCD4 !important;
}
.bg-cyan-600 {
  background-color: #00ACC1 !important;
}
.bg-cyan-600.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-cyan-600.text-auto {
  background-color: #00ACC1 !important;
}
.text-cyan-600 {
  color: #00ACC1 !important;
}
.border-cyan-600 {
  border-color: #00ACC1 !important;
}
.border-top-cyan-600 {
  border-top-color: #00ACC1 !important;
}
.border-right-cyan-600 {
  border-right-color: #00ACC1 !important;
}
.border-bottom-cyan-600 {
  border-bottom-color: #00ACC1 !important;
}
.border-left-cyan-600 {
  border-left-color: #00ACC1 !important;
}
.bg-cyan-700 {
  background-color: #0097A7 !important;
}
.bg-cyan-700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-cyan-700.text-auto {
  background-color: #0097A7 !important;
}
.text-cyan-700 {
  color: #0097A7 !important;
}
.border-cyan-700 {
  border-color: #0097A7 !important;
}
.border-top-cyan-700 {
  border-top-color: #0097A7 !important;
}
.border-right-cyan-700 {
  border-right-color: #0097A7 !important;
}
.border-bottom-cyan-700 {
  border-bottom-color: #0097A7 !important;
}
.border-left-cyan-700 {
  border-left-color: #0097A7 !important;
}
.bg-cyan-800 {
  background-color: #00838F !important;
}
.bg-cyan-800.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-cyan-800.text-auto {
  background-color: #00838F !important;
}
.text-cyan-800 {
  color: #00838F !important;
}
.border-cyan-800 {
  border-color: #00838F !important;
}
.border-top-cyan-800 {
  border-top-color: #00838F !important;
}
.border-right-cyan-800 {
  border-right-color: #00838F !important;
}
.border-bottom-cyan-800 {
  border-bottom-color: #00838F !important;
}
.border-left-cyan-800 {
  border-left-color: #00838F !important;
}
.bg-cyan-900 {
  background-color: #006064 !important;
}
.bg-cyan-900.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-cyan-900.text-auto {
  background-color: #006064 !important;
}
.text-cyan-900 {
  color: #006064 !important;
}
.border-cyan-900 {
  border-color: #006064 !important;
}
.border-top-cyan-900 {
  border-top-color: #006064 !important;
}
.border-right-cyan-900 {
  border-right-color: #006064 !important;
}
.border-bottom-cyan-900 {
  border-bottom-color: #006064 !important;
}
.border-left-cyan-900 {
  border-left-color: #006064 !important;
}
.bg-cyan-A100 {
  background-color: #84FFFF !important;
}
.bg-cyan-A100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-cyan-A100.text-auto {
  background-color: #84FFFF !important;
}
.text-cyan-A100 {
  color: #84FFFF !important;
}
.border-cyan-A100 {
  border-color: #84FFFF !important;
}
.border-top-cyan-A100 {
  border-top-color: #84FFFF !important;
}
.border-right-cyan-A100 {
  border-right-color: #84FFFF !important;
}
.border-bottom-cyan-A100 {
  border-bottom-color: #84FFFF !important;
}
.border-left-cyan-A100 {
  border-left-color: #84FFFF !important;
}
.bg-cyan-A200 {
  background-color: #18FFFF !important;
}
.bg-cyan-A200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-cyan-A200.text-auto {
  background-color: #18FFFF !important;
}
.text-cyan-A200 {
  color: #18FFFF !important;
}
.border-cyan-A200 {
  border-color: #18FFFF !important;
}
.border-top-cyan-A200 {
  border-top-color: #18FFFF !important;
}
.border-right-cyan-A200 {
  border-right-color: #18FFFF !important;
}
.border-bottom-cyan-A200 {
  border-bottom-color: #18FFFF !important;
}
.border-left-cyan-A200 {
  border-left-color: #18FFFF !important;
}
.bg-cyan-A400 {
  background-color: #00E5FF !important;
}
.bg-cyan-A400.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-cyan-A400.text-auto {
  background-color: #00E5FF !important;
}
.text-cyan-A400 {
  color: #00E5FF !important;
}
.border-cyan-A400 {
  border-color: #00E5FF !important;
}
.border-top-cyan-A400 {
  border-top-color: #00E5FF !important;
}
.border-right-cyan-A400 {
  border-right-color: #00E5FF !important;
}
.border-bottom-cyan-A400 {
  border-bottom-color: #00E5FF !important;
}
.border-left-cyan-A400 {
  border-left-color: #00E5FF !important;
}
.bg-cyan-A700 {
  background-color: #00B8D4 !important;
}
.bg-cyan-A700.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-cyan-A700.text-auto {
  background-color: #00B8D4 !important;
}
.text-cyan-A700 {
  color: #00B8D4 !important;
}
.border-cyan-A700 {
  border-color: #00B8D4 !important;
}
.border-top-cyan-A700 {
  border-top-color: #00B8D4 !important;
}
.border-right-cyan-A700 {
  border-right-color: #00B8D4 !important;
}
.border-bottom-cyan-A700 {
  border-bottom-color: #00B8D4 !important;
}
.border-left-cyan-A700 {
  border-left-color: #00B8D4 !important;
}
.bg-teal-50 {
  background-color: #E0F2F1 !important;
}
.bg-teal-50.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-teal-50.text-auto {
  background-color: #E0F2F1 !important;
}
.text-teal-50 {
  color: #E0F2F1 !important;
}
.border-teal-50 {
  border-color: #E0F2F1 !important;
}
.border-top-teal-50 {
  border-top-color: #E0F2F1 !important;
}
.border-right-teal-50 {
  border-right-color: #E0F2F1 !important;
}
.border-bottom-teal-50 {
  border-bottom-color: #E0F2F1 !important;
}
.border-left-teal-50 {
  border-left-color: #E0F2F1 !important;
}
.bg-teal-100 {
  background-color: #B2DFDB !important;
}
.bg-teal-100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-teal-100.text-auto {
  background-color: #B2DFDB !important;
}
.text-teal-100 {
  color: #B2DFDB !important;
}
.border-teal-100 {
  border-color: #B2DFDB !important;
}
.border-top-teal-100 {
  border-top-color: #B2DFDB !important;
}
.border-right-teal-100 {
  border-right-color: #B2DFDB !important;
}
.border-bottom-teal-100 {
  border-bottom-color: #B2DFDB !important;
}
.border-left-teal-100 {
  border-left-color: #B2DFDB !important;
}
.bg-teal-200 {
  background-color: #80CBC4 !important;
}
.bg-teal-200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-teal-200.text-auto {
  background-color: #80CBC4 !important;
}
.text-teal-200 {
  color: #80CBC4 !important;
}
.border-teal-200 {
  border-color: #80CBC4 !important;
}
.border-top-teal-200 {
  border-top-color: #80CBC4 !important;
}
.border-right-teal-200 {
  border-right-color: #80CBC4 !important;
}
.border-bottom-teal-200 {
  border-bottom-color: #80CBC4 !important;
}
.border-left-teal-200 {
  border-left-color: #80CBC4 !important;
}
.bg-teal-300 {
  background-color: #4DB6AC !important;
}
.bg-teal-300.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-teal-300.text-auto {
  background-color: #4DB6AC !important;
}
.text-teal-300 {
  color: #4DB6AC !important;
}
.border-teal-300 {
  border-color: #4DB6AC !important;
}
.border-top-teal-300 {
  border-top-color: #4DB6AC !important;
}
.border-right-teal-300 {
  border-right-color: #4DB6AC !important;
}
.border-bottom-teal-300 {
  border-bottom-color: #4DB6AC !important;
}
.border-left-teal-300 {
  border-left-color: #4DB6AC !important;
}
.bg-teal-400 {
  background-color: #26A69A !important;
}
.bg-teal-400.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-teal-400.text-auto {
  background-color: #26A69A !important;
}
.text-teal-400 {
  color: #26A69A !important;
}
.border-teal-400 {
  border-color: #26A69A !important;
}
.border-top-teal-400 {
  border-top-color: #26A69A !important;
}
.border-right-teal-400 {
  border-right-color: #26A69A !important;
}
.border-bottom-teal-400 {
  border-bottom-color: #26A69A !important;
}
.border-left-teal-400 {
  border-left-color: #26A69A !important;
}
.bg-teal-500 {
  background-color: #009688 !important;
}
.bg-teal-500.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-teal-500.text-auto {
  background-color: #009688 !important;
}
.text-teal-500 {
  color: #009688 !important;
}
.border-teal-500 {
  border-color: #009688 !important;
}
.border-top-teal-500 {
  border-top-color: #009688 !important;
}
.border-right-teal-500 {
  border-right-color: #009688 !important;
}
.border-bottom-teal-500 {
  border-bottom-color: #009688 !important;
}
.border-left-teal-500 {
  border-left-color: #009688 !important;
}
.bg-teal.text-auto {
  background-color: #009688 !important;
}
.bg-teal {
  background-color: #009688 !important;
}
.bg-teal.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.text-teal {
  color: #009688 !important;
}
.border-teal {
  border-color: #009688 !important;
}
.border-top-teal {
  border-top-color: #009688 !important;
}
.border-right-teal {
  border-right-color: #009688 !important;
}
.border-bottom-teal {
  border-bottom-color: #009688 !important;
}
.border-left-teal {
  border-left-color: #009688 !important;
}
.bg-teal-600 {
  background-color: #00897B !important;
}
.bg-teal-600.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-teal-600.text-auto {
  background-color: #00897B !important;
}
.text-teal-600 {
  color: #00897B !important;
}
.border-teal-600 {
  border-color: #00897B !important;
}
.border-top-teal-600 {
  border-top-color: #00897B !important;
}
.border-right-teal-600 {
  border-right-color: #00897B !important;
}
.border-bottom-teal-600 {
  border-bottom-color: #00897B !important;
}
.border-left-teal-600 {
  border-left-color: #00897B !important;
}
.bg-teal-700 {
  background-color: #00796B !important;
}
.bg-teal-700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-teal-700.text-auto {
  background-color: #00796B !important;
}
.text-teal-700 {
  color: #00796B !important;
}
.border-teal-700 {
  border-color: #00796B !important;
}
.border-top-teal-700 {
  border-top-color: #00796B !important;
}
.border-right-teal-700 {
  border-right-color: #00796B !important;
}
.border-bottom-teal-700 {
  border-bottom-color: #00796B !important;
}
.border-left-teal-700 {
  border-left-color: #00796B !important;
}
.bg-teal-800 {
  background-color: #00695C !important;
}
.bg-teal-800.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-teal-800.text-auto {
  background-color: #00695C !important;
}
.text-teal-800 {
  color: #00695C !important;
}
.border-teal-800 {
  border-color: #00695C !important;
}
.border-top-teal-800 {
  border-top-color: #00695C !important;
}
.border-right-teal-800 {
  border-right-color: #00695C !important;
}
.border-bottom-teal-800 {
  border-bottom-color: #00695C !important;
}
.border-left-teal-800 {
  border-left-color: #00695C !important;
}
.bg-teal-900 {
  background-color: #004D40 !important;
}
.bg-teal-900.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-teal-900.text-auto {
  background-color: #004D40 !important;
}
.text-teal-900 {
  color: #004D40 !important;
}
.border-teal-900 {
  border-color: #004D40 !important;
}
.border-top-teal-900 {
  border-top-color: #004D40 !important;
}
.border-right-teal-900 {
  border-right-color: #004D40 !important;
}
.border-bottom-teal-900 {
  border-bottom-color: #004D40 !important;
}
.border-left-teal-900 {
  border-left-color: #004D40 !important;
}
.bg-teal-A100 {
  background-color: #A7FFEB !important;
}
.bg-teal-A100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-teal-A100.text-auto {
  background-color: #A7FFEB !important;
}
.text-teal-A100 {
  color: #A7FFEB !important;
}
.border-teal-A100 {
  border-color: #A7FFEB !important;
}
.border-top-teal-A100 {
  border-top-color: #A7FFEB !important;
}
.border-right-teal-A100 {
  border-right-color: #A7FFEB !important;
}
.border-bottom-teal-A100 {
  border-bottom-color: #A7FFEB !important;
}
.border-left-teal-A100 {
  border-left-color: #A7FFEB !important;
}
.bg-teal-A200 {
  background-color: #64FFDA !important;
}
.bg-teal-A200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-teal-A200.text-auto {
  background-color: #64FFDA !important;
}
.text-teal-A200 {
  color: #64FFDA !important;
}
.border-teal-A200 {
  border-color: #64FFDA !important;
}
.border-top-teal-A200 {
  border-top-color: #64FFDA !important;
}
.border-right-teal-A200 {
  border-right-color: #64FFDA !important;
}
.border-bottom-teal-A200 {
  border-bottom-color: #64FFDA !important;
}
.border-left-teal-A200 {
  border-left-color: #64FFDA !important;
}
.bg-teal-A400 {
  background-color: #1DE9B6 !important;
}
.bg-teal-A400.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-teal-A400.text-auto {
  background-color: #1DE9B6 !important;
}
.text-teal-A400 {
  color: #1DE9B6 !important;
}
.border-teal-A400 {
  border-color: #1DE9B6 !important;
}
.border-top-teal-A400 {
  border-top-color: #1DE9B6 !important;
}
.border-right-teal-A400 {
  border-right-color: #1DE9B6 !important;
}
.border-bottom-teal-A400 {
  border-bottom-color: #1DE9B6 !important;
}
.border-left-teal-A400 {
  border-left-color: #1DE9B6 !important;
}
.bg-teal-A700 {
  background-color: #00BFA5 !important;
}
.bg-teal-A700.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-teal-A700.text-auto {
  background-color: #00BFA5 !important;
}
.text-teal-A700 {
  color: #00BFA5 !important;
}
.border-teal-A700 {
  border-color: #00BFA5 !important;
}
.border-top-teal-A700 {
  border-top-color: #00BFA5 !important;
}
.border-right-teal-A700 {
  border-right-color: #00BFA5 !important;
}
.border-bottom-teal-A700 {
  border-bottom-color: #00BFA5 !important;
}
.border-left-teal-A700 {
  border-left-color: #00BFA5 !important;
}
.bg-green-50 {
  background-color: #E8F5E9 !important;
}
.bg-green-50.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-green-50.text-auto {
  background-color: #E8F5E9 !important;
}
.text-green-50 {
  color: #E8F5E9 !important;
}
.border-green-50 {
  border-color: #E8F5E9 !important;
}
.border-top-green-50 {
  border-top-color: #E8F5E9 !important;
}
.border-right-green-50 {
  border-right-color: #E8F5E9 !important;
}
.border-bottom-green-50 {
  border-bottom-color: #E8F5E9 !important;
}
.border-left-green-50 {
  border-left-color: #E8F5E9 !important;
}
.bg-green-100 {
  background-color: #C8E6C9 !important;
}
.bg-green-100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-green-100.text-auto {
  background-color: #C8E6C9 !important;
}
.text-green-100 {
  color: #C8E6C9 !important;
}
.border-green-100 {
  border-color: #C8E6C9 !important;
}
.border-top-green-100 {
  border-top-color: #C8E6C9 !important;
}
.border-right-green-100 {
  border-right-color: #C8E6C9 !important;
}
.border-bottom-green-100 {
  border-bottom-color: #C8E6C9 !important;
}
.border-left-green-100 {
  border-left-color: #C8E6C9 !important;
}
.bg-green-200 {
  background-color: #A5D6A7 !important;
}
.bg-green-200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-green-200.text-auto {
  background-color: #A5D6A7 !important;
}
.text-green-200 {
  color: #A5D6A7 !important;
}
.border-green-200 {
  border-color: #A5D6A7 !important;
}
.border-top-green-200 {
  border-top-color: #A5D6A7 !important;
}
.border-right-green-200 {
  border-right-color: #A5D6A7 !important;
}
.border-bottom-green-200 {
  border-bottom-color: #A5D6A7 !important;
}
.border-left-green-200 {
  border-left-color: #A5D6A7 !important;
}
.bg-green-300 {
  background-color: #81C784 !important;
}
.bg-green-300.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-green-300.text-auto {
  background-color: #81C784 !important;
}
.text-green-300 {
  color: #81C784 !important;
}
.border-green-300 {
  border-color: #81C784 !important;
}
.border-top-green-300 {
  border-top-color: #81C784 !important;
}
.border-right-green-300 {
  border-right-color: #81C784 !important;
}
.border-bottom-green-300 {
  border-bottom-color: #81C784 !important;
}
.border-left-green-300 {
  border-left-color: #81C784 !important;
}
.bg-green-400 {
  background-color: #66BB6A !important;
}
.bg-green-400.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-green-400.text-auto {
  background-color: #66BB6A !important;
}
.text-green-400 {
  color: #66BB6A !important;
}
.border-green-400 {
  border-color: #66BB6A !important;
}
.border-top-green-400 {
  border-top-color: #66BB6A !important;
}
.border-right-green-400 {
  border-right-color: #66BB6A !important;
}
.border-bottom-green-400 {
  border-bottom-color: #66BB6A !important;
}
.border-left-green-400 {
  border-left-color: #66BB6A !important;
}
.bg-green-500 {
  background-color: #4CAF50 !important;
}
.bg-green-500.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-green-500.text-auto {
  background-color: #4CAF50 !important;
}
.text-green-500 {
  color: #4CAF50 !important;
}
.border-green-500 {
  border-color: #4CAF50 !important;
}
.border-top-green-500 {
  border-top-color: #4CAF50 !important;
}
.border-right-green-500 {
  border-right-color: #4CAF50 !important;
}
.border-bottom-green-500 {
  border-bottom-color: #4CAF50 !important;
}
.border-left-green-500 {
  border-left-color: #4CAF50 !important;
}
.bg-green.text-auto {
  background-color: #4CAF50 !important;
}
.bg-green {
  background-color: #4CAF50 !important;
}
.bg-green.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.text-green {
  color: #4CAF50 !important;
}
.border-green {
  border-color: #4CAF50 !important;
}
.border-top-green {
  border-top-color: #4CAF50 !important;
}
.border-right-green {
  border-right-color: #4CAF50 !important;
}
.border-bottom-green {
  border-bottom-color: #4CAF50 !important;
}
.border-left-green {
  border-left-color: #4CAF50 !important;
}
.bg-green-600 {
  background-color: #43A047 !important;
}
.bg-green-600.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-green-600.text-auto {
  background-color: #43A047 !important;
}
.text-green-600 {
  color: #43A047 !important;
}
.border-green-600 {
  border-color: #43A047 !important;
}
.border-top-green-600 {
  border-top-color: #43A047 !important;
}
.border-right-green-600 {
  border-right-color: #43A047 !important;
}
.border-bottom-green-600 {
  border-bottom-color: #43A047 !important;
}
.border-left-green-600 {
  border-left-color: #43A047 !important;
}
.bg-green-700 {
  background-color: #388E3C !important;
}
.bg-green-700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-green-700.text-auto {
  background-color: #388E3C !important;
}
.text-green-700 {
  color: #388E3C !important;
}
.border-green-700 {
  border-color: #388E3C !important;
}
.border-top-green-700 {
  border-top-color: #388E3C !important;
}
.border-right-green-700 {
  border-right-color: #388E3C !important;
}
.border-bottom-green-700 {
  border-bottom-color: #388E3C !important;
}
.border-left-green-700 {
  border-left-color: #388E3C !important;
}
.bg-green-800 {
  background-color: #2E7D32 !important;
}
.bg-green-800.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-green-800.text-auto {
  background-color: #2E7D32 !important;
}
.text-green-800 {
  color: #2E7D32 !important;
}
.border-green-800 {
  border-color: #2E7D32 !important;
}
.border-top-green-800 {
  border-top-color: #2E7D32 !important;
}
.border-right-green-800 {
  border-right-color: #2E7D32 !important;
}
.border-bottom-green-800 {
  border-bottom-color: #2E7D32 !important;
}
.border-left-green-800 {
  border-left-color: #2E7D32 !important;
}
.bg-green-900 {
  background-color: #1B5E20 !important;
}
.bg-green-900.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-green-900.text-auto {
  background-color: #1B5E20 !important;
}
.text-green-900 {
  color: #1B5E20 !important;
}
.border-green-900 {
  border-color: #1B5E20 !important;
}
.border-top-green-900 {
  border-top-color: #1B5E20 !important;
}
.border-right-green-900 {
  border-right-color: #1B5E20 !important;
}
.border-bottom-green-900 {
  border-bottom-color: #1B5E20 !important;
}
.border-left-green-900 {
  border-left-color: #1B5E20 !important;
}
.bg-green-A100 {
  background-color: #B9F6CA !important;
}
.bg-green-A100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-green-A100.text-auto {
  background-color: #B9F6CA !important;
}
.text-green-A100 {
  color: #B9F6CA !important;
}
.border-green-A100 {
  border-color: #B9F6CA !important;
}
.border-top-green-A100 {
  border-top-color: #B9F6CA !important;
}
.border-right-green-A100 {
  border-right-color: #B9F6CA !important;
}
.border-bottom-green-A100 {
  border-bottom-color: #B9F6CA !important;
}
.border-left-green-A100 {
  border-left-color: #B9F6CA !important;
}
.bg-green-A200 {
  background-color: #69F0AE !important;
}
.bg-green-A200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-green-A200.text-auto {
  background-color: #69F0AE !important;
}
.text-green-A200 {
  color: #69F0AE !important;
}
.border-green-A200 {
  border-color: #69F0AE !important;
}
.border-top-green-A200 {
  border-top-color: #69F0AE !important;
}
.border-right-green-A200 {
  border-right-color: #69F0AE !important;
}
.border-bottom-green-A200 {
  border-bottom-color: #69F0AE !important;
}
.border-left-green-A200 {
  border-left-color: #69F0AE !important;
}
.bg-green-A400 {
  background-color: #00E676 !important;
}
.bg-green-A400.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-green-A400.text-auto {
  background-color: #00E676 !important;
}
.text-green-A400 {
  color: #00E676 !important;
}
.border-green-A400 {
  border-color: #00E676 !important;
}
.border-top-green-A400 {
  border-top-color: #00E676 !important;
}
.border-right-green-A400 {
  border-right-color: #00E676 !important;
}
.border-bottom-green-A400 {
  border-bottom-color: #00E676 !important;
}
.border-left-green-A400 {
  border-left-color: #00E676 !important;
}
.bg-green-A700 {
  background-color: #00C853 !important;
}
.bg-green-A700.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-green-A700.text-auto {
  background-color: #00C853 !important;
}
.text-green-A700 {
  color: #00C853 !important;
}
.border-green-A700 {
  border-color: #00C853 !important;
}
.border-top-green-A700 {
  border-top-color: #00C853 !important;
}
.border-right-green-A700 {
  border-right-color: #00C853 !important;
}
.border-bottom-green-A700 {
  border-bottom-color: #00C853 !important;
}
.border-left-green-A700 {
  border-left-color: #00C853 !important;
}
.bg-light-green-50 {
  background-color: #F1F8E9 !important;
}
.bg-light-green-50.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-light-green-50.text-auto {
  background-color: #F1F8E9 !important;
}
.text-light-green-50 {
  color: #F1F8E9 !important;
}
.border-light-green-50 {
  border-color: #F1F8E9 !important;
}
.border-top-light-green-50 {
  border-top-color: #F1F8E9 !important;
}
.border-right-light-green-50 {
  border-right-color: #F1F8E9 !important;
}
.border-bottom-light-green-50 {
  border-bottom-color: #F1F8E9 !important;
}
.border-left-light-green-50 {
  border-left-color: #F1F8E9 !important;
}
.bg-light-green-100 {
  background-color: #DCEDC8 !important;
}
.bg-light-green-100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-light-green-100.text-auto {
  background-color: #DCEDC8 !important;
}
.text-light-green-100 {
  color: #DCEDC8 !important;
}
.border-light-green-100 {
  border-color: #DCEDC8 !important;
}
.border-top-light-green-100 {
  border-top-color: #DCEDC8 !important;
}
.border-right-light-green-100 {
  border-right-color: #DCEDC8 !important;
}
.border-bottom-light-green-100 {
  border-bottom-color: #DCEDC8 !important;
}
.border-left-light-green-100 {
  border-left-color: #DCEDC8 !important;
}
.bg-light-green-200 {
  background-color: #C5E1A5 !important;
}
.bg-light-green-200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-light-green-200.text-auto {
  background-color: #C5E1A5 !important;
}
.text-light-green-200 {
  color: #C5E1A5 !important;
}
.border-light-green-200 {
  border-color: #C5E1A5 !important;
}
.border-top-light-green-200 {
  border-top-color: #C5E1A5 !important;
}
.border-right-light-green-200 {
  border-right-color: #C5E1A5 !important;
}
.border-bottom-light-green-200 {
  border-bottom-color: #C5E1A5 !important;
}
.border-left-light-green-200 {
  border-left-color: #C5E1A5 !important;
}
.bg-light-green-300 {
  background-color: #AED581 !important;
}
.bg-light-green-300.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-light-green-300.text-auto {
  background-color: #AED581 !important;
}
.text-light-green-300 {
  color: #AED581 !important;
}
.border-light-green-300 {
  border-color: #AED581 !important;
}
.border-top-light-green-300 {
  border-top-color: #AED581 !important;
}
.border-right-light-green-300 {
  border-right-color: #AED581 !important;
}
.border-bottom-light-green-300 {
  border-bottom-color: #AED581 !important;
}
.border-left-light-green-300 {
  border-left-color: #AED581 !important;
}
.bg-light-green-400 {
  background-color: #9CCC65 !important;
}
.bg-light-green-400.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-light-green-400.text-auto {
  background-color: #9CCC65 !important;
}
.text-light-green-400 {
  color: #9CCC65 !important;
}
.border-light-green-400 {
  border-color: #9CCC65 !important;
}
.border-top-light-green-400 {
  border-top-color: #9CCC65 !important;
}
.border-right-light-green-400 {
  border-right-color: #9CCC65 !important;
}
.border-bottom-light-green-400 {
  border-bottom-color: #9CCC65 !important;
}
.border-left-light-green-400 {
  border-left-color: #9CCC65 !important;
}
.bg-light-green-500 {
  background-color: #8BC34A !important;
}
.bg-light-green-500.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-light-green-500.text-auto {
  background-color: #8BC34A !important;
}
.text-light-green-500 {
  color: #8BC34A !important;
}
.border-light-green-500 {
  border-color: #8BC34A !important;
}
.border-top-light-green-500 {
  border-top-color: #8BC34A !important;
}
.border-right-light-green-500 {
  border-right-color: #8BC34A !important;
}
.border-bottom-light-green-500 {
  border-bottom-color: #8BC34A !important;
}
.border-left-light-green-500 {
  border-left-color: #8BC34A !important;
}
.bg-light-green.text-auto {
  background-color: #8BC34A !important;
}
.bg-light-green {
  background-color: #8BC34A !important;
}
.bg-light-green.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.text-light-green {
  color: #8BC34A !important;
}
.border-light-green {
  border-color: #8BC34A !important;
}
.border-top-light-green {
  border-top-color: #8BC34A !important;
}
.border-right-light-green {
  border-right-color: #8BC34A !important;
}
.border-bottom-light-green {
  border-bottom-color: #8BC34A !important;
}
.border-left-light-green {
  border-left-color: #8BC34A !important;
}
.bg-light-green-600 {
  background-color: #7CB342 !important;
}
.bg-light-green-600.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-light-green-600.text-auto {
  background-color: #7CB342 !important;
}
.text-light-green-600 {
  color: #7CB342 !important;
}
.border-light-green-600 {
  border-color: #7CB342 !important;
}
.border-top-light-green-600 {
  border-top-color: #7CB342 !important;
}
.border-right-light-green-600 {
  border-right-color: #7CB342 !important;
}
.border-bottom-light-green-600 {
  border-bottom-color: #7CB342 !important;
}
.border-left-light-green-600 {
  border-left-color: #7CB342 !important;
}
.bg-light-green-700 {
  background-color: #689F38 !important;
}
.bg-light-green-700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-light-green-700.text-auto {
  background-color: #689F38 !important;
}
.text-light-green-700 {
  color: #689F38 !important;
}
.border-light-green-700 {
  border-color: #689F38 !important;
}
.border-top-light-green-700 {
  border-top-color: #689F38 !important;
}
.border-right-light-green-700 {
  border-right-color: #689F38 !important;
}
.border-bottom-light-green-700 {
  border-bottom-color: #689F38 !important;
}
.border-left-light-green-700 {
  border-left-color: #689F38 !important;
}
.bg-light-green-800 {
  background-color: #558B2F !important;
}
.bg-light-green-800.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-light-green-800.text-auto {
  background-color: #558B2F !important;
}
.text-light-green-800 {
  color: #558B2F !important;
}
.border-light-green-800 {
  border-color: #558B2F !important;
}
.border-top-light-green-800 {
  border-top-color: #558B2F !important;
}
.border-right-light-green-800 {
  border-right-color: #558B2F !important;
}
.border-bottom-light-green-800 {
  border-bottom-color: #558B2F !important;
}
.border-left-light-green-800 {
  border-left-color: #558B2F !important;
}
.bg-light-green-900 {
  background-color: #33691E !important;
}
.bg-light-green-900.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-light-green-900.text-auto {
  background-color: #33691E !important;
}
.text-light-green-900 {
  color: #33691E !important;
}
.border-light-green-900 {
  border-color: #33691E !important;
}
.border-top-light-green-900 {
  border-top-color: #33691E !important;
}
.border-right-light-green-900 {
  border-right-color: #33691E !important;
}
.border-bottom-light-green-900 {
  border-bottom-color: #33691E !important;
}
.border-left-light-green-900 {
  border-left-color: #33691E !important;
}
.bg-light-green-A100 {
  background-color: #CCFF90 !important;
}
.bg-light-green-A100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-light-green-A100.text-auto {
  background-color: #CCFF90 !important;
}
.text-light-green-A100 {
  color: #CCFF90 !important;
}
.border-light-green-A100 {
  border-color: #CCFF90 !important;
}
.border-top-light-green-A100 {
  border-top-color: #CCFF90 !important;
}
.border-right-light-green-A100 {
  border-right-color: #CCFF90 !important;
}
.border-bottom-light-green-A100 {
  border-bottom-color: #CCFF90 !important;
}
.border-left-light-green-A100 {
  border-left-color: #CCFF90 !important;
}
.bg-light-green-A200 {
  background-color: #B2FF59 !important;
}
.bg-light-green-A200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-light-green-A200.text-auto {
  background-color: #B2FF59 !important;
}
.text-light-green-A200 {
  color: #B2FF59 !important;
}
.border-light-green-A200 {
  border-color: #B2FF59 !important;
}
.border-top-light-green-A200 {
  border-top-color: #B2FF59 !important;
}
.border-right-light-green-A200 {
  border-right-color: #B2FF59 !important;
}
.border-bottom-light-green-A200 {
  border-bottom-color: #B2FF59 !important;
}
.border-left-light-green-A200 {
  border-left-color: #B2FF59 !important;
}
.bg-light-green-A400 {
  background-color: #76FF03 !important;
}
.bg-light-green-A400.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-light-green-A400.text-auto {
  background-color: #76FF03 !important;
}
.text-light-green-A400 {
  color: #76FF03 !important;
}
.border-light-green-A400 {
  border-color: #76FF03 !important;
}
.border-top-light-green-A400 {
  border-top-color: #76FF03 !important;
}
.border-right-light-green-A400 {
  border-right-color: #76FF03 !important;
}
.border-bottom-light-green-A400 {
  border-bottom-color: #76FF03 !important;
}
.border-left-light-green-A400 {
  border-left-color: #76FF03 !important;
}
.bg-light-green-A700 {
  background-color: #64DD17 !important;
}
.bg-light-green-A700.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-light-green-A700.text-auto {
  background-color: #64DD17 !important;
}
.text-light-green-A700 {
  color: #64DD17 !important;
}
.border-light-green-A700 {
  border-color: #64DD17 !important;
}
.border-top-light-green-A700 {
  border-top-color: #64DD17 !important;
}
.border-right-light-green-A700 {
  border-right-color: #64DD17 !important;
}
.border-bottom-light-green-A700 {
  border-bottom-color: #64DD17 !important;
}
.border-left-light-green-A700 {
  border-left-color: #64DD17 !important;
}
.bg-lime-50 {
  background-color: #F9FBE7 !important;
}
.bg-lime-50.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-lime-50.text-auto {
  background-color: #F9FBE7 !important;
}
.text-lime-50 {
  color: #F9FBE7 !important;
}
.border-lime-50 {
  border-color: #F9FBE7 !important;
}
.border-top-lime-50 {
  border-top-color: #F9FBE7 !important;
}
.border-right-lime-50 {
  border-right-color: #F9FBE7 !important;
}
.border-bottom-lime-50 {
  border-bottom-color: #F9FBE7 !important;
}
.border-left-lime-50 {
  border-left-color: #F9FBE7 !important;
}
.bg-lime-100 {
  background-color: #F0F4C3 !important;
}
.bg-lime-100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-lime-100.text-auto {
  background-color: #F0F4C3 !important;
}
.text-lime-100 {
  color: #F0F4C3 !important;
}
.border-lime-100 {
  border-color: #F0F4C3 !important;
}
.border-top-lime-100 {
  border-top-color: #F0F4C3 !important;
}
.border-right-lime-100 {
  border-right-color: #F0F4C3 !important;
}
.border-bottom-lime-100 {
  border-bottom-color: #F0F4C3 !important;
}
.border-left-lime-100 {
  border-left-color: #F0F4C3 !important;
}
.bg-lime-200 {
  background-color: #E6EE9C !important;
}
.bg-lime-200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-lime-200.text-auto {
  background-color: #E6EE9C !important;
}
.text-lime-200 {
  color: #E6EE9C !important;
}
.border-lime-200 {
  border-color: #E6EE9C !important;
}
.border-top-lime-200 {
  border-top-color: #E6EE9C !important;
}
.border-right-lime-200 {
  border-right-color: #E6EE9C !important;
}
.border-bottom-lime-200 {
  border-bottom-color: #E6EE9C !important;
}
.border-left-lime-200 {
  border-left-color: #E6EE9C !important;
}
.bg-lime-300 {
  background-color: #DCE775 !important;
}
.bg-lime-300.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-lime-300.text-auto {
  background-color: #DCE775 !important;
}
.text-lime-300 {
  color: #DCE775 !important;
}
.border-lime-300 {
  border-color: #DCE775 !important;
}
.border-top-lime-300 {
  border-top-color: #DCE775 !important;
}
.border-right-lime-300 {
  border-right-color: #DCE775 !important;
}
.border-bottom-lime-300 {
  border-bottom-color: #DCE775 !important;
}
.border-left-lime-300 {
  border-left-color: #DCE775 !important;
}
.bg-lime-400 {
  background-color: #D4E157 !important;
}
.bg-lime-400.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-lime-400.text-auto {
  background-color: #D4E157 !important;
}
.text-lime-400 {
  color: #D4E157 !important;
}
.border-lime-400 {
  border-color: #D4E157 !important;
}
.border-top-lime-400 {
  border-top-color: #D4E157 !important;
}
.border-right-lime-400 {
  border-right-color: #D4E157 !important;
}
.border-bottom-lime-400 {
  border-bottom-color: #D4E157 !important;
}
.border-left-lime-400 {
  border-left-color: #D4E157 !important;
}
.bg-lime-500 {
  background-color: #CDDC39 !important;
}
.bg-lime-500.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-lime-500.text-auto {
  background-color: #CDDC39 !important;
}
.text-lime-500 {
  color: #CDDC39 !important;
}
.border-lime-500 {
  border-color: #CDDC39 !important;
}
.border-top-lime-500 {
  border-top-color: #CDDC39 !important;
}
.border-right-lime-500 {
  border-right-color: #CDDC39 !important;
}
.border-bottom-lime-500 {
  border-bottom-color: #CDDC39 !important;
}
.border-left-lime-500 {
  border-left-color: #CDDC39 !important;
}
.bg-lime.text-auto {
  background-color: #CDDC39 !important;
}
.bg-lime {
  background-color: #CDDC39 !important;
}
.bg-lime.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.text-lime {
  color: #CDDC39 !important;
}
.border-lime {
  border-color: #CDDC39 !important;
}
.border-top-lime {
  border-top-color: #CDDC39 !important;
}
.border-right-lime {
  border-right-color: #CDDC39 !important;
}
.border-bottom-lime {
  border-bottom-color: #CDDC39 !important;
}
.border-left-lime {
  border-left-color: #CDDC39 !important;
}
.bg-lime-600 {
  background-color: #C0CA33 !important;
}
.bg-lime-600.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-lime-600.text-auto {
  background-color: #C0CA33 !important;
}
.text-lime-600 {
  color: #C0CA33 !important;
}
.border-lime-600 {
  border-color: #C0CA33 !important;
}
.border-top-lime-600 {
  border-top-color: #C0CA33 !important;
}
.border-right-lime-600 {
  border-right-color: #C0CA33 !important;
}
.border-bottom-lime-600 {
  border-bottom-color: #C0CA33 !important;
}
.border-left-lime-600 {
  border-left-color: #C0CA33 !important;
}
.bg-lime-700 {
  background-color: #AFB42B !important;
}
.bg-lime-700.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-lime-700.text-auto {
  background-color: #AFB42B !important;
}
.text-lime-700 {
  color: #AFB42B !important;
}
.border-lime-700 {
  border-color: #AFB42B !important;
}
.border-top-lime-700 {
  border-top-color: #AFB42B !important;
}
.border-right-lime-700 {
  border-right-color: #AFB42B !important;
}
.border-bottom-lime-700 {
  border-bottom-color: #AFB42B !important;
}
.border-left-lime-700 {
  border-left-color: #AFB42B !important;
}
.bg-lime-800 {
  background-color: #9E9D24 !important;
}
.bg-lime-800.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-lime-800.text-auto {
  background-color: #9E9D24 !important;
}
.text-lime-800 {
  color: #9E9D24 !important;
}
.border-lime-800 {
  border-color: #9E9D24 !important;
}
.border-top-lime-800 {
  border-top-color: #9E9D24 !important;
}
.border-right-lime-800 {
  border-right-color: #9E9D24 !important;
}
.border-bottom-lime-800 {
  border-bottom-color: #9E9D24 !important;
}
.border-left-lime-800 {
  border-left-color: #9E9D24 !important;
}
.bg-lime-900 {
  background-color: #827717 !important;
}
.bg-lime-900.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-lime-900.text-auto {
  background-color: #827717 !important;
}
.text-lime-900 {
  color: #827717 !important;
}
.border-lime-900 {
  border-color: #827717 !important;
}
.border-top-lime-900 {
  border-top-color: #827717 !important;
}
.border-right-lime-900 {
  border-right-color: #827717 !important;
}
.border-bottom-lime-900 {
  border-bottom-color: #827717 !important;
}
.border-left-lime-900 {
  border-left-color: #827717 !important;
}
.bg-lime-A100 {
  background-color: #F4FF81 !important;
}
.bg-lime-A100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-lime-A100.text-auto {
  background-color: #F4FF81 !important;
}
.text-lime-A100 {
  color: #F4FF81 !important;
}
.border-lime-A100 {
  border-color: #F4FF81 !important;
}
.border-top-lime-A100 {
  border-top-color: #F4FF81 !important;
}
.border-right-lime-A100 {
  border-right-color: #F4FF81 !important;
}
.border-bottom-lime-A100 {
  border-bottom-color: #F4FF81 !important;
}
.border-left-lime-A100 {
  border-left-color: #F4FF81 !important;
}
.bg-lime-A200 {
  background-color: #EEFF41 !important;
}
.bg-lime-A200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-lime-A200.text-auto {
  background-color: #EEFF41 !important;
}
.text-lime-A200 {
  color: #EEFF41 !important;
}
.border-lime-A200 {
  border-color: #EEFF41 !important;
}
.border-top-lime-A200 {
  border-top-color: #EEFF41 !important;
}
.border-right-lime-A200 {
  border-right-color: #EEFF41 !important;
}
.border-bottom-lime-A200 {
  border-bottom-color: #EEFF41 !important;
}
.border-left-lime-A200 {
  border-left-color: #EEFF41 !important;
}
.bg-lime-A400 {
  background-color: #C6FF00 !important;
}
.bg-lime-A400.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-lime-A400.text-auto {
  background-color: #C6FF00 !important;
}
.text-lime-A400 {
  color: #C6FF00 !important;
}
.border-lime-A400 {
  border-color: #C6FF00 !important;
}
.border-top-lime-A400 {
  border-top-color: #C6FF00 !important;
}
.border-right-lime-A400 {
  border-right-color: #C6FF00 !important;
}
.border-bottom-lime-A400 {
  border-bottom-color: #C6FF00 !important;
}
.border-left-lime-A400 {
  border-left-color: #C6FF00 !important;
}
.bg-lime-A700 {
  background-color: #AEEA00 !important;
}
.bg-lime-A700.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-lime-A700.text-auto {
  background-color: #AEEA00 !important;
}
.text-lime-A700 {
  color: #AEEA00 !important;
}
.border-lime-A700 {
  border-color: #AEEA00 !important;
}
.border-top-lime-A700 {
  border-top-color: #AEEA00 !important;
}
.border-right-lime-A700 {
  border-right-color: #AEEA00 !important;
}
.border-bottom-lime-A700 {
  border-bottom-color: #AEEA00 !important;
}
.border-left-lime-A700 {
  border-left-color: #AEEA00 !important;
}
.bg-yellow-50 {
  background-color: #FFFDE7 !important;
}
.bg-yellow-50.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-yellow-50.text-auto {
  background-color: #FFFDE7 !important;
}
.text-yellow-50 {
  color: #FFFDE7 !important;
}
.border-yellow-50 {
  border-color: #FFFDE7 !important;
}
.border-top-yellow-50 {
  border-top-color: #FFFDE7 !important;
}
.border-right-yellow-50 {
  border-right-color: #FFFDE7 !important;
}
.border-bottom-yellow-50 {
  border-bottom-color: #FFFDE7 !important;
}
.border-left-yellow-50 {
  border-left-color: #FFFDE7 !important;
}
.bg-yellow-100 {
  background-color: #FFF9C4 !important;
}
.bg-yellow-100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-yellow-100.text-auto {
  background-color: #FFF9C4 !important;
}
.text-yellow-100 {
  color: #FFF9C4 !important;
}
.border-yellow-100 {
  border-color: #FFF9C4 !important;
}
.border-top-yellow-100 {
  border-top-color: #FFF9C4 !important;
}
.border-right-yellow-100 {
  border-right-color: #FFF9C4 !important;
}
.border-bottom-yellow-100 {
  border-bottom-color: #FFF9C4 !important;
}
.border-left-yellow-100 {
  border-left-color: #FFF9C4 !important;
}
.bg-yellow-200 {
  background-color: #FFF59D !important;
}
.bg-yellow-200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-yellow-200.text-auto {
  background-color: #FFF59D !important;
}
.text-yellow-200 {
  color: #FFF59D !important;
}
.border-yellow-200 {
  border-color: #FFF59D !important;
}
.border-top-yellow-200 {
  border-top-color: #FFF59D !important;
}
.border-right-yellow-200 {
  border-right-color: #FFF59D !important;
}
.border-bottom-yellow-200 {
  border-bottom-color: #FFF59D !important;
}
.border-left-yellow-200 {
  border-left-color: #FFF59D !important;
}
.bg-yellow-300 {
  background-color: #FFF176 !important;
}
.bg-yellow-300.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-yellow-300.text-auto {
  background-color: #FFF176 !important;
}
.text-yellow-300 {
  color: #FFF176 !important;
}
.border-yellow-300 {
  border-color: #FFF176 !important;
}
.border-top-yellow-300 {
  border-top-color: #FFF176 !important;
}
.border-right-yellow-300 {
  border-right-color: #FFF176 !important;
}
.border-bottom-yellow-300 {
  border-bottom-color: #FFF176 !important;
}
.border-left-yellow-300 {
  border-left-color: #FFF176 !important;
}
.bg-yellow-400 {
  background-color: #FFEE58 !important;
}
.bg-yellow-400.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-yellow-400.text-auto {
  background-color: #FFEE58 !important;
}
.text-yellow-400 {
  color: #FFEE58 !important;
}
.border-yellow-400 {
  border-color: #FFEE58 !important;
}
.border-top-yellow-400 {
  border-top-color: #FFEE58 !important;
}
.border-right-yellow-400 {
  border-right-color: #FFEE58 !important;
}
.border-bottom-yellow-400 {
  border-bottom-color: #FFEE58 !important;
}
.border-left-yellow-400 {
  border-left-color: #FFEE58 !important;
}
.bg-yellow-500 {
  background-color: #FFEB3B !important;
}
.bg-yellow-500.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-yellow-500.text-auto {
  background-color: #FFEB3B !important;
}
.text-yellow-500 {
  color: #FFEB3B !important;
}
.border-yellow-500 {
  border-color: #FFEB3B !important;
}
.border-top-yellow-500 {
  border-top-color: #FFEB3B !important;
}
.border-right-yellow-500 {
  border-right-color: #FFEB3B !important;
}
.border-bottom-yellow-500 {
  border-bottom-color: #FFEB3B !important;
}
.border-left-yellow-500 {
  border-left-color: #FFEB3B !important;
}
.bg-yellow.text-auto {
  background-color: #FFEB3B !important;
}
.bg-yellow {
  background-color: #FFEB3B !important;
}
.bg-yellow.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.text-yellow {
  color: #FFEB3B !important;
}
.border-yellow {
  border-color: #FFEB3B !important;
}
.border-top-yellow {
  border-top-color: #FFEB3B !important;
}
.border-right-yellow {
  border-right-color: #FFEB3B !important;
}
.border-bottom-yellow {
  border-bottom-color: #FFEB3B !important;
}
.border-left-yellow {
  border-left-color: #FFEB3B !important;
}
.bg-yellow-600 {
  background-color: #FDD835 !important;
}
.bg-yellow-600.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-yellow-600.text-auto {
  background-color: #FDD835 !important;
}
.text-yellow-600 {
  color: #FDD835 !important;
}
.border-yellow-600 {
  border-color: #FDD835 !important;
}
.border-top-yellow-600 {
  border-top-color: #FDD835 !important;
}
.border-right-yellow-600 {
  border-right-color: #FDD835 !important;
}
.border-bottom-yellow-600 {
  border-bottom-color: #FDD835 !important;
}
.border-left-yellow-600 {
  border-left-color: #FDD835 !important;
}
.bg-yellow-700 {
  background-color: #FBC02D !important;
}
.bg-yellow-700.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-yellow-700.text-auto {
  background-color: #FBC02D !important;
}
.text-yellow-700 {
  color: #FBC02D !important;
}
.border-yellow-700 {
  border-color: #FBC02D !important;
}
.border-top-yellow-700 {
  border-top-color: #FBC02D !important;
}
.border-right-yellow-700 {
  border-right-color: #FBC02D !important;
}
.border-bottom-yellow-700 {
  border-bottom-color: #FBC02D !important;
}
.border-left-yellow-700 {
  border-left-color: #FBC02D !important;
}
.bg-yellow-800 {
  background-color: #F9A825 !important;
}
.bg-yellow-800.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-yellow-800.text-auto {
  background-color: #F9A825 !important;
}
.text-yellow-800 {
  color: #F9A825 !important;
}
.border-yellow-800 {
  border-color: #F9A825 !important;
}
.border-top-yellow-800 {
  border-top-color: #F9A825 !important;
}
.border-right-yellow-800 {
  border-right-color: #F9A825 !important;
}
.border-bottom-yellow-800 {
  border-bottom-color: #F9A825 !important;
}
.border-left-yellow-800 {
  border-left-color: #F9A825 !important;
}
.bg-yellow-900 {
  background-color: #F57F17 !important;
}
.bg-yellow-900.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-yellow-900.text-auto {
  background-color: #F57F17 !important;
}
.text-yellow-900 {
  color: #F57F17 !important;
}
.border-yellow-900 {
  border-color: #F57F17 !important;
}
.border-top-yellow-900 {
  border-top-color: #F57F17 !important;
}
.border-right-yellow-900 {
  border-right-color: #F57F17 !important;
}
.border-bottom-yellow-900 {
  border-bottom-color: #F57F17 !important;
}
.border-left-yellow-900 {
  border-left-color: #F57F17 !important;
}
.bg-yellow-A100 {
  background-color: #FFFF8D !important;
}
.bg-yellow-A100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-yellow-A100.text-auto {
  background-color: #FFFF8D !important;
}
.text-yellow-A100 {
  color: #FFFF8D !important;
}
.border-yellow-A100 {
  border-color: #FFFF8D !important;
}
.border-top-yellow-A100 {
  border-top-color: #FFFF8D !important;
}
.border-right-yellow-A100 {
  border-right-color: #FFFF8D !important;
}
.border-bottom-yellow-A100 {
  border-bottom-color: #FFFF8D !important;
}
.border-left-yellow-A100 {
  border-left-color: #FFFF8D !important;
}
.bg-yellow-A200 {
  background-color: #ff0 !important;
}
.bg-yellow-A200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-yellow-A200.text-auto {
  background-color: #ff0 !important;
}
.text-yellow-A200 {
  color: #ff0 !important;
}
.border-yellow-A200 {
  border-color: #ff0 !important;
}
.border-top-yellow-A200 {
  border-top-color: #ff0 !important;
}
.border-right-yellow-A200 {
  border-right-color: #ff0 !important;
}
.border-bottom-yellow-A200 {
  border-bottom-color: #ff0 !important;
}
.border-left-yellow-A200 {
  border-left-color: #ff0 !important;
}
.bg-yellow-A400 {
  background-color: #FFEA00 !important;
}
.bg-yellow-A400.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-yellow-A400.text-auto {
  background-color: #FFEA00 !important;
}
.text-yellow-A400 {
  color: #FFEA00 !important;
}
.border-yellow-A400 {
  border-color: #FFEA00 !important;
}
.border-top-yellow-A400 {
  border-top-color: #FFEA00 !important;
}
.border-right-yellow-A400 {
  border-right-color: #FFEA00 !important;
}
.border-bottom-yellow-A400 {
  border-bottom-color: #FFEA00 !important;
}
.border-left-yellow-A400 {
  border-left-color: #FFEA00 !important;
}
.bg-yellow-A700 {
  background-color: #FFD600 !important;
}
.bg-yellow-A700.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-yellow-A700.text-auto {
  background-color: #FFD600 !important;
}
.text-yellow-A700 {
  color: #FFD600 !important;
}
.border-yellow-A700 {
  border-color: #FFD600 !important;
}
.border-top-yellow-A700 {
  border-top-color: #FFD600 !important;
}
.border-right-yellow-A700 {
  border-right-color: #FFD600 !important;
}
.border-bottom-yellow-A700 {
  border-bottom-color: #FFD600 !important;
}
.border-left-yellow-A700 {
  border-left-color: #FFD600 !important;
}
.bg-amber-50 {
  background-color: #FFF8E1 !important;
}
.bg-amber-50.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-amber-50.text-auto {
  background-color: #FFF8E1 !important;
}
.text-amber-50 {
  color: #FFF8E1 !important;
}
.border-amber-50 {
  border-color: #FFF8E1 !important;
}
.border-top-amber-50 {
  border-top-color: #FFF8E1 !important;
}
.border-right-amber-50 {
  border-right-color: #FFF8E1 !important;
}
.border-bottom-amber-50 {
  border-bottom-color: #FFF8E1 !important;
}
.border-left-amber-50 {
  border-left-color: #FFF8E1 !important;
}
.bg-amber-100 {
  background-color: #FFECB3 !important;
}
.bg-amber-100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-amber-100.text-auto {
  background-color: #FFECB3 !important;
}
.text-amber-100 {
  color: #FFECB3 !important;
}
.border-amber-100 {
  border-color: #FFECB3 !important;
}
.border-top-amber-100 {
  border-top-color: #FFECB3 !important;
}
.border-right-amber-100 {
  border-right-color: #FFECB3 !important;
}
.border-bottom-amber-100 {
  border-bottom-color: #FFECB3 !important;
}
.border-left-amber-100 {
  border-left-color: #FFECB3 !important;
}
.bg-amber-200 {
  background-color: #FFE082 !important;
}
.bg-amber-200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-amber-200.text-auto {
  background-color: #FFE082 !important;
}
.text-amber-200 {
  color: #FFE082 !important;
}
.border-amber-200 {
  border-color: #FFE082 !important;
}
.border-top-amber-200 {
  border-top-color: #FFE082 !important;
}
.border-right-amber-200 {
  border-right-color: #FFE082 !important;
}
.border-bottom-amber-200 {
  border-bottom-color: #FFE082 !important;
}
.border-left-amber-200 {
  border-left-color: #FFE082 !important;
}
.bg-amber-300 {
  background-color: #FFD54F !important;
}
.bg-amber-300.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-amber-300.text-auto {
  background-color: #FFD54F !important;
}
.text-amber-300 {
  color: #FFD54F !important;
}
.border-amber-300 {
  border-color: #FFD54F !important;
}
.border-top-amber-300 {
  border-top-color: #FFD54F !important;
}
.border-right-amber-300 {
  border-right-color: #FFD54F !important;
}
.border-bottom-amber-300 {
  border-bottom-color: #FFD54F !important;
}
.border-left-amber-300 {
  border-left-color: #FFD54F !important;
}
.bg-amber-400 {
  background-color: #FFCA28 !important;
}
.bg-amber-400.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-amber-400.text-auto {
  background-color: #FFCA28 !important;
}
.text-amber-400 {
  color: #FFCA28 !important;
}
.border-amber-400 {
  border-color: #FFCA28 !important;
}
.border-top-amber-400 {
  border-top-color: #FFCA28 !important;
}
.border-right-amber-400 {
  border-right-color: #FFCA28 !important;
}
.border-bottom-amber-400 {
  border-bottom-color: #FFCA28 !important;
}
.border-left-amber-400 {
  border-left-color: #FFCA28 !important;
}
.bg-amber-500 {
  background-color: #FFC107 !important;
}
.bg-amber-500.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-amber-500.text-auto {
  background-color: #FFC107 !important;
}
.text-amber-500 {
  color: #FFC107 !important;
}
.border-amber-500 {
  border-color: #FFC107 !important;
}
.border-top-amber-500 {
  border-top-color: #FFC107 !important;
}
.border-right-amber-500 {
  border-right-color: #FFC107 !important;
}
.border-bottom-amber-500 {
  border-bottom-color: #FFC107 !important;
}
.border-left-amber-500 {
  border-left-color: #FFC107 !important;
}
.bg-amber.text-auto {
  background-color: #FFC107 !important;
}
.bg-amber {
  background-color: #FFC107 !important;
}
.bg-amber.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.text-amber {
  color: #FFC107 !important;
}
.border-amber {
  border-color: #FFC107 !important;
}
.border-top-amber {
  border-top-color: #FFC107 !important;
}
.border-right-amber {
  border-right-color: #FFC107 !important;
}
.border-bottom-amber {
  border-bottom-color: #FFC107 !important;
}
.border-left-amber {
  border-left-color: #FFC107 !important;
}
.bg-amber-600 {
  background-color: #FFB300 !important;
}
.bg-amber-600.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-amber-600.text-auto {
  background-color: #FFB300 !important;
}
.text-amber-600 {
  color: #FFB300 !important;
}
.border-amber-600 {
  border-color: #FFB300 !important;
}
.border-top-amber-600 {
  border-top-color: #FFB300 !important;
}
.border-right-amber-600 {
  border-right-color: #FFB300 !important;
}
.border-bottom-amber-600 {
  border-bottom-color: #FFB300 !important;
}
.border-left-amber-600 {
  border-left-color: #FFB300 !important;
}
.bg-amber-700 {
  background-color: #FFA000 !important;
}
.bg-amber-700.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-amber-700.text-auto {
  background-color: #FFA000 !important;
}
.text-amber-700 {
  color: #FFA000 !important;
}
.border-amber-700 {
  border-color: #FFA000 !important;
}
.border-top-amber-700 {
  border-top-color: #FFA000 !important;
}
.border-right-amber-700 {
  border-right-color: #FFA000 !important;
}
.border-bottom-amber-700 {
  border-bottom-color: #FFA000 !important;
}
.border-left-amber-700 {
  border-left-color: #FFA000 !important;
}
.bg-amber-800 {
  background-color: #FF8F00 !important;
}
.bg-amber-800.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-amber-800.text-auto {
  background-color: #FF8F00 !important;
}
.text-amber-800 {
  color: #FF8F00 !important;
}
.border-amber-800 {
  border-color: #FF8F00 !important;
}
.border-top-amber-800 {
  border-top-color: #FF8F00 !important;
}
.border-right-amber-800 {
  border-right-color: #FF8F00 !important;
}
.border-bottom-amber-800 {
  border-bottom-color: #FF8F00 !important;
}
.border-left-amber-800 {
  border-left-color: #FF8F00 !important;
}
.bg-amber-900 {
  background-color: #FF6F00 !important;
}
.bg-amber-900.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-amber-900.text-auto {
  background-color: #FF6F00 !important;
}
.text-amber-900 {
  color: #FF6F00 !important;
}
.border-amber-900 {
  border-color: #FF6F00 !important;
}
.border-top-amber-900 {
  border-top-color: #FF6F00 !important;
}
.border-right-amber-900 {
  border-right-color: #FF6F00 !important;
}
.border-bottom-amber-900 {
  border-bottom-color: #FF6F00 !important;
}
.border-left-amber-900 {
  border-left-color: #FF6F00 !important;
}
.bg-amber-A100 {
  background-color: #FFE57F !important;
}
.bg-amber-A100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-amber-A100.text-auto {
  background-color: #FFE57F !important;
}
.text-amber-A100 {
  color: #FFE57F !important;
}
.border-amber-A100 {
  border-color: #FFE57F !important;
}
.border-top-amber-A100 {
  border-top-color: #FFE57F !important;
}
.border-right-amber-A100 {
  border-right-color: #FFE57F !important;
}
.border-bottom-amber-A100 {
  border-bottom-color: #FFE57F !important;
}
.border-left-amber-A100 {
  border-left-color: #FFE57F !important;
}
.bg-amber-A200 {
  background-color: #FFD740 !important;
}
.bg-amber-A200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-amber-A200.text-auto {
  background-color: #FFD740 !important;
}
.text-amber-A200 {
  color: #FFD740 !important;
}
.border-amber-A200 {
  border-color: #FFD740 !important;
}
.border-top-amber-A200 {
  border-top-color: #FFD740 !important;
}
.border-right-amber-A200 {
  border-right-color: #FFD740 !important;
}
.border-bottom-amber-A200 {
  border-bottom-color: #FFD740 !important;
}
.border-left-amber-A200 {
  border-left-color: #FFD740 !important;
}
.bg-amber-A400 {
  background-color: #FFC400 !important;
}
.bg-amber-A400.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-amber-A400.text-auto {
  background-color: #FFC400 !important;
}
.text-amber-A400 {
  color: #FFC400 !important;
}
.border-amber-A400 {
  border-color: #FFC400 !important;
}
.border-top-amber-A400 {
  border-top-color: #FFC400 !important;
}
.border-right-amber-A400 {
  border-right-color: #FFC400 !important;
}
.border-bottom-amber-A400 {
  border-bottom-color: #FFC400 !important;
}
.border-left-amber-A400 {
  border-left-color: #FFC400 !important;
}
.bg-amber-A700 {
  background-color: #FFAB00 !important;
}
.bg-amber-A700.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-amber-A700.text-auto {
  background-color: #FFAB00 !important;
}
.text-amber-A700 {
  color: #FFAB00 !important;
}
.border-amber-A700 {
  border-color: #FFAB00 !important;
}
.border-top-amber-A700 {
  border-top-color: #FFAB00 !important;
}
.border-right-amber-A700 {
  border-right-color: #FFAB00 !important;
}
.border-bottom-amber-A700 {
  border-bottom-color: #FFAB00 !important;
}
.border-left-amber-A700 {
  border-left-color: #FFAB00 !important;
}
.bg-orange-50 {
  background-color: #FFF3E0 !important;
}
.bg-orange-50.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-orange-50.text-auto {
  background-color: #FFF3E0 !important;
}
.text-orange-50 {
  color: #FFF3E0 !important;
}
.border-orange-50 {
  border-color: #FFF3E0 !important;
}
.border-top-orange-50 {
  border-top-color: #FFF3E0 !important;
}
.border-right-orange-50 {
  border-right-color: #FFF3E0 !important;
}
.border-bottom-orange-50 {
  border-bottom-color: #FFF3E0 !important;
}
.border-left-orange-50 {
  border-left-color: #FFF3E0 !important;
}
.bg-orange-100 {
  background-color: #FFE0B2 !important;
}
.bg-orange-100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-orange-100.text-auto {
  background-color: #FFE0B2 !important;
}
.text-orange-100 {
  color: #FFE0B2 !important;
}
.border-orange-100 {
  border-color: #FFE0B2 !important;
}
.border-top-orange-100 {
  border-top-color: #FFE0B2 !important;
}
.border-right-orange-100 {
  border-right-color: #FFE0B2 !important;
}
.border-bottom-orange-100 {
  border-bottom-color: #FFE0B2 !important;
}
.border-left-orange-100 {
  border-left-color: #FFE0B2 !important;
}
.bg-orange-200 {
  background-color: #FFCC80 !important;
}
.bg-orange-200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-orange-200.text-auto {
  background-color: #FFCC80 !important;
}
.text-orange-200 {
  color: #FFCC80 !important;
}
.border-orange-200 {
  border-color: #FFCC80 !important;
}
.border-top-orange-200 {
  border-top-color: #FFCC80 !important;
}
.border-right-orange-200 {
  border-right-color: #FFCC80 !important;
}
.border-bottom-orange-200 {
  border-bottom-color: #FFCC80 !important;
}
.border-left-orange-200 {
  border-left-color: #FFCC80 !important;
}
.bg-orange-300 {
  background-color: #FFB74D !important;
}
.bg-orange-300.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-orange-300.text-auto {
  background-color: #FFB74D !important;
}
.text-orange-300 {
  color: #FFB74D !important;
}
.border-orange-300 {
  border-color: #FFB74D !important;
}
.border-top-orange-300 {
  border-top-color: #FFB74D !important;
}
.border-right-orange-300 {
  border-right-color: #FFB74D !important;
}
.border-bottom-orange-300 {
  border-bottom-color: #FFB74D !important;
}
.border-left-orange-300 {
  border-left-color: #FFB74D !important;
}
.bg-orange-400 {
  background-color: #FFA726 !important;
}
.bg-orange-400.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-orange-400.text-auto {
  background-color: #FFA726 !important;
}
.text-orange-400 {
  color: #FFA726 !important;
}
.border-orange-400 {
  border-color: #FFA726 !important;
}
.border-top-orange-400 {
  border-top-color: #FFA726 !important;
}
.border-right-orange-400 {
  border-right-color: #FFA726 !important;
}
.border-bottom-orange-400 {
  border-bottom-color: #FFA726 !important;
}
.border-left-orange-400 {
  border-left-color: #FFA726 !important;
}
.bg-orange-500 {
  background-color: #FF9800 !important;
}
.bg-orange-500.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-orange-500.text-auto {
  background-color: #FF9800 !important;
}
.text-orange-500 {
  color: #FF9800 !important;
}
.border-orange-500 {
  border-color: #FF9800 !important;
}
.border-top-orange-500 {
  border-top-color: #FF9800 !important;
}
.border-right-orange-500 {
  border-right-color: #FF9800 !important;
}
.border-bottom-orange-500 {
  border-bottom-color: #FF9800 !important;
}
.border-left-orange-500 {
  border-left-color: #FF9800 !important;
}
.bg-orange.text-auto {
  background-color: #FF9800 !important;
}
.bg-orange {
  background-color: #FF9800 !important;
}
.bg-orange.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.text-orange {
  color: #FF9800 !important;
}
.border-orange {
  border-color: #FF9800 !important;
}
.border-top-orange {
  border-top-color: #FF9800 !important;
}
.border-right-orange {
  border-right-color: #FF9800 !important;
}
.border-bottom-orange {
  border-bottom-color: #FF9800 !important;
}
.border-left-orange {
  border-left-color: #FF9800 !important;
}
.bg-orange-600 {
  background-color: #FB8C00 !important;
}
.bg-orange-600.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-orange-600.text-auto {
  background-color: #FB8C00 !important;
}
.text-orange-600 {
  color: #FB8C00 !important;
}
.border-orange-600 {
  border-color: #FB8C00 !important;
}
.border-top-orange-600 {
  border-top-color: #FB8C00 !important;
}
.border-right-orange-600 {
  border-right-color: #FB8C00 !important;
}
.border-bottom-orange-600 {
  border-bottom-color: #FB8C00 !important;
}
.border-left-orange-600 {
  border-left-color: #FB8C00 !important;
}
.bg-orange-700 {
  background-color: #F57C00 !important;
}
.bg-orange-700.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-orange-700.text-auto {
  background-color: #F57C00 !important;
}
.text-orange-700 {
  color: #F57C00 !important;
}
.border-orange-700 {
  border-color: #F57C00 !important;
}
.border-top-orange-700 {
  border-top-color: #F57C00 !important;
}
.border-right-orange-700 {
  border-right-color: #F57C00 !important;
}
.border-bottom-orange-700 {
  border-bottom-color: #F57C00 !important;
}
.border-left-orange-700 {
  border-left-color: #F57C00 !important;
}
.bg-orange-800 {
  background-color: #EF6C00 !important;
}
.bg-orange-800.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-orange-800.text-auto {
  background-color: #EF6C00 !important;
}
.text-orange-800 {
  color: #EF6C00 !important;
}
.border-orange-800 {
  border-color: #EF6C00 !important;
}
.border-top-orange-800 {
  border-top-color: #EF6C00 !important;
}
.border-right-orange-800 {
  border-right-color: #EF6C00 !important;
}
.border-bottom-orange-800 {
  border-bottom-color: #EF6C00 !important;
}
.border-left-orange-800 {
  border-left-color: #EF6C00 !important;
}
.bg-orange-900 {
  background-color: #E65100 !important;
}
.bg-orange-900.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-orange-900.text-auto {
  background-color: #E65100 !important;
}
.text-orange-900 {
  color: #E65100 !important;
}
.border-orange-900 {
  border-color: #E65100 !important;
}
.border-top-orange-900 {
  border-top-color: #E65100 !important;
}
.border-right-orange-900 {
  border-right-color: #E65100 !important;
}
.border-bottom-orange-900 {
  border-bottom-color: #E65100 !important;
}
.border-left-orange-900 {
  border-left-color: #E65100 !important;
}
.bg-orange-A100 {
  background-color: #FFD180 !important;
}
.bg-orange-A100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-orange-A100.text-auto {
  background-color: #FFD180 !important;
}
.text-orange-A100 {
  color: #FFD180 !important;
}
.border-orange-A100 {
  border-color: #FFD180 !important;
}
.border-top-orange-A100 {
  border-top-color: #FFD180 !important;
}
.border-right-orange-A100 {
  border-right-color: #FFD180 !important;
}
.border-bottom-orange-A100 {
  border-bottom-color: #FFD180 !important;
}
.border-left-orange-A100 {
  border-left-color: #FFD180 !important;
}
.bg-orange-A200 {
  background-color: #FFAB40 !important;
}
.bg-orange-A200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-orange-A200.text-auto {
  background-color: #FFAB40 !important;
}
.text-orange-A200 {
  color: #FFAB40 !important;
}
.border-orange-A200 {
  border-color: #FFAB40 !important;
}
.border-top-orange-A200 {
  border-top-color: #FFAB40 !important;
}
.border-right-orange-A200 {
  border-right-color: #FFAB40 !important;
}
.border-bottom-orange-A200 {
  border-bottom-color: #FFAB40 !important;
}
.border-left-orange-A200 {
  border-left-color: #FFAB40 !important;
}
.bg-orange-A400 {
  background-color: #FF9100 !important;
}
.bg-orange-A400.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-orange-A400.text-auto {
  background-color: #FF9100 !important;
}
.text-orange-A400 {
  color: #FF9100 !important;
}
.border-orange-A400 {
  border-color: #FF9100 !important;
}
.border-top-orange-A400 {
  border-top-color: #FF9100 !important;
}
.border-right-orange-A400 {
  border-right-color: #FF9100 !important;
}
.border-bottom-orange-A400 {
  border-bottom-color: #FF9100 !important;
}
.border-left-orange-A400 {
  border-left-color: #FF9100 !important;
}
.bg-orange-A700 {
  background-color: #FF6D00 !important;
}
.bg-orange-A700.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-orange-A700.text-auto {
  background-color: #FF6D00 !important;
}
.text-orange-A700 {
  color: #FF6D00 !important;
}
.border-orange-A700 {
  border-color: #FF6D00 !important;
}
.border-top-orange-A700 {
  border-top-color: #FF6D00 !important;
}
.border-right-orange-A700 {
  border-right-color: #FF6D00 !important;
}
.border-bottom-orange-A700 {
  border-bottom-color: #FF6D00 !important;
}
.border-left-orange-A700 {
  border-left-color: #FF6D00 !important;
}
.bg-deep-orange-50 {
  background-color: #FBE9E7 !important;
}
.bg-deep-orange-50.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-deep-orange-50.text-auto {
  background-color: #FBE9E7 !important;
}
.text-deep-orange-50 {
  color: #FBE9E7 !important;
}
.border-deep-orange-50 {
  border-color: #FBE9E7 !important;
}
.border-top-deep-orange-50 {
  border-top-color: #FBE9E7 !important;
}
.border-right-deep-orange-50 {
  border-right-color: #FBE9E7 !important;
}
.border-bottom-deep-orange-50 {
  border-bottom-color: #FBE9E7 !important;
}
.border-left-deep-orange-50 {
  border-left-color: #FBE9E7 !important;
}
.bg-deep-orange-100 {
  background-color: #FFCCBC !important;
}
.bg-deep-orange-100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-deep-orange-100.text-auto {
  background-color: #FFCCBC !important;
}
.text-deep-orange-100 {
  color: #FFCCBC !important;
}
.border-deep-orange-100 {
  border-color: #FFCCBC !important;
}
.border-top-deep-orange-100 {
  border-top-color: #FFCCBC !important;
}
.border-right-deep-orange-100 {
  border-right-color: #FFCCBC !important;
}
.border-bottom-deep-orange-100 {
  border-bottom-color: #FFCCBC !important;
}
.border-left-deep-orange-100 {
  border-left-color: #FFCCBC !important;
}
.bg-deep-orange-200 {
  background-color: #FFAB91 !important;
}
.bg-deep-orange-200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-deep-orange-200.text-auto {
  background-color: #FFAB91 !important;
}
.text-deep-orange-200 {
  color: #FFAB91 !important;
}
.border-deep-orange-200 {
  border-color: #FFAB91 !important;
}
.border-top-deep-orange-200 {
  border-top-color: #FFAB91 !important;
}
.border-right-deep-orange-200 {
  border-right-color: #FFAB91 !important;
}
.border-bottom-deep-orange-200 {
  border-bottom-color: #FFAB91 !important;
}
.border-left-deep-orange-200 {
  border-left-color: #FFAB91 !important;
}
.bg-deep-orange-300 {
  background-color: #FF8A65 !important;
}
.bg-deep-orange-300.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-deep-orange-300.text-auto {
  background-color: #FF8A65 !important;
}
.text-deep-orange-300 {
  color: #FF8A65 !important;
}
.border-deep-orange-300 {
  border-color: #FF8A65 !important;
}
.border-top-deep-orange-300 {
  border-top-color: #FF8A65 !important;
}
.border-right-deep-orange-300 {
  border-right-color: #FF8A65 !important;
}
.border-bottom-deep-orange-300 {
  border-bottom-color: #FF8A65 !important;
}
.border-left-deep-orange-300 {
  border-left-color: #FF8A65 !important;
}
.bg-deep-orange-400 {
  background-color: #FF7043 !important;
}
.bg-deep-orange-400.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-deep-orange-400.text-auto {
  background-color: #FF7043 !important;
}
.text-deep-orange-400 {
  color: #FF7043 !important;
}
.border-deep-orange-400 {
  border-color: #FF7043 !important;
}
.border-top-deep-orange-400 {
  border-top-color: #FF7043 !important;
}
.border-right-deep-orange-400 {
  border-right-color: #FF7043 !important;
}
.border-bottom-deep-orange-400 {
  border-bottom-color: #FF7043 !important;
}
.border-left-deep-orange-400 {
  border-left-color: #FF7043 !important;
}
.bg-deep-orange-500 {
  background-color: #FF5722 !important;
}
.bg-deep-orange-500.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-deep-orange-500.text-auto {
  background-color: #FF5722 !important;
}
.text-deep-orange-500 {
  color: #FF5722 !important;
}
.border-deep-orange-500 {
  border-color: #FF5722 !important;
}
.border-top-deep-orange-500 {
  border-top-color: #FF5722 !important;
}
.border-right-deep-orange-500 {
  border-right-color: #FF5722 !important;
}
.border-bottom-deep-orange-500 {
  border-bottom-color: #FF5722 !important;
}
.border-left-deep-orange-500 {
  border-left-color: #FF5722 !important;
}
.bg-deep-orange.text-auto {
  background-color: #FF5722 !important;
}
.bg-deep-orange {
  background-color: #FF5722 !important;
}
.bg-deep-orange.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.text-deep-orange {
  color: #FF5722 !important;
}
.border-deep-orange {
  border-color: #FF5722 !important;
}
.border-top-deep-orange {
  border-top-color: #FF5722 !important;
}
.border-right-deep-orange {
  border-right-color: #FF5722 !important;
}
.border-bottom-deep-orange {
  border-bottom-color: #FF5722 !important;
}
.border-left-deep-orange {
  border-left-color: #FF5722 !important;
}
.bg-deep-orange-600 {
  background-color: #F4511E !important;
}
.bg-deep-orange-600.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-deep-orange-600.text-auto {
  background-color: #F4511E !important;
}
.text-deep-orange-600 {
  color: #F4511E !important;
}
.border-deep-orange-600 {
  border-color: #F4511E !important;
}
.border-top-deep-orange-600 {
  border-top-color: #F4511E !important;
}
.border-right-deep-orange-600 {
  border-right-color: #F4511E !important;
}
.border-bottom-deep-orange-600 {
  border-bottom-color: #F4511E !important;
}
.border-left-deep-orange-600 {
  border-left-color: #F4511E !important;
}
.bg-deep-orange-700 {
  background-color: #E64A19 !important;
}
.bg-deep-orange-700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-deep-orange-700.text-auto {
  background-color: #E64A19 !important;
}
.text-deep-orange-700 {
  color: #E64A19 !important;
}
.border-deep-orange-700 {
  border-color: #E64A19 !important;
}
.border-top-deep-orange-700 {
  border-top-color: #E64A19 !important;
}
.border-right-deep-orange-700 {
  border-right-color: #E64A19 !important;
}
.border-bottom-deep-orange-700 {
  border-bottom-color: #E64A19 !important;
}
.border-left-deep-orange-700 {
  border-left-color: #E64A19 !important;
}
.bg-deep-orange-800 {
  background-color: #D84315 !important;
}
.bg-deep-orange-800.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-deep-orange-800.text-auto {
  background-color: #D84315 !important;
}
.text-deep-orange-800 {
  color: #D84315 !important;
}
.border-deep-orange-800 {
  border-color: #D84315 !important;
}
.border-top-deep-orange-800 {
  border-top-color: #D84315 !important;
}
.border-right-deep-orange-800 {
  border-right-color: #D84315 !important;
}
.border-bottom-deep-orange-800 {
  border-bottom-color: #D84315 !important;
}
.border-left-deep-orange-800 {
  border-left-color: #D84315 !important;
}
.bg-deep-orange-900 {
  background-color: #BF360C !important;
}
.bg-deep-orange-900.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-deep-orange-900.text-auto {
  background-color: #BF360C !important;
}
.text-deep-orange-900 {
  color: #BF360C !important;
}
.border-deep-orange-900 {
  border-color: #BF360C !important;
}
.border-top-deep-orange-900 {
  border-top-color: #BF360C !important;
}
.border-right-deep-orange-900 {
  border-right-color: #BF360C !important;
}
.border-bottom-deep-orange-900 {
  border-bottom-color: #BF360C !important;
}
.border-left-deep-orange-900 {
  border-left-color: #BF360C !important;
}
.bg-deep-orange-A100 {
  background-color: #FF9E80 !important;
}
.bg-deep-orange-A100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-deep-orange-A100.text-auto {
  background-color: #FF9E80 !important;
}
.text-deep-orange-A100 {
  color: #FF9E80 !important;
}
.border-deep-orange-A100 {
  border-color: #FF9E80 !important;
}
.border-top-deep-orange-A100 {
  border-top-color: #FF9E80 !important;
}
.border-right-deep-orange-A100 {
  border-right-color: #FF9E80 !important;
}
.border-bottom-deep-orange-A100 {
  border-bottom-color: #FF9E80 !important;
}
.border-left-deep-orange-A100 {
  border-left-color: #FF9E80 !important;
}
.bg-deep-orange-A200 {
  background-color: #FF6E40 !important;
}
.bg-deep-orange-A200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-deep-orange-A200.text-auto {
  background-color: #FF6E40 !important;
}
.text-deep-orange-A200 {
  color: #FF6E40 !important;
}
.border-deep-orange-A200 {
  border-color: #FF6E40 !important;
}
.border-top-deep-orange-A200 {
  border-top-color: #FF6E40 !important;
}
.border-right-deep-orange-A200 {
  border-right-color: #FF6E40 !important;
}
.border-bottom-deep-orange-A200 {
  border-bottom-color: #FF6E40 !important;
}
.border-left-deep-orange-A200 {
  border-left-color: #FF6E40 !important;
}
.bg-deep-orange-A400 {
  background-color: #FF3D00 !important;
}
.bg-deep-orange-A400.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-deep-orange-A400.text-auto {
  background-color: #FF3D00 !important;
}
.text-deep-orange-A400 {
  color: #FF3D00 !important;
}
.border-deep-orange-A400 {
  border-color: #FF3D00 !important;
}
.border-top-deep-orange-A400 {
  border-top-color: #FF3D00 !important;
}
.border-right-deep-orange-A400 {
  border-right-color: #FF3D00 !important;
}
.border-bottom-deep-orange-A400 {
  border-bottom-color: #FF3D00 !important;
}
.border-left-deep-orange-A400 {
  border-left-color: #FF3D00 !important;
}
.bg-deep-orange-A700 {
  background-color: #DD2C00 !important;
}
.bg-deep-orange-A700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-deep-orange-A700.text-auto {
  background-color: #DD2C00 !important;
}
.text-deep-orange-A700 {
  color: #DD2C00 !important;
}
.border-deep-orange-A700 {
  border-color: #DD2C00 !important;
}
.border-top-deep-orange-A700 {
  border-top-color: #DD2C00 !important;
}
.border-right-deep-orange-A700 {
  border-right-color: #DD2C00 !important;
}
.border-bottom-deep-orange-A700 {
  border-bottom-color: #DD2C00 !important;
}
.border-left-deep-orange-A700 {
  border-left-color: #DD2C00 !important;
}
.bg-brown-50 {
  background-color: #EFEBE9 !important;
}
.bg-brown-50.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-brown-50.text-auto {
  background-color: #EFEBE9 !important;
}
.text-brown-50 {
  color: #EFEBE9 !important;
}
.border-brown-50 {
  border-color: #EFEBE9 !important;
}
.border-top-brown-50 {
  border-top-color: #EFEBE9 !important;
}
.border-right-brown-50 {
  border-right-color: #EFEBE9 !important;
}
.border-bottom-brown-50 {
  border-bottom-color: #EFEBE9 !important;
}
.border-left-brown-50 {
  border-left-color: #EFEBE9 !important;
}
.bg-brown-100 {
  background-color: #D7CCC8 !important;
}
.bg-brown-100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-brown-100.text-auto {
  background-color: #D7CCC8 !important;
}
.text-brown-100 {
  color: #D7CCC8 !important;
}
.border-brown-100 {
  border-color: #D7CCC8 !important;
}
.border-top-brown-100 {
  border-top-color: #D7CCC8 !important;
}
.border-right-brown-100 {
  border-right-color: #D7CCC8 !important;
}
.border-bottom-brown-100 {
  border-bottom-color: #D7CCC8 !important;
}
.border-left-brown-100 {
  border-left-color: #D7CCC8 !important;
}
.bg-brown-200 {
  background-color: #BCAAA4 !important;
}
.bg-brown-200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-brown-200.text-auto {
  background-color: #BCAAA4 !important;
}
.text-brown-200 {
  color: #BCAAA4 !important;
}
.border-brown-200 {
  border-color: #BCAAA4 !important;
}
.border-top-brown-200 {
  border-top-color: #BCAAA4 !important;
}
.border-right-brown-200 {
  border-right-color: #BCAAA4 !important;
}
.border-bottom-brown-200 {
  border-bottom-color: #BCAAA4 !important;
}
.border-left-brown-200 {
  border-left-color: #BCAAA4 !important;
}
.bg-brown-300 {
  background-color: #A1887F !important;
}
.bg-brown-300.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-brown-300.text-auto {
  background-color: #A1887F !important;
}
.text-brown-300 {
  color: #A1887F !important;
}
.border-brown-300 {
  border-color: #A1887F !important;
}
.border-top-brown-300 {
  border-top-color: #A1887F !important;
}
.border-right-brown-300 {
  border-right-color: #A1887F !important;
}
.border-bottom-brown-300 {
  border-bottom-color: #A1887F !important;
}
.border-left-brown-300 {
  border-left-color: #A1887F !important;
}
.bg-brown-400 {
  background-color: #8D6E63 !important;
}
.bg-brown-400.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-brown-400.text-auto {
  background-color: #8D6E63 !important;
}
.text-brown-400 {
  color: #8D6E63 !important;
}
.border-brown-400 {
  border-color: #8D6E63 !important;
}
.border-top-brown-400 {
  border-top-color: #8D6E63 !important;
}
.border-right-brown-400 {
  border-right-color: #8D6E63 !important;
}
.border-bottom-brown-400 {
  border-bottom-color: #8D6E63 !important;
}
.border-left-brown-400 {
  border-left-color: #8D6E63 !important;
}
.bg-brown-500 {
  background-color: #795548 !important;
}
.bg-brown-500.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-brown-500.text-auto {
  background-color: #795548 !important;
}
.text-brown-500 {
  color: #795548 !important;
}
.border-brown-500 {
  border-color: #795548 !important;
}
.border-top-brown-500 {
  border-top-color: #795548 !important;
}
.border-right-brown-500 {
  border-right-color: #795548 !important;
}
.border-bottom-brown-500 {
  border-bottom-color: #795548 !important;
}
.border-left-brown-500 {
  border-left-color: #795548 !important;
}
.bg-brown.text-auto {
  background-color: #795548 !important;
}
.bg-brown {
  background-color: #795548 !important;
}
.bg-brown.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.text-brown {
  color: #795548 !important;
}
.border-brown {
  border-color: #795548 !important;
}
.border-top-brown {
  border-top-color: #795548 !important;
}
.border-right-brown {
  border-right-color: #795548 !important;
}
.border-bottom-brown {
  border-bottom-color: #795548 !important;
}
.border-left-brown {
  border-left-color: #795548 !important;
}
.bg-brown-600 {
  background-color: #6D4C41 !important;
}
.bg-brown-600.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-brown-600.text-auto {
  background-color: #6D4C41 !important;
}
.text-brown-600 {
  color: #6D4C41 !important;
}
.border-brown-600 {
  border-color: #6D4C41 !important;
}
.border-top-brown-600 {
  border-top-color: #6D4C41 !important;
}
.border-right-brown-600 {
  border-right-color: #6D4C41 !important;
}
.border-bottom-brown-600 {
  border-bottom-color: #6D4C41 !important;
}
.border-left-brown-600 {
  border-left-color: #6D4C41 !important;
}
.bg-brown-700 {
  background-color: #5D4037 !important;
}
.bg-brown-700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-brown-700.text-auto {
  background-color: #5D4037 !important;
}
.text-brown-700 {
  color: #5D4037 !important;
}
.border-brown-700 {
  border-color: #5D4037 !important;
}
.border-top-brown-700 {
  border-top-color: #5D4037 !important;
}
.border-right-brown-700 {
  border-right-color: #5D4037 !important;
}
.border-bottom-brown-700 {
  border-bottom-color: #5D4037 !important;
}
.border-left-brown-700 {
  border-left-color: #5D4037 !important;
}
.bg-brown-800 {
  background-color: #4E342E !important;
}
.bg-brown-800.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-brown-800.text-auto {
  background-color: #4E342E !important;
}
.text-brown-800 {
  color: #4E342E !important;
}
.border-brown-800 {
  border-color: #4E342E !important;
}
.border-top-brown-800 {
  border-top-color: #4E342E !important;
}
.border-right-brown-800 {
  border-right-color: #4E342E !important;
}
.border-bottom-brown-800 {
  border-bottom-color: #4E342E !important;
}
.border-left-brown-800 {
  border-left-color: #4E342E !important;
}
.bg-brown-900 {
  background-color: #3E2723 !important;
}
.bg-brown-900.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-brown-900.text-auto {
  background-color: #3E2723 !important;
}
.text-brown-900 {
  color: #3E2723 !important;
}
.border-brown-900 {
  border-color: #3E2723 !important;
}
.border-top-brown-900 {
  border-top-color: #3E2723 !important;
}
.border-right-brown-900 {
  border-right-color: #3E2723 !important;
}
.border-bottom-brown-900 {
  border-bottom-color: #3E2723 !important;
}
.border-left-brown-900 {
  border-left-color: #3E2723 !important;
}
.bg-brown-A100 {
  background-color: #D7CCC8 !important;
}
.bg-brown-A100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-brown-A100.text-auto {
  background-color: #D7CCC8 !important;
}
.text-brown-A100 {
  color: #D7CCC8 !important;
}
.border-brown-A100 {
  border-color: #D7CCC8 !important;
}
.border-top-brown-A100 {
  border-top-color: #D7CCC8 !important;
}
.border-right-brown-A100 {
  border-right-color: #D7CCC8 !important;
}
.border-bottom-brown-A100 {
  border-bottom-color: #D7CCC8 !important;
}
.border-left-brown-A100 {
  border-left-color: #D7CCC8 !important;
}
.bg-brown-A200 {
  background-color: #BCAAA4 !important;
}
.bg-brown-A200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-brown-A200.text-auto {
  background-color: #BCAAA4 !important;
}
.text-brown-A200 {
  color: #BCAAA4 !important;
}
.border-brown-A200 {
  border-color: #BCAAA4 !important;
}
.border-top-brown-A200 {
  border-top-color: #BCAAA4 !important;
}
.border-right-brown-A200 {
  border-right-color: #BCAAA4 !important;
}
.border-bottom-brown-A200 {
  border-bottom-color: #BCAAA4 !important;
}
.border-left-brown-A200 {
  border-left-color: #BCAAA4 !important;
}
.bg-brown-A400 {
  background-color: #8D6E63 !important;
}
.bg-brown-A400.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-brown-A400.text-auto {
  background-color: #8D6E63 !important;
}
.text-brown-A400 {
  color: #8D6E63 !important;
}
.border-brown-A400 {
  border-color: #8D6E63 !important;
}
.border-top-brown-A400 {
  border-top-color: #8D6E63 !important;
}
.border-right-brown-A400 {
  border-right-color: #8D6E63 !important;
}
.border-bottom-brown-A400 {
  border-bottom-color: #8D6E63 !important;
}
.border-left-brown-A400 {
  border-left-color: #8D6E63 !important;
}
.bg-brown-A700 {
  background-color: #5D4037 !important;
}
.bg-brown-A700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-brown-A700.text-auto {
  background-color: #5D4037 !important;
}
.text-brown-A700 {
  color: #5D4037 !important;
}
.border-brown-A700 {
  border-color: #5D4037 !important;
}
.border-top-brown-A700 {
  border-top-color: #5D4037 !important;
}
.border-right-brown-A700 {
  border-right-color: #5D4037 !important;
}
.border-bottom-brown-A700 {
  border-bottom-color: #5D4037 !important;
}
.border-left-brown-A700 {
  border-left-color: #5D4037 !important;
}
.bg-grey-50 {
  background-color: #FAFAFA !important;
}
.bg-grey-50.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-grey-50.text-auto {
  background-color: #FAFAFA !important;
}
.text-grey-50 {
  color: #FAFAFA !important;
}
.border-grey-50 {
  border-color: #FAFAFA !important;
}
.border-top-grey-50 {
  border-top-color: #FAFAFA !important;
}
.border-right-grey-50 {
  border-right-color: #FAFAFA !important;
}
.border-bottom-grey-50 {
  border-bottom-color: #FAFAFA !important;
}
.border-left-grey-50 {
  border-left-color: #FAFAFA !important;
}
.bg-grey-100 {
  background-color: #f5f5f5 !important;
}
.bg-grey-100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-grey-100.text-auto {
  background-color: #f5f5f5 !important;
}
.text-grey-100 {
  color: #f5f5f5 !important;
}
.border-grey-100 {
  border-color: #f5f5f5 !important;
}
.border-top-grey-100 {
  border-top-color: #f5f5f5 !important;
}
.border-right-grey-100 {
  border-right-color: #f5f5f5 !important;
}
.border-bottom-grey-100 {
  border-bottom-color: #f5f5f5 !important;
}
.border-left-grey-100 {
  border-left-color: #f5f5f5 !important;
}
.bg-grey-200 {
  background-color: #eee !important;
}
.bg-grey-200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-grey-200.text-auto {
  background-color: #eee !important;
}
.text-grey-200 {
  color: #eee !important;
}
.border-grey-200 {
  border-color: #eee !important;
}
.border-top-grey-200 {
  border-top-color: #eee !important;
}
.border-right-grey-200 {
  border-right-color: #eee !important;
}
.border-bottom-grey-200 {
  border-bottom-color: #eee !important;
}
.border-left-grey-200 {
  border-left-color: #eee !important;
}
.bg-grey-300 {
  background-color: #E0E0E0 !important;
}
.bg-grey-300.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-grey-300.text-auto {
  background-color: #E0E0E0 !important;
}
.text-grey-300 {
  color: #E0E0E0 !important;
}
.border-grey-300 {
  border-color: #E0E0E0 !important;
}
.border-top-grey-300 {
  border-top-color: #E0E0E0 !important;
}
.border-right-grey-300 {
  border-right-color: #E0E0E0 !important;
}
.border-bottom-grey-300 {
  border-bottom-color: #E0E0E0 !important;
}
.border-left-grey-300 {
  border-left-color: #E0E0E0 !important;
}
.bg-grey-400 {
  background-color: #BDBDBD !important;
}
.bg-grey-400.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-grey-400.text-auto {
  background-color: #BDBDBD !important;
}
.text-grey-400 {
  color: #BDBDBD !important;
}
.border-grey-400 {
  border-color: #BDBDBD !important;
}
.border-top-grey-400 {
  border-top-color: #BDBDBD !important;
}
.border-right-grey-400 {
  border-right-color: #BDBDBD !important;
}
.border-bottom-grey-400 {
  border-bottom-color: #BDBDBD !important;
}
.border-left-grey-400 {
  border-left-color: #BDBDBD !important;
}
.bg-grey-500 {
  background-color: #9E9E9E !important;
}
.bg-grey-500.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-grey-500.text-auto {
  background-color: #9E9E9E !important;
}
.text-grey-500 {
  color: #9E9E9E !important;
}
.border-grey-500 {
  border-color: #9E9E9E !important;
}
.border-top-grey-500 {
  border-top-color: #9E9E9E !important;
}
.border-right-grey-500 {
  border-right-color: #9E9E9E !important;
}
.border-bottom-grey-500 {
  border-bottom-color: #9E9E9E !important;
}
.border-left-grey-500 {
  border-left-color: #9E9E9E !important;
}
.bg-grey.text-auto {
  background-color: #9E9E9E !important;
}
.bg-grey {
  background-color: #9E9E9E !important;
}
.bg-grey.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.text-grey {
  color: #9E9E9E !important;
}
.border-grey {
  border-color: #9E9E9E !important;
}
.border-top-grey {
  border-top-color: #9E9E9E !important;
}
.border-right-grey {
  border-right-color: #9E9E9E !important;
}
.border-bottom-grey {
  border-bottom-color: #9E9E9E !important;
}
.border-left-grey {
  border-left-color: #9E9E9E !important;
}
.bg-grey-600 {
  background-color: #757575 !important;
}
.bg-grey-600.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-grey-600.text-auto {
  background-color: #757575 !important;
}
.text-grey-600 {
  color: #757575 !important;
}
.border-grey-600 {
  border-color: #757575 !important;
}
.border-top-grey-600 {
  border-top-color: #757575 !important;
}
.border-right-grey-600 {
  border-right-color: #757575 !important;
}
.border-bottom-grey-600 {
  border-bottom-color: #757575 !important;
}
.border-left-grey-600 {
  border-left-color: #757575 !important;
}
.bg-grey-700 {
  background-color: #616161 !important;
}
.bg-grey-700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-grey-700.text-auto {
  background-color: #616161 !important;
}
.text-grey-700 {
  color: #616161 !important;
}
.border-grey-700 {
  border-color: #616161 !important;
}
.border-top-grey-700 {
  border-top-color: #616161 !important;
}
.border-right-grey-700 {
  border-right-color: #616161 !important;
}
.border-bottom-grey-700 {
  border-bottom-color: #616161 !important;
}
.border-left-grey-700 {
  border-left-color: #616161 !important;
}
.bg-grey-800 {
  background-color: #424242 !important;
}
.bg-grey-800.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-grey-800.text-auto {
  background-color: #424242 !important;
}
.text-grey-800 {
  color: #424242 !important;
}
.border-grey-800 {
  border-color: #424242 !important;
}
.border-top-grey-800 {
  border-top-color: #424242 !important;
}
.border-right-grey-800 {
  border-right-color: #424242 !important;
}
.border-bottom-grey-800 {
  border-bottom-color: #424242 !important;
}
.border-left-grey-800 {
  border-left-color: #424242 !important;
}
.bg-grey-900 {
  background-color: #212121 !important;
}
.bg-grey-900.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-grey-900.text-auto {
  background-color: #212121 !important;
}
.text-grey-900 {
  color: #212121 !important;
}
.border-grey-900 {
  border-color: #212121 !important;
}
.border-top-grey-900 {
  border-top-color: #212121 !important;
}
.border-right-grey-900 {
  border-right-color: #212121 !important;
}
.border-bottom-grey-900 {
  border-bottom-color: #212121 !important;
}
.border-left-grey-900 {
  border-left-color: #212121 !important;
}
.bg-grey-1000 {
  background-color: #000 !important;
}
.bg-grey-1000.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-grey-1000.text-auto {
  background-color: #000 !important;
}
.text-grey-1000 {
  color: #000 !important;
}
.border-grey-1000 {
  border-color: #000 !important;
}
.border-top-grey-1000 {
  border-top-color: #000 !important;
}
.border-right-grey-1000 {
  border-right-color: #000 !important;
}
.border-bottom-grey-1000 {
  border-bottom-color: #000 !important;
}
.border-left-grey-1000 {
  border-left-color: #000 !important;
}
.bg-grey-A100 {
  background-color: #fff !important;
}
.bg-grey-A100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-grey-A100.text-auto {
  background-color: #fff !important;
}
.text-grey-A100 {
  color: #fff !important;
}
.border-grey-A100 {
  border-color: #fff !important;
}
.border-top-grey-A100 {
  border-top-color: #fff !important;
}
.border-right-grey-A100 {
  border-right-color: #fff !important;
}
.border-bottom-grey-A100 {
  border-bottom-color: #fff !important;
}
.border-left-grey-A100 {
  border-left-color: #fff !important;
}
.bg-grey-A200 {
  background-color: #eee !important;
}
.bg-grey-A200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-grey-A200.text-auto {
  background-color: #eee !important;
}
.text-grey-A200 {
  color: #eee !important;
}
.border-grey-A200 {
  border-color: #eee !important;
}
.border-top-grey-A200 {
  border-top-color: #eee !important;
}
.border-right-grey-A200 {
  border-right-color: #eee !important;
}
.border-bottom-grey-A200 {
  border-bottom-color: #eee !important;
}
.border-left-grey-A200 {
  border-left-color: #eee !important;
}
.bg-grey-A400 {
  background-color: #BDBDBD !important;
}
.bg-grey-A400.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-grey-A400.text-auto {
  background-color: #BDBDBD !important;
}
.text-grey-A400 {
  color: #BDBDBD !important;
}
.border-grey-A400 {
  border-color: #BDBDBD !important;
}
.border-top-grey-A400 {
  border-top-color: #BDBDBD !important;
}
.border-right-grey-A400 {
  border-right-color: #BDBDBD !important;
}
.border-bottom-grey-A400 {
  border-bottom-color: #BDBDBD !important;
}
.border-left-grey-A400 {
  border-left-color: #BDBDBD !important;
}
.bg-grey-A700 {
  background-color: #616161 !important;
}
.bg-grey-A700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-grey-A700.text-auto {
  background-color: #616161 !important;
}
.text-grey-A700 {
  color: #616161 !important;
}
.border-grey-A700 {
  border-color: #616161 !important;
}
.border-top-grey-A700 {
  border-top-color: #616161 !important;
}
.border-right-grey-A700 {
  border-right-color: #616161 !important;
}
.border-bottom-grey-A700 {
  border-bottom-color: #616161 !important;
}
.border-left-grey-A700 {
  border-left-color: #616161 !important;
}
.bg-blue-grey-50 {
  background-color: #ECEFF1 !important;
}
.bg-blue-grey-50.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-blue-grey-50.text-auto {
  background-color: #ECEFF1 !important;
}
.text-blue-grey-50 {
  color: #ECEFF1 !important;
}
.border-blue-grey-50 {
  border-color: #ECEFF1 !important;
}
.border-top-blue-grey-50 {
  border-top-color: #ECEFF1 !important;
}
.border-right-blue-grey-50 {
  border-right-color: #ECEFF1 !important;
}
.border-bottom-blue-grey-50 {
  border-bottom-color: #ECEFF1 !important;
}
.border-left-blue-grey-50 {
  border-left-color: #ECEFF1 !important;
}
.bg-blue-grey-100 {
  background-color: #CFD8DC !important;
}
.bg-blue-grey-100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-blue-grey-100.text-auto {
  background-color: #CFD8DC !important;
}
.text-blue-grey-100 {
  color: #CFD8DC !important;
}
.border-blue-grey-100 {
  border-color: #CFD8DC !important;
}
.border-top-blue-grey-100 {
  border-top-color: #CFD8DC !important;
}
.border-right-blue-grey-100 {
  border-right-color: #CFD8DC !important;
}
.border-bottom-blue-grey-100 {
  border-bottom-color: #CFD8DC !important;
}
.border-left-blue-grey-100 {
  border-left-color: #CFD8DC !important;
}
.bg-blue-grey-200 {
  background-color: #B0BEC5 !important;
}
.bg-blue-grey-200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-blue-grey-200.text-auto {
  background-color: #B0BEC5 !important;
}
.text-blue-grey-200 {
  color: #B0BEC5 !important;
}
.border-blue-grey-200 {
  border-color: #B0BEC5 !important;
}
.border-top-blue-grey-200 {
  border-top-color: #B0BEC5 !important;
}
.border-right-blue-grey-200 {
  border-right-color: #B0BEC5 !important;
}
.border-bottom-blue-grey-200 {
  border-bottom-color: #B0BEC5 !important;
}
.border-left-blue-grey-200 {
  border-left-color: #B0BEC5 !important;
}
.bg-blue-grey-300 {
  background-color: #90A4AE !important;
}
.bg-blue-grey-300.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-blue-grey-300.text-auto {
  background-color: #90A4AE !important;
}
.text-blue-grey-300 {
  color: #90A4AE !important;
}
.border-blue-grey-300 {
  border-color: #90A4AE !important;
}
.border-top-blue-grey-300 {
  border-top-color: #90A4AE !important;
}
.border-right-blue-grey-300 {
  border-right-color: #90A4AE !important;
}
.border-bottom-blue-grey-300 {
  border-bottom-color: #90A4AE !important;
}
.border-left-blue-grey-300 {
  border-left-color: #90A4AE !important;
}
.bg-blue-grey-400 {
  background-color: #78909C !important;
}
.bg-blue-grey-400.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-blue-grey-400.text-auto {
  background-color: #78909C !important;
}
.text-blue-grey-400 {
  color: #78909C !important;
}
.border-blue-grey-400 {
  border-color: #78909C !important;
}
.border-top-blue-grey-400 {
  border-top-color: #78909C !important;
}
.border-right-blue-grey-400 {
  border-right-color: #78909C !important;
}
.border-bottom-blue-grey-400 {
  border-bottom-color: #78909C !important;
}
.border-left-blue-grey-400 {
  border-left-color: #78909C !important;
}
.bg-blue-grey-500 {
  background-color: #607D8B !important;
}
.bg-blue-grey-500.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-blue-grey-500.text-auto {
  background-color: #607D8B !important;
}
.text-blue-grey-500 {
  color: #607D8B !important;
}
.border-blue-grey-500 {
  border-color: #607D8B !important;
}
.border-top-blue-grey-500 {
  border-top-color: #607D8B !important;
}
.border-right-blue-grey-500 {
  border-right-color: #607D8B !important;
}
.border-bottom-blue-grey-500 {
  border-bottom-color: #607D8B !important;
}
.border-left-blue-grey-500 {
  border-left-color: #607D8B !important;
}
.bg-blue-grey.text-auto {
  background-color: #607D8B !important;
}
.bg-blue-grey {
  background-color: #607D8B !important;
}
.bg-blue-grey.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.text-blue-grey {
  color: #607D8B !important;
}
.border-blue-grey {
  border-color: #607D8B !important;
}
.border-top-blue-grey {
  border-top-color: #607D8B !important;
}
.border-right-blue-grey {
  border-right-color: #607D8B !important;
}
.border-bottom-blue-grey {
  border-bottom-color: #607D8B !important;
}
.border-left-blue-grey {
  border-left-color: #607D8B !important;
}
.bg-blue-grey-600 {
  background-color: #546E7A !important;
}
.bg-blue-grey-600.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-blue-grey-600.text-auto {
  background-color: #546E7A !important;
}
.text-blue-grey-600 {
  color: #546E7A !important;
}
.border-blue-grey-600 {
  border-color: #546E7A !important;
}
.border-top-blue-grey-600 {
  border-top-color: #546E7A !important;
}
.border-right-blue-grey-600 {
  border-right-color: #546E7A !important;
}
.border-bottom-blue-grey-600 {
  border-bottom-color: #546E7A !important;
}
.border-left-blue-grey-600 {
  border-left-color: #546E7A !important;
}
.bg-blue-grey-700 {
  background-color: #455A64 !important;
}
.bg-blue-grey-700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-blue-grey-700.text-auto {
  background-color: #455A64 !important;
}
.text-blue-grey-700 {
  color: #455A64 !important;
}
.border-blue-grey-700 {
  border-color: #455A64 !important;
}
.border-top-blue-grey-700 {
  border-top-color: #455A64 !important;
}
.border-right-blue-grey-700 {
  border-right-color: #455A64 !important;
}
.border-bottom-blue-grey-700 {
  border-bottom-color: #455A64 !important;
}
.border-left-blue-grey-700 {
  border-left-color: #455A64 !important;
}
.bg-blue-grey-800 {
  background-color: #37474F !important;
}
.bg-blue-grey-800.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-blue-grey-800.text-auto {
  background-color: #37474F !important;
}
.text-blue-grey-800 {
  color: #37474F !important;
}
.border-blue-grey-800 {
  border-color: #37474F !important;
}
.border-top-blue-grey-800 {
  border-top-color: #37474F !important;
}
.border-right-blue-grey-800 {
  border-right-color: #37474F !important;
}
.border-bottom-blue-grey-800 {
  border-bottom-color: #37474F !important;
}
.border-left-blue-grey-800 {
  border-left-color: #37474F !important;
}
.bg-blue-grey-900 {
  background-color: #263238 !important;
}
.bg-blue-grey-900.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-blue-grey-900.text-auto {
  background-color: #263238 !important;
}
.text-blue-grey-900 {
  color: #263238 !important;
}
.border-blue-grey-900 {
  border-color: #263238 !important;
}
.border-top-blue-grey-900 {
  border-top-color: #263238 !important;
}
.border-right-blue-grey-900 {
  border-right-color: #263238 !important;
}
.border-bottom-blue-grey-900 {
  border-bottom-color: #263238 !important;
}
.border-left-blue-grey-900 {
  border-left-color: #263238 !important;
}
.bg-blue-grey-A100 {
  background-color: #CFD8DC !important;
}
.bg-blue-grey-A100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-blue-grey-A100.text-auto {
  background-color: #CFD8DC !important;
}
.text-blue-grey-A100 {
  color: #CFD8DC !important;
}
.border-blue-grey-A100 {
  border-color: #CFD8DC !important;
}
.border-top-blue-grey-A100 {
  border-top-color: #CFD8DC !important;
}
.border-right-blue-grey-A100 {
  border-right-color: #CFD8DC !important;
}
.border-bottom-blue-grey-A100 {
  border-bottom-color: #CFD8DC !important;
}
.border-left-blue-grey-A100 {
  border-left-color: #CFD8DC !important;
}
.bg-blue-grey-A200 {
  background-color: #B0BEC5 !important;
}
.bg-blue-grey-A200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-blue-grey-A200.text-auto {
  background-color: #B0BEC5 !important;
}
.text-blue-grey-A200 {
  color: #B0BEC5 !important;
}
.border-blue-grey-A200 {
  border-color: #B0BEC5 !important;
}
.border-top-blue-grey-A200 {
  border-top-color: #B0BEC5 !important;
}
.border-right-blue-grey-A200 {
  border-right-color: #B0BEC5 !important;
}
.border-bottom-blue-grey-A200 {
  border-bottom-color: #B0BEC5 !important;
}
.border-left-blue-grey-A200 {
  border-left-color: #B0BEC5 !important;
}
.bg-blue-grey-A400 {
  background-color: #78909C !important;
}
.bg-blue-grey-A400.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-blue-grey-A400.text-auto {
  background-color: #78909C !important;
}
.text-blue-grey-A400 {
  color: #78909C !important;
}
.border-blue-grey-A400 {
  border-color: #78909C !important;
}
.border-top-blue-grey-A400 {
  border-top-color: #78909C !important;
}
.border-right-blue-grey-A400 {
  border-right-color: #78909C !important;
}
.border-bottom-blue-grey-A400 {
  border-bottom-color: #78909C !important;
}
.border-left-blue-grey-A400 {
  border-left-color: #78909C !important;
}
.bg-blue-grey-A700 {
  background-color: #455A64 !important;
}
.bg-blue-grey-A700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-blue-grey-A700.text-auto {
  background-color: #455A64 !important;
}
.text-blue-grey-A700 {
  color: #455A64 !important;
}
.border-blue-grey-A700 {
  border-color: #455A64 !important;
}
.border-top-blue-grey-A700 {
  border-top-color: #455A64 !important;
}
.border-right-blue-grey-A700 {
  border-right-color: #455A64 !important;
}
.border-bottom-blue-grey-A700 {
  border-bottom-color: #455A64 !important;
}
.border-left-blue-grey-A700 {
  border-left-color: #455A64 !important;
}
.bg-fuse-dark-50 {
  background-color: #ECECEE !important;
}
.bg-fuse-dark-50.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-fuse-dark-50.text-auto {
  background-color: #ECECEE !important;
}
.text-fuse-dark-50 {
  color: #ECECEE !important;
}
.border-fuse-dark-50 {
  border-color: #ECECEE !important;
}
.border-top-fuse-dark-50 {
  border-top-color: #ECECEE !important;
}
.border-right-fuse-dark-50 {
  border-right-color: #ECECEE !important;
}
.border-bottom-fuse-dark-50 {
  border-bottom-color: #ECECEE !important;
}
.border-left-fuse-dark-50 {
  border-left-color: #ECECEE !important;
}
.bg-fuse-dark-100 {
  background-color: #C5C6CB !important;
}
.bg-fuse-dark-100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-fuse-dark-100.text-auto {
  background-color: #C5C6CB !important;
}
.text-fuse-dark-100 {
  color: #C5C6CB !important;
}
.border-fuse-dark-100 {
  border-color: #C5C6CB !important;
}
.border-top-fuse-dark-100 {
  border-top-color: #C5C6CB !important;
}
.border-right-fuse-dark-100 {
  border-right-color: #C5C6CB !important;
}
.border-bottom-fuse-dark-100 {
  border-bottom-color: #C5C6CB !important;
}
.border-left-fuse-dark-100 {
  border-left-color: #C5C6CB !important;
}
.bg-fuse-dark-200 {
  background-color: #9EA1A9 !important;
}
.bg-fuse-dark-200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-fuse-dark-200.text-auto {
  background-color: #9EA1A9 !important;
}
.text-fuse-dark-200 {
  color: #9EA1A9 !important;
}
.border-fuse-dark-200 {
  border-color: #9EA1A9 !important;
}
.border-top-fuse-dark-200 {
  border-top-color: #9EA1A9 !important;
}
.border-right-fuse-dark-200 {
  border-right-color: #9EA1A9 !important;
}
.border-bottom-fuse-dark-200 {
  border-bottom-color: #9EA1A9 !important;
}
.border-left-fuse-dark-200 {
  border-left-color: #9EA1A9 !important;
}
.bg-fuse-dark-300 {
  background-color: #7D818C !important;
}
.bg-fuse-dark-300.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-fuse-dark-300.text-auto {
  background-color: #7D818C !important;
}
.text-fuse-dark-300 {
  color: #7D818C !important;
}
.border-fuse-dark-300 {
  border-color: #7D818C !important;
}
.border-top-fuse-dark-300 {
  border-top-color: #7D818C !important;
}
.border-right-fuse-dark-300 {
  border-right-color: #7D818C !important;
}
.border-bottom-fuse-dark-300 {
  border-bottom-color: #7D818C !important;
}
.border-left-fuse-dark-300 {
  border-left-color: #7D818C !important;
}
.bg-fuse-dark-400 {
  background-color: #5C616F !important;
}
.bg-fuse-dark-400.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-fuse-dark-400.text-auto {
  background-color: #5C616F !important;
}
.text-fuse-dark-400 {
  color: #5C616F !important;
}
.border-fuse-dark-400 {
  border-color: #5C616F !important;
}
.border-top-fuse-dark-400 {
  border-top-color: #5C616F !important;
}
.border-right-fuse-dark-400 {
  border-right-color: #5C616F !important;
}
.border-bottom-fuse-dark-400 {
  border-bottom-color: #5C616F !important;
}
.border-left-fuse-dark-400 {
  border-left-color: #5C616F !important;
}
.bg-fuse-dark-500 {
  background-color: #3C4252 !important;
}
.bg-fuse-dark-500.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-fuse-dark-500.text-auto {
  background-color: #3C4252 !important;
}
.text-fuse-dark-500 {
  color: #3C4252 !important;
}
.border-fuse-dark-500 {
  border-color: #3C4252 !important;
}
.border-top-fuse-dark-500 {
  border-top-color: #3C4252 !important;
}
.border-right-fuse-dark-500 {
  border-right-color: #3C4252 !important;
}
.border-bottom-fuse-dark-500 {
  border-bottom-color: #3C4252 !important;
}
.border-left-fuse-dark-500 {
  border-left-color: #3C4252 !important;
}
.bg-fuse-dark.text-auto {
  background-color: #3C4252 !important;
}
.bg-fuse-dark {
  background-color: #3C4252 !important;
}
.bg-fuse-dark.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.text-fuse-dark {
  color: #3C4252 !important;
}
.border-fuse-dark {
  border-color: #3C4252 !important;
}
.border-top-fuse-dark {
  border-top-color: #3C4252 !important;
}
.border-right-fuse-dark {
  border-right-color: #3C4252 !important;
}
.border-bottom-fuse-dark {
  border-bottom-color: #3C4252 !important;
}
.border-left-fuse-dark {
  border-left-color: #3C4252 !important;
}
.bg-fuse-dark-600 {
  background-color: #353A48 !important;
}
.bg-fuse-dark-600.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-fuse-dark-600.text-auto {
  background-color: #353A48 !important;
}
.text-fuse-dark-600 {
  color: #353A48 !important;
}
.border-fuse-dark-600 {
  border-color: #353A48 !important;
}
.border-top-fuse-dark-600 {
  border-top-color: #353A48 !important;
}
.border-right-fuse-dark-600 {
  border-right-color: #353A48 !important;
}
.border-bottom-fuse-dark-600 {
  border-bottom-color: #353A48 !important;
}
.border-left-fuse-dark-600 {
  border-left-color: #353A48 !important;
}
.bg-fuse-dark-700 {
  background-color: #2D323E !important;
}
.bg-fuse-dark-700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-fuse-dark-700.text-auto {
  background-color: #2D323E !important;
}
.text-fuse-dark-700 {
  color: #2D323E !important;
}
.border-fuse-dark-700 {
  border-color: #2D323E !important;
}
.border-top-fuse-dark-700 {
  border-top-color: #2D323E !important;
}
.border-right-fuse-dark-700 {
  border-right-color: #2D323E !important;
}
.border-bottom-fuse-dark-700 {
  border-bottom-color: #2D323E !important;
}
.border-left-fuse-dark-700 {
  border-left-color: #2D323E !important;
}
.bg-fuse-dark-800 {
  background-color: #262933 !important;
}
.bg-fuse-dark-800.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-fuse-dark-800.text-auto {
  background-color: #262933 !important;
}
.text-fuse-dark-800 {
  color: #262933 !important;
}
.border-fuse-dark-800 {
  border-color: #262933 !important;
}
.border-top-fuse-dark-800 {
  border-top-color: #262933 !important;
}
.border-right-fuse-dark-800 {
  border-right-color: #262933 !important;
}
.border-bottom-fuse-dark-800 {
  border-bottom-color: #262933 !important;
}
.border-left-fuse-dark-800 {
  border-left-color: #262933 !important;
}
.bg-fuse-dark-900 {
  background-color: #1E2129 !important;
}
.bg-fuse-dark-900.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-fuse-dark-900.text-auto {
  background-color: #1E2129 !important;
}
.text-fuse-dark-900 {
  color: #1E2129 !important;
}
.border-fuse-dark-900 {
  border-color: #1E2129 !important;
}
.border-top-fuse-dark-900 {
  border-top-color: #1E2129 !important;
}
.border-right-fuse-dark-900 {
  border-right-color: #1E2129 !important;
}
.border-bottom-fuse-dark-900 {
  border-bottom-color: #1E2129 !important;
}
.border-left-fuse-dark-900 {
  border-left-color: #1E2129 !important;
}
.bg-fuse-dark-A100 {
  background-color: #C5C6CB !important;
}
.bg-fuse-dark-A100.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-fuse-dark-A100.text-auto {
  background-color: #C5C6CB !important;
}
.text-fuse-dark-A100 {
  color: #C5C6CB !important;
}
.border-fuse-dark-A100 {
  border-color: #C5C6CB !important;
}
.border-top-fuse-dark-A100 {
  border-top-color: #C5C6CB !important;
}
.border-right-fuse-dark-A100 {
  border-right-color: #C5C6CB !important;
}
.border-bottom-fuse-dark-A100 {
  border-bottom-color: #C5C6CB !important;
}
.border-left-fuse-dark-A100 {
  border-left-color: #C5C6CB !important;
}
.bg-fuse-dark-A200 {
  background-color: #9EA1A9 !important;
}
.bg-fuse-dark-A200.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-fuse-dark-A200.text-auto {
  background-color: #9EA1A9 !important;
}
.text-fuse-dark-A200 {
  color: #9EA1A9 !important;
}
.border-fuse-dark-A200 {
  border-color: #9EA1A9 !important;
}
.border-top-fuse-dark-A200 {
  border-top-color: #9EA1A9 !important;
}
.border-right-fuse-dark-A200 {
  border-right-color: #9EA1A9 !important;
}
.border-bottom-fuse-dark-A200 {
  border-bottom-color: #9EA1A9 !important;
}
.border-left-fuse-dark-A200 {
  border-left-color: #9EA1A9 !important;
}
.bg-fuse-dark-A400 {
  background-color: #5C616F !important;
}
.bg-fuse-dark-A400.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-fuse-dark-A400.text-auto {
  background-color: #5C616F !important;
}
.text-fuse-dark-A400 {
  color: #5C616F !important;
}
.border-fuse-dark-A400 {
  border-color: #5C616F !important;
}
.border-top-fuse-dark-A400 {
  border-top-color: #5C616F !important;
}
.border-right-fuse-dark-A400 {
  border-right-color: #5C616F !important;
}
.border-bottom-fuse-dark-A400 {
  border-bottom-color: #5C616F !important;
}
.border-left-fuse-dark-A400 {
  border-left-color: #5C616F !important;
}
.bg-fuse-dark-A700 {
  background-color: #2D323E !important;
}
.bg-fuse-dark-A700.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-fuse-dark-A700.text-auto {
  background-color: #2D323E !important;
}
.text-fuse-dark-A700 {
  color: #2D323E !important;
}
.border-fuse-dark-A700 {
  border-color: #2D323E !important;
}
.border-top-fuse-dark-A700 {
  border-top-color: #2D323E !important;
}
.border-right-fuse-dark-A700 {
  border-right-color: #2D323E !important;
}
.border-bottom-fuse-dark-A700 {
  border-bottom-color: #2D323E !important;
}
.border-left-fuse-dark-A700 {
  border-left-color: #2D323E !important;
}
.bg-white-500 {
  background-color: #fff !important;
}
.bg-white-500.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.bg-white-500.text-auto {
  background-color: #fff !important;
}
.text-white-500 {
  color: #fff !important;
}
.border-white-500 {
  border-color: #fff !important;
}
.border-top-white-500 {
  border-top-color: #fff !important;
}
.border-right-white-500 {
  border-right-color: #fff !important;
}
.border-bottom-white-500 {
  border-bottom-color: #fff !important;
}
.border-left-white-500 {
  border-left-color: #fff !important;
}
.bg-white.text-auto {
  background-color: #fff !important;
}
.bg-white {
  background-color: #efefef !important;
}
.bg-white.fuse-ripple-ready .fuse-ripple {
  background: rgba(0,0,0,0.12);
}
.text-white {
  color: #fff !important;
}
.border-white {
  border-color: #fff !important;
}
.border-top-white {
  border-top-color: #fff !important;
}
.border-right-white {
  border-right-color: #fff !important;
}
.border-bottom-white {
  border-bottom-color: #fff !important;
}
.border-left-white {
  border-left-color: #fff !important;
}
.bg-black-500 {
  background-color: #000 !important;
}
.bg-black-500.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.bg-black-500.text-auto {
  background-color: #000 !important;
}
.text-black-500 {
  color: #000 !important;
}
.border-black-500 {
  border-color: #000 !important;
}
.border-top-black-500 {
  border-top-color: #000 !important;
}
.border-right-black-500 {
  border-right-color: #000 !important;
}
.border-bottom-black-500 {
  border-bottom-color: #000 !important;
}
.border-left-black-500 {
  border-left-color: #000 !important;
}
.bg-black.text-auto {
  background-color: #000 !important;
}
.bg-black {
  background-color: #000 !important;
}
.bg-black.fuse-ripple-ready .fuse-ripple {
  background: rgba(255,255,255,0.28);
}
.text-black {
  color: #000 !important;
}
.border-black {
  border-color: #000 !important;
}
.border-top-black {
  border-top-color: #000 !important;
}
.border-right-black {
  border-right-color: #000 !important;
}
.border-bottom-black {
  border-bottom-color: #000 !important;
}
.border-left-black {
  border-left-color: #000 !important;
}
.light-fg,.light-fg.text-auto,.bg-primary-300.text-auto,.bg-primary-400.text-auto,.bg-primary-500.text-auto,.bg-primary.text-auto,.bg-primary-600.text-auto,.bg-primary-700.text-auto,.bg-primary-800.text-auto,.bg-primary-900.text-auto,.bg-primary-A400.text-auto,.bg-primary-A700.text-auto,.bg-secondary-500.text-auto,.bg-secondary.text-auto,.bg-secondary-600.text-auto,.bg-secondary-700.text-auto,.bg-secondary-800.text-auto,.bg-secondary-900.text-auto,.bg-secondary-A200.text-auto,.bg-secondary-A400.text-auto,.bg-secondary-A700.text-auto,.bg-success-600.text-auto,.bg-success-700.text-auto,.bg-success-800.text-auto,.bg-success-900.text-auto,.bg-info-500.text-auto,.bg-info.text-auto,.bg-info-600.text-auto,.bg-info-700.text-auto,.bg-info-800.text-auto,.bg-info-900.text-auto,.bg-warning-900.text-auto,.bg-danger-400.text-auto,.bg-danger-500.text-auto,.bg-danger.text-auto,.bg-danger-600.text-auto,.bg-danger-700.text-auto,.bg-danger-800.text-auto,.bg-danger-900.text-auto,.bg-danger-A200.text-auto,.bg-danger-A400.text-auto,.bg-danger-A700.text-auto,.bg-dark-500.text-auto,.bg-dark.text-auto,.bg-red-400.text-auto,.bg-red-500.text-auto,.bg-red.text-auto,.bg-red-600.text-auto,.bg-red-700.text-auto,.bg-red-800.text-auto,.bg-red-900.text-auto,.bg-red-A200.text-auto,.bg-red-A400.text-auto,.bg-red-A700.text-auto,.bg-pink-400.text-auto,.bg-pink-500.text-auto,.bg-pink.text-auto,.bg-pink-600.text-auto,.bg-pink-700.text-auto,.bg-pink-800.text-auto,.bg-pink-900.text-auto,.bg-pink-A200.text-auto,.bg-pink-A400.text-auto,.bg-pink-A700.text-auto,.bg-purple-300.text-auto,.bg-purple-400.text-auto,.bg-purple-500.text-auto,.bg-purple.text-auto,.bg-purple-600.text-auto,.bg-purple-700.text-auto,.bg-purple-800.text-auto,.bg-purple-900.text-auto,.bg-purple-A200.text-auto,.bg-purple-A400.text-auto,.bg-purple-A700.text-auto,.bg-deep-purple-300.text-auto,.bg-deep-purple-400.text-auto,.bg-deep-purple-500.text-auto,.bg-deep-purple.text-auto,.bg-deep-purple-600.text-auto,.bg-deep-purple-700.text-auto,.bg-deep-purple-800.text-auto,.bg-deep-purple-900.text-auto,.bg-deep-purple-A200.text-auto,.bg-deep-purple-A400.text-auto,.bg-deep-purple-A700.text-auto,.bg-indigo-300.text-auto,.bg-indigo-400.text-auto,.bg-indigo-500.text-auto,.bg-indigo.text-auto,.bg-indigo-600.text-auto,.bg-indigo-700.text-auto,.bg-indigo-800.text-auto,.bg-indigo-900.text-auto,.bg-indigo-A200.text-auto,.bg-indigo-A400.text-auto,.bg-indigo-A700.text-auto,.bg-blue-500.text-auto,.bg-blue.text-auto,.bg-blue-600.text-auto,.bg-blue-700.text-auto,.bg-blue-800.text-auto,.bg-blue-900.text-auto,.bg-blue-A200.text-auto,.bg-blue-A400.text-auto,.bg-blue-A700.text-auto,.bg-light-blue-700.text-auto,.bg-light-blue-800.text-auto,.bg-light-blue-900.text-auto,.bg-light-blue-A700.text-auto,.bg-cyan-700.text-auto,.bg-cyan-800.text-auto,.bg-cyan-900.text-auto,.bg-teal-500.text-auto,.bg-teal.text-auto,.bg-teal-600.text-auto,.bg-teal-700.text-auto,.bg-teal-800.text-auto,.bg-teal-900.text-auto,.bg-green-600.text-auto,.bg-green-700.text-auto,.bg-green-800.text-auto,.bg-green-900.text-auto,.bg-light-green-700.text-auto,.bg-light-green-800.text-auto,.bg-light-green-900.text-auto,.bg-lime-900.text-auto,.bg-orange-900.text-auto,.bg-deep-orange-500.text-auto,.bg-deep-orange.text-auto,.bg-deep-orange-600.text-auto,.bg-deep-orange-700.text-auto,.bg-deep-orange-800.text-auto,.bg-deep-orange-900.text-auto,.bg-deep-orange-A400.text-auto,.bg-deep-orange-A700.text-auto,.bg-brown-300.text-auto,.bg-brown-400.text-auto,.bg-brown-500.text-auto,.bg-brown.text-auto,.bg-brown-600.text-auto,.bg-brown-700.text-auto,.bg-brown-800.text-auto,.bg-brown-900.text-auto,.bg-brown-A400.text-auto,.bg-brown-A700.text-auto,.bg-grey-600.text-auto,.bg-grey-700.text-auto,.bg-grey-800.text-auto,.bg-grey-900.text-auto,.bg-grey-1000.text-auto,.bg-grey-A700.text-auto,.bg-blue-grey-400.text-auto,.bg-blue-grey-500.text-auto,.bg-blue-grey.text-auto,.bg-blue-grey-600.text-auto,.bg-blue-grey-700.text-auto,.bg-blue-grey-800.text-auto,.bg-blue-grey-900.text-auto,.bg-blue-grey-A400.text-auto,.bg-blue-grey-A700.text-auto,.bg-fuse-dark-300.text-auto,.bg-fuse-dark-400.text-auto,.bg-fuse-dark-500.text-auto,.bg-fuse-dark.text-auto,.bg-fuse-dark-600.text-auto,.bg-fuse-dark-700.text-auto,.bg-fuse-dark-800.text-auto,.bg-fuse-dark-900.text-auto,.bg-fuse-dark-A400.text-auto,.bg-fuse-dark-A700.text-auto,.bg-black-500.text-auto,.bg-black.text-auto {
  color: #fff;
}
#project-ddashboard .page-header {
  height: 40rem;
  min-height: 26rem;
  max-height: 20rem;
}
#project-dashboard .page-header {
  height: 14rem;
  min-height: 14rem;
  max-height: 14rem;
}
#project-dashboard .page-header .project-selection .selected-project {
  background: rgba(0,0,0,0.12);
  color: #FFF;
}
#project-dashboard .page-header .project-selection .project-selector {
  margin-left: .1rem;
  background: rgba(0,0,0,0.12);
  overflow: hidden;
}
#project-dashboard .page-header .project-selection .project-selector i {
  color: #FFF;
}
#project-dashboard .page-content .nav-tabs {
  padding: 0 2.4rem;
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2),0 1px 1px 0 rgba(0,0,0,0.14),0 2px 1px -1px rgba(0,0,0,0.12);
}
#project-dashboard .page-content .tab-content .widget-group .widget .widget-header {
  height: 5.5rem;
}
#project-dashboard .page-content .tab-content #home-tab-pane .widget-group .widget .widget-content .title {
  font-size: 7.2rem;
  line-height: 7.2rem;
}
#project-dashboard .page-content .tab-content #home-tab-pane .widget-group .widget .widget-content .sub-title {
  font-weight: 500;
}
#project-dashboard .page-content .tab-content #home-tab-pane #widget5-main-chart {
  height: 42rem;
}
#project-dashboard .page-content .tab-content #home-tab-pane #widget5-supporting-charts .chart-wrapper {
  height: 5rem;
}
#project-dashboard .page-content .tab-content #home-tab-pane #widget6-main-chart {
  height: 40rem;
}
#project-dashboard .page-content .tab-content #budget-summary-tab-pane #widget8-main-chart {
  height: 40rem;
}
#project-dashboard .page-content .tab-content #budget-summary-tab-pane #widget9-weeklySpent .chart-wrapper,#project-dashboard .page-content .tab-content #budget-summary-tab-pane #widget9-totalSpent .chart-wrapper,#project-dashboard .page-content .tab-content #budget-summary-tab-pane #widget9-remaining .chart-wrapper {
  height: 5rem;
}
#project-dashboard .page-sidebar {
  width: 25rem;
  min-width: 25rem;
}
#project-dashboard .page-sidebar .widget-group .widget-now .widget-content .month {
  font-size: 2.4rem;
}
#project-dashboard .page-sidebar .widget-group .widget-now .widget-content .day {
  font-size: 7.2rem;
  line-height: 8.8rem;
}
#project-dashboard .page-sidebar .widget-group .widget-now .widget-content .year {
  font-size: 2.4rem;
}
#project-dashboard .page-sidebar .widget-group .widget-weather .today-weather>span {
  font-weight: 300;
  font-size: 4.5rem;
  line-height: 6.4rem;
}
#server-dashboard .page-content .widget-group .widget .widget-header {
  height: 5.5rem;
}
#server-dashboard .page-content .widget-group .widget.widget2,#server-dashboard .page-content .widget-group .widget.widget3,#server-dashboard .page-content .widget-group .widget.widget4,#server-dashboard .page-content .widget-group .widget.widget5 {
  height: 170px;
  display: flex;
  flex-direction: column;
}
#server-dashboard .page-content .widget-group .widget.widget2 .widget-content,#server-dashboard .page-content .widget-group .widget.widget3 .widget-content,#server-dashboard .page-content .widget-group .widget.widget4 .widget-content,#server-dashboard .page-content .widget-group .widget.widget5 .widget-content {
  flex: 1;
}
#server-dashboard .page-content #widget1-main-chart {
  height: 32rem;
}
#server-dashboard .page-content #widget4-main-chart {
  height: 5rem;
}
#server-dashboard .page-content #widget6-main-chart {
  height: 14rem;
}
#e-commerce-products .page-content>.header .search-wrapper {
  max-width: 48rem;
}
#e-commerce-products #e-commerce-products-table_wrapper #e-commerce-products-table .product-image {
  width: 5.2rem;
  height: 5.2rem;
  border: 1px solid rgba(0,0,0,0.12);
}
#e-commerce-product>.page-header {
  height: 12rem;
  min-height: 12rem;
  max-height: 12rem;
}
#e-commerce-product>.page-content #product-images-tab-pane .product-image {
  position: relative;
  width: 100px;
  min-height: 100px;
  border: 1px solid rgba(0,0,0,0.12);
}
#e-commerce-orders .page-content>.header .search-wrapper {
  max-width: 48rem;
}
#e-commerce-orders #e-commerce-orders-table .product-image {
  width: 5.2rem;
  height: 5.2rem;
  border: 1px solid rgba(0,0,0,0.12);
}
#profile .page-header {
  height: 32rem;
  min-height: 32rem;
  max-height: 32rem;
  background: url("/assets/dark-material-bg.jpg") no-repeat;
  background-size: cover;
}
#profile #timeline-tab-pane .timeline .timeline-item .post-media iframe,#profile #timeline-tab-pane .timeline .timeline-item .post-media .media-img {
  max-width: 100%;
}
#profile #photos-videos-tab-pane .period .period-media .media {
  position: relative;
  width: 200px;
}
#profile #photos-videos-tab-pane .period .period-media .media .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(0,0,0,0.54);
  color: #FFF;
}
body.fuse-aside-folded:not(.fuse-aside-expanded) #aside .aside-content-wrapper,body.fuse-aside-folded:not(.fuse-aside-expanded) #aside .aside-content-wrapper>.aside-content {
  width: 4.4rem !important;
  min-width: 4.4rem !important;
}
body.fuse-aside-folded:not(.fuse-aside-expanded) #aside .aside-content-wrapper>.aside-content>.aside-toolbar {
  padding-left: 1rem !important;
}
body.fuse-aside-folded:not(.fuse-aside-expanded) #aside #sidenav .subheader:before {
  content: '';
  display: block;
  position: absolute;
  min-width: 1.6rem;
  border-top-width: 2px;
  border-top-style: solid;
  opacity: 0.5;
}
body.fuse-aside-folded:not(.fuse-aside-expanded) #aside #sidenav .subheader>span {
  opacity: 0;
  transition: opacity 200ms ease;
}
body.fuse-aside-folded:not(.fuse-aside-expanded) #aside #sidenav .nav-link>span {
  opacity: 0;
  transition: opacity 200ms ease;
}
body.fuse-aside-folded:not(.fuse-aside-expanded) #aside #sidenav .nav-item .collapse.show {
  display: none;
}
body.layout-left-navigation #aside .aside-content-wrapper {
  margin-left: 0rem;
}
body.layout-right-navigation #aside .aside-content-wrapper {
  margin-right: 0rem;
}
body #sidenav .subheader>span {
  opacity: 1;
}
body #sidenav .nav-link>span {
  opacity: 1;
}
body.fuse-aside-folded:not(.fuse-aside-expanded) #aside {
  width: 4.4rem;
}
body.fuse-aside-folded:not(.fuse-aside-expanded) #aside .aside-content-wrapper {
  position: absolute;
}
body.layout-left-navigation #aside .aside-content-wrapper>.aside-content {
  left: 0;
}
body.layout-left-navigation #toggle-fold-aside-button {
  transform: rotate(0deg);
}
body.layout-left-navigation.fuse-aside-folded #toggle-fold-aside-button {
  transform: rotate(180deg);
}
body.layout-right-navigation #aside .aside-content-wrapper>.aside-content {
  right: 0;
}
body.layout-right-navigation #toggle-fold-aside-button {
  transform: rotate(180deg);
}
body.layout-right-navigation.fuse-aside-folded #toggle-fold-aside-button {
  transform: rotate(0deg);
}
body #toggle-fold-aside-button {
  transition: transform .3s ease-in-out .1s;
}
.custom-scrollbar {
  position: relative;
}
.ps__scrollbar-x-rail,.ps__scrollbar-y-rail {
  z-index: 99;
}
nvd3 {
  display: block;
  width: 100%;
  height: 100%;
}
nvd3.remove-x-lines .nv-x .tick line {
  display: none;
}
nvd3.remove-y-lines .nv-y .tick line {
  display: none;
}
nvd3.remove-line-stroke .nv-groups path.nv-line {
  stroke-width: 0 !important;
}
nvd3.remove-opacity .nv-groups .nv-group {
  fill-opacity: 1 !important;
}
nvd3.show-line-points .nv-line .nv-scatter .nv-groups .nv-point {
  fill-opacity: 1 !important;
  stroke-opacity: 1 !important;
}
.nvd3 text {
  font-family: Muli,Helvetica Neue,Arial,sans-serif;
}
.nvd3 line.nv-guideline {
  stroke: rgba(0,0,0,0.54);
}
.nvd3 .nv-groups .nv-point.hover {
  stroke-width: 3px !important;
  fill-opacity: 1 !important;
  stroke-opacity: 1 !important;
}
.nvtooltip {
  background: none;
  color: white;
  padding: 0;
  border: none;
}
.nvtooltip.gravity-n:after {
  display: block;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: 50%;
  bottom: 100%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-bottom-color: rgba(0,0,0,0.87);
}
.nvtooltip.gravity-s:after {
  display: block;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: rgba(0,0,0,0.87);
}
.nvtooltip.gravity-e:after {
  display: block;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 50%;
  right: 0;
  margin-top: -6px;
  margin-right: -11px;
  border: 6px solid transparent;
  border-left-color: rgba(0,0,0,0.87);
}
.nvtooltip.gravity-w:after {
  display: block;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 50%;
  margin-top: -6px;
  margin-left: -11px;
  border: 6px solid transparent;
  border-right-color: rgba(0,0,0,0.87);
}
.nvtooltip table {
  background: rgba(0,0,0,0.87);
  padding: 8px 12px;
  margin: 0;
  border-radius: 2px;
  border-collapse: separate;
  border-collapse: initial;
}
.nvtooltip table tbody tr td.legend-color-guide div {
  border: none;
}
.nvtooltip table tbody tr td:last-child {
  padding-right: 0;
}
span.h6 {
  font-weight: 600;
  color: darkblue;
  font-family: 'Raleway', sans-serif;
}
.fuse-aside-folded i.s-4
{
font-size:2rem !important;
}
.main-widget {
    display: flex;
    flex-direction: column;
}
#Recievablesbycustomers_order svg
{
	fill: white !important;
}
#Recievablesbycustomers_order svg rect
{
	fill: white !important;
}
#wrapper .content-wrapper
{
border-top: 1px solid red;
}
.mat-raised-button.mt-red, button.mat-red, .mat-red 
{
background-color: #b90707 !important;
}
.mat-drawer-content
{
/*  margin-left: 35px !important;*/
}
/* left navigation change */
.aside-menu ul li span
{
  color:#fff;
}
.layout #wrapper>.aside>.aside-content-wrapper>.aside-content>.aside-toolbar
{
  background-color: rgba(253, 253, 253, 0.4) !important;
}
.layout #wrapper>.aside>.aside-content-wrapper>.aside-content>.aside-toolbar .logo img
{
width: 70% !important;
}
.fuse-aside-folded #wrapper>.aside>.aside-content-wrapper>.aside-content>.aside-toolbar .logo img {
    width: 45px !important;
    margin-left: -10px;
}
.example-container
{

margin-left: 4.5%;
}
.adjustcontainer
{
/*  padding-left:4.6% !important;
  margin-top: 4.5%;*/
  padding-left: 0px !important;
  margin-top: 1%;
  padding-right: 0px !important;
}
.content {
    margin-top: 0% !important;
}
#project-ddashboard .widget-header
{
     padding-top: 10px;
    padding-bottom: 10px;
}
svg {
    font-size: 12px;
}
.fuse-ripple-ready{position:relative;overflow:hidden;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.fuse-ripple{position:absolute;border-radius:50%;top:0;left:0;opacity:0;background:rgba(0,0,0,.12);pointer-events:none}.fuse-ripple-input-wrapper .fuse-ripple-input{padding:0;-webkit-appearance:none;border:none;font-style:inherit;outline:0;background:0 0;color:inherit}.no-ripple .fuse-ripple{display:none!important;visibility:hidden!important;opacity:0!important}[data-fuse-bar].fuse-bar{position:absolute!important;box-shadow:0 0 12px 0 rgba(0,0,0,.25);z-index:1021;display:block;text-align:left;overflow:auto;transition:transform .3s ease;display:block;background-color:#fff}[data-fuse-bar].fuse-bar.fuse-bar-open{visibility:visible;opacity:1}[data-fuse-bar].fuse-bar.fuse-bar-closed{visibility:hidden;opacity:0}[data-fuse-bar].fuse-bar.fixed-position{position:fixed}[data-fuse-bar].fuse-bar.position-bottom,[data-fuse-bar].fuse-bar.position-top{max-height:100%}[data-fuse-bar].fuse-bar.position-left,[data-fuse-bar].fuse-bar.position-right{max-width:90%}[data-fuse-bar].fuse-bar.position-right{top:0;bottom:0;right:0;left:auto;transform:translate3D(100%,0,0)}[data-fuse-bar].fuse-bar.position-left{top:0;bottom:0;left:0;right:auto;transform:translate3D(-100%,0,0)}[data-fuse-bar].fuse-bar.position-top{top:0;bottom:auto;left:0;right:0;transform:translate3D(0,-100%,0)}[data-fuse-bar].fuse-bar.position-bottom{top:auto;bottom:0;left:0;right:0;transform:translate3D(0,100%,0)}.fuse-bar-backdrop{position:absolute;top:0;right:0;left:0;bottom:0;z-index:1020;background:rgba(0,0,0,.54)}@media (max-width:767px){[data-fuse-bar-media-step=sm]{position:absolute!important;visibility:hidden}}@media (max-width:991px){[data-fuse-bar-media-step=md]{position:absolute!important;visibility:hidden}}@media (max-width:1199px){[data-fuse-bar-media-step=lg]{position:absolute!important;visibility:hidden}}
/* perfect-scrollbar v0.7.0 */
.ps{touch-action:auto;overflow:hidden !important;-ms-overflow-style:none}
@supports (-ms-overflow-style: none){.ps{overflow:auto !important}}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.ps{overflow:auto !important}}
.ps.ps--active-x>.ps__scrollbar-x-rail,.ps.ps--active-y>.ps__scrollbar-y-rail{display:block;background-color:transparent}
.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail{background-color:#eee;opacity:.9}
.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x{background-color:#999;height:11px}
.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail{background-color:#eee;opacity:.9}
.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y{background-color:#999;width:11px}
.ps>.ps__scrollbar-x-rail{display:none;position:absolute;opacity:0;transition:background-color .2s linear, opacity .2s linear;bottom:0px;height:15px}
.ps>.ps__scrollbar-x-rail>.ps__scrollbar-x{position:absolute;background-color:#aaa;border-radius:6px;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;bottom:2px;height:6px}
.ps>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x,.ps>.ps__scrollbar-x-rail:active>.ps__scrollbar-x{height:11px}
.ps>.ps__scrollbar-y-rail{display:none;position:absolute;opacity:0;transition:background-color .2s linear, opacity .2s linear;right:0;width:15px}
.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y{position:absolute;background-color:#aaa;border-radius:6px;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;right:2px;width:6px}
.ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y,.ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y{width:11px}
.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail{background-color:#eee;opacity:.9}
.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x{background-color:#999;height:11px}
.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail{background-color:#eee;opacity:.9}
.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y{background-color:#999;width:11px}
.ps:hover>.ps__scrollbar-x-rail,.ps:hover>.ps__scrollbar-y-rail{opacity:.6}
.ps:hover>.ps__scrollbar-x-rail:hover{background-color:#eee;opacity:.9}
.ps:hover>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x{background-color:#999}
.ps:hover>.ps__scrollbar-y-rail:hover{background-color:#eee;opacity:.9}
.ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y{background-color:#999}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated{animation-duration:1s;animation-fill-mode:both}

.animated.infinite{animation-iteration-count:infinite}

.animated.hinge{animation-duration:2s}

.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}

@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{transform:translate3d(0,-30px,0)}40%,43%,70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}

.bounce{animation-name:bounce;transform-origin:center bottom}

@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}

.flash{animation-name:flash}

@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}

.pulse{animation-name:pulse}

@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}

.rubberBand{animation-name:rubberBand}

@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}

.shake{animation-name:shake}

@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}

.headShake{animation-timing-function:ease-in-out;animation-name:headShake}

@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}

.swing{transform-origin:top center;animation-name:swing}

@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}

.tada{animation-name:tada}

@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}

.wobble{animation-name:wobble}

@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}

.jello{animation-name:jello;transform-origin:center}

@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}

.bounceIn{animation-name:bounceIn}

@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}

.bounceInDown{animation-name:bounceInDown}

@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}

.bounceInLeft{animation-name:bounceInLeft}

@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}

.bounceInRight{animation-name:bounceInRight}

@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}

.bounceInUp{animation-name:bounceInUp}

@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}

.bounceOut{animation-name:bounceOut}

@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}

.bounceOutDown{animation-name:bounceOutDown}

@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}

.bounceOutLeft{animation-name:bounceOutLeft}

@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}

.bounceOutRight{animation-name:bounceOutRight}

@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}

.bounceOutUp{animation-name:bounceOutUp}

@keyframes fadeIn{0%{opacity:0}to{opacity:1}}

.fadeIn{animation-name:fadeIn}

@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}

.fadeInDown{animation-name:fadeInDown}

@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}

.fadeInDownBig{animation-name:fadeInDownBig}

@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}

.fadeInLeft{animation-name:fadeInLeft}

@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}

.fadeInLeftBig{animation-name:fadeInLeftBig}

@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}

.fadeInRight{animation-name:fadeInRight}

@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}

.fadeInRightBig{animation-name:fadeInRightBig}

@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}

.fadeInUp{animation-name:fadeInUp}

@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}

.fadeInUpBig{animation-name:fadeInUpBig}

@keyframes fadeOut{0%{opacity:1}to{opacity:0}}

.fadeOut{animation-name:fadeOut}

@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}

.fadeOutDown{animation-name:fadeOutDown}

@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}

.fadeOutDownBig{animation-name:fadeOutDownBig}

@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}

.fadeOutLeft{animation-name:fadeOutLeft}

@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}

.fadeOutLeftBig{animation-name:fadeOutLeftBig}

@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}

.fadeOutRight{animation-name:fadeOutRight}

@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}

.fadeOutRightBig{animation-name:fadeOutRightBig}

@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}

.fadeOutUp{animation-name:fadeOutUp}

@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}

.fadeOutUpBig{animation-name:fadeOutUpBig}

@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn)}0%,40%{animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95)}to{transform:perspective(400px);animation-timing-function:ease-in}}

.animated.flip{backface-visibility:visible;animation-name:flip}

@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{animation-timing-function:ease-in}40%{transform:perspective(400px) rotateX(-20deg)}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}

.flipInX{backface-visibility:visible!important;animation-name:flipInX}

@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{animation-timing-function:ease-in}40%{transform:perspective(400px) rotateY(-20deg)}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}

.flipInY{backface-visibility:visible!important;animation-name:flipInY}

@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}

.flipOutX{animation-name:flipOutX;backface-visibility:visible!important}

@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}

.flipOutY{backface-visibility:visible!important;animation-name:flipOutY}

@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg)}60%,80%{opacity:1}80%{transform:skewX(-5deg)}to{transform:none;opacity:1}}

.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}

@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}

.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}

@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;transform:none;opacity:1}}

.rotateIn{animation-name:rotateIn}

@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;transform:none;opacity:1}}

.rotateInDownLeft{animation-name:rotateInDownLeft}

@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;transform:none;opacity:1}}

.rotateInDownRight{animation-name:rotateInDownRight}

@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;transform:none;opacity:1}}

.rotateInUpLeft{animation-name:rotateInUpLeft}

@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;transform:none;opacity:1}}

.rotateInUpRight{animation-name:rotateInUpRight}

@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;transform:rotate(200deg);opacity:0}}

.rotateOut{animation-name:rotateOut}

@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}

.rotateOutDownLeft{animation-name:rotateOutDownLeft}

@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}

.rotateOutDownRight{animation-name:rotateOutDownRight}

@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}

.rotateOutUpLeft{animation-name:rotateOutUpLeft}

@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}

.rotateOutUpRight{animation-name:rotateOutUpRight}

@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}

.hinge{animation-name:hinge}

@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}

.rollIn{animation-name:rollIn}

@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}

.rollOut{animation-name:rollOut}

@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}

.zoomIn{animation-name:zoomIn}

@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

.zoomInDown{animation-name:zoomInDown}

@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

.zoomInLeft{animation-name:zoomInLeft}

@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

.zoomInRight{animation-name:zoomInRight}

@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

.zoomInUp{animation-name:zoomInUp}

@keyframes zoomOut{0%{opacity:1}50%{transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}

.zoomOut{animation-name:zoomOut}

@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

.zoomOutDown{animation-name:zoomOutDown}

@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}

.zoomOutLeft{animation-name:zoomOutLeft}

@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}

.zoomOutRight{animation-name:zoomOutRight}

@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

.zoomOutUp{animation-name:zoomOutUp}

@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}

.slideInDown{animation-name:slideInDown}

@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}

.slideInLeft{animation-name:slideInLeft}

@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}

.slideInRight{animation-name:slideInRight}

@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}

.slideInUp{animation-name:slideInUp}

@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}

.slideOutDown{animation-name:slideOutDown}

@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}

.slideOutLeft{animation-name:slideOutLeft}

@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}

.slideOutRight{animation-name:slideOutRight}

@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}

.slideOutUp{animation-name:slideOutUp}
