﻿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: 0px;
    background: #f6f7f9;
}
.d-none{
    display: none !important;
}

.make-img-square {
    object-fit: cover !important;
    width: 74px;
    height: 74px;
}
.make-img-square-menu {
    object-fit: cover !important;
    width: 50px !important;
    height: 50px !important;
}
.make-img-square-big {
    object-fit: cover !important;
    width: 200px !important;
    height: 200px !important;
}

.red-dot {
    background-color: #ff2a2a !important;
    width: 5px !important;
    min-width: 5px !important;
    height: 5px !important;
    padding: 0px !important;
    margin-bottom: 2px !important;
}

#small-dialog2 {
    background: #ffffff;
    padding: 30px 20px;
    padding-top: 0;
    text-align: left;
    max-width: 450px;
    margin: 20px auto;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
}

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.margin-b30 {
    margin-bottom: 30px
}