﻿/* 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. */
@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-VariableFont_wght.ttf') format('truetype');
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* 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;
  line-height: 60px; /* Vertically center the text there */
}
.div-style-block{
  display:none;
}
.docs-style-1{
  padding:8px;
  background: #F5F6FA;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor:pointer;
  border-radius: 15px;
  width: 90%;
  margin: 1em auto;

}
.docs-style-2{
  font-size: 1.2em;
  margin: auto 0;
}
.docs-style-3{
  margin-top: 1em;
  font-size: 1em;
}
.docs-style-4{
  margin-right:1em;
}
.reglament-stale-1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor:pointer;
  width: 100%;
  background: #F5F6FA;
  padding: .4em;
  font-size: 20px;
  margin: .8em auto;
  list-style: none;
  transition: .3s;
  border-radius: 15px;

}
.reglament-stale-2{
  font-size: .9em;
  margin: auto 0;
  padding-left: 1em;
}
.reglament-stale-3{
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor:pointer;
  width: 100%;
  background: #FFD1D1;
  padding: .4em;
  font-size: 20px;
  margin: .8em auto;
  list-style: none;
  transition: .3s;
  border-radius: 15px;
}
#map{
    width: 100% !important;
    min-height: 300px;}
@media (min-width:768px){
  #map {
    min-width: auto !important;
    max-width: 100% !important;
    min-height: 300px;
  }
}
@media (min-width:1500px){
    #map{
    width: 100% !important;
    min-height: 400px;}
}

@media screen and (min-width: 1920px) {
    #map{
    width: 100% !important;
    height: 700px;}
}










.interactive-cell:hover
{
    background-color:lightgreen !important;
}

[data-sort='asc'] {
    background-color: lightgreen !important;
}

[data-sort='desc'] {
    background-color: lightblue !important;
}

canvas {
    width: auto !important;
}

@keyframes growProgressBar {
    0%, 33% {
        --pgPercentage: 0;
    }

    100% {
        --pgPercentage: var(--value);
    }
}

@property --pgPercentage {
    syntax: '<number>';
    inherits: false;
    initial-value: 0;
}

div[role="progressbar"] {
    --size: var(--size);
    --fg: var(--color);
    --bg: #def;
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
    font-family: 'Onest', sans-serif;
    font-size: calc(var(--size) / 3.5);
    color: var(--fg);
}

    div[role="progressbar"]::before {
        counter-reset: percentage var(--value);
        content: counter(percentage) '%';
    }


.cardsgrid {
    /* Включаем флексбокс */
    display: flex;
    /* Настраиваем направление раскладки */
    flex-direction: row;
    /* Прижимаем элементы к началу
     главной оси */
    justify-content: flex-start;
    /* Прижимаем элементы к началу 
     поперечной оси */
    align-items: flex-start;

    flex-wrap:wrap;
}
.style-info-1{
    color: #007AFF !important;
    padding-right: 2em !important;
    background: url('../img/ikon_i.png') no-repeat right;
    text-decoration: underline dotted black;
    font-size: 1em !important;
    background-size: 2em;
}
.btn-primary-10{
    color: #fff;
    font-size: 1.1em !important;
    background-color: #ff4c4c;
}