/* _content/Infinitek.Solution/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


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

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

/*ANIMATED NAVBAR TOGGLER*/
.animated-icon[b-rc7ahe29ln] {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon span[b-rc7ahe29ln] {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon span:nth-child(1)[b-rc7ahe29ln] {
    top: 0px;
}

.animated-icon span:nth-child(2)[b-rc7ahe29ln] {
    top: 10px;
}

.animated-icon span:nth-child(3)[b-rc7ahe29ln] {
    top: 20px;
}

.animated-icon.open span:nth-child(1)[b-rc7ahe29ln] {
    top: 11px;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon.open span:nth-child(2)[b-rc7ahe29ln] {
    opacity: 0;
    left: -60px;
}

.animated-icon.open span:nth-child(3)[b-rc7ahe29ln] {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* @ TOP BUTTON */

#topButton[b-rc7ahe29ln] {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 3%;
    cursor: pointer;
    color: #fff;
    border-radius: 10px;
    border: none;
    box-shadow: 0px 0px 20px rgba(75, 93, 104, 1.3);
    font-size: 32px;
}

#topButton:hover[b-rc7ahe29ln] {
        box-shadow: 0px 0px 40px rgba(75, 93, 104, 7);

}
