@charset "UTF-8";
/* Load fonts */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css);
@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* Set font family styles */
:root {
  --master-color: #37414a;
  --second-color: #003d67;
  --navbar-color: #37414a;
  --text-color: #484848;
  --header-text-color: #ffffff;
  --menu-text-color: #484848;
}

* {
  box-sizing: border-box;
}

.s24 {
  display: inline-flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
}

.s32 {
  display: inline-flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex.row {
  flex-direction: row;
}

.flex.row-reverse {
  flex-direction: row-reverse;
}

.flex.column {
  flex-direction: column;
}

.flex.column-reverse {
  flex-direction: column-reverse;
}

.flex.nowrap {
  flex-wrap: nowrap;
}

.flex.wrap {
  flex-wrap: wrap;
}

.flex.wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex.justify-start {
  justify-content: flex-start;
}

.flex.justify-end {
  justify-content: flex-end;
}

.flex.justify-center {
  justify-content: center;
}

.flex.justify-space-between {
  justify-content: space-between;
}

.flex.justify-space-around {
  justify-content: space-around;
}

.flex.align-start {
  align-items: flex-start;
}

.flex.align-end {
  align-items: flex-end;
}

.flex.align-center {
  align-items: center;
}

.flex.align-stretch {
  align-items: stretch;
}

.flex.align-baseline {
  align-items: baseline;
}

.flex.align-content-start {
  align-content: flex-start;
}

.flex.align-content-end {
  align-content: flex-end;
}

.flex.align-content-center {
  align-content: center;
}

.flex.align-content-stretch {
  align-content: stretch;
}

.flex.align-content-space-between {
  align-content: space-between;
}

.flex.align-content-space-around {
  align-content: space-around;
}

.flex > .left {
  align-self: flex-start;
}

.flex > .right {
  margin-left: auto;
}

.flex > .center {
  margin: 0 auto;
}

.group > *:not(:last-child) {
  margin-right: 1em;
}

.flex-item-1 {
  flex: 1;
}

.flex-item-2 {
  flex: 2;
}

.flex-item-3 {
  flex: 3;
}

/* Load fonts */
@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* Set font family styles */
:root {
  --master-color: #37414a;
  --second-color: #003d67;
  --navbar-color: #37414a;
  --text-color: #484848;
  --header-text-color: #ffffff;
  --menu-text-color: #484848;
}

.p-btn {
  padding: 0.375rem 0.75rem;
}

.btn-group-xs > .btn,
.btn-xs {
  padding: 0.125rem 0.25rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.button {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  line-height: 1.42857143;
  white-space: nowrap;
  vertical-align: middle;
  outline: 0;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: all 0.1s ease;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  background: rgb(0, 106.3058252427, 179.5);
  border: 1px solid rgb(0, 121.4077669903, 205);
  color: #484848;
}

.button .icon {
  margin-right: 5px;
}

.button:not([disabled]):hover {
  background: rgb(0, 121.4077669903, 205);
}

.button:active {
  background: rgb(0, 91.2038834951, 154);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.button .icon {
  margin-right: 5px;
}

.button.primary {
  background: #003d67;
  border: 1px solid rgb(0, 76.1019417476, 128.5);
  color: #484848;
}

.button.primary .icon {
  margin-right: 5px;
}

.button.primary:not([disabled]):hover {
  background: rgb(0, 76.1019417476, 128.5);
}

.button.primary:active {
  background: rgb(0, 45.8980582524, 77.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.button.outline {
  border: 1px solid rgb(109.5813953488, 129.2325581395, 146.9186046512);
  background: transparent;
  border: 1px solid rgba(12.75, 12.75, 12.75, 0);
  color: #484848;
}

.button.outline .icon {
  margin-right: 5px;
}

.button.outline:not([disabled]):hover {
  background: rgba(12.75, 12.75, 12.75, 0);
}

.button.outline:active {
  background: hsla(0, 0%, -5%, 0);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.button.success {
  background: #20983b;
  border: 1px solid rgb(36.4347826087, 173.0652173913, 67.1766304348);
  color: #484848;
}

.button.success .icon {
  margin-right: 5px;
}

.button.success:not([disabled]):hover {
  background: rgb(36.4347826087, 173.0652173913, 67.1766304348);
}

.button.success:active {
  background: rgb(27.5652173913, 130.9347826087, 50.8233695652);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.button.warning {
  background: #b38118;
  border: 1px solid rgb(201.4852216749, 145.2044334975, 27.0147783251);
  color: #484848;
}

.button.warning .icon {
  margin-right: 5px;
}

.button.warning:not([disabled]):hover {
  background: rgb(201.4852216749, 145.2044334975, 27.0147783251);
}

.button.warning:active {
  background: rgb(156.5147783251, 112.7955665025, 20.9852216749);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.button.danger {
  background: #ab1b1b;
  border: 1px solid rgb(193.0227272727, 30.4772727273, 30.4772727273);
  color: #484848;
}

.button.danger .icon {
  margin-right: 5px;
}

.button.danger:not([disabled]):hover {
  background: rgb(193.0227272727, 30.4772727273, 30.4772727273);
}

.button.danger:active {
  background: rgb(148.9772727273, 23.5227272727, 23.5227272727);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
}

.button.loading {
  color: transparent !important;
  text-shadow: none;
  pointer-events: none;
  position: relative;
}

.button.loading:after {
  position: absolute;
  animation: spin-around 0.8s infinite linear;
  border: 2px solid #484848;
  border-radius: 100%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}

.button.large {
  font-size: 1.25em;
  line-height: 2em;
  padding: 2px 1.8em;
}

.button.large.loading:after {
  animation: spin-around 0.8s infinite linear;
  border: 2px solid #484848;
  border-radius: 100%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
}

.button.small {
  font-size: 0.9em;
  padding: 2px 1em;
}

.button.small.loading:after {
  animation: spin-around 0.8s infinite linear;
  border: 2px solid #484848;
  border-radius: 100%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
}

.button:focus {
  box-shadow: 0 0 8px rgba(0, 61, 103, 0.6);
}

.button-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.button-group .button:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.button-group .button:last-child:not(:first-child) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.button-group .button:not(:first-child):not(:last-child) {
  border-radius: 0px;
}

.button.fab {
  width: 2.3em;
  height: 2.3em;
  line-height: 2.3em;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  padding: 0;
  white-space: initial;
  vertical-align: middle;
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  touch-action: manipulation;
  user-select: none;
}

.button.fab .icon {
  margin-right: 0;
}

.button.fab:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.button.fab.large {
  font-size: 1.5em;
}

.inline-dl dt,
.inline-dl dd {
  display: inline;
}

.inline-dl dt::before {
  content: "";
  display: block;
}

.inline-dl dt::after {
  content: ": ";
}

/* Load fonts */
@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* Set font family styles */
:root {
  --master-color: #37414a;
  --second-color: #003d67;
  --navbar-color: #37414a;
  --text-color: #484848;
  --header-text-color: #ffffff;
  --menu-text-color: #484848;
}

.inline-form {
  display: unset;
  width: unset;
}

.input-group label {
  display: inline-flex;
  align-items: center;
}

.form-floating-group input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.joined-floating-forms > *:first-of-type input,
.joined-floating-forms > *:first-of-type button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: -1px;
}

.joined-floating-forms > *:not(:first-of-type):not(:last-of-type) input,
.joined-floating-forms > *:not(:first-of-type):not(:last-of-type) button {
  border-radius: 0;
  margin-bottom: -1px;
}

.joined-floating-forms > *:last-of-type input,
.joined-floating-forms > *:last-of-type button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.joined-floating-forms .invalid-feedback {
  background-color: white;
  border: 1px solid #ced4da;
  margin-top: 0;
  margin-bottom: -1px;
}

.joined-floating-forms .invalid-feedback ul {
  margin-bottom: 0;
}

.legend {
  float: unset;
  font-size: unset;
  font-weight: bold;
  margin-bottom: unset;
  width: unset;
}

.form-group {
  position: relative;
  margin-bottom: 1em;
}

.form-group label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  color: #484848;
  font-weight: 400;
}

.form-group .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  color: #484848;
  border: 1px solid rgb(22.3837209302, 26.4534883721, 30.1162790698);
  border-radius: 5px;
  outline: 0;
  background-color: rgb(0, 106.3058252427, 179.5);
  background-color: rgba(0, 0, 0, 0.15);
  font-size: 1em;
  font-family: "Roboto", sans-serif;
  line-height: 1.2em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
}

.form-group .form-control[disabled] {
  cursor: not-allowed;
}

.form-group .form-control:focus {
  box-shadow: 0 0 8px rgba(0, 61, 103, 0.6);
}

.form-group select option {
  background: #ffffff;
}

.form-group.has-icon .form-control {
  padding-right: 2em;
}

.form-group.has-icon .icon {
  position: absolute;
  right: 0.4em;
  top: 1.6em;
  display: block;
  font-size: 1.2em;
}

.form-group .hint {
  font-style: italic;
  font-size: 0.8em;
  color: rgba(72, 72, 72, 0.8);
}

.form-group .errors {
  color: rgb(236.7954545455, 139.7045454545, 139.7045454545);
  font-size: 0.8em;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}

.form-group .errors span {
  display: block;
  background-image: !important;
  margin-top: 0.2em;
  margin-left: 0.3em;
  font-weight: 600;
}

.form-group .errors span:before {
  content: "\f071";
  font-family: FontAwesome;
  padding-right: 0.5em;
}

.form-group.valid label {
  color: rgb(48.8913043478, 211.6086956522, 85.5027173913);
}

.form-group.valid .form-control {
  border: 1px solid rgb(48.8913043478, 211.6086956522, 85.5027173913);
  background-color: rgba(32, 152, 59, 0.1);
}

.form-group.error label {
  color: rgb(236.7954545455, 139.7045454545, 139.7045454545);
}

.form-group.error .form-control {
  border: 1px solid rgb(236.7954545455, 139.7045454545, 139.7045454545);
  background-color: rgba(255, 0, 0, 0.15);
}

.form-option {
  position: relative;
  width: 100%;
}

.form-option input {
  display: none;
}

.form-option label {
  width: 100%;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.4rem;
  user-select: none;
  cursor: pointer;
}

.form-option label:before {
  background-color: #eeeeee;
  border: 1px solid rgb(22.3837209302, 26.4534883721, 30.1162790698);
  box-shadow: 0 0 1px #eeeeee, 0 0 1px #eeeeee inset;
  content: "";
  display: block;
  position: absolute;
  top: 0.98em;
  left: 0.75em;
  height: 16px;
  width: 16px;
  border-radius: 2px;
}

.form-option input:checked + label:after {
  background-color: #003d67;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 1.25em;
  left: 1em;
  border-radius: 1px;
}

.form-option input[type=radio] + label:before {
  border-radius: 9px;
}

.form-option input[type=radio]:checked + label:after {
  border-radius: 6px;
}

/* Load fonts */
@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* Set font family styles */
:root {
  --master-color: #37414a;
  --second-color: #003d67;
  --navbar-color: #37414a;
  --text-color: #484848;
  --header-text-color: #ffffff;
  --menu-text-color: #484848;
}

.dropdown-menu-nobootstrap {
  visibility: visible;
  transition: all 0.2s ease;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  padding-left: 2%;
  padding-right: 2%;
  background-color: rgba(0, 106.3058252427, 179.5, 0.7);
  color: #484848;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu-nobootstrap li {
  border-left: 2px solid transparent;
  transition: border-left 0.2s ease, background-color 0.2s ease;
}

.dropdown-menu-nobootstrap li a {
  display: block;
  color: #484848;
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.8em;
  line-height: 1.6em;
  transition: color 0.2s ease;
}

.dropdown-menu-nobootstrap li a .icon {
  display: inline-block;
  width: 1.8em;
  font-size: 1.2em;
  text-align: center;
}

.dropdown-menu-nobootstrap li:hover {
  border-left: 2px solid #003d67;
}

.dropdown-menu-nobootstrap li:hover a {
  color: #003d67;
}

.dropdown-menu-nobootstrap li.separator {
  border-bottom: 1px solid rgb(22.3837209302, 26.4534883721, 30.1162790698);
  margin: 0.1em 0;
}

.dropdown-menu-nobootstrap.visible {
  visibility: visible;
  opacity: 1;
}

/* Load fonts */
@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* Set font family styles */
:root {
  --master-color: #37414a;
  --second-color: #003d67;
  --navbar-color: #37414a;
  --text-color: #484848;
  --header-text-color: #ffffff;
  --menu-text-color: #484848;
}

.alert.alert-error {
  background-color: #ab1b1b;
}

.alert .icon {
  margin-right: 0.8em;
}

.alert strong {
  margin-right: 0.4em;
  font-weight: 700;
}

.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
  margin: 0.4em 0;
}

.alert .alert-close {
  border: 0;
  border-left: 2px solid rgba(0, 0, 0, 0.12);
  color: #484848;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  font-size: 1.8em;
  font-weight: 800;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  padding: 0 0.625em;
  line-height: 1em;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.alert .alert-close:hover {
  color: #484848;
  opacity: 1;
  text-decoration: none;
  border-bottom: 0;
}

/* Load fonts */
@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* Set font family styles */
:root {
  --master-color: #37414a;
  --second-color: #003d67;
  --navbar-color: #37414a;
  --text-color: #484848;
  --header-text-color: #ffffff;
  --menu-text-color: #484848;
}

.tag {
  margin: 0.3em;
  display: inline-block;
  padding: 0.25em 0.4em;
  line-height: 1;
  background-color: rgb(0, 106.3058252427, 179.5);
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.tag.primary {
  background: #0d6efd;
  color: #ffffff;
}

.tag.info {
  background: #0dcaf0;
  color: #212529;
}

.tag.success {
  background: #198754;
  color: #ffffff;
}

.tag.warning {
  background: #ffc107;
  color: #212529;
}

.tag.danger {
  background: #ab1b1b;
  color: #ffffff;
}

.tag.pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* Load fonts */
@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* Set font family styles */
:root {
  --master-color: #37414a;
  --second-color: #003d67;
  --navbar-color: #37414a;
  --text-color: #484848;
  --header-text-color: #ffffff;
  --menu-text-color: #484848;
}

.progressbar {
  position: relative;
  border: none;
  border-radius: 1em;
  display: block;
  height: 1em;
  overflow: hidden;
  padding: 0;
  width: 100%;
  font-size: 1em;
  line-height: 1em;
  background: #eeeeee;
  box-shadow: rgba(0, 0, 0, 0.14902) 0px -1px 0px inset;
}

.progressbar .progress {
  float: left;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #003d67;
  border-radius: 1em;
  transition: width 0.6s ease;
  font-size: 0.8em;
}

.progressbar.success .progress {
  background: #20983b;
}

.progressbar.warning .progress {
  background: #b38118;
}

.progressbar.danger .progress {
  background: #ab1b1b;
}

.progressbar.stripped .progress {
  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: 40px 40px;
}

.progressbar.animate .progress {
  animation: progress-bar-stripes 1s linear infinite;
}

.progressbar.small {
  position: relative;
  border: none;
  border-radius: 0.75em;
  display: block;
  height: 0.75em;
  overflow: hidden;
  padding: 0;
  width: 100%;
  font-size: 1em;
  line-height: 0.75em;
  background: #eeeeee;
  box-shadow: rgba(0, 0, 0, 0.14902) 0px -1px 0px inset;
}

.progressbar.small .progress {
  float: left;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #003d67;
  border-radius: 0.75em;
  transition: width 0.6s ease;
  font-size: 0.8em;
}

.progressbar.small.success .progress {
  background: #20983b;
}

.progressbar.small.warning .progress {
  background: #b38118;
}

.progressbar.small.danger .progress {
  background: #ab1b1b;
}

.progressbar.small.stripped .progress {
  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: 40px 40px;
}

.progressbar.small.animate .progress {
  animation: progress-bar-stripes 1s linear infinite;
}

.progressbar.large {
  position: relative;
  border: none;
  border-radius: 1.5em;
  display: block;
  height: 1.5em;
  overflow: hidden;
  padding: 0;
  width: 100%;
  font-size: 1em;
  line-height: 1.5em;
  background: #eeeeee;
  box-shadow: rgba(0, 0, 0, 0.14902) 0px -1px 0px inset;
}

.progressbar.large .progress {
  float: left;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #003d67;
  border-radius: 1.5em;
  transition: width 0.6s ease;
  font-size: 0.8em;
}

.progressbar.large.success .progress {
  background: #20983b;
}

.progressbar.large.warning .progress {
  background: #b38118;
}

.progressbar.large.danger .progress {
  background: #ab1b1b;
}

.progressbar.large.stripped .progress {
  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: 40px 40px;
}

.progressbar.large.animate .progress {
  animation: progress-bar-stripes 1s linear infinite;
}

/* Load fonts */
@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* Set font family styles */
:root {
  --master-color: #37414a;
  --second-color: #003d67;
  --navbar-color: #37414a;
  --text-color: #484848;
  --header-text-color: #ffffff;
  --menu-text-color: #484848;
}

.panel {
  background-color: #ffffff;
  position: relative;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}

.panel > .header,
.panel > .footer {
  min-height: 2.2em;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0.6em 1.1em;
  font-weight: 300;
  font-size: 1.2em;
  color: #484848;
  background-color: rgb(225.25, 225.25, 225.25);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
}

.panel > .header a,
.panel > .footer a {
  color: rgb(0, 121.4077669903, 205);
}

.panel > .header:before, .panel > .header:after,
.panel > .footer:before,
.panel > .footer:after {
  content: "";
  display: table;
}

.panel > .header:after,
.panel > .footer:after {
  clear: both;
}

.panel > .footer {
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel > .body {
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0.8em 1.3em;
  background-color: #ffffff;
  overflow: auto;
  color: rgba(0, 23, 31, 0.8);
}

.panel > .body p:first-child {
  margin-top: 0;
}

.panel > .body p:last-child {
  margin-bottom: 0;
}

.panel.primary > .header,
.panel.primary > .footer {
  background-color: #003d67;
}

.panel.success > .header,
.panel.success > .footer {
  background-color: #20983b;
}

.panel.warning > .header,
.panel.warning > .footer {
  background-color: #b38118;
}

.panel.danger > .header,
.panel.danger > .footer {
  background-color: #ab1b1b;
}

.panel.outline {
  background-color: transparent;
}

.panel.outline > .header,
.panel.outline > .footer {
  border-bottom: 1px solid rgb(22.3837209302, 26.4534883721, 30.1162790698);
  background-color: transparent;
}

.card-header-btn {
  margin-top: 0.25rem;
}

/* Load fonts */
@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* Set font family styles */
:root {
  --master-color: #37414a;
  --second-color: #003d67;
  --navbar-color: #37414a;
  --text-color: #484848;
  --header-text-color: #ffffff;
  --menu-text-color: #484848;
}

.ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #484848;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  width: 100px;
  display: block;
  background-color: #2989d8;
  background: linear-gradient(#2989d8 0%, rgb(27.8241106719, 96.314229249, 152.6758893281) 100%);
  box-shadow: 0 3px 10px -5px rgb(0, 0, 0);
  position: absolute;
  top: 19px;
  left: -21px;
}

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid rgb(27.8241106719, 96.314229249, 152.6758893281);
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid rgb(27.8241106719, 96.314229249, 152.6758893281);
}

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid rgb(27.8241106719, 96.314229249, 152.6758893281);
  border-bottom: 3px solid transparent;
  border-top: 3px solid rgb(27.8241106719, 96.314229249, 152.6758893281);
}

.ribbon.right {
  left: initial;
  right: -5px;
}

.ribbon.right span {
  transform: rotate(45deg);
  left: initial;
  right: -23px;
}

.ribbon.primary {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon.primary span {
  font-size: 10px;
  font-weight: bold;
  color: #484848;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  width: 100px;
  display: block;
  background-color: #003d67;
  background: linear-gradient(#003d67 0%, rgb(0, 15.6941747573, 26.5) 100%);
  box-shadow: 0 3px 10px -5px rgb(0, 0, 0);
  position: absolute;
  top: 19px;
  left: -21px;
}

.ribbon.primary span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid rgb(0, 15.6941747573, 26.5);
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid rgb(0, 15.6941747573, 26.5);
}

.ribbon.primary span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid rgb(0, 15.6941747573, 26.5);
  border-bottom: 3px solid transparent;
  border-top: 3px solid rgb(0, 15.6941747573, 26.5);
}

.ribbon.primary.right {
  left: initial;
  right: -5px;
}

.ribbon.primary.right span {
  transform: rotate(45deg);
  left: initial;
  right: -23px;
}

.ribbon.black {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon.black span {
  font-size: 10px;
  font-weight: bold;
  color: #484848;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  width: 100px;
  display: block;
  background-color: #222;
  background: linear-gradient(#222 0%, hsl(0, 0%, -1.6666666667%) 100%);
  box-shadow: 0 3px 10px -5px rgb(0, 0, 0);
  position: absolute;
  top: 19px;
  left: -21px;
}

.ribbon.black span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid hsl(0, 0%, -1.6666666667%);
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid hsl(0, 0%, -1.6666666667%);
}

.ribbon.black span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid hsl(0, 0%, -1.6666666667%);
  border-bottom: 3px solid transparent;
  border-top: 3px solid hsl(0, 0%, -1.6666666667%);
}

.ribbon.black.right {
  left: initial;
  right: -5px;
}

.ribbon.black.right span {
  transform: rotate(45deg);
  left: initial;
  right: -23px;
}

.ribbon.red {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon.red span {
  font-size: 10px;
  font-weight: bold;
  color: #484848;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  width: 100px;
  display: block;
  background-color: #c30303;
  background: linear-gradient(#c30303 0%, rgb(119.6590909091, 1.8409090909, 1.8409090909) 100%);
  box-shadow: 0 3px 10px -5px rgb(0, 0, 0);
  position: absolute;
  top: 19px;
  left: -21px;
}

.ribbon.red span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid rgb(119.6590909091, 1.8409090909, 1.8409090909);
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid rgb(119.6590909091, 1.8409090909, 1.8409090909);
}

.ribbon.red span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid rgb(119.6590909091, 1.8409090909, 1.8409090909);
  border-bottom: 3px solid transparent;
  border-top: 3px solid rgb(119.6590909091, 1.8409090909, 1.8409090909);
}

.ribbon.red.right {
  left: initial;
  right: -5px;
}

.ribbon.red.right span {
  transform: rotate(45deg);
  left: initial;
  right: -23px;
}

.ribbon.green {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon.green span {
  font-size: 10px;
  font-weight: bold;
  color: #484848;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  width: 100px;
  display: block;
  background-color: #9bc90d;
  background: linear-gradient(#9bc90d 0%, rgb(99.5911214953, 129.1471962617, 8.3528037383) 100%);
  box-shadow: 0 3px 10px -5px rgb(0, 0, 0);
  position: absolute;
  top: 19px;
  left: -21px;
}

.ribbon.green span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid rgb(99.5911214953, 129.1471962617, 8.3528037383);
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid rgb(99.5911214953, 129.1471962617, 8.3528037383);
}

.ribbon.green span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid rgb(99.5911214953, 129.1471962617, 8.3528037383);
  border-bottom: 3px solid transparent;
  border-top: 3px solid rgb(99.5911214953, 129.1471962617, 8.3528037383);
}

.ribbon.green.right {
  left: initial;
  right: -5px;
}

.ribbon.green.right span {
  transform: rotate(45deg);
  left: initial;
  right: -23px;
}

.ribbon.orange {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon.orange span {
  font-size: 10px;
  font-weight: bold;
  color: #484848;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  width: 100px;
  display: block;
  background-color: #f79e05;
  background: linear-gradient(#f79e05 0%, rgb(172.0178571429, 110.0357142857, 3.4821428571) 100%);
  box-shadow: 0 3px 10px -5px rgb(0, 0, 0);
  position: absolute;
  top: 19px;
  left: -21px;
}

.ribbon.orange span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid rgb(172.0178571429, 110.0357142857, 3.4821428571);
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid rgb(172.0178571429, 110.0357142857, 3.4821428571);
}

.ribbon.orange span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid rgb(172.0178571429, 110.0357142857, 3.4821428571);
  border-bottom: 3px solid transparent;
  border-top: 3px solid rgb(172.0178571429, 110.0357142857, 3.4821428571);
}

.ribbon.orange.right {
  left: initial;
  right: -5px;
}

.ribbon.orange.right span {
  transform: rotate(45deg);
  left: initial;
  right: -23px;
}

.ribbon.grey {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon.grey span {
  font-size: 10px;
  font-weight: bold;
  color: #484848;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  width: 100px;
  display: block;
  background-color: #b6bac9;
  background: linear-gradient(#b6bac9 0%, rgb(138.0275590551, 144.437007874, 168.4724409449) 100%);
  box-shadow: 0 3px 10px -5px rgb(0, 0, 0);
  position: absolute;
  top: 19px;
  left: -21px;
}

.ribbon.grey span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid rgb(138.0275590551, 144.437007874, 168.4724409449);
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid rgb(138.0275590551, 144.437007874, 168.4724409449);
}

.ribbon.grey span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid rgb(138.0275590551, 144.437007874, 168.4724409449);
  border-bottom: 3px solid transparent;
  border-top: 3px solid rgb(138.0275590551, 144.437007874, 168.4724409449);
}

.ribbon.grey.right {
  left: initial;
  right: -5px;
}

.ribbon.grey.right span {
  transform: rotate(45deg);
  left: initial;
  right: -23px;
}

/* Load fonts */
@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* Set font family styles */
:root {
  --master-color: #37414a;
  --second-color: #003d67;
  --navbar-color: #37414a;
  --text-color: #484848;
  --header-text-color: #ffffff;
  --menu-text-color: #484848;
}

.media {
  background-color: #eeeeee;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgb(22.3837209302, 26.4534883721, 30.1162790698);
  border-radius: 5px;
  position: relative;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: flex-start;
  text-align: left;
  padding: 1em;
}

.media .media-left {
  margin-right: 1em;
}

.media .media-right {
  margin-left: 1em;
}

.media .media-right .close {
  border: 0;
  text-decoration: none;
  color: rgba(72, 72, 72, 0.3);
  font-size: 1.6em;
  transition: color 0.2s ease;
}

.media .media-right .close:before {
  font-family: FontAwesome;
  content: "\f057";
}

.media .media-right .close:hover {
  color: #484848;
}

.media .media-content {
  flex-grow: 1;
}

.media .media-content strong + small {
  margin-left: 0.5em;
}

.media .media-content p:last-child {
  margin-bottom: 0;
}

.media .media-content .functions > *:not(:last-child) {
  margin-right: 1em;
}

.media .media-content .functions > a {
  color: rgba(0, 61, 103, 0.7);
  transition: color 0.2s ease;
}

.media .media-content .functions > a:hover {
  color: #484848;
}

.media.primary {
  background-color: rgb(0, 30.7961165049, 52);
  background-color: rgba(0, 30.7961165049, 52, 0.8);
}

.media.primary a,
.media.primary .functions > a {
  color: #484848;
}

.media.success {
  background-color: rgb(23.1304347826, 109.8695652174, 42.6467391304);
  background-color: rgba(23.1304347826, 109.8695652174, 42.6467391304, 0.8);
}

.media.warning {
  background-color: rgb(134.0295566502, 96.5911330049, 17.9704433498);
  background-color: rgba(134.0295566502, 96.5911330049, 17.9704433498, 0.8);
}

.media.danger {
  background-color: rgb(126.9545454545, 20.0454545455, 20.0454545455);
  background-color: rgba(126.9545454545, 20.0454545455, 20.0454545455, 0.8);
}

.media.outline {
  background-color: transparent;
}

@keyframes pulsate {
  30% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  40% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes spin-around {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.text-muted {
  color: rgb(181.8, 181.8, 181.8) !important;
}

.disable-text-selection {
  -webkit-touch-callout: none;
  user-select: none;
}

.disabled {
  pointer-events: none;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.readable-width {
  max-width: 50em;
}

.text-page {
  padding: 1rem;
}
.text-page main {
  margin-left: auto;
  margin-right: auto;
  max-width: 50em;
}

#app h1,
#app h2,
#app h3,
#app h4,
#app h5 {
  font-weight: 300;
  line-height: 1.4;
  color: #484848;
}
#app h1 {
  font-size: 2.5rem;
}
#app h2 {
  font-size: 2rem;
}
#app h3 {
  font-size: 1.6rem;
}
#app h4 {
  font-size: 1.28rem;
}
#app h5 {
  font-size: 1rem;
}
#app strong {
  font-weight: 700;
}
#app em {
  font-style: italic;
}
#app small {
  font-size: 80%;
  font-weight: 400;
}
#app a {
  cursor: pointer;
}
#app a.link {
  color: #003d67;
  border-bottom: 1px solid rgb(22.3837209302, 26.4534883721, 30.1162790698);
  text-decoration: none;
}
#app a.link:hover {
  color: rgb(22.3837209302, 26.4534883721, 30.1162790698);
  border-bottom: 1px solid rgb(22.3837209302, 26.4534883721, 30.1162790698);
}

