/* ===================================
          Utility Rates Style
=================================== */
:root {
	--si-blue: #00AEEF;
	--si-pale-blue: #abe4fa;
	--si-very-pale-blue: #dbf2fb;
	--si-dark-blue: #008cc0;
	--si-dark-blue-50: #074962;
	--si-darker-blue: #003245;
	--si-darker-blue-rgb: rgb(0, 50, 69);
	--si-darker-blue-rgba: rgba(0, 50, 69, 1);
	--si-darker-blue-rgba-50: rgba(0, 50, 69, .5);
	--si-indigo: #6610f2;
	--si-purple: #6f42c1;
	--si-pink: #d63384;
	--si-red: #dc3545;
	--si-orange: #fbb040;
	--si-yellow: #ffc107;
	--si-green: #6CC551;
	--si-teal: #20c997;
	--si-cyan: #0dcaf0;
	--si-black: #000;
	--si-white: #fff;
	--si-gray: #9397ad;
	--si-gray-dark: #33354d;
	--si-gray-100: #f3f6ff;
	--si-gray-200: #eff2fc;
	--si-gray-300: #e2e5f1;
	--si-gray-400: #d4d7e5;
	--si-gray-500: #b4b7c9;
	--si-gray-600: #9397ad;
	--si-gray-700: #565973;
	--si-gray-800: #33354d;
	--si-gray-900: #0b0f19;
	--si-primary: #007bff;
	--si-secondary: #eff2fc;
	--si-success: #22c55e;
	--si-info: #00AEEF;
	--si-warning: #ffba08;
	--si-danger: #ef4444;
	--si-light: #fff;
	--si-dark: #0b0f19;
	--si-darker: #00151d;
	--usa-red:#B22234;
	--usa-blue: #0E2E63;
	--ae-skyblue:#6CCAFB;
	--ae-purple:#210d72;
	--ae-yellow:#FFB800;
	--si-primary-rgb: 0, 174, 239;
	--si-secondary-rgb: 239, 242, 252;
	--si-success-rgb: 34, 197, 94;
	--si-info-rgb: 76, 130, 247;
	--si-warning-rgb: 255, 186, 8;
	--si-danger-rgb: 239, 68, 68;
	--si-light-rgb: 255, 255, 255;
	--si-dark-rgb: 11, 15, 25;
	--si-white-rgb: 255, 255, 255;
	--si-black-rgb: 0, 0, 0;
	--si-body-color-rgb: 86, 89, 115;
	--si-body-bg-rgb: 255, 255, 255;
  }
:root {
	--si-font-sans-serif: 'Varela Round', sans-serif;
	--si-body-font-family: 'Varela Round', sans-serif;
	/* new */
	--base-font-family:'Segoe UI', sans-serif;
}
@media only screen and (min-width: 0px) {
    :root {
        --gutter: 4px;
        --container-margin: 5px;
        --break-point: 100%;
        --break: calc(var(--break-point) - var(--container-margin));
    }
}

/*!
 * Bootstrap Icons v1.10.5 (https://icons.getbootstrap.com/)
 * Copyright 2019-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */

 @font-face {
	font-family: "bootstrap-icons";
	font-style: normal;
	font-weight: normal;
	font-display: block;
	src: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/fonts/bootstrap-icons.woff2") format("woff2"),
		 url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/fonts/bootstrap-icons.woff") format("woff");
  }  
  .bi::before,
  [class^="bi-"]::before,
  [class*=" bi-"]::before {
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bi-telephone-fill::before { content: "\f5b4"; }
.bi-list::before {content: "\f479";}
.bi-geo-alt::before {content: "\f3e8";}
.bi-arrow-right::before {content: "\f138";}
.bi-x::before {content: "\f62a";}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Broke UI Cursor
*:not(.simulator) {
    cursor: url(chrome-extension://ckejmhbmlajgoklhgbapkiccekfoccmk/assets/pictos/cursor.png) 17 17, pointer !important;
}*/
.fa-chevron-up:before {content: "\f077";}

html, body {
    padding: 0px;
    margin: 0px;
    height: auto;
}