/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 12 2026 | 10:23:15 */
body {
	min-width: 320px;
}
#main-nav .elementor-nav-menu--dropdown{
	overflow-y: auto;
}
#main-nav .elementor-nav-menu--dropdown li,
#main-nav .elementor-nav-menu--dropdown li ul,
#main-nav .elementor-nav-menu--dropdown li ul li,
#main-nav .elementor-nav-menu--dropdown li ul li a,
#main-nav .elementor-nav-menu--dropdown li a {
	width: 100%;
}

.table-responsive {
	width:100%;
}
.no-margin p,
.mb-0{
	margin-bottom: 0;
}
@media (max-width: 768px){
	.table-responsive {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive td,
	.table-responsive th{
		padding: 2px;
	}
}

#canary{ 
	position: fixed;
    z-index: 220;
    top: 0;
    margin-left: 125px;
}


.tab-select .elementor-widget-tabs .elementor-active, 
.tab-select .elementor-widget-tabs .elementor-active a {
    color: #ffffff !important;
	text-shadow: 0px 0px 2px black;
}
.tab-select .elementor-tab-mobile-title{
	display: none !important;
}
.tab-select .elementor-widget-tabs .elementor-active {
	border-radius: 10px;
}
    
.tab-select .elementor-tabs-content-wrapper {
	border-radius: 20px;
	
}
.tab-select .elementor-tabs-wrapper{
	margin-bottom: 20px;
}
.tab-select .elementor-tabs-wrapper .elementor-tab-title{
	background-color: #ffffff;
	border: 2px solid #ffffff !important;
}
.tab-select .elementor-tabs-wrapper .elementor-tab-title:first-of-type{
	border-radius: 10px 0px 0px 10px;
}
.tab-select .elementor-tabs-wrapper .elementor-tab-title:last-of-type{
	border-radius: 0px 10px 10px 0px;
}
.tab-select .elementor-tabs-wrapper .elementor-active{
	background-color: #ffaa35 !important;
	font-weight: 700 !important;
	
}
.tab-select .elementor-tabs-wrapper .elementor-tab-title {
	padding: 5px 10px !important;
}
.tab-select .elementor-widget-tabs .elementor-tab-content {
	padding: 0 !important;
}


@media (max-width: 767px){
	.tab-select .elementor-tabs .elementor-tabs-wrapper {
		display: flex !important;
		justify-content: center;
	}	
	
}

#form-field-wdgvininput{
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
	background-color: #ffffff;
	border-radius: 40px 0 0 40px;
}

.wdg-vincheck-cls button,
.wdg-vincheck-cls button:hover{
    text-align: center;
	background-color: #ffaa35;
	border-radius: 0 40px 40px 0 !important;
}
.wdg-vincheck-cls .elementor-form-fields-wrapper .elementor-field-type-text {
	width: 75%;
}
 

#form-field-wdgreginput {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
	background-color: inherit;
	padding-left: 60px;
	border-radius: 40px 0 0 40px;
}
	
#regcheckideu .elementor-button {
    background-color: #0e55df;
	border-radius: 0 40px 40px 0;
}

	
#regcheckideu .elementor-field-group-wdgreginput {
	background-color: #ffffff;
	padding: 0 !important;
	font-weight: bold;
	font-size: 2em;
	border: 0;
	position: relative;
  	font-family: helvetica, ariel, sans-serif;
	border-radius: 30px;
}
#regcheckideu .elementor-field-group-wdgreginput:before {
	content: '';
	display: block;
	width: 35px;
	height: 100%;
	background: #0e55df;
	position: absolute;
	top: 0;
	color: #ffffff;
	font-size: .45em;
    line-height: 73px;
    padding-left: 10px;
    padding-top: 10px;
	border-radius: 20px 0 0 20px;
}
#regcheckideu .elementor-field-group-wdgreginput::after {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
    left: 10px;
    width: 17px;
    height: 17px;
    border-radius: 30px;
	border: 2.5px dotted  #f5ca2e;
}

#regcheckidregpl .elementor-field-group-wdgreginput:before,
#regcheck-id-reg-pl .elementor-field-group-wdgreginput:before{
	content: 'PL';
}
@media (max-width: 768px) { 
	#form-field-wdgreginput::placeholder,
	#form-field-wdgvininput::placeholder {
		font-size: 12px;
	}
}

