/* clubz stylesheet definitions
 * aip solutions ltd' 2022
 * support@aip.solutions
 */
a.btn-edit			{display:inline-block;margin-left:10px;border-radius:16px;line-height:1em;padding:6px 18px;color:#000;font-size:14px;background:#FFEA00;}
a.btn-edit:hover	{font-weight:bold;}
.search-form input[type=text] {color:#1b4158;}
.section-opinion .card-item .img-wrapper {height:300px;}
/* popup */
iframe.popup		{position:fixed;border:none;outline:none;width:100%;height:100%;top:0;left:0;z-index:100;opacity:0;transition:opacity 0.6s;background:rgba(0,0,0,.3);}
body.popup			{margin:0px;padding:0;width:100%;}
.popup .login		{position:relative;box-sizing:border-box;background:#fff;max-width:600px;}
.close-btn			{display:block;position:absolute;right:35px;top:35px;height:40px;width:40px;cursor:pointer;transition:transform .4s;z-index:2;}
.close-btn:hover	{transform:rotate(90deg);}
.close-btn::before, .close-btn::after
					{position:absolute;display:inline-block;content:"";top:50%;left:0;margin-top:-1px;width:100%;height:3px;background:#000;transform:rotate(45deg);}
.close-btn::after	{transform:rotate(-45deg);}
@media only screen and (min-width: 720px) {
	.popup .login 	{display:block;margin:auto;margin-top:20%;padding:40px;vertical-align:middle;}
}

/*Iva add style 05-04-2023*/
li .btn-edit.donate											{background-color: #eb4f27;}
div.inner-wrapper.notofocation 								{max-height:0; max-width: 1310px;position: fixed;padding:0px; bottom: 0;z-index: 9999999;left: 0;right: 0;transition: max-height 1s ease-in-out;}
div.trapezoid-block.c-notofocation_content 					{padding: 30px 40px;}
div.trapezoid-block.c-notofocation_content.donate-inside 	{padding:31px 41px 36px;margin-bottom:35px;}
div.trapezoid-block.c-notofocation_content p 				{font-size: 14px;font-family:inherit;}
div.trapezoid-block.c-notofocation_content .icon-text 		{float:right;position: relative;text-decoration: none;width:25px;height:25px;cursor: pointer;}
div.trapezoid-block.c-notofocation_content .icon-text::before {background-color: #eb4f27;content: '';position: absolute;left: 14px;height: 20px;top: 8px;width: 3px;transform: rotate(45deg);}
div.trapezoid-block.c-notofocation_content .icon-text::after {background-color: #eb4f27;content: '';position: absolute;left: 14px;height: 20px;top: 8px;width: 3px;transform: rotate(-45deg);}
div.trapezoid-block.c-notofocation_content a.btn 			{margin:unset;margin-top:10px;}
/* end of stlesheets */