<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/* forms */
#form { padding-bottom: 3rem; }
#form td {background-color: transparent; }
.field-group {margin-bottom: 1rem;background: none;}
.field-group label {font-weight: bold;}
.check-group { margin-bottom: 2rem; }
.field-group label {display: inline-block;margin-bottom: 0.5rem;background: none;}
.field-group input {display: block;width: 100%;height: calc(1.5em + .75rem + 2px);padding: .375rem .75rem;font-size: 1rem;font-weight: 400;line-height: 1.5;color: #495057;background-color: #fff;background-clip: padding-box;border: 1px solid #ced4da;border-radius: .25rem;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea.form-control {
    height: auto;
}
.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}
.form-check-inline .field-group {
    margin: 0;
    margin-left: 0.5rem;
}

.form-check-inline .field-group input {
    height: auto;
    line-height: 1;
    padding: .275rem;
}
.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
    margin: .3rem 0 0 -1.25rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.form-check-label {
    margin-bottom: 0;
    line-height: 24px;
}
legend {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
legendsub {
  margin-bottom: 0.5rem;
}
alertmsg {
  color:#fc0202;
  margin-bottom: 0.5rem;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
.form-text {
    display: block;
    margin-top: .25rem;
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}

/* birdeye */
#birdeye .table td, #birdeye .table th {
  vertical-align: middle;
  padding: .2rem;
  border: 0;
  font-size: 80%;
  width: auto;
}
#birdeye tbody .row{
  color: white;
}
#birdeye .table th {
	color: white;
} 
.reviews .btn{
	color: white;
} 
.reviews-container {
  max-height: 520px;
  padding-right: 3rem;
}
.reviews-container .badge {
    font-size: 11px;
}
a.loading svg {
  display: inline-block !important;
}
.review-comments {
    display: inline;
}
.btn-outline-light {
    color: white;
    border-color: white;
}
.btn-outline-light:hover {
    color: #16284c;
    background-color: white;
    border-color: white;
}
.reviews{
    color: white;
}
.reviews .text-blue{
    color: white!important;
}
.reviews .text-muted{
    color: white!important;
}
.reviews .btn{
   color: white;
}  
.scroll-y-auto {
    overflow-y: auto;
}
#birdeye .table th {
  color: white;
}
#birdeye tbody &gt; tr:last-child {
		   color: white;
		} 


/* loading */
.loading {
  width: 80px;
  max-width: 100%;
  position: absolute;
  height: 150px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.loading path {
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
@keyframes draw {
  80% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.loading path {
  fill: transparent;
  stroke-width: 0.4;
  stroke: #16284c;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
  animation: draw 1.5s forwards infinite;
}

/* forms */
#form { padding-bottom: 3rem; }
#form td {background-color: transparent; }
.field-group {margin-bottom: 1rem;background: none;}
.field-group label {font-weight: bold;}
.check-group { margin-bottom: 2rem; }
.field-group label {display: inline-block;margin-bottom: 0.5rem;background: none;}
.field-group input {display: block;width: 100%;height: calc(1.5em + .75rem + 2px);padding: .375rem .75rem;font-size: 1rem;font-weight: 400;line-height: 1.5;color: #495057;background-color: #fff;background-clip: padding-box;border: 1px solid #ced4da;border-radius: .25rem;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.q-title {
    font-size: 1.25rem;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea.form-control {
    height: auto;
}
.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}
.form-check-inline .field-group {
    margin: 0;
    margin-left: 0.5rem;
}

.form-check-inline .field-group input {
    height: auto;
    line-height: 1;
    padding: .275rem;
}
.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
    margin: .3rem 0 0 -1.25rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.form-check-label {
    margin-bottom: 0;
    line-height: 24px;
}
legend {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
legendsub {
  margin-bottom: 0.5rem;
}
alertmsg {
  color:#fc0202;
  margin-bottom: 0.5rem;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
.form-text {
    display: block;
    margin-top: .25rem;
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}

</pre></body></html>