body{
    background-attachment: fixed;
    background-image: url("../img/a6fb579d80baf7b4ed851ae2b8f3c9dc8.png");
    background-size: auto;
}
.a224396e7ef142dfbd7139774e216f3f8 {
    margin: 0.5rem !important;
}
.a72d1c793941cacf910a7501b9a8496df {
    display: none;
}
.navbar-collapse {
    flex-grow: 0 !important;
}
.col {
    Display: flex !important;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.a41352de539fc5b1a60525d0f740d5077 {
    -webkit-filter: 
        drop-shadow(1px 1px 0 rgb(255, 255, 255))
        drop-shadow(-1px -1px 0 rgb(255, 255, 255));
    filter: 
        drop-shadow(1px 1px 0 rgb(255, 255, 255))
        drop-shadow(-1px -1px 0 rgb(255, 255, 255));
}
.a8b4e9403391c316724151c1be4d62bc1 {
    transition: all 0.25s !important;
}
.a8b4e9403391c316724151c1be4d62bc1:hover {
    transform: rotate(360deg) !important;
}
.a57f60271a52da343003eb29c42c7c684:hover {
    animation: toUp 0.3s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    -webkit-filter: 
        drop-shadow(1px 1px 0 #ffffff)
        drop-shadow(-1px -1px 0 #ffffff);
    filter: 
        drop-shadow(1px 1px 0 #ffffff)
        drop-shadow(-1px -1px 0 #ffffff);
}
input[type=number].no-spinner::-webkit-inner-spin-button, 
    input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
     margin: 0; 
}
input[type=number].no-spinner {
    -moz-appearance: textfield;
    appearance: textfield;
}
.offcanvas {
    opacity: 0.95;
}
.error-template {padding: 40px 15px;text-align: center;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }
@keyframes shake {
    10%, 90% {
        transform: translate3d(0, -1px, 0);
    }
    
    20%, 80% {
        transform: translate3d(0, 2px, 0);
    }
  
    30%, 50%, 70% {
        transform: translate3d(0, -4px, 0);
    }
  
    40%, 60% {
        transform: translate3d(0, 4px, 0);
    }

}
@keyframes toUp {
    100% {
        transform: translate3d(0, -5px, 0);
    }
}
@media(max-width: 768px){
    .a57f60271a52da343003eb29c42c7c684 {
        width: 100vw !important;
    }
    .a72d1c793941cacf910a7501b9a8496df {
        display: inline-block;
    }
    .a3f09feb9c5be84cd403488ff63f83519 {
        width: 100% !important;
    }
    .hidden-mobile {
        display: none;
    }
}