* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

button {
	outline: 0;
}

button:hover {
	border: 0;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
	box-shadow: none !important;
}

button:focus {
	box-shadow: none !important;
}

:focus {
	box-shadow: none !important;
}

body {
	font-family: 'SF Pro Display';
	background: #F8F9FB;

}

.voting-text h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 150%;
	color: #000;
	margin-bottom: 8px;

}

.voting-text p {
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 19px;
	color: #7B7B7B;
	margin-bottom: 40px;

}

.login-buttons a {
	border: 1px solid #E2E2E2;
	border-radius: 5px;
	text-decoration: none;
	padding: 12px 19px;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	text-transform: capitalize;
	color: #000000;
	margin-right: 15px;
	-webkit-transition: background-color .5s ease-out;
	-moz-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out;
	transition: background-color .5s ease-out;
}

.login-buttons a:hover {
	background: linear-gradient(92.58deg, #5665BE 5.66%, #354395 146%);
	color: #fff;

}

.login-buttons a.active {
	background: linear-gradient(92.58deg, #5665BE 5.66%, #354395 146%);
	color: #fff;
}

.profile-banner {
	background-image: url(../images/bg-vector.png);
	height: 380px;
	background-color: #fff;
	background-position: bottom center;
}

.profile-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.profile-img {
	display: flex;
	justify-content: center;
}

.login-bar {
	padding: 46px 0 36px;
	background-color: #fff;
}

.profile-bottom-details {
	padding: 60px 0;
}

.bottom-details-card {
	border: 1px solid rgb(226 226 226 / 80%);
	background: #FFFFFF;
	border-radius: 12.4328px;
	text-align: left;
	padding: 20px;
	flex: 1;
}

.profile-card-text span {
	display: flex;
	background: #F5F5F9;
	border-radius: 10px;
	height: 59px;
	width: 59px;
	text-align: center;
	margin-right: 12px;
	justify-content: center;
	align-items: center;
}

.bottom-details-card h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 33px;
	text-align: center;
	color: #000;
}

.bottom-details-card p {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-transform: capitalize;
	color: #4A4A4A;
	margin: 10px 0 0 0;
}

.location-input::placeholder {
	background: #fff;
	position: relative;
	padding: 0px 14px;
	border-right: 0;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #4A4A4A;
	border-radius: 0;
	height: 55px;
}

.location-input {
	border: 1px solid #E2E2E2;
	background: #fff;
	position: relative;
	padding: 0px 14px;
	border-right: 0;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #4A4A4A;
	border-radius: 0;
	height: 55px;
}

.find-btn {
	padding: 0px 49px;
	background: linear-gradient(92.58deg, #5665BE 5.66%, #354395 146%);
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #FFFFFF;
	height: 55px;
}

.location-btn:focus {
	border: 1px solid #E2E2E2;
}

.location-map {
	position: absolute;
	top: 18px;
	right: 150px;
	cursor: pointer;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	color: #4A4A4A;
}

.location-map img {
	margin-right: 5px;
}

.login-logo img {
	width: 105px;
	height: 86.05px;
}

.intl-tel-input,
.iti {
	width: 100%;
}

input#mobile_code {
	background: #F5F6F6;
	border-radius: 10px;
	border: 0;
	padding: 10px 10px 10px 94px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 150%;
	color: #1E232E;
}

input#mobile_code::placeholder {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 150%;
	color: #1E232E;
}

.iti__selected-dial-code {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #545454;
}

.login-logo {
	margin-bottom: 66px;
}

.country-btn {
	padding: 14px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 150%;
	color: #1E232E;
	background: #F5F6F6;
	border: 0;
	border-radius: 10px 0px 0px 10px;
	justify-content: center;
	align-items: center;
	display: flex;
}

