/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* General */

.e-con {
  text-align: right !important;
}

.footer-social-icons a,
.footer-social-icons a:hover {
  color: #fff;
}

.rakaard-btn {
  background: var(--e-global-color-primary);
  padding: 10px 20px;
  display: inline-block;
  color: #fff !important;
  border-radius: 100px;
  transition: all 0.3s;
}

.rakaard-btn:hover {
  background-color: var(--e-global-color-secondary);
}

.rakaard-btn-full {
  width: 100%;
}

.rakaard-m-t {
  margin-top: 1rem;
}

.rakaard-m-b {
  margin-bottom: 1rem;
}

/* Add your custom styles here */

.tablepress tr th {
  background: #f44d80;
  color: #fff;
}

.tablepress tr th:not(:first-child) {
  border-right: 1px solid #faa6c0;
}

.tablepress tr td {
  vertical-align: middle;
}

.tablepress tr td:not(:first-child) {
  border-right: 1px solid #ccc;
}

.tablepress tr th,
.tablepress tr td {
  text-align: center;
}

.avid-inline-icon {
  width: 25px;
  height: 25px;
  display: inline-block;
}

.avid-inline-check {
  color: green;
}

.avid-inline-cross {
  color: red;
}
