/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.header-misc .login {
	background-color: transparent;
	color: var(--cnvs-primary-menu-color);
	border-block-color: var(--cnvs-primary-menu-color);
	border: solid;
	border-width: 1px;
}
.header-misc .login:hover {
	background-color:transparent;
}
.templatebox {
	border: 1px solid #b29e8447;
}
.NoSub {
/*	border: 1px solid #b29e8447;
*/	text-align: center;
	padding: 10px;
}
.resumeup {
	margin-top: 22px;
	margin-bottom: 22px;
	background-color: #b29e84;
	background-color: transparent;
	color: #423e3a;
	border: 1px solid #423e3a;
	font-size: 14px;
}/*
	.resumeup .button-inner, .resumeup:hover .button-inner {
		padding-left: 10px
	}*/
	 [class*="resumeup"]::before {
		display: inherit;
		font-size: 40px;
		color: #b29e84;
	}
.resumeup:hover {
	border: 3px solid #423e3a;
	color: #423e3a;
	background-color: transparent;
}

.SelectTemplate {
font-size:15px;
}/*s
.rounded {
	padding: 10px;
	border: 10px solid #253439;
}*/
.footer-logo {
	transform: scale(.7);
	transform-origin: top left;
}
.temp-prev {
padding:0px;
}
.Support {
	height: 210px;
}
	.Support img {
		height: 210px !important
	}
@media only screen and (max-width: 639px) {
	.Support {
		height: 130px;
	}

		.Support img {
			bottom:0;
			top:auto;
			height: 130px !important
		}
}
@media only screen and (max-width: 375px) {
	.Support {
		height: 100px;
	}

		.Support img {
			bottom: 0;
			top: auto;
			height: 100px !important
		}
}@media only screen and (max-width: 425px) {
	.login {
		padding: 7px 10px;
		font-size: 13px;
	}
	.logo-default, .logo-dark {
		height: 70px;
	}
}
  .whatsapp-float {
        position: fixed;
        bottom: 20px;
        right: 20px;
        padding: 10px;
        z-index: 1000; /* Ensure it's above other elements */
        transition: transform 0.3s ease; /* Add smooth animation */
    }

    .whatsapp-float:hover {
        transform: scale(1.1); /* Slight zoom on hover */
    }

    .whatsapp-float img {
        display: block; /* Removes potential extra space */
    }

    @media (max-width: 600px) {
        .whatsapp-float {
            bottom: 10px;
            right: 10px;
            padding: 8px;
        }

        .whatsapp-float img {
            width: 40px;
            height: 40px;
        }
    }
	.footer-logo {
  margin-bottom: 0px !important;
}



.custom-linkedin-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #000;
	text-decoration: none;
	padding: 10px;
	font-weight: 500;
	font-size: 16px;
	width: 100%; /* Match Google button width */
	margin-bottom: 10px;
}

	.custom-linkedin-btn img {
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}

	.custom-linkedin-btn:hover {
		background-color: #f3f3f3;
		border-color: #bbb;
	}
.social-login-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #3c4043;
	text-decoration: none;
	padding: 10px;
	font-weight: 400;
	font-size: 14px;
	width: 100%;
	cursor: pointer;
	transition: background-color 0.3s ease, border-color 0.3s ease;
	width: -webkit-fill-available;
	background-color: transparent;
	position: relative;
	padding-left: 33px;
}

	.social-login-btn img {
		width: 20px !important;
		height: 20px !important;
		margin-right: 10px;
		position: absolute;
		left: 13px;
	}

	.social-login-btn:hover {
		background-color: #f3f3f3;
		border-color: #bbb;
	}


.chart-samples ul { list-style: none; }

.chart-samples h4 {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 400;
}

.chart-samples li {
	font-size: 16px;
	line-height: 2.2;
	font-weight: 600;
}

.chart-samples li a:not(:hover) { color: #AAA; }
