:root {
    --primary: #0C2D57;
    --secondary: #020c41;
    --text-primary: #FC6736;
    --theme-white: #EFECEC;
    --theme-danger: #FC6736
}

body {
    background-color: #f4f4f4
}

main {
    min-height: 350px;
}

.form-control {
    border: 1px solid #b6aeae44;
    padding: 9px 8px;
    font-size: 12px;
    font-family: sans-serif;
    border-radius: 10px;
}

.text-color-primary {
    color: var(--text-primary);
}

.btn-primary {
    background-color: var(--primary);
    color: #EFECEC;
    border-color: var(--primary)
}

.badge.bg-primary {
    background-color: var(--primary) !important;
}

.card {
    height: 100%;
}

.person-image {
    overflow: hidden;
    max-width: 100%;
    padding: 0;
}

.person-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@font-face {
    font-family: 'Anton-Regular';
    src: url('../fonts/Anton-Regular.ttf');
}

.navbar-brand {
    font-size: 30px;
    font-family: 'Anton-Regular';
}

.navbar {
    border-bottom: 1px solid #e5e5e5;
    background: var(--primary);
}

a.nav-link.active {
    color: var(--theme-danger) !important;
}

ul.navbar-nav li.nav-item a.nav-link {
    padding: 11px 18px;
    font-size: 18px;
    color: #fff;
}

.main-content {
    margin-top: 35px
}

button.search-btn {
    background: var(--primary);
    border-radius: 9px;
    padding: 7px 17px;
    color: #fff
}

.header-search {
    position: relative;
}

.header-search input {
    width: 100%;
    border: 1px solid #444;
    border-radius: 50px;
    padding: 14px 100px 8px 12px;
}

.header-search button {
    position: absolute;
    right: 0;
    border: 1px solid var(--theme-danger) !important;
    border-radius: 50px;
    background: var(--theme-danger);
    color: var(--theme-white);
    margin: 3px 12px;
    padding: 5px 20px;
}

.footer {
    background: var(--primary);
    color: var(--theme-white)
}

.bg-theme-primary {
    background: var(--primary);
}

.active>.page-link,
.page-link.active {
    background-color: var(--primary);
    border-color: var(--primary);
}

.page-link {
    color: var(--primary);
}

.text-primary {
    color: var(--primary) !important;
}

.html__content table {
    border-collapse: collapse !important;
    width: 100% !important;
    overflow-x: auto !important;
    display: block !important;
}

.html__content table td,
.html__content table th {
    border: 1px solid #bebebe !important;
}

.html__content ul,
.html__content ol {
    margin-left: 20px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

h2.section-heading {
    background: rgba(12, 44, 87, 0.089);
    padding: 5px 15px;
}

.on-this-day-month {
    text-align: center;
    background: var(--primary);
    color: var(--theme-white);
    padding: 10px 0;
}

.calendar {
    overflow-x: scroll;
}

.on-this-day .history-category {
    background: #1d4273;
    color: var(--theme-white);
    padding: 10px 15px;
}

.on-this-day .histories {
    background: #fff;
    padding: 10px 15px;
}

.on-this-day .history {
    border-bottom: 1px solid #e5e4e4;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 1.1rem;
}