﻿body {
    background: linear-gradient(to bottom, #284b6d 0%, #bfe2dc 90%, #ffffff 100%);
}

.bg-short {
    background: linear-gradient(to bottom, #284b6d 0%, #ffffff 45%);
}

.bg-long {
    background: linear-gradient(to bottom, #284b6d 0%, #ffffff 100%);
}

.tit {
    color: #9d1628;
    text-shadow: 0 0 1px #726E6E 2px 2px 2px #D6D6D6 !important;
}

.h3 {
    font-family: ARBONNIE !important;
    margin-top: 0;
    font-size: 63px !important;
    text-align: center;
    color: #9d1628 !important;
}

h4, .h4 {
    text-align: center !important;
    background-color: #c3ccd6;
    border-radius: 15px;
    color: #9d1628;
}

#t_mini {
    border-radius: 50%;
    margin-top: 10px;
    max-width: 150px;
    border-color: #0f2e4a;
    box-shadow: 0 0 20px 8px rgba(15, 46, 74, 0.85);
    margin-bottom: 15px;
}

.Navigation1 {
    height: 100%;
    width: 100%;
    background: #fff;
    border: #fff 1px solid;
    border-radius: 15px;
    padding: 10px 15px;
    overflow: hidden;
    font-family: Century Gothic;
    box-shadow: 2px 3px 3px #8c8b8b, -1px 2px 2px #8c8b8b;
}

.card {
    flex: 0 1 calc(31% - 1em);
    background-color: #c3ccd6;
    color: black;
}

input[type=checkbox] {
    accent-color: #696969;
    height: 20px;
    width: 20px;
    vertical-align: bottom;
}

.form-control:focus,
.select2-container--focus .select2-selection,
.modern-control:focus {
    border-color: #a00404 !important;
    box-shadow: none !important;
}

.details-title,
.amount-label {
    color: #9d1628;
}

.total-amount {
    color: #9d1628 !important;
    background: #fff8f8 !important;
    border: 1px solid #e5b7be !important;
}

.btn-save-modern {
    background: linear-gradient(135deg, #a00404, #c10b0b);
    box-shadow: 0 8px 18px rgba(160, 4, 4, 0.22);
}

    .btn-save-modern:hover {
        box-shadow: 0 10px 22px rgba(160, 4, 4, 0.28);
    }

.nav-link > img {
    width: 40% !important;
}