.p-btn {
  padding: 0.375rem 0.75rem;
}

.btn-group-xs > .btn,
.btn-xs {
  padding: 0.125rem 0.25rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.button {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  line-height: 1.42857143;
  white-space: nowrap;
  vertical-align: middle;
  outline: 0;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: all 0.1s ease;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  background: rgb(0, 106.3058252427, 179.5);
  border: 1px solid rgb(0, 121.4077669903, 205);
  color: #484848;
}
.button .icon {
  margin-right: 5px;
}
.button:not([disabled]):hover {
  background: rgb(0, 121.4077669903, 205);
}
.button:active {
  background: rgb(0, 91.2038834951, 154);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.button .icon {
  margin-right: 5px;
}
.button.primary {
  background: #003d67;
  border: 1px solid rgb(0, 76.1019417476, 128.5);
  color: #484848;
}
.button.primary .icon {
  margin-right: 5px;
}
.button.primary:not([disabled]):hover {
  background: rgb(0, 76.1019417476, 128.5);
}
.button.primary:active {
  background: rgb(0, 45.8980582524, 77.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.button.outline {
  border: 1px solid rgb(109.5813953488, 129.2325581395, 146.9186046512);
  background: transparent;
  border: 1px solid rgba(12.75, 12.75, 12.75, 0);
  color: #484848;
}
.button.outline .icon {
  margin-right: 5px;
}
.button.outline:not([disabled]):hover {
  background: rgba(12.75, 12.75, 12.75, 0);
}
.button.outline:active {
  background: hsla(0, 0%, -5%, 0);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.button.success {
  background: #20983b;
  border: 1px solid rgb(36.4347826087, 173.0652173913, 67.1766304348);
  color: #484848;
}
.button.success .icon {
  margin-right: 5px;
}
.button.success:not([disabled]):hover {
  background: rgb(36.4347826087, 173.0652173913, 67.1766304348);
}
.button.success:active {
  background: rgb(27.5652173913, 130.9347826087, 50.8233695652);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.button.warning {
  background: #b38118;
  border: 1px solid rgb(201.4852216749, 145.2044334975, 27.0147783251);
  color: #484848;
}
.button.warning .icon {
  margin-right: 5px;
}
.button.warning:not([disabled]):hover {
  background: rgb(201.4852216749, 145.2044334975, 27.0147783251);
}
.button.warning:active {
  background: rgb(156.5147783251, 112.7955665025, 20.9852216749);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.button.danger {
  background: #ab1b1b;
  border: 1px solid rgb(193.0227272727, 30.4772727273, 30.4772727273);
  color: #484848;
}
.button.danger .icon {
  margin-right: 5px;
}
.button.danger:not([disabled]):hover {
  background: rgb(193.0227272727, 30.4772727273, 30.4772727273);
}
.button.danger:active {
  background: rgb(148.9772727273, 23.5227272727, 23.5227272727);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
}
.button.loading {
  color: transparent !important;
  text-shadow: none;
  pointer-events: none;
  position: relative;
}
.button.loading:after {
  position: absolute;
  animation: spin-around 0.8s infinite linear;
  border: 2px solid #484848;
  border-radius: 100%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
.button.large {
  font-size: 1.25em;
  line-height: 2em;
  padding: 2px 1.8em;
}
.button.large.loading:after {
  animation: spin-around 0.8s infinite linear;
  border: 2px solid #484848;
  border-radius: 100%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
}
.button.small {
  font-size: 0.9em;
  padding: 2px 1em;
}
.button.small.loading:after {
  animation: spin-around 0.8s infinite linear;
  border: 2px solid #484848;
  border-radius: 100%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
}
.button:focus {
  box-shadow: 0 0 8px rgba(0, 61, 103, 0.6);
}

.button-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.button-group .button:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.button-group .button:last-child:not(:first-child) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.button-group .button:not(:first-child):not(:last-child) {
  border-radius: 0px;
}

.button.fab {
  width: 2.3em;
  height: 2.3em;
  line-height: 2.3em;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  padding: 0;
  white-space: initial;
  vertical-align: middle;
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  touch-action: manipulation;
  user-select: none;
}
.button.fab .icon {
  margin-right: 0;
}
.button.fab:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.button.fab.large {
  font-size: 1.5em;
}

::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

::-webkit-scrollbar-thumb {
  background: #37414a;
  cursor: pointer;
  -webkit-border-radius: 1ex;
  border: none;
}

::-webkit-scrollbar-track {
  background: #ffffff;
}

::-webkit-scrollbar-corner {
  background: #ffffff;
}

body {
  scrollbar-face-color: #37414a;
  scrollbar-track-color: #ffffff;
}

html {
  position: relative;
  min-width: 320px;
}

html,
body {
  min-height: 100%;
  min-width: 320px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body {
  background-color: #ffffff;
  color: #484848;
  padding: 0;
  margin: 0;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
}
body::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: none;
  background: none no-repeat center center;
  background-size: cover;
  will-change: transform;
  z-index: -1;
}

.aoi-tool {
  background-color: #f0f9ff;
}

/* Load fonts */
@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* Set font family styles */
:root {
  --master-color: #37414a;
  --second-color: #003d67;
  --navbar-color: #37414a;
  --text-color: #484848;
  --header-text-color: #ffffff;
  --menu-text-color: #484848;
}

/* Load fonts */
@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* Set font family styles */
:root {
  --master-color: #37414a;
  --second-color: #003d67;
  --navbar-color: #37414a;
  --text-color: #484848;
  --header-text-color: #ffffff;
  --menu-text-color: #484848;
}

html {
  height: 100%;
  margin: 0;
}

body {
  height: 100%;
}

/*-------------------------------TEXT STYLINGS-------------------------------*/
.font-sm {
  font-size: 90%;
}

.font-lg {
  font-size: 120%;
}

.font-xl {
  font-size: 150%;
}

/*------------------BACKGROUND STYLING-------------------------------*/
.bg-successful {
  background-color: rgba(0, 128, 0, 0.1);
}

.bg-failed {
  background-color: rgba(255, 0, 0, 0.1);
}

/*------------------OTHER STYLINGS-------------------------------*/
.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(128, 128, 128, 0.7);
}

.padding-y {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/*----------------------------NAVIGATION BAR STYLING-------------------------------*/
.navbar-custom {
  background-color: #ffffff;
}

.navbar-custom .navbar-nav .nav-link {
  padding: 0 1rem;
}

@media (max-width: 992px) {
  .navbar-custom .navbar-nav .nav-link {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
.navbar-custom .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.55);
}

.navbar-custom .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/*----------------------------LOGOS STYLING-------------------------------*/
#logos a {
  display: inline-block;
}

#logos a img {
  width: 100%;
}

/*----------------------------FOOTER STYLING-------------------------------*/
.footer {
  max-width: 700px;
}

/*----------------------------MODAL STYLING-------------------------------*/
#feature-modal .modal-dialog {
  margin-top: 5px !important;
}

#feature-modal-text {
  padding: 1rem;
}

/*----------------------------EXTRA BOOTSTRAP STYLING-------------------------------*/
.dropdown-item-checked::before {
  position: absolute;
  left: 0.4rem;
  content: "✓";
  font-weight: 600;
}

/*------------------CHANGE STYLINGS BASED ON SCREEN WIDTH FOR RESPONSIVE DESIGN---------------------*/
@media screen and (min-width: 1200px) {
  /*---For wide screens make modal wider than default---------*/
  #feature-modal .modal-dialog {
    width: 750px;
    max-width: 750px;
  }
}
.bg {
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex-page {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.flex-page .flex-container {
  margin: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.flex-page .flex-container main {
  max-width: 24rem;
  padding: 1rem;
  border-radius: 15px;
  border: 2px solid #000000;
  background-color: rgba(255, 255, 255, 0.75);
  text-align: center;
}

.flex-page .flex-container main .form-floating {
  text-align: initial;
}

.flex-page .flex-container main .form-check {
  text-align: initial;
  line-height: 1.15;
}

.flex-page .flex-container main .invalid-feedback {
  text-align: initial;
}

.flex-page .flex-container main .alert {
  padding: 0.5rem 1rem;
  text-align: initial;
}

.flex-page .flex-container.activate-account {
  width: 50%;
  font-size: 1.2em;
}

.link-text-microauth {
  color: #00a2ed;
}

.btn-microauth {
  border-color: #00a2ed;
  background-color: #ffffff;
  text-decoration-color: #00a2ed;
}

#showorg:checked + label + div {
  display: block;
}

#orgfield {
  display: none;
}

.password-group {
  height: 45.63px;
}

.password-group a {
  cursor: pointer;
}

.password-group a:hover {
  cursor: pointer;
}

.password-group .input-group-append {
  height: 45.63px;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 60%;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-default-button {
  float: none;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.modal-button-wrap {
  text-align: center;
}

/* Load fonts */
.accordion-sm .accordion-button {
  padding: 0.25rem 0.5rem;
}

.accordion-sm .accordion-body {
  padding: 0.25rem 0.5rem;
}

.alert.fade {
  margin-bottom: 0;
  overflow: hidden;
  padding: 0 1rem;
  transition: opacity 0.3s linear, height 0.3s ease, padding-top 0.3s ease, padding-bottom 0.3s ease, margin 0.3s ease;
}

.alert.fade.show {
  margin-bottom: 1rem;
  padding: 1rem 1rem;
  transition: opacity 0.15s linear, height 0.3s ease, padding-top 0.3s ease, padding-bottom 0.3s ease, margin 0.3s ease;
}

.avatar {
  width: 3rem;
  height: 3rem;
  background-color: #6c757d;
  color: white;
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.avatar.avatar-sm {
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
}

.avatar.avatar-lg {
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
}

.avatar.avatar-xl {
  width: 6rem;
  height: 6rem;
  font-size: 3rem;
}

.no-bullets {
  list-style-type: none;
  padding-left: 0;
}

.no-bullets li ul {
  list-style-type: disc;
}

.content .fa {
  transition: 0.3s transform ease-in-out;
}

.content .collapsed .fa {
  transform: rotate(90deg);
}

.popover-container {
  display: contents;
  position: relative;
}

.popover-container .popover {
  left: unset;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: unset;
  transition: opacity 0.2s, max-height 0.2s step-end;
}

.popover-container .popover.show {
  max-height: 1000px;
  opacity: 1;
  transition: opacity 0.2s;
}

.popover-container .popover .popover-header {
  padding: 0.5rem 1rem;
}

.popover-container .popover .popover-body {
  padding: 1rem;
}

@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* Set font family styles */
:root {
  --master-color: #37414a;
  --second-color: #003d67;
  --navbar-color: #37414a;
  --text-color: #484848;
  --header-text-color: #ffffff;
  --menu-text-color: #484848;
}

[data-tooltip] {
  position: relative;
}

[data-tooltip]::before {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: all 0.18s ease-out 0.18s;
  z-index: 500;
  content: "";
  height: 0;
  width: 0;
}

[data-tooltip]:hover::before, [data-tooltip]:focus-visible::before {
  opacity: 1;
}

[data-tooltip][data-tooltip-pos=up]::before {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 10px);
  transform-origin: top;
  border: 5px solid transparent;
  border-top-color: rgba(16, 16, 16, 0.95);
}

[data-tooltip][data-tooltip-pos=up]:hover::before, [data-tooltip][data-tooltip-pos=up]:focus-visible::before {
  transform: translate(-50%, 0);
}

[data-tooltip][data-tooltip-pos=down]::before {
  left: 50%;
  top: 100%;
  transform: translate(-50%, -10px);
  border: 5px solid transparent;
  border-bottom-color: rgba(16, 16, 16, 0.95);
}

[data-tooltip][data-tooltip-pos=down]:hover::before, [data-tooltip][data-tooltip-pos=down]:focus-visible::before {
  transform: translate(-50%, 0);
}

[data-tooltip][data-tooltip-pos=left]::before {
  right: 100%;
  top: 50%;
  transform: translate(10px, -50%);
  border: 5px solid transparent;
  border-left-color: rgba(16, 16, 16, 0.95);
}

[data-tooltip][data-tooltip-pos=left]:hover::before, [data-tooltip][data-tooltip-pos=left]:focus-visible::before {
  transform: translate(0, -50%);
}

[data-tooltip][data-tooltip-pos=right]::before {
  left: 100%;
  top: 50%;
  transform: translate(-10px, -50%);
  border: 5px solid transparent;
  border-right-color: rgba(16, 16, 16, 0.95);
}

[data-tooltip][data-tooltip-pos=right]:hover::before, [data-tooltip][data-tooltip-pos=right]:focus-visible::before {
  transform: translate(0, -50%);
}

[data-tooltip]::after {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: all 0.18s ease-out 0.18s;
  z-index: 500;
  background-color: rgba(16, 16, 16, 0.95);
  border-radius: 4px;
  color: white;
  content: attr(data-tooltip);
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  padding: 0.5em 1em;
  text-indent: 0;
  text-shadow: none;
  white-space: nowrap;
}

[data-tooltip]:hover::after, [data-tooltip]:focus-visible::after {
  opacity: 1;
}

[data-tooltip][data-tooltip-pos=up]::after {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 10px);
  transform-origin: top;
  margin-bottom: 10px;
}

[data-tooltip][data-tooltip-pos=up]:hover::after, [data-tooltip][data-tooltip-pos=up]:focus-visible::after {
  transform: translate(-50%, 0);
}

[data-tooltip][data-tooltip-pos=down]::after {
  left: 50%;
  top: 100%;
  transform: translate(-50%, -10px);
  margin-top: 10px;
}

[data-tooltip][data-tooltip-pos=down]:hover::after, [data-tooltip][data-tooltip-pos=down]:focus-visible::after {
  transform: translate(-50%, 0);
}

[data-tooltip][data-tooltip-pos=left]::after {
  right: 100%;
  top: 50%;
  transform: translate(10px, -50%);
  margin-right: 10px;
}

[data-tooltip][data-tooltip-pos=left]:hover::after, [data-tooltip][data-tooltip-pos=left]:focus-visible::after {
  transform: translate(0, -50%);
}

[data-tooltip][data-tooltip-pos=right]::after {
  left: 100%;
  top: 50%;
  transform: translate(-10px, -50%);
  margin-left: 10px;
}

[data-tooltip][data-tooltip-pos=right]:hover::after, [data-tooltip][data-tooltip-pos=right]:focus-visible::after {
  transform: translate(0, -50%);
}

[data-tooltip][data-tooltip-size=sm]::after {
  white-space: pre-line;
  width: 5rem;
}

[data-tooltip][data-tooltip-size=md]::after {
  white-space: pre-line;
  width: 10rem;
}

[data-tooltip][data-tooltip-size=lg]::after {
  white-space: pre-line;
  width: 15rem;
}

[data-tooltip][data-tooltip-size=xl]::after {
  white-space: pre-line;
  width: 20rem;
}

/* Load fonts */
@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* Set font family styles */
:root {
  --master-color: #37414a;
  --second-color: #003d67;
  --navbar-color: #37414a;
  --text-color: #484848;
  --header-text-color: #ffffff;
  --menu-text-color: #484848;
}

.profile {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.profile .details {
  flex-grow: 1;
}

.profile .details .name {
  font-weight: 500;
  font-size: 1.8em;
  line-height: 1em;
  margin-top: 0.2em;
  text-align: center;
}

@media (min-width: 576px) {
  .profile .details .name {
    text-align: left;
  }
}
.profile .details .tags {
  display: flex;
  flex-wrap: wrap;
}

.profile .details .tags .tag {
  margin: 0 0.4em 0.4em 0;
  text-transform: capitalize;
}

.profile .details .description {
  line-height: 1.3em;
  margin-top: 0.6em;
}

.profile .details .description .info-row {
  line-height: 1.3em;
}

.profile .details .description .info-row i {
  margin-right: 0.5em;
}

.profile .details .description .info-row .caption {
  display: inline-block;
  width: 5em;
}

.profile .details .description .info-row .value {
  margin-left: 0.2em;
  color: #484848;
  font-weight: 400;
}

#otpVerify {
  min-width: 8em;
  max-width: 14em;
}

.information h2 {
  line-height: 45px;
}

.information .info-table {
  font-size: 1.2em;
}

.information .info-table .row {
  margin-top: 1.2em;
  min-height: 38px;
}

.information .info-table .row input,
.information .info-table .row select,
.information .info-table .row .input-group,
.information .info-table .row .progress {
  max-width: 400px;
}

.information .info-table .row .input-group input {
  max-width: unset;
}

.information .info-table .caption {
  display: inline-block;
  font-weight: 700;
}

@media (min-width: 576px) {
  .information .info-table .caption {
    text-align: right;
    border-right: 1px solid #484848;
  }
}
.information .info-table .value {
  color: #484848;
  font-weight: 400;
  text-align: left;
  vertical-align: bottom;
}

#soil-moisture-modal-table.table-hover tr {
  cursor: pointer;
}

#soil-moisture-modal-table.table-hover .del-pipeline-btn {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

#soil-moisture-modal-table.table-hover .del-pipeline-btn i {
  transition: transform 0.3s;
}

#soil-moisture-modal-table.table-hover .del-pipeline-btn:hover i {
  transform: rotate(180deg);
}

#soil-moisture-modal-table.table-hover .del-pipeline-btn:active {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

#soil-moisture-modal-table.table-hover .del-pipeline-popover .arrow {
  display: none;
}

#soil-moisture-modal-table.table-hover .del-pipeline-popover .fa {
  cursor: pointer;
}

