		/* You can add global styles to this file, and also import other style files */
    /* @import "bootstrap-icons/font/bootstrap-icons.css"; */
    /* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap'); */
    /* @import "angular-notifier/styles"; */
    /* @import "bootstrap-icons/font/bootstrap-icons.css"; */
/*
* Parameter Climate v1.0.0
*
*
* Date: 2022-02-03
*/
@font-face {
  font-family: 'Google Sans', sans-serif;
  src: url('../fonts/GoogleSans-Regular.eot');
  src: local('Google Sans Regular'), local('GoogleSans-Regular'),
      url('../fonts/GoogleSans-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/GoogleSans-Regular.woff2') format('woff2'),
      url('../fonts/GoogleSans-Regular.woff') format('woff'),
      url('../fonts/GoogleSans-Regular.ttf') format('truetype'),
      url('../fonts/GoogleSans-Regular.svg#GoogleSans-Regular') format('svg');
  font-display: swap;
}


body{
  font-family: 'Google Sans' !important;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}


/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #E0E0E0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #BDBDBD;
}

.nav-backdrop{
  background-image: none;
  background-color: rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.sub-nav{
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
  color: #707070;
}
.sub-nav.active{
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
  color: #122356;

}
.breadcrumb-item.active {
    font-size: 18px;
    line-height: 22px;
    color: #122356;
}
.breadcrumb-item {
  font-size: 18px;
  line-height: 22px;
  color: #DDDDDD;
}

.breadcrumb-item+.breadcrumb-item::before {
    font-family: 'FontAwesome';
    float: left;
    padding-right: 1rem;
    color: #707070;
    content: "\f105";
}

/* Form Classes */

.form-label{
  color: #495057;
  font-size: 1rem;
  line-height: 1.25rem;
}
.form-select{
  background-color: rgba(198, 200, 211, 0.4);
  border-color: rgba(198, 200, 211, 0.4);
  padding: 0.625rem 2.25rem 0.625rem 1rem;
}

.form-select:focus {
    border-color: rgba(134 183 254, 1);
    outline: 0;
    box-shadow: none;
}
.form-control{
  background-color: rgba(198, 200, 211, 0.4);
  border-color: rgba(198, 200, 211, 0.4);
  padding: 0.625rem 1rem;
}
.form-control:focus {
    color: #212529;
    background-color: rgba(198, 200, 211, 0.4);
    border-color: rgba(134 183 254, 1);
    outline: 0;
    box-shadow: none;
}
.weatherVariable-label{
  font-weight: 500;
  color: #122356;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0;
}
.input-blue900-green500{
  color: rgba(18, 35, 86, 1);
  background-color: rgba(19, 170, 59, .42);
  border-color: rgba(19, 170, 59, .42);
  outline: 0;
  box-shadow: none;
}
.input-blue900-green500:focus{
  color: rgba(18, 35, 86, 1);
  background-color: rgba(19, 170, 59, .42);
  border-color: rgba(19, 170, 59, .42);
  outline: 0;
  box-shadow: none;
}
/* Form Classes */

/* Button Classes */
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn {
    display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    color: #2F281E;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.688rem 1.563rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #FFFEFE;
    background-color: #d98200;
    border-color: #cc7a00;
    -webkit-box-shadow: 0 0 0 0 rgb(255 168 38 / 50%);
    box-shadow: 0 0 0 0 rgb(255 168 38 / 50%);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
    color: #FFFEFE;
    background-color: #cc7a00;
    border-color: #bf7300;
}
.btn-check:active+.btn-warning:focus, .btn-check:checked+.btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show>.btn-warning.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-check:active+.btn-text-warning:focus, .btn-check:checked+.btn-text-warning:focus, .btn-text-warning.active:focus, .btn-text-warning:active:focus, .show>.btn-text-warning.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #FFFEFE;
  background-color: rgba(242, 209, 177, 1);
  border-color: rgba(242, 209, 177, 1);
  opacity: 1;
}
.btn-warning:hover {
    color: #FFFEFE;
    background-color: #d98200;
    border-color: #cc7a00;
}
.text-green500{
  color: rgba(19, 170, 59, 1);
}
.text-warning {
    color: #F38723 !important;
}
.text-black700{
  color: rgba(73, 80, 87, 1);
}
.text-black900{
  color: rgba(121, 123, 137, 1);
}
.btn-warning {
    color: #FFFEFE;
    background-color: #F38723;
    border-color: #F38723;
}
.btn-text-warning:hover {
  color: #F38723;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  background-color: transparent;
  border-color: transparent;
}
.btn-text-warning:hover {
  color: #F38723;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-text-warning, .btn-text-warning:focus {
  color: #F38723;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    border-radius: 0.2rem;
}

