/*!
 * Copyright 2022 youngmonkeys.org
 *
 * Licensed under the ezyplatform, Version 1.0.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://youngmonkeys.org/licenses/ezyplatform-1.0.0.txt
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
*/

.font-size-1rem {
    font-size: 1rem;
}

.full-width {
    width: 100%;
}

.min-height-300px {
    min-height: 300px;
}

.min-width-260px {
    min-width: 260px;
}

a.selected {
    color: #f78682 !important;
}

.ezyarticle-header {
    background-image: url('/images/home-bg.jpg') !important;
}

.ezyarticle-menu-list {
    list-style: none;
    padding: 10px;
}

.ezyarticle-menu-list ol {
    list-style: none;
}

.ezyarticle-menus-item {
    margin-bottom: 4px;
    padding: 6px;
    font-weight: bold;
}

.ezyarticle-menus-item a {
    margin-left: 4px;
    color: rgba(0, 0, 0, 0.55);
}

.language-dropdown {
    padding-right: 0.75rem;
}

.language-dropdown .nav-link {
    font-size: 100% !important;
}

.language-dropdown a {
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 576px) {
    .language-dropdown {
        padding-bottom: 0.75rem;
    }
}

.error-page {
    text-align: center;
}