.phone-input {
	background: #F5F6F6 !important;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	color: #1E232E;
	border: 0;
	padding: 14px 0;
	border-radius: 10px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.phone-input::placeholder {
	background: #F5F6F6 !important;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21;
	color: #1E232E;
	border: 0;
	padding: 14px 0;
	border-radius: 10px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

img.country-img {
	margin-right: 10px;
}

button.country-btn span {
	margin-left: 10px;
}

.t-c {
	margin: 13px 0 25px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	color: #475467;
}

.t-c a {
	color: #212121;
	text-decoration: none;
	font-weight: 500;
}

.otp-btn {
	background: linear-gradient(92.58deg, #5665BE 5.66%, #354395 146%);
	border-radius: 10px;
	color: #fff;
	width: 100%;
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #FFFFFF;
	padding: 14px 0;
	border: 0;
}

.otp-btn:hover {
	color: #fff;
}

.modal-header {
	border: 0;
}

.customBtn {
	border-radius: 0px;
	padding: 10px;
}

.otp-detail h4 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	color: #000000;
	margin: 0;
}

.otp-detail span {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	color: #475467;
	display: block;
}

.otp-detail form input {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
}

.mt-38 {
	margin-top: 40px;
}

.otp-detail form input {
	display: inline-block;
	text-align: center;
	border: 1px solid #7B7B7B;
	border-radius: 10px;
	width: 23%;
	height: 45px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	color: #000000;
}


.oto-timer span {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 35px;
	line-height: 150%;
	color: #4A4A4A;
}

form.otp-form {
	margin: 22px 0 37px;
}

.resend-btn {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 600;
	font-size: 13.9747px;
	line-height: 17px;
	text-align: center;
	color: #4A4A4A;

}

.resend-btn a {
	color: #354395;
	text-decoration: none;
}

.modal-content {
	padding: 30px 25px;
}

.modal-body {
	padding: 0 25px;
}

.modal-header {
	padding: 0;
}

.modal-header button {
	z-index: 999;
}

.form-check-input {
	width: 18px;
	height: 18px;
	margin-top: 0.25em;
	vertical-align: middle;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 2px solid #858C94;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-right: 10px;
}

label.form-check-label {
	margin-top: 3px;
}

.voting-text input::placeholder {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;

	color: rgba(74 74 74 / 70%);
}

.modal-map {
	padding: 25px 15px;
}


.modal-content.modal-map h2 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	color: #000000;
	margin-bottom: 15px;
}

.modal-content.modal-map select {
	background-color: #F5F6F6;
	border-radius: 8.73417px;
	border: 0;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 13.9747px;
	line-height: 21px;
	/* identical to box height */
	/* Black */
	color: #000000;
	padding: 12px 15px;
	margin: 20px 0 8px;
}

.modal-content.modal-map p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 15px;
	color: #212121;
}

.info-text p span {
	margin-right: 7.5px;
}