.btn.btn-input-group:focus, .btn.btn-input-group:active{
    border-color: rgba(134 183 254, 1);
    background-color: rgba(198, 200, 211, 0.4);
    color: rgba(198, 200, 211, 1);
    box-shadow: none;
}
.btn.btn-input-group{
    border-color: rgba(198, 200, 211, 0);
    background-color: rgba(198, 200, 211, 0.4);
    color: rgba(198, 200, 211, 1);
}
.btn.btn-hdd-close:focus{
    box-shadow: none;
}
.btn.btn-hdd-close:hover{
    color: #707070;
    opacity: 1;
}
.btn.btn-hdd-close{
    position: absolute;
    padding: 5px 5px;
    top: 0;
    color: #707070;
    right: 15px;
    opacity: 0.5;
}

.btn.btn-download-csv:focus{
  box-shadow: none;
}
.btn.btn-download-csv:hover{
    color: rgba(73, 80, 87, 1);
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    background-color: #f9fafb;
    border-color: #f9fafb;
}
.btn.btn-download-csv{
    color: rgba(73, 80, 87, 1);
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    background-color: transparent;
    border-color: transparent;
}
.btn.btn-upload:focus{
    box-shadow: none;
}
.btn.btn-upload:hover{
    background-color: rgba(18, 35, 86, 1);
    color: rgba(255, 255, 255, 1);
}
.btn.btn-upload{
  background-color: rgba(18, 35, 86, 1);
  color: rgba(255, 255, 255, 1);
}
.view-toggle:focus, .btn-view-toggle:focus{
  box-shadow: none;
}
.view-toggle:not(:checked)+.btn-view-toggle{
  color: #707070;
  background-color: #EEF2FF;
  border-radius: 0;
}
.view-toggle:checked+.btn-view-toggle{
    color: #FFFFFF;
    background-color: #5F72AD;
    border-radius: 0;
}
.btn-group-md>.btn, .btn-md {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    border-radius: 0.3rem;
}
.btn-gray300.disabled, .btn-gray300:disabled {
  color: #FFFEFE;
  background-color: rgba(242, 209, 177, 1);
  border-color: rgba(242, 209, 177, 1);
  opacity: 1;
}
.btn-gray300:hover {
    color: #FFFEFE;
    background-color: #D0D0D0;
    border-color: #D0D0D0;
}

