/*
Theme Name: Jaz
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: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.4.1.1629209101
Updated: 2021-08-17 17:05:01

*/

body{
font-family: var( --e-global-typography-text-font-family ), Arial;
color: var( --e-global-color-text );
margin:0;
font-size:17px;
}
a {
    color: var( --e-global-color-accent);
    text-decoration: none;
}
.ticky {
  list-style: none;
  padding-bottom: 10px;
}
.ticky li{
  padding-bottom: 20px;
}

.ticky li:before {
  content: '✓ ';
  color: #003976 !important;
  font-size: 29px !important;
	font-family: arial !important;
}
.button{
color: var( --e-global-color-21bfb04 );
background-color: var( --e-global-color-secondary );
}
.input-text {
    height: 50px;
    padding: 0 20px;
   background-color: var( --e-global-color-b3cc22b) !important;
    border:none;
    border-radius:2px;
}
select,.select2-selection{
    height: 50px;
    padding: 0 20px;
 background-color: var( --e-global-color-b3cc22b) !important;
    border:none !important;
    border-radius:2px;
}
table {
    width: 100%;
}
table,td {
    border: 1px solid var( --e-global-color-b3cc22b) !important;
    border-collapse: separate;
    border-spacing: 0;
    padding: 10px;
}