/* variables.css */
:root {
    /* Gutter */
    --gutter-x: 16px;
    --gutter-y: 24px;
    --gutter-0: 0;
  
    --bs-gutter-x: 16px;
    --bs-gutter-y: 24px;
    --bs-gutter-0: 0;
    --bs-gutter-1: 4px;
    --bs-gutter-yr: 0;
  
    --filter-gutter-x: 16px;
    --filter-gutter-y: 24px;
    --filter-gutter-0: 0;
  
    /* Fonts */
    --font-std: 'Circular Std', sans-serif;
    --font-book: 'Circular Std Book', sans-serif;
    --bs-font-1: 'Circular Std', sans-serif;
    --bs-font-2: 'Circular Std Book', sans-serif;
  
    /* Borders */
    --border: 1px solid #1B21311A;
    --bs-border: 1px solid #1B21311A;
    --sa-border-color: 1px solid #E7E8EA;
    --sa-bg-light-gray: 1px solid #1B21311A;
    --border-filter: 1px solid #D1D2D5;
    --border-filter-light: 1px solid #F3F3F4;
  
    /* Background Colors */
    --bg-light: #F3F3F4;
    --bs-bg-white: #ffffff;
    --bs-bg-blue: #1A4AB9;
    --bs-bg-green: #00B868;
    --bs-bg-light-blue: #CCDAF9;
    --bs-bg-light-blue-alt: rgba(229, 238, 245, 1);
  
    /* Text / Element Colors */
    --color-white: #ffffff;
    --color-green: #00B868;
    --color-black: #1B2131E6;
    --color-bold-black: #1B2131;
    --color-blue: #1A4AB9;
    --color-secondury-black: #1B213199;
    --color-light: #1B21314D;
    --color-white-smoke: #30BDFF;
    --color-light-blue: #CCDAF9;
  
    --bs-color-white: #ffffff;
    --bs-color-green: #00B868;
    --bs-color-dark: #1B213199;
    --bs-color-white-smoke: #30BDFF;
    --bs-color-secondury-light: #1B213166;
    --bs-color-secondury-dark: #1B2131CC;
    --bs-color-blue: #1A4AB9;
    --bs-color-light-blue: #CCDAF9;
    --bs-color-bold-dark: #1B2131;
  
    --light-black: #1B2131E6;
    --bold-black: #1B2131;
    --grey-black: #1B2131CC;
    --blue: #1A4AB9;
    --white: #ffffff;
    --green: #00B868;
  
    /* Tables */
    --bs-table-bg: transparent;
    --bs-table-head-bg: #E0F5FF;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: #30BDFF;
}

/*!Root Reset Stylesheet Start Here*/

*,::after,::before{box-sizing:border-box;-webkit-box-sizing:border-box;margin:0;padding:0}
html{line-height:1.15;-webkit-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}
body{margin:0;font-family:'Circular Std',var(--bs-font-2),var(--bs-font-1),Tahoma,Verdana,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}
body:is(.filter-open,.modal-open){overflow:hidden!important;touch-action:none;-ms-touch-action:none}
h1,h2,h3,h4{margin-top:0;margin-bottom:.5rem}
h1{font-size:34px;line-height:44px}
h2{font-size:28px;line-height:40px}
p,ul{margin-top:0;margin-bottom:1rem}
p:empty{display:none}
ul ul{margin-bottom:0}
strong{font-weight:bolder}
small{font-size:80%}
label{display:inline-block;margin-bottom:.5rem}
a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}
a:focus,a:hover{text-decoration:none}
a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none;outline:0}
button,input,select,textarea{border-radius:0;margin:0;font-family:inherit;font-size:inherit;line-height:inherit;text-transform:none;overflow:visible;outline:0}
input:focus,select:focus,textarea:focus{outline:0;border:1px solid #30bdff}
input:not([disabled]):focus,select:not([disabled]):focus,textarea:not([disabled]):focus{box-shadow:0 0 #000;-webkit-box-shadow:0 0 #000}
input[type=datetime],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url]{height:auto}
input[type=checkbox],input[type=radio]{padding:0}
input[type=date]{-webkit-appearance:listbox;appearance:listbox}
input[type=time]::-webkit-calendar-picker-indicator{background:0 0;display:none}
select::-ms-expand{display:none}
textarea{overflow:auto;resize:vertical}
button{cursor:pointer;border-radius:0;text-transform:none;overflow:visible}
button:focus{outline:0}
button:active{-webkit-box-shadow:unset;box-shadow:unset}
button.disabled,button[disabled]{opacity:.5;cursor:default;pointer-events:none;box-sizing:border-box}
[type=button]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}
figcaption,figure,header,main,section{display:block}
[tabindex="-1"]:focus{outline:0}
[type=submit],html [type=button]{-webkit-appearance:button;appearance:button}
table{border-collapse:collapse;caption-side:bottom}
tbody,td,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}
th{text-align:inherit;text-align:-webkit-match-parent}
img{vertical-align:middle;border-style:none;max-width:100%}
svg:not(:root){overflow:hidden}
@media (prefers-reduced-motion:no-preference){
:root{scroll-behavior:smooth}
}
@-ms-viewport{width:device-width}

/*!Root Reset Stylesheet End Here*/