.form-control {
        font-size: 0.9rem;
        border-color: #6c757d !important;
    }

.mt-5 {
    padding-bottom: 2em!important;
}

@media (max-width: 768px) {
    .select2-container .select2-selection--single {
            font-size: 0.875rem !important;
        }

    .container_form {
        padding: 15px;
    }

    .container_form h2, .container_form h4 {
        font-size: 1.5rem;
        text-align: center;
    }

    .form-label {
        font-size: 1rem;
    }

    .form-control {
        font-size: 0.9rem;
        border-color: #6c757d !important;
    }

    .alert-info {
        font-size: 0.9rem;
        padding: 10px;
        line-height: 1.4;
    }

    .alert-info strong {
        font-size: 1rem;
    }

    .table th, .table td {
        font-size: 0.9rem;
        padding: 8px;
    }

    button.btn {
        width: 100%;
        padding: 10px;
    }
}

.highlight {
    background-color: #fff3cd;
    padding: 2px;
    margin-top: 2px;
}


body {
    background-image: url("../img/background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    color: #333;
    font-family: 'TT regular', Tahoma, Geneva, Verdana, sans-serif;
}
.container_form {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}
.form-label {
    font-weight: bold;
    color: #444;
}
.btn-success, .btn-success:hover {
    background-color: #f4e834;
    border-color: #f4e834;
    color:#212121;
}

.alert-info{
    background-color: rgb(244, 232, 52, 0.6);
    border-color: #f4e834;
    color:#212121;
}

.btn-success:active {
    background-color: #e7d70f!important;
    border-color: #e7d70f!important;
    color: #212121 !important;
}

.table thead th {
    background-color: #f8f9fa;
    color: #555;
}
.table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}
.table tbody tr:hover {
    background-color: #f1f1f1;
}

.main-title {
    font-family: 'colizeum_font';
    color: #fff;
    font-size: 2rem;
}


.select2-container .select2-selection--single {
    height: calc(2.25rem + 2px) !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    border: 1px solid #6c757d !important;
    border-radius: 0.25rem !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 1.5 !important;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    right: 0.75rem !important;
}

.select2-dropdown {
    border: 1px solid #6c757d !important;
    border-radius: 0.25rem !important;
}

.select2-results__option {
    padding: 0.375rem !important;
}

.select2-search--dropdown .select2-search__field {
    width: 100% !important;
    padding: 0.375rem !important;
    box-sizing: border-box !important;
}


@font-face {
    font-family: 'colizeum_font';
    src: url('../fonts/colizeum.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TT regular';
    src: url('../fonts/TT.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}