@font-face {
    font-family: 'Romul';
    src: url('../../templates/fonts/Romul/Romul.eot'); /* IE9 Compat Modes */
    src: url('../../templates/fonts/Romul/Romul.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../templates/fonts/Romul/Romul.woff') format('woff'), /* Modern Browsers */
    url('../../templates/fonts/Romul/Romul.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../../templates/fonts/Romul/Romul.svg#svgFontName') format('svg'); /* Legacy iOS */
}

body {
    font-family: 'Romul', Arial, Helvetica, sans-serif;
    background-color: #151515;
    color: #ffffff;
    padding-top: 80px;
    padding-bottom: 3rem;
}

/* HTML: <div class="loader"></div> */
.loader {
    font-weight: bold;
    font-family: sans-serif;
    font-size: 30px;
    animation: l1 1s linear infinite alternate;
}
.loader:before {
    content:"Поиск города..."
}
@keyframes l1 {to{opacity: 0}}
.tooltip-inner {
    font-family: 'Romul', Arial, Helvetica, sans-serif;
    background-color: #d4af37;
    color: #151515;
    border-radius: 0.35em !important;
    box-shadow: 2px 2px 4px 0px rgba(255, 215, 0, 1);
    width: 150px;
}
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    border-top-color: #d4af37;
}
.show-result{
    position: absolute;
    z-index: 9;
}


.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem #d4af37, 0 0 0 0.25rem #d4af37;
}
.dropdown-item.active {
    background-color: red;
}

select.decorated option:hover {
    box-shadow: 0 0 10px 100px #1882A8 inset;
}

.baziResultSymbol{
    font-size: 30px !important;
    font-weight: bold;
}

.baziResultText {
    color: #0a3622;
    font-size: 14px;
    font-weight: bold;
}

.baziScalesText {
    color: #0a3622;
    font-size: 24px;
    font-weight: bold;
}
.baziResultText.symbol {
    color: #0a3622;
    font-size: 7px;
    font-weight: bold;
}
.baziResultText.luk {
    color: #0a3622;
    font-size: 12px;
    font-weight: bold;
}

.baziResultSymbolLuk
{
    font-size: 25px;
    font-weight: bold;
}

.baziResultText.year {
    color: #0a3622;
    font-size: 18px;
    font-weight: bold;
}

@media (min-width: 576px) {
    .baziResultSymbol{
        font-size: 30px !important;
        font-weight: bold;
    }
    .baziResultText {
        color: #0a3622;
        font-size: 12px;
        font-weight: bold;
    }
    .baziResultText.symbol {
        color: #0a3622;
        font-size: 10px;
        font-weight: bold;
    }
}

@media (min-width: 768px) {
    .baziResultSymbol{
        font-size: 30px !important;
        font-weight: bold;
    }
    .baziResultText {
        color: #0a3622;
        font-size: 20px;
        font-weight: bold;
    }.baziResultText.symbol {
         color: #0a3622;
         font-size: 14px;
         font-weight: bold;
     }
}

@media (min-width: 992px) {
    .baziResultSymbol{
    font-size: 40px !important;
    font-weight: bold;
}
}


@media (min-width: 1200px) {
    .baziResultSymbol{
        font-size: 50px !important;
        font-weight: bold;
    }
}


@media (min-width: 1400px) {
    .baziResultSymbol{
        font-size: 60px !important;
        font-weight: bold;
    }
}

@keyframes horizontal-shaking {
    0% { transform: translateX(0) }
    25% { transform: translateX(15px) }
    50% { transform: translateX(-15px) }
    75% { transform: translateX(15px) }
    100% { transform: translateX(0) }
}


.loading-overlay{
    position: fixed; /* Р¤РёРєСЃРёСЂРѕРІР°РЅРЅРѕРµ РїРѕР»РѕР¶РµРЅРёРµ */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(211, 211, 211, 0.9); /* РџРѕР»СѓРїСЂРѕР·СЂР°С‡РЅС‹Р№ С‡РµСЂРЅС‹Р№ С„РѕРЅ */
    display: flex; /* РСЃРїРѕР»СЊР·СѓРµРј Flexbox РґР»СЏ С†РµРЅС‚СЂРёСЂРѕРІР°РЅРёСЏ */
    justify-content: center; /* Р¦РµРЅС‚СЂРёСЂРѕРІР°РЅРёРµ РїРѕ РіРѕСЂРёР·РѕРЅС‚Р°Р»Рё */
    align-items: center; /* Р¦РµРЅС‚СЂРёСЂРѕРІР°РЅРёРµ РїРѕ РІРµСЂС‚РёРєР°Р»Рё */
    z-index: 1000; /* РЈР±РµРґРёС‚РµСЃСЊ, С‡С‚Рѕ СЌР»РµРјРµРЅС‚ РЅР°С…РѕРґРёС‚СЃСЏ РїРѕРІРµСЂС… РІСЃРµС… РѕСЃС‚Р°Р»СЊРЅС‹С… */
}
.loading-overlay.data {
    max-width: 100%;
    max-height: 100%;
}


#animcontainer {
    margin: auto;
    width: 100vw;
    height: 30pt;
    top: 0;
    bottom: 0;

    filter: url(#threshold) blur(0.6px);
}

#animtext1,
#animtext2 {
    position: absolute;
    width: 100%;
    display: inline-block;

    font-family: "Romul", sans-serif;
    font-size: 20pt;

    text-align: center;

    user-select: none;
}
