﻿/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/

.boxBackground {
    color: black;
}

/*.blur {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.7px);
    -webkit-backdrop-filter: blur(6.7px);
}

    .blur::before {
        position: absolute;
        content: "В розробці";
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 89px;
        color: #000000;
    }
*/
.menu-charity {
    color: #d9ae29 !important;
}

    .menu-charity:focus, .menu-charity:hover {
        background-color: #d9ae29 !important;
        color: #ffffff !important;
    }

.menu-charity-bottom {
    color: #d9ae29 !important;
}

    .menu-charity-bottom:focus, .menu-charity-bottom:hover {
        color: #dec26a !important;
    }


.innerimage {
    margin-left: auto;
    margin-top: auto;
    margin-right: auto;
    width: 250px;
    height: 250px;
}

.newsimage {
    object-fit: contain;
    object-position: center;
}

/*.HomeNewsInner {
    margin-left: auto;
    margin-right: auto;
   
}*/
.HomeNewsImage {
    width: 250px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.NoOne {
    text-align: center;
}


.flagCircle {
    border-radius: 50%;
    border: 1px solid;
    border-color: black;
    background-color: #fff;
}

.AnswerButton {
    padding: 10px 10px 10px 10px;
    width: 150px;
    height: 50px;
    background-color: white !important;
    color: #077AD8 !important;
    transition: all ease-in-out 0.2s;
    border-radius: 3rem;
}

    .AnswerButton:hover {
        background-color: #003f5e !important;
        color: #fff !important;
    }

.currencyChartBox {
    cursor: pointer;
    position: relative;
}

.goldCurrencyIcon {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.currencyChartBox:hover .goldCurrencyIcon {
    display: inline;
}


.icon-bottom-wings {

    width: 45px;
    height: 20px;
}


.donate-button {
    color: #ffffff !important;
    background-color: #d9ae29 !important;
    border-color: #000000;
}

    .donate-button:focus, .donate-button:hover {
        color: #d9ae29 !important;
        background-color: #ffffff !important;
        border-color: #000000;
    }


.teamBlock {
    width: auto;
    height: auto;
    overflow: hidden;
}

.teamBlockImg {
    max-width: 100%;
    height: 380px;
    object-fit: cover;
    vertical-align: middle;
    object-position: center;
}

.teamBlockInfo {
    height: 170px;
    text-overflow: ellipsis;
}