body.modal-open {
    padding-right: 0 !important;
}

.modal-open .sticky-top {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .modal-content {
        background: none !important;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }
}
/*
#header {
    background: url("/media/ntolleskelineriengif.gif");
    background: url("/media/ntollesgifff.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/
#header {
    background: rgb(255,239,0);
    background: linear-gradient(288deg, rgba(255,239,0,1) 0%, rgba(0,212,255,1) 100%); 
    background: rgb(9,255,0);
    background: linear-gradient(156deg, rgba(9,255,0,1) 0%, rgba(0,151,255,1) 100%);
    background: rgb(0,220,43);
    background: linear-gradient(156deg, rgba(0,220,43,1) 0%, rgba(0,134,255,1) 100%); 
    /*background: rgb(0,220,43);
    background: linear-gradient(156deg, #f7ff00 0%,#db36a4 100%); */
}
html[new="1"] .btn-success{
    background: rgb(0,220,43);
    background: linear-gradient(156deg, rgba(0,220,43,1) 0%, rgba(0,134,255,1) 100%); 
    transition: ease 0.5s;
}
html[new="1"] .btn-danger{
    background: rgb(0,220,43);
    /*background: linear-gradient(156deg, #f7ff00 0%,#db36a4 100%);*/
    background: linear-gradient(156deg, #ff8400 0%,#db36a4 100%);
}
html[new="1"] .btn-primary{
    background: rgb(0,138,255);
    background: linear-gradient(156deg, rgba(0,138,255,1) 0%, rgba(0,202,255,1) 100%); 
}
html[new="1"] .btn-warning{
    background: rgb(255,94,0);
    background: linear-gradient(156deg, rgba(212,221,0,1) 0%, rgba(255,94,0,1) 100%);
}
html[new="1"] .btn-info{
    background: rgb(0,232,255);
    background-image: linear-gradient(156deg, rgba(0,232,255,1) 0%, rgba(2,116,171,1) 100%); 
}
html[new="1"] .btn-info:hover, .btn-success:hover,.btn-danger:hover,.btn-primary:hover,.btn-warning:hover{
    opacity: 0.8;
}
textarea{
    resize: both !important;
}