@import "https://fonts.googleapis.com/css2?family=Noto+Sans+Armenian:wght@100;200;400;500;600;700;800;900&family=Noto+Sans:wght@100;300;500;600;700;800;900&display=swap";


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;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.h-custom {
    height: calc(100% - 73px);
}

#venueFooter {
    display: flex;
    align-items: center;
    padding: 12px 24px;
    height: 48px;
    background-color: #fff;
    border-top: 1px solid #EFEFF1;
    box-sizing: border-box;
}

@media (max-width: 576px) {
    #venueFooter {
        justify-content: center;
    }
}

.venueFooter-divider {
    width: 1px;
    height: 20px;
    background-color: #e0e0e0;
    margin: 0 16px;
}

#imageVenue
{
    width:100%
}