/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/*
    Add your custom styles here
*/

.text-danger {
  background: salmon;
  padding: 3px 10px;
  color: white;
}

h2.tr_rec_heading {
  color: #064c2d;
  font-family: "Montserrat", Sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.org_filters {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 30px;
}

.org_filters input {
  border-color: #c6c6c6b3;
}

.org_side_buttons {
  margin: 20px 0;
}

img.trainee_list_pp {
  max-width: 40px;
}

.cert_icon {
  width: 20px;
  margin: 0 5px;
}

.cert_icon path {
  fill: #064c2d;
}

.elementor a.cert_url {
  color: #064c2d;
  text-decoration: underline;
  font-weight: bold;
}
