﻿body {
    background-color: #2c2c36 !important;
    color:#d3d3d3;
}

a {
    color: #d3d3d3;
}

.btn-m2u2,
.btn-prezentace {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
    text-align: center;
    color: #212121;
    border-radius: 14px;
    background: #ffc500;
}

    .btn-m2u2:hover,
    .btn-prezentace:hover {
        background-color: #f9d208 !important;
        color: #212121;
    }

    .btn-m2u2:focus,
    .btn-prezentace:focus {
        background-color: #f9d208 !important;
        color: #212121;
    }

.btn-outline-m2u2 {
    border-radius: 14px;
    color: #d3d3d3;
}


.form-check-input {
    border-color: #ffc500 !important;
    color: #212121;
}

.form-check-input:checked {
    background-color: #ffc500 !important;
    border-color: #ffc500 !important;
    color: #212121;
}

.form-check-input:focus {
    box-shadow: 0 0 4px 4px #f9d208 !important;
}


