/* _content/softaware.Web.FeedbackCollector/Pages/Feedback.cshtml.rz.scp.css */
.btn-success[b-xy64h0p96t] {
    color: #000;
    background-color: #CEE7D4;
    border-color: #cccccc;
}

.btn-success:hover[b-xy64h0p96t] {
    color: #000;
    background-color: #96BA9F;
    border-color: #146c43;
}

.btn-warning[b-xy64h0p96t] {
    color: #000;
    background-color: #F8F2D3;
    border-color: #cccccc;
}

.btn-warning:hover[b-xy64h0p96t] {
    color: #000;
    background-color: #F7E694;
    border-color: #ffc720;
}

.btn-danger[b-xy64h0p96t] {
    color: #000;
    background-color: #FBDEDD;
    border-color: #cccccc;
}

.btn-danger:hover[b-xy64h0p96t] {
    color: #000;
    background-color: #EAA3A1;
    border-color: #b02a37;
}

.cell-1[b-xy64h0p96t] {
    width: 10%;
}

.cell-2[b-xy64h0p96t] {
    width: 20%;
    border-left: 1px solid #cccccc;
}

@media (max-width: 500px) {
    .cell-2[b-xy64h0p96t] {
        font-size: 0.6rem;
    }
}

.btn[b-xy64h0p96t] {
    border-radius: 0;
}

.btn-group > .btn:nth-child(2)[b-xy64h0p96t] {
    /*
        Any button in the group that is but the first should have a negative margin
        to avoid duplicate borders because of this bootstrap rule:

        .btn-group>.btn:not(:first-child) margin-left: -1px;
        
        This doesn't work here though because the label that has the .btn class
        isn't the first child (the input element is). So we need to reset the
        left margin to 0 for the first button manually here.
    */

    margin-left: 0;
}

.border-start[b-xy64h0p96t], .border- stop[b-xy64h0p96t], .border-end[b-xy64h0p96t], .border-bottom[b-xy64h0p96t] {
    border-color: #cccccc;
}

.form-control:focus[b-xy64h0p96t] {
    border-color: #CEE7D4;
}

.form-control:focus[b-xy64h0p96t] {
    color: #212529;
    background-color: #fff;
    border-color: #CEE7D4;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #CEE7D4;
}
/* _content/softaware.Web.FeedbackCollector/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-l1m8wp21zg] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-l1m8wp21zg] {
  color: #0077cc;
}

.btn-primary[b-l1m8wp21zg] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-l1m8wp21zg], .nav-pills .show > .nav-link[b-l1m8wp21zg] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-l1m8wp21zg] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-l1m8wp21zg] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-l1m8wp21zg] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-l1m8wp21zg] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-l1m8wp21zg] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.link-success[b-l1m8wp21zg] {
    color: #77B42A;
}

.link-success:hover[b-l1m8wp21zg], .link-success:focus[b-l1m8wp21zg] {
    color: #416218;
}
/* _content/softaware.Web.FeedbackCollector/Pages/Thanks.cshtml.rz.scp.css */

.btn[b-dnn4ji04tv] {
    width: 130px;    
}

.btn-success[b-dnn4ji04tv] {
    color: #000;
    background-color: #8DC73F;
    border-color: #8DC73F;
}

.btn-success:hover[b-dnn4ji04tv] {
    color: #000;
    background-color: #76A535;
    border-color: #76A535;
}

.player[b-dnn4ji04tv] {
    width: 300px;
    height: 300px;
}

@media (max-width: 500px) {
    .player[b-dnn4ji04tv] {
        width: 200px;
        height: 200px;
        margin: -20px;
    }
}