.btn-gray300 {
    color: #FFFEFE;
    background-color: #D2D2D2;
    border-color: #D2D2D2;
}
.btn-50-circle{
  width: 50px;
  height: 50px;
  padding: 0 0;
  text-align: center;
}
.btn-blue700.disabled, .btn-blue700:disabled {
  color: #FFFEFE;
  background-color: #5F72AD;
  border-color: #5F72AD;
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.btn-blue700:hover {
    color: #FFFEFE;
    background-color: #5F72AD;
    border-color: #5F72AD;
    opacity: 1;
}
.btn-blue700 {
    color: #FFFEFE;
    background-color: #5F72AD;
    border-color: #5F72AD;
    opacity: 1;
}
.btn-custom-close:hover {
    color: #5F72AD;
    text-decoration: none;
    opacity: .75;
}
.btn-custom-close{
  background: none !important;
  color:#5F72AD;
}
.btn-custom-close>.icon{
  position: relative;
  top: -15px;
  font-size: 32px;
  left: -8px;
}
/* Button Classes */

/* Text Classes */
.text-green500{
  color: rgba(19, 170, 59, 1);
}
.text-warning {
    color: #F38723 !important;
}
.text-black700{
  color: rgba(73, 80, 87, 1)
}
.text-black900{
  color: rgba(121, 123, 137, 1)
}
.fw-medium{
  font-weight: 500;
}
.fs-20{
  font-size: 20px;
}

.text-blue900{
  color: rgba(18, 35, 86, 1);
}
.text-blue700{
  color: #5F72AD;
}
.fs-30{
  font-size: 30px;
}
.fs-18{
  font-size: 18px;
}
.fs-16 {
  font-size: 16px;
}
.fs-14{
  font-size: 14px;
}
.fs-12{
  font-size: 12px;
}
.text-gray500{
  color: #797B89 !important;
}
.text-gray700{
  color: #707070;
}
.text-gray900{
  color: #1E1E1E;
}
.text-gray400{
  color:#495057
}
.text-gray300{
  color: #D2D2D2;
}
/* Text Classes */


.card{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 4px #0F223A1F;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  opacity: 1;
}
.map-height-500{
  height: 500px;
}
.google_charts_class svg {
	width: 100%;
	height: 100%;
}

.google_charts_class {
	width: 100%;
	height: 100%;
}

.fw-medium{
  font-weight: 500;
}
/* Tabs Classes */
.nav-pills .nav-link {
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: 1rem 1.5rem;
    color: #707070;
    background-color: #EEF2FF;
    border: 0;
    border-radius: 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #FFFFFF;
    background-color: #122356;
}
/* Tabs Classes */

/* Table Classes */
.table-search>.form-control, .table-search>.input-group-text{
  background-color: transparent;
  border-color: transparent;
}
.table-header>td{
  background-color: #5F72AD;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: normal;
}
.table-height{
    max-height: calc(100vh - 210px);
    overflow: auto;
}
.bg-table-collapse{
  background-color: #EEF2FF;
}
.table-collapse tbody tr:nth-child(4n+1){
 background-color: rgba(0,0,0,0.05);
}
.table-oneline{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
  max-width: 100px;
}
.broker-table{
  border-collapse: separate;
   border-spacing: 0 15px;
   border-radius: 10px !important;
 }

 .table-text-red{
  color: red;
}
.table-header-dark>td{
  background-color: #122356;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: normal;
}
/* Table Classes */

.top-100px{
  top: 100px;
}


legend {
    color: #495057;
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0;
}
.btn.btn-input-group:focus, .btn.btn-input-group:active{
  border-color: rgba(134 183 254, 1);
  background-color: rgba(198, 200, 211, 0.4);
  color: rgba(198, 200, 211, 1);
  box-shadow: none;
}
.btn.btn-input-group{
  border-color: rgba(198, 200, 211, 0);
  background-color: rgba(198, 200, 211, 0.4);
  color: rgba(198, 200, 211, 1);
}

#hddCode{
  border-radius: 0.25rem;
}
#hddCode:focus.z-index-1{
  z-index: 1;
}
.bg-blue200{
  background-color: #EEF2FF;
}
.bg-blue700{
  background-color: #5F72AD;

}
.btn.btn-hdd-close:focus{
    box-shadow: none;
}
.btn.btn-hdd-close:hover{
    color: #707070;
    opacity: 1;
}
.btn.btn-hdd-close{
    position: absolute;
    padding: 5px 5px;
    top: 0;
    color: #707070;
    right: 15px;
    opacity: 0.5;
}
.fs-20{
  font-size: 20px;
}
.btn.btn-download-csv:focus{
  box-shadow: none;
}
.btn.btn-download-csv:hover{
    color: rgba(73, 80, 87, 1);
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    background-color: #f9fafb;
    border-color: #f9fafb;
}
.btn.btn-download-csv{
  color: rgba(73, 80, 87, 1);
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  background-color: transparent;
  border-color: transparent;
}
.text-blue900{
color: rgba(18, 35, 86, 1);
}
.bg-green500{
background-color: rgba(19, 170, 59, .42);
}
.fs-30{
font-size: 30px;
}
.fs-34{
  font-size: 34px !important;
  }
.input-blue900-green500{
color: rgba(18, 35, 86, 1);
background-color: rgba(19, 170, 59, .42);
border-color: rgba(19, 170, 59, .42);
outline: 0;
box-shadow: none;
}
.input-blue900-green500:focus{
color: rgba(18, 35, 86, 1);
background-color: rgba(19, 170, 59, .42);
border-color: rgba(19, 170, 59, .42);
outline: 0;
box-shadow: none;
}
.view-toggle:focus, .btn-view-toggle:focus{
box-shadow: none;
}
.view-toggle:not(:checked)+.btn-view-toggle{
color: #707070;
background-color: #EEF2FF;
border-radius: 0;
}
.view-toggle:checked+.btn-view-toggle{
  color: #FFFFFF;
  background-color: #5F72AD;
  border-radius: 0;
}
.bg-blue900{
  background-color: #122356;
}
.bg-green500{
  background-color: rgba(19, 170, 59, .42)
}

.bg-gray300{
  background-color: rgba(247, 247, 247, 1);
}
.bg-gray200{
  background-color: rgba(198, 200, 211, 0.38)
}
.bg-gray100{
  background-color: #F7F7F7;
}
.bg-warning100{
  background-color: rgba(243, 135, 35, 0.04);
}
.w-2{
  width: 2%;
}
.w-5{
  width: 5%;
}
.w-12{
  width: 12%;
}
.w-13{
  width: 13%;
}
.border-radius-10{
  border-radius: 10px !important;
}
.border-radius-20{
  border-radius: 20px !important;
}
.switchToggle input[type=checkbox] {
	height: 0;
	width: 0;
	visibility: hidden;
	position: absolute;
}

