﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.highlight {
    background-color: #f7f7f9;
}

/* General overrides
-------------------------------------------------- */
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-feature-settings: "kern", "liga", "clig", "calt";
}


/* logo
-------------------------------------------------- */



/* Other
-------------------------------------------------- */
.card-img-top.cover {
    max-height: 380px;
    aspect-ratio: 1;
    object-fit: cover;
}

.gallery-item-checkbox {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 20px;
    height: 20px;
}

.gallery-item-checkbox .dx-checkbox-icon {
    background-color: white;
}

.mt-6,
.my-6 {
    margin-top: 5rem !important;
}

.main-other-setting-group {
    margin-bottom: 28px;
}