/*
 Theme Name: Hello Elementor Child
 Theme URI: https://nookpay.com/
 Description: Hello Elementor Child Theme
 Author: Kasim
 Author URI: http://nookpay.com/
 Template: hello-elementor
 Version: 1.0.0
 */

@import url("../hello-elementor/style.css");

.yellow{
	color:#FFCA00;
}
.green{
	color:#00766A;
}
.field .error-msg{
  margin-top:8px; font-size:12px; line-height:1.2;
  color:#ffb3b3;
}
.is-error{ border-color:#ff6b6b !important; box-shadow: 0 0 0 2px rgba(255,107,107,.15) inset }
.global_btn .elementor-button-link:hover .elementor-button-text {
    color: #FFCA00;
}
.global_btn .elementor-button:hover {
    background: #02756abf !important;
}
.global_btn .elementor-button:hover .elementor-button-icon svg path {
    fill: #FFCA00;
}
