/* [[[ Font Imports ]]] */

@font-face {
  font-family: "Gilroy";
  src: url("/Shared/Themes/CartGov/fonts/Gilroy-Regular.eot");
  src: url("/Shared/Themes/CartGov/fonts/Gilroy-Regular.woff") format("woff"),
    url("/Shared/Themes/CartGov/fonts/Gilroy-Regular.otf") format("opentype"),
    url("/Shared/Themes/CartGov/fonts/Gilroy-Regular.ttf") format("truetype"),
    url("/Shared/Themes/CartGov/fonts/Gilroy-Regular.svg") format("svg");
  font-weight: 400; 
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("/Shared/Themes/CartGov/fonts/Gilroy-SemiBold.eot");
  src: url("/Shared/Themes/CartGov/fonts/Gilroy-SemiBold.woff") format("woff"),
    url("/Shared/Themes/CartGov/fonts/Gilroy-SemiBold.otf") format("opentype"),
    url("/Shared/Themes/CartGov/fonts/Gilroy-SemiBold.ttf") format("truetype"),
    url("/Shared/Themes/CartGov/fonts/Gilroy-SemiBold.svg") format("svg");
  font-weight: 600; 
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("/Shared/Themes/CartGov/fonts/Gilroy-ExtraBold.eot");
  src: url("/Shared/Themes/CartGov/fonts/Gilroy-ExtraBold.woff") format("woff"),
    url("/Shared/Themes/CartGov/fonts/Gilroy-ExtraBold.otf") format("opentype"),
    url("/Shared/Themes/CartGov/fonts/Gilroy-ExtraBold.ttf") format("truetype"),
    url("/Shared/Themes/CartGov/fonts/Gilroy-ExtraBold.svg") format("svg");
  font-weight: 800; 
  font-style: normal;
}

[class*="Textbox"], [id*="txtSavedCartName"] {
  width: 100%;
  height: calc(var(--bs-input-line-height) + var(--bs-input-padding-y) * 2 + var(--bs-input-height-border));
  padding: .375rem 1.75rem .375rem .75rem;
  border: 1px solid;
  border-color: var(--bs-form-border);
  transition: width 1s ease-in-out;
}

.ThemeButton, .Button {
  padding: .715rem 1rem;
  background: var(--bs-dark);
  color: white;
}

.insert-btn-primary > *:first-child { background: var(--bs-primary); } 
.insert-btn-success > *:first-child { background: var(--bs-success); } 
.insert-btn-danger > *:first-child { background: var(--bs-danger); }

.bg-dark .GoThemeButton:not(.btn-dark) {
  background: #dee2e6;
  color: #000;
  border-color: #dee2e6; }

