﻿/*.carousel-image {
    height: 550px;
}*/
/*
.cke_dialog_ui_hbox_last .cke_dialog_ui_button{
    display:none !important;
}

@media (max-width: 768px) {
    .carousel-image {
        height: 200px !important;
    }
}

*/
/*
@media (prefers-color-scheme: dark) {
    button, input, select, textarea{
        color: #000 !important;
    }

    .table-striped > tbody > tr:nth-of-type(odd), .form-control {
        background-color: #000 !important;
        color: #fff;
    }

    .table-hover > tbody > tr:hover, table.dataTable tbody tr, .modal-content {
        background-color: #333333 !important;
    }

    .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border: 1px solid #000;
        color: #fff;
    }

    body, p, span, .form-check-label{
        color: #fff;
    }

    .btn-yahoo{
        color: #000 !important;
    }
}*/