#soil-moisture-modal-table.table-hover .del-pipeline-popover .fa:hover, #soil-moisture-modal-table.table-hover .del-pipeline-popover .fa:focus {
  color: royalblue;
}

.hero-text h1 {
  white-space: nowrap;
  font-size: clamp(2rem, 6vw, 4rem);
}

@font-face {
  font-family: "Roboto";
  src: url("https://agsat.azureedge.net/fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
body {
  padding-top: 3rem;
  color: #5a5a5a;
}

span.anchor {
  margin-top: -70px;
  display: block;
  height: 70px;
  visibility: hidden;
  position: relative;
}

.hero-image {
  background-image: url("https://agsat.azureedge.net/aer/images/hero_lake.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #37414a;
  height: 60%;
  display: flex;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}

.hero-divider {
  width: 100%;
  height: 20px;
  background: #37414a;
  display: block;
}

.styled-link {
  color: black;
}

.btn-primary {
  background-color: #37414a;
  border-color: none;
}
.btn-primary:hover {
  background-color: rgb(87.6162790698, 103.5465116279, 117.8837209302);
  border-color: #37414a;
}
.btn-primary:active:focus {
  background-color: rgb(87.6162790698, 103.5465116279, 117.8837209302) !important;
  border-color: #37414a !important;
}

.custom-img {
  width: 100%;
  border-radius: 10px;
  max-height: 300px;
  object-fit: contain;
  background: #fff;
}

.hero-left-bg {
  position: relative;
  width: 100%;
  min-width: 480px;
  opacity: 0.9;
  height: 100%;
  background: url("https://agsat.azureedge.net/aer/images/homepage-banner-shape-solid.png") left center/100% 100% no-repeat;
  display: flex;
  align-items: center;
  z-index: 2;
}

.hero-text {
  text-align: left;
  color: white;
}

.hero-waves {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  object-fit: cover;
  z-index: 4;
  pointer-events: none;
}

/*------------------ NAVBAR STYLINGS-------------------------------*/
.navbar-custom {
  background-color: #ffffff;
}
.navbar-custom::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background: #37414a;
  position: absolute;
  left: 0;
  bottom: -8px;
  z-index: 10;
}
.navbar-custom .navbar-nav .nav-link {
  color: #37414a;
}
.navbar-custom .navbar-nav .nav-link:hover, .navbar-custom .navbar-nav .nav-link:active {
  color: rgb(0, 91.2038834951, 154);
}
.navbar-custom .btn-primary {
  background-color: #37414a;
  border-color: #37414a;
  color: #fff;
}
.navbar-custom .btn-primary:hover, .navbar-custom .btn-primary:focus {
  background-color: rgb(76.7441860465, 90.6976744186, 103.2558139535);
  border-color: rgb(76.7441860465, 90.6976744186, 103.2558139535);
  color: #fff;
}
.navbar-custom .btn-secondary {
  background-color: #003d67;
  border-color: #003d67;
  color: #fff;
}
.navbar-custom .btn-secondary:hover, .navbar-custom .btn-secondary:focus {
  background-color: rgb(0, 91.2038834951, 154);
  border-color: rgb(0, 91.2038834951, 154);
  color: #fff;
}
.navbar-custom .btn-outline-secondary {
  background-color: #fff;
  border-color: #37414a;
  color: #37414a;
}
.navbar-custom .btn-outline-secondary:hover, .navbar-custom .btn-outline-secondary:focus {
  background-color: #37414a;
  color: #fff;
}
.navbar-custom .navbar-toggler {
  border-color: #37414a;
  border-radius: 0.25em;
  border-width: 2px;
}
.navbar-custom .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(55,65,74)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/*------------------ FOOTER STYLINGS-------------------------------*/
#footer {
  background-color: #37414a;
  color: #fff;
}

#footer a {
  color: #fff;
}
#footer a:hover {
  color: rgb(103, 193.0194174757, 255);
}

.navbar-login {
  background-color: #37414a;
}

.navbar-login a {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-login a:active, .navbar-login a:hover {
  color: rgb(0, 106.3058252427, 179.5);
  text-decoration: none;
}

.bg-img {
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("https://agsat.azureedge.net/aer/images/login_background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #37414a;
  min-height: 100vh;
}

.login-header {
  font-size: 1.75rem;
}

.btn-main {
  background-color: #37414a;
  border: #37414a;
  color: #ffffff;
}
.btn-main:hover, .btn-main:focus {
  background-color: #37414a;
  border: #37414a;
  color: #ffffff;
}

.btn-main[disabled],
body .btn-main[disabled]:hover {
  border-color: rgba(55, 65, 74, 0.7);
  background-color: rgba(55, 65, 74, 0.7);
  color: #eeeeee;
}

.message {
  color: #37414a;
  font-size: 2.2rem;
}

/*# sourceMappingURL=aer.css.map */
