﻿/* 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. */

body
{
    padding-top: 90px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    background: linear-gradient(to bottom right, rgb(30, 12, 35), rgb(30, 30, 30));
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}
.featured_prasino {
    overflow: hidden;
    padding: 2px 2px 2px 2px;
    background: #EFF4F7;
   
   
}

.featured_aspro {
    overflow: hidden;
    padding: 2px 2px 2px 2px;
    background: #fafafa;
   
}


.indexoverlayleft {
    position: absolute;
    bottom: 70px;
    left: 2px;
}

.indexoverlayright {
    position: absolute;
    bottom: -1000px;
    right: 10px;
}

.indexoverlayrighttop {
    position: fixed;
    top: 100px;
    right: 10px;
}

/*.transparent-card
{
    background-color: rgba(255, 255, 255, 0);*/ /* 70% transparency */
/*}*/