/*
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.1755495098
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: block;
    text-align: center;
}
.rti-dbtn {
    width: 25%;
}

.download-btn:hover {
    background: #0d85dbff;
}
.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;
}