/*
Theme Name: Astra Child
Theme URI: https://sumit-umak.github.io/port-2
Description: A child theme of the Astra theme
Author: Sumit Umak
Author URI: https://sumit-umak.github.io/port-2
Template: astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


.top-bar-buttons ul.elementor-icon-list-items li:first-child svg{
	fill:#FF605C;
}
.top-bar-buttons ul.elementor-icon-list-items li:nth-child(2) svg{
	fill: #FFBD44;
}
.top-bar-buttons ul.elementor-icon-list-items li:nth-child(3) svg{
	fill: #00CA4E;
}

.table-heading a{
	padding:10px;
	transition:all 0.4s ease !important;
	border:1px solid transparent !important;
	width:100%;
	display:block;
}
.table-heading a.active{
	background-color: var(--e-global-color-35da3f1) !important;
	padding-left: 15px;
	border:1px solid var(--e-global-color-be7d220) !important;
	border-radius:4px;
}

.button-animation a:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 0px #000;
}

.black-button:hover a,
.white-button:hover a{
    background-color: #fff !important;
    color:var( --e-global-color-c6be2eb ) !important;
}

.white-bg{
  background-color:#fff !important;
}

.alt-bg {
    background-color: var(--e-global-color-35da3f1) !important;
}