/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1755495099
Updated: 2025-08-18 05:31:38

*/
.rti-board {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
}

.rti-filter {
    margin-bottom: 15px;
}

.rti-filter select {
    max-width: 180px;
    background-color: #0070C0;
    color: #fff;
    padding: 10px 5px;
    border-radius: 8px;
    border: 0;
}

.rti-filter select option {
    background-color: #fff;
    color: #0070C0;
}

.rti-table {
    width: 100%;
    border-collapse: collapse;
}

.rti-table th {
    background: #0070C01A;
    font-weight: 500;
    border-top: 1px solid #EDF4FA !important;
    border-bottom: 1px solid #EDF4FA !important;
}

.rti-table th,
.rti-table td {
    padding: 15px 12px;
    border: 0px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.rti-table tbody tr:last-child td {
    border-bottom: 0;
}

table.rti-table tbody>tr:nth-child(odd)>td {
    background-color: #fff;
}

table.rti-table tbody>tr>td {
    background-color: #fff;
}

.download-btn {
    background: #0070C0;
    color: #fff !important;
    padding: 15px;
    min-width: 120px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.download-btn:hover {
    background: #0d85dbff;
}

.rti-dbtn {
    width: 25%;
}


.contactItemWrap .elementor-widget-text-editor p a {
    color: var(--e-global-color-e6eb010);
}

.contactItemWrap .elementor-widget-text-editor p a:hover {
    color: var(--e-global-color-primary);
}

.fancybox-toolbar button {
    display: inline-flex !important;
    margin: 5px 2px;
}

.fancybox-navigation button.fancybox-button {
    border: none;
}




.notice-board {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
}

.notice-filter {
    margin-bottom: 15px;
}

.notice-filter select {
    max-width: 180px;
    background-color: #0070C0;
    color: #fff;
    padding: 10px 5px;
    border-radius: 8px;
    border: 0;
}

.notice-filter select option {
    background-color: #fff;
    color: #0070C0;
}

.notice-table {
    width: 100%;
    border-collapse: collapse;
}

.notice-table th {
    background: #0070C01A;
    font-weight: 500;
    border-top: 1px solid #EDF4FA !important;
    border-bottom: 1px solid #EDF4FA !important;
}

.notice-table th,
.notice-table td {
    padding: 15px 12px;
    border: 0px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.notice-table tbody tr:last-child td {
    border-bottom: 0;
}

table.notice-table tbody>tr:nth-child(odd)>td {
    background-color: #fff;
}

table.notice-table tbody>tr>td {
    background-color: #fff;
}


@media(max-width: 767px) {
    .notice-filter select,
    .rti-filter select {
        max-width: none;
    }

    .notice-board,
    .rti-board {
        background: transparent;
        padding: 0;
        border-radius: 0;
    }

    .common-table-style thead {
        display: none;
    }

    .common-table-style td {
        display: block;
        background: transparent !important;
        border: none !important;
        padding: 8px !important;
        font-size: 14px;
    }
    
    .common-table-style td[data-head]::before{
        content: attr(data-head) ':';
        font-size: 12px;
        color: #5e5e5e;
        font-weight: 400;
        display: block;
    }

    .common-table-style td.title{
        font-weight: 600;
        font-size: 16px;
        order: -1;
        padding-bottom: 10px !important;
    }

    .common-table-style td.slno {
        display: none;
    }

    .common-table-style tr {
        display: flex;
        flex-direction: column;
        padding: 15px;
        background: #ffffff;
        border-radius: 10px;
        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    }

    .common-table-style tr+tr {
        margin-top: 20px;
    }

    .download-btn{
        width: auto;
        min-width: auto;
        font-size: 14px !important;
        padding: 12px 15px;
    }
}