body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Comfortaa', sans-serif;
}

h1, .h1{
    font-size: 42px;
}

h2, h2 {
    font-size: 38px;
}

h3, h3 {
    font-size: 32px;
}

h4, .h4 {
    font-size: 24px;
}

h5, .h5 {
    font-size: 17px;
}

h6, .h6 {
    font-size: 12px;
}

@media (max-width: 575.98px) {
    .pick-cont {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .pagination {
        --bs-pagination-padding-x: 0.5rem;
    }
}

@media (max-width: 767.98px) {
    body {
        font-size: 16px;
    }
    h2, .h2 {
        font-size: 28px !important;
    }
    h4, .h4 {
        font-size: 18px !important;
    }
}

.pickadapt {
    width: 320px; height: 100px;
}

@media(min-width: 768px) {
    .pickadapt {
        width: 468px; height: 60px;
    }
}

@media(min-width: 992px) {
    .pickadapt {
        width: 728px; height: 90px;
    }
}

.custom-tooltip {
    --bs-tooltip-bg: var(--bs-warning);
}

.bi {
    fill: currentColor;
}

.bi-btn {
    font-size: 1.5em;
}

.card-title {
    line-height: 0.85;
}

.pick-fix-header {
    position: fixed;
    top: -33px;
    opacity: 0.95;
    z-index: 1045;
}

.pick-scroll-up {
    bottom: 150px;
    right: 30px;
    height: 50px;
    width: 50px;
    z-index: 1000;
}

.pick-image {
    border: 1px solid #fff;
    box-shadow: 0 0 10px #222;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

.pick-style {
    border-radius: 10px 0;
}

.blink {
    text-decoration: blink;
    animation-name: blinker;
    animation-duration: 0.6s;
    animation-iteration-count:infinite;
    animation-timing-function:ease-in-out;
    animation-direction: alternate;
}

@keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 0.0;}
}

.header-pick-format {
    margin-left: 68px;
    height: 48px;
    padding-top: 12px;
    white-space: nowrap;
}
  
.pick-format {
    left: -68px;
    top: 0;
    width: 48px;
    height: 48px;
    line-height: 50px;
}

.tag-circle {
    color: rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important;
    font-size: 10px;
}

.pick-circle, .ring {
    height: 200px;
    position: relative;
    width: 200px;
}

.pick-circle {
    margin: 0 auto;
}

.ring {
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0.1) rotate(-270deg);
    -moz-transform: scale(0.1) rotate(-270deg);
    transform: scale(0.1) rotate(-270deg);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.open .ring {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
}

.pick-center {
    background-color: var(--bs-secondary-color);
    border-radius: 50%;
    border: 2px solid var(--bs-primary-border-subtle);
    bottom: 0;
    color: var(--bs-body-bg);
    height: 80px;
    left: 0;
    line-height: 80px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 80px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.open {
    border-color: #aaaaaa;
}

.menuItem {
    border-radius: 50%;
    color: #eeeeee;
    display: block;
    height: 40px;
    line-height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    width: 40px;
}

.flag {
    height: 37px;
    width: 37px;
}

.lan-flag {
    height: 24px;
    width: 24px;
}

.rat-star {
    cursor: pointer;
}

.blur {
    filter: blur(3px);
}