button.btn.btn-continue {
	background: linear-gradient(92.58deg, #5665BE 5.66%, #354395 146%);
	border-radius: 10px;
	width: 100%;
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #FFFFFF;
	padding: 14px 0;
	border: 0;
}

button.btn-close {
	background: #F5F6F6;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	padding: 8px !important;
	margin: 0 0 0 auto !important;
	opacity: 1;
	position: absolute;
	right: 20px;
	line-height: 0;
}

.modal {
	z-index: 9999;
}

.form-check-input:checked {
	background-color: #354395;
	border-color: #354395;
}

button.country-btn small {
	display: inline-block;
	background: #F5F6F6 !important;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	color: #1E232E;
}

.modal-content.modal-map button.btn-close {
	top: 15px !important;
	right: 15px;
}

.otp-detail form input:focus {
	outline: 0;
	border-color: #000;
}

input.form-control.location-input:focus {
	border-color: #E2E2E2;
	outline: 0;

}

.modal-content.modal-map iframe {
	border-radius: 8.73px;
}

.px-50 {
	padding: 0 35px;
}

img.country-arrow {
	margin-left: 9px;
}

/* ============================================================
   VoteSmart Premium Auth Modals (2026-03-25)
   Modern, minimal, airy — soft shadows + smooth interactions
   ============================================================ */

/* --- Modal Shell --- */
.vs-auth-modal .modal-backdrop { backdrop-filter: blur(4px); }
.vs-auth-dialog { max-width: 520px; margin: 1.75rem auto; }
.vs-auth-modal .modal-dialog { display: flex; align-items: center; min-height: calc(100% - 3.5rem); }
.vs-auth-dialog-sm { max-width: 440px; }
.vs-auth-content {
    border: none;
    border-radius: 20px;
    padding: 36px 32px 28px;
    box-shadow: 0 25px 60px rgba(53, 67, 149, 0.12), 0 4px 16px rgba(0,0,0,0.06);
    position: relative;
    animation: vsAuthFadeIn 0.3s ease;
    max-height: calc(100vh - 4rem);
    overflow-y: auto;
}
@keyframes vsAuthFadeIn {
    from { opacity: 0; transform: translateY(12px) scale(0.98); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* --- Close Button --- */
.vs-auth-close {
    position: absolute;
    top: 18px; right: 18px;
    width: 32px; height: 32px;
    border: none; background: #F8FAFC;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 10;
}
.vs-auth-close:hover { background: #E2E8F0; transform: scale(1.1); }

/* --- Header --- */
.vs-auth-header { text-align: center; margin-bottom: 24px; }
.vs-auth-icon {
    width: 52px; height: 52px;
    background: linear-gradient(135deg, #EEF0FB 0%, #DDE1F9 100%);
    border-radius: 14px;
    display: inline-flex; align-items: center; justify-content: center;
    margin-bottom: 16px;
}
.vs-auth-title {
    font-family: 'Poppins', sans-serif;
    font-size: 22px; font-weight: 700;
    color: #1E293B; margin: 0 0 6px;
    letter-spacing: -0.3px;
}
.vs-auth-subtitle {
    font-size: 13.5px; color: #64748B;
    margin: 0; line-height: 1.5;
}

/* --- Alert Messages --- */
.vs-auth-alert {
    font-size: 13px; padding: 10px 14px;
    border-radius: 10px; margin-bottom: 16px;
    line-height: 1.4;
}
.vs-auth-alert-error { background: #FEF2F2; color: #DC2626; border: 1px solid #FECACA; }
.vs-auth-alert-success { background: #F0FDF4; color: #16A34A; border: 1px solid #BBF7D0; }

/* --- Required Asterisk --- */
.vs-auth-required { color: #DC2626; font-weight: 400; }

/* --- Form Fields --- */
.vs-auth-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.vs-auth-field { margin-bottom: 16px; }
.vs-auth-label {
    display: block;
    font-size: 13px; font-weight: 600;
    color: #374151; margin-bottom: 6px;
    letter-spacing: 0.01em;
}
.vs-auth-input {
    width: 100%; height: 46px;
    padding: 0 14px;
    font-size: 13.5px; color: #1E293B;
    background: #FAFBFC;
    border: 1.5px solid #E2E8F0;
    border-radius: 12px;
    outline: none;
    transition: all 0.25s ease;
    font-family: 'Poppins', sans-serif;
}
.vs-auth-input::placeholder { color: #A0AEC0; font-weight: 400; }
.vs-auth-input:hover { border-color: #CBD5E1; background: #fff; }
.vs-auth-input:focus {
    border-color: #5665BE;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(86, 101, 190, 0.1);
}
.vs-auth-input-wrap { position: relative; }
.vs-auth-input-wrap .vs-auth-input { padding-right: 44px; }
.vs-auth-eye {
    position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
    cursor: pointer; color: #94A3B8;
    transition: color 0.2s;
    font-size: 15px;
}
.vs-auth-eye:hover { color: #5665BE; }

/* --- Terms --- */
.vs-auth-terms {
    display: flex; align-items: flex-start; gap: 8px;
    margin-bottom: 20px;
    font-size: 13px; color: #64748B; line-height: 1.5;
}
.vs-auth-terms a { color: #5665BE; text-decoration: none; font-weight: 500; }
.vs-auth-terms a:hover { text-decoration: underline; }
.vs-auth-checkbox {
    width: 18px; height: 18px; margin-top: 2px;
    accent-color: #5665BE; cursor: pointer;
    flex-shrink: 0;
}

/* --- Forgot Password Link --- */
.vs-auth-forgot {
    text-align: right; margin-bottom: 20px; margin-top: -8px;
}
.vs-auth-forgot a {
    font-size: 13px; color: #5665BE; text-decoration: none; font-weight: 500;
}
.vs-auth-forgot a:hover { text-decoration: underline; }

/* --- Primary Button --- */
.vs-auth-btn {
    width: 100%; height: 48px;
    border: none; border-radius: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px; font-weight: 600;
    color: #fff; cursor: pointer;
    background: linear-gradient(135deg, #5665BE 0%, #354395 100%);
    box-shadow: 0 4px 14px rgba(53, 67, 149, 0.25);
    transition: all 0.3s ease;
    letter-spacing: 0.02em;
}
.vs-auth-btn:hover {
    box-shadow: 0 6px 20px rgba(53, 67, 149, 0.35);
    transform: translateY(-1px);
}
.vs-auth-btn:active { transform: translateY(0); box-shadow: 0 2px 8px rgba(53, 67, 149, 0.2); }
.vs-auth-btn:disabled {
    opacity: 0.7; cursor: not-allowed;
    transform: none !important;
}

/* --- Divider --- */
.vs-auth-divider {
    text-align: center; position: relative;
    margin: 22px 0;
}
.vs-auth-divider::before {
    content: ''; position: absolute;
    top: 50%; left: 0; right: 0;
    height: 1px; background: #E5E7EB;
}
.vs-auth-divider span {
    background: #fff; padding: 0 14px;
    position: relative; z-index: 1;
    font-size: 12px; font-weight: 600;
    color: #94A3B8; letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* --- Social Buttons (full-width, outlined) --- */
.vs-auth-social {
    width: 100%; height: 46px;
    display: flex; align-items: center; justify-content: center; gap: 10px;
    border: 1.5px solid #E2E8F0;
    border-radius: 12px;
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px; font-weight: 400;
    color: #374151;
    cursor: pointer;
    transition: all 0.25s ease;
    margin-bottom: 10px;
}
.vs-auth-social:hover {
    border-color: #CBD5E1;
    background: #F8FAFC;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.vs-auth-social-apple { color: #000; }
.vs-auth-social-apple:hover { background: #F1F5F9; }

/* --- Footer Link --- */
.vs-auth-footer {
    text-align: center;
    margin: 16px 0 0;
    font-size: 13.5px; color: #64748B;
}
.vs-auth-footer a {
    color: #5665BE; font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}
.vs-auth-footer a:hover { color: #354395; text-decoration: underline; }

/* --- Responsive --- */
@media (max-width: 576px) {
    .vs-auth-content { padding: 28px 20px 22px; border-radius: 16px; }
    .vs-auth-dialog { max-width: calc(100% - 24px); margin: 12px auto; }
    .vs-auth-row { grid-template-columns: 1fr; gap: 0; }
    .vs-auth-title { font-size: 20px; }
    .vs-auth-input { height: 44px; }
    .vs-auth-btn { height: 46px; }
    .vs-auth-social { height: 44px; }
}