﻿

.main-menu-bar {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
}

.logo-3f {
  
    height: 100px;
    width: 100px;
}


@media screen and (max-width: 1199px) {
    .logo-3f {
        height: 75px;
        width: 75px;
    }
}

@media screen and (max-width: 1199px) {
    .logo-3f {
        height: 75px;
        width: 75px;
    }

    .button-container {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
}

.menu-btn {
    background-color: #fff !important;
    color: #DB1900 !important;
    border: 2px solid red !important;
}

    .menu-btn:hover {
        color: #fff !important;
    }

.content-page {
    margin-top: 50px;
}

.social-button {
    margin: 1rem;
    color: #fff;
    text-align: center;
    border-radius: 1rem;
    font-size: 2.8rem;
    transition: all ease-in-out 0.3s;
}

.caption {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.main-nav ul > li a.active {
    color: #DB1900 !important;
    border-bottom: 2px solid;
}

/* directory datatables */
.dataTables_wrapper .dataTables_filter label {
    display: flex;
    align-items: center;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 5px;
}
/* CSS to change the search input background color */
#example_wrapper input[type="search"] {
    border: 1px solid gray !important;
}


#example_wrapper .dataTables_filter label input {
    margin: auto auto auto 5px;
    height: 2.5rem;
}



.logo-3f {
    transition: all .3s ease-in-out;
    height: 150px;
    width: 150px;
}


@media screen and (max-width: 1199px) {
    .logo-3f {
        height: 75px;
        width: 75px;
    }
}

.dataTables_wrapper .dataTables_filter {
    text-align: right;
    display: flex;
    flex-direction: column;
}

.ag_feature-item:hover img {
    filter: brightness(0) invert(1);
}


/* ===================
editor-content css 
====================== */

.editor-content:not(:last-child) {
}

.editor-content:first-child {
}

.editor-content .terms-list {
}

.editor-content h3 {
}

.editor-content img {
    width: 100% !important;
}

.editor-content p:not(:last-child) {
}

.editor-content li:not(:last-child) {
}