.switchToggle label {
    cursor: pointer;
    width: 100px;
    height: 30px;
    background-color: #C6C8D3;
    display: block;
    border-radius: 100px;
    position: relative;
}

.switchToggle label:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 26px;
	height: 26px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

.switchToggle input:checked+label,
.switchToggle input:checked+input+label {
	background-color: #122356;
}

.switchToggle input+label:before,
.switchToggle input+input+label:before {
    content: "Inactive";
    position: absolute;
    top: 0px;
    left: 30px;
    width: 60px;
    height: 30px;
    border-radius: 100px;
    transition: .3s;
    text-indent: 0;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.switchToggle input:checked+label:before,
.switchToggle input:checked+input+label:before {
  content: 'Active';
  position: absolute;
  top: 0;
  left: 10px;
  width: 60px;
  height: 30px;
  border-radius: 100px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
  text-align: center;
  line-height: 30px;
}

.switchToggle input:checked+label:after,
.switchToggle input:checked+input+label:after {
	left: calc(100% - 2px);
	transform: translateX(-100%);
}

.switchToggle label:active:after {
	width: 60px;
}
.upload-file{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    top: 0;
    left: 0;
}
.mt-4_9rem{
  margin-top: 4.9rem !important;
}
.card-disabled{
  background-color: #eeeeee;
  cursor: not-allowed;
}
.table-claim-form{
  background-color: rgba(255, 255, 255, 0.63);
  border-radius: 10px;
  padding: 15px;
}

.transaction-title{
  background-color: #122356;
  padding: 20px;
  color: #ffffff;
  width: max-content;
}
.premium-claim{
  padding-left: 15px;
    border-radius: 10px;
    padding-top: 10px;
}
.height-180{
  height: 180px;
}
.upload-trans{
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.timeline{
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
}

.timer{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 15%;
}
.status-circle{
    width: 50px;
    height: 50px;
    background-color: #DDE4FA;
    padding: 13px;
    text-align: center;
    line-height: 24px;
    font-size: 24px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    color: white;
}
.progress-line{
    width: 100%;
    height: 5px;
    background-color: #DDE4FA;
    margin: 0 -3px;
}
.info-graphic{
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-content: center;
  position: relative;
  align-items: center;
}
.timer:last-child .info-graphic .progress-line{
  display: none;
}
.timer:last-child .info-graphic{
  justify-content: flex-start;
  width:auto;
}
.timer.active .info-graphic .status-circle, .progress-line.active{
  background-color: #122356;
}
.timer.current .info-graphic .status-circle{
  background-color: #5F72AD;
}
.width-60{
  width: 60px
}
.slide-btn-container{
  align-content: flex-start;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.profile-img-container{
    border: 2px solid #eee;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.top-7{
  top: 7px;
}
.timeline-max-width{
  max-width: calc(100vw - 285px);
}


@media screen and (min-width: 992px){
  .timeline-max-width{
    max-width: 900px;
  }
}

@media screen and (min-width: 1200px){
  .timeline-max-width{
    max-width: 1085px;
  }
}

@media screen and (min-width: 1400px){
  .timeline-max-width{
    max-width: 1265px;
  }
}
.w-90{
  width: 90% !important;
}
.my-15px{
  margin-top: 15px;
  margin-bottom: 15px;
}
.next-btn{
  background-color: rgb(243 135 35 / 50%);
    color: #fff;
    padding: 10px 15px;
    border-radius: 100px;
    border: 1px solid rgb(243 135 35 / 100%);
}
.next-btn:hover{
  background-color: rgb(243 135 35 / 100%);
    color: #fff;
    padding: 10px 15px;
    border-radius: 100px;
    border: 1px solid rgb(243 135 35 / 100%);
}
.dashboard-settings-title{
  position: absolute;
    top: 4px;
    background: #fff;
    padding: 0 10px;
}


.nav-pills > li > a {
  border-radius: 0;
}

.sidebar-nav.nav-pills>li.active, 
.sidebar-nav.nav-pills>li.active>a, 
.sidebar-nav.nav-pills>li.active>a:focus, 
.sidebar-nav.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #5F72AD;
}

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}

#wrapper.toggled {
  padding-left: 250px;
  overflow: hidden;
}

#sidebar-wrapper {
  z-index: 1020;
  position:fixed;
  left: 250px;
  width: 0;
  height: calc(100vh - 60px);
  margin-left: -250px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  border-right: 1px solid rgba(0,0,0,0.1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

#page-content-wrapper {
  position: absolute;
  padding: 15px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.xyz {
  min-width: 360px;
}

#wrapper.toggled #page-content-wrapper {
  position: relative;
  margin-right: 0px;
}

.fixed-brand {
  width: auto;
}
/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 0px;
  line-height: 55px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999;
}

.sidebar-nav li ul li.sub-menu:hover a{
    color: #122356 !important;
    background-color: #eee;
}
.sidebar-nav li.active ul li.sub-menu a{
  color: #fff !important;
  background-color: #5F72AD;
}
.sidebar-nav li.active ul li.sub-menu:hover a, 
.sidebar-nav li.active ul li.sub-menu:active a, 
.sidebar-nav li.active ul li.sub-menu.active a {
  color: #122356 !important;
}
.sidebar-nav li ul li.sub-menu a{
  color: #999 !important;
  background-color: #fff;
}
.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #5F72AD;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #122356;
  background: none;
}

.menu-items{
  font-size: 25px;
  padding: 14px 15px;
  line-height: 21px;
}


@media (min-width: 768px) {
  #wrapper {
     padding-left: 250px;
  }
  .fixed-brand {
     width: 250px;
  }
  #wrapper.toggled {
     padding-left: 0;
  }
  #sidebar-wrapper {
     width: 250px;
  }
  #wrapper.toggled #sidebar-wrapper {
     width: 250px !important;
  }
  #wrapper.toggled-2 #sidebar-wrapper {
     width: 55px;
  }
  #wrapper.toggled-2 #sidebar-wrapper:hover {
     width: 250px;
  }
  #page-content-wrapper {
     padding: 20px;
     position: relative;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
  }
  #wrapper.toggled #page-content-wrapper {
     position: relative;
     margin-right: 0;
     padding-left: 250px !important;
  }
  #wrapper.toggled-2 #page-content-wrapper {
     position: relative;
     margin-right: 0;
     margin-left: -200px;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
     width: auto;
  }
}

.btn-back{
  font-size: 48px;
  line-height: 0 !important;
}

.bg-subtable{	
  background-color: rgba(0,0,0,0.05);	
 }
 
.notification{
  padding: 8px 0px;
  margin: 10px 10px;
}
.notification-indicator{
  position: absolute;
    top: -10px;
    right: -2px;
    color: orangered;
}
.notification-remain{
  position: absolute;
    top: -10px;
    right: -2px;
}
.online-indicator{
  position: absolute;
    top: -10px;
    right: -15px;
    color: green;
}
.user-dropdown{
  right: 0;
  left: auto !important;
}

.show-print{
  display: none;
}

@media print {
  .show-print{
    display: block !important;
  }
  .empty-header,
  .empty-footer {
    height:1px
    }

    .header, .footer {
      width: 100%;
      background-color: #fff;
      position: fixed;
      height:75px;

    }
    .header { top:0; margin-bottom: 75px; }
    .footer { bottom:0;  margin-top: 75px; }
    table { page-break-inside:auto }
    tr    { page-break-inside:avoid; page-break-after:auto }
    thead { display:table-header-group; }
    tfoot { display:table-footer-group; }
}

.roles-permission{
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ps-3_4rem{
  padding-left: 3.4rem;
}

.profile-dd{
  color: #122356;
  font-size: 14px;
}
.profile-dd>.icon{
  color: #122356;
  font-size: 18px;
  vertical-align: sub;
}

.unread-notification > div > h5, .unread-notification > span{
    font-size: 18px;
    font-weight: 600 !important;
    color: #122356 !important;
}
.unread-notification > div > span{
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #707070 !important;
}

.read-notification > div > h5, .read-notification > span{
  font-size: 18px;
  font-weight: 400 !important;
  color: #707070 !important;
}
.read-notification > div > span{
font-size: 12px !important;
font-weight: 400 !important;
color: #707070 !important;
}

.noti-icons{
    vertical-align: top;
    margin: 0 8px;
    font-size: 25px !important;
}

.z-index-1021{
  z-index: 1021 !important;
}
.pt-12{
  padding-top: 12px !important;
}
.pe-10{
  padding-right: 10px !important;
}
.bg-blue800{
  background-color: #BDCBFA;
}

.bg-gray150{
  background-color: rgba(239, 241, 248, 1);
}
.bg-gray500{
  background-color: #797B89;
}
.fs-8{
  font-size: 2.25rem;
}