﻿/* 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 {
    text-align: center;
    white-space: normal;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */

@font-face {
    font-family: 'SpecialElite';
    src: url('../font/SpecialElite-Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Staatliches';
    src: url('../font/Staatliches-Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Light.ttf');
    font-display: swap;
}

html {
    min-height: 100%;
    position: relative;
}

body {
    /* Margin bottom by footer height */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url("../img/Background.jpg");
    background-position: top;
    background-size: cover;
}

:focus {
    outline: none !important;
    box-shadow: none !important;
}

.td-w10 {
    width: 10%;
}

.footer {
    bottom: 0;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    position: absolute;
    white-space: nowrap;
    width: 100%;
}

.ck-editor__editable {
    min-height: 30vh;
}

.navbar-brand img {
    max-height: 35px;
    width: auto;
}

.card-title-custom {
    font-family: 'Staatliches';
    font-size: 26px;
}

.btn-custom, .btn-custom:active {
    width: 150px;
    border: 2px solid;
    border-radius: 3px;
    box-shadow: none;
    text-shadow: none;
    padding: 6px 15px;
    background: transparent;
    transition: background-color 0.1s;
}

    .btn-custom:hover {
        color: #000000 !important;
        border-color: #000000;
        transition: 0.2s;
    }

.btn-blue, .btn-blue:active {
    width: 135px;
    border-color: #58bcdf;
    color: #58bcdf !important;
}

.btn-wide, .btn-wide:active {
    width: 100%;
    white-space: normal;
}

.btn-green, .btn-green:active {
    border-color: #2cda04;
    color: #2cda04 !important;
}

.btn-remove, .btn-remove:active {
    border-color: #ff4500;
    color: #ff4500;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px !important;
    border-color: #000000;
}

.dropdown-menu-custom {
    top: 25px;
    min-width: 0;
    border: none;
    background-color: transparent;
}

.dropdown-item-custom:hover {
    background-color: transparent;
}

.dropdown-item-custom button:hover {
    background-color: #000000;
    color: #ffffff;
}

.img-login {
    filter: invert(1);
}
