﻿

.main-menu-bar {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
}

.logo-Opca {
    position: absolute;
    bottom: -120px;
    height: 115px;
    transition: all .4s ease-in-out;
}



@media screen and (max-width: 1199px) {
    .logo-Opca {
        height: 75px;
        bottom: -65px;
    }
    .header-area{
        height:100px;
    }
    .button-container {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
}

.menu-btn {
    background-color: #fff !important;
    color: #EA5E0B !important;
    border: 2px solid red !important;
}

    .menu-btn:hover {
        color: #fff !important;
    }

.content-page {
    margin-top: 50px;
}
a.social-button:hover {
  color:#ffc21c;
}
.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: #EA5E0B !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;
}








.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) {
}
