/*!
Theme Name: GPA Polling
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.8.17
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gpa-polling
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

GPA Polling is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: "IBM Plex Sans", sans-serif !important;
	font-style: normal;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
	-webkit-user-drag: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
@keyframes wiggle {
	0%, 100% { transform: translateX(0); }
	15%       { transform: translateX(-6px); }
	30%       { transform: translateX(6px); }
	45%       { transform: translateX(-4px); }
	60%       { transform: translateX(4px); }
	75%       { transform: translateX(-2px); }
	90%       { transform: translateX(2px); }
}

.animate-wiggle {
	animation: wiggle 0.5s ease-in-out;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.text-yellow {
	color: #ECDA75 !important;
}

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Header */
nav .hamburger-menu {
	width: 32px;
	height: 32px;
	background-image: url(img/hamburger_menu.svg);
	background-color: transparent;
	border-color: transparent;
	position: absolute;
	left: 86%;
	top: 25%;
}

nav.toggled .hamburger-menu {
	background-image: url(img/close.svg);
}

nav.toggled ul {
	width: 100%;
	background-color: white;
	color: black;
	position: fixed;
	top: 56px;
	left: 0;
	height: 100vh;
}

@media screen and (min-width: 1200px) {

	#user-email-content {
		cursor: pointer;
	}

	#user-email-content {
		display: flex;
		flex-direction: row;
	}

	.header-button-mobile {
		display: none;
	}
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 1199px) {

	#button-login {
		display: none;
	}

	#user-email-content {
		display: none !important;
	}

	.header-button-mobile {
		position: fixed;
		bottom: 40px;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
	}

	#button-login-mobile {
		width: 343px;
	}
}

@media screen and (max-width: 1180px) {

	header.site-header {
		height: 68px !important;
	}

	header .bank-logo {
		position: absolute;
	}

	.main-navigation {
		display: inline-flex !important;
		align-items: center;
	}

	.main-navigation .btn {
		padding: 0;
	}

	.main-navigation a {
		text-align: left;
		padding-left: 0 !important;
		justify-content: flex-start !important;
		color: var(--primary-banner-bg) !important;
		font-size: 14px !important;
		line-height: 24px !important;
	}

	.main-navigation ul li {
		border-bottom: 1px solid #d8d8d8;
		margin-left: 16px;
		margin-right: 16px;
	}

	.main-navigation ul li.current_page_item a,
	.main-navigation ul li.current-menu-parent > a {
		color: var(--primary-banner-bg) !important;
	}

	.main-navigation li.current_page_item a::after {
		display: none;
	}
}

header .flex-row {
	height: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

@media only screen and (max-width: 549px) {

	.header .flex-row {
		height: 100%;
	}
}

/* .header-inner{
	max-width: 1169px;
} */

header.site-header {
	height: 56px;
	position: sticky;
	top: 0;
	z-index: 999;
	background: #fff;
	box-shadow: 0 0 2px rgba(40, 41, 61, 0.04), 0 4px 8px rgba(96, 97, 112, 0.16);
}

header .bank-logo img {
	width: 250px;
	height: auto;
}

header .flex-col .btn {
	display: flex;
	flex-direction: row;
	justify-content: center;

	/* align-items: center; */
	padding: 8px 16px;
	gap: 8px;
	border-radius: 8px;
	background: linear-gradient(90deg, #ecdb75 0%, #eebc5a 100.19%);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
}

header .flex-col .btn p {
	width: 94px;
	height: 32px;
	font-family: "IBM Plex Sans", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 32px;
	color: #fff;
}

header .logo-r123 {
	padding-left: 40px;
}

header .logo-r123 img {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	padding: 0;
	gap: 4px;
	width: 145.93px;
	height: 42px;
}

header .main-navigation ul.sub-menu {
	flex-direction: column;
	background: #fff;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	padding: 10px 20px 20px 20px;
	height: auto;
}

header .main-navigation ul.sub-menu a {
	color: #000;
	font-size: 14px;
	border-bottom: 1px solid #d9d9d9;
	justify-content: left;
	min-height: 0;
	padding: 20px 0;
	width: auto;
	white-space: nowrap;
}

header .main-navigation ul.sub-menu li.current-menu-item a {
	color: var(--primary-bg);
	border-bottom: 1px solid var(--primary-bg);
}

header .main-navigation ul.sub-menu li.current_page_item a::after {
	content: none;
}

header .main-navigation li.menu-item-has-children > a::after {
	content: url("../img/menu/arrow-down.svg");
	padding-left: 8px;
}

@media only screen and (max-width: 1180px) {

	.main-navigation ul.menu > li.current_page_item,
	.main-navigation ul.menu > li.current-menu-parent {
		border-bottom: 1px solid #d8d8d8;
	}

	header .main-navigation ul.sub-menu {
		border: none;
		box-shadow: none;
		padding: 0;
	}

	header .main-navigation ul.sub-menu li.current-menu-item a {
		border-bottom: 1px solid #d9d9d9;
	}

	header .main-navigation li.menu-item-has-children > a::after {
		content: url("../img/menu/arrow-down-blue.svg");
		padding-left: 0;
		position: absolute;
		right: 0;
	}

	header .main-navigation li.menu-item-has-children.current-menu-parent > a::after {
		content: url("../img/menu/arrow-down-light-blue.svg");
	}
}

.main-navigation {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	justify-content: center;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	position: relative;
	display: flex;
	justify-content: center;
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 16px;
	font-weight: 500 !important;
	color: #989bb3;
	text-transform: capitalize;
	padding: 0 22px;
	height: 100%;
	transition: none;
	align-items: center;
}

.main-navigation a,
.current_page_parent a {
	position: relative;
	display: flex;
	justify-content: center;
	text-transform: capitalize;
	padding: 0 22px;
	height: 100%;
	min-height: 4em;
	transition: none;
	align-items: center;
	color: #150059 !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: normal;
}

.main-navigation .nav > li.active > a {
	color: #c69e3f;
}

.main-navigation ul.menu > li.current_page_item,
.main-navigation ul.menu > li.current-menu-parent {
	border-bottom: 4px solid var(--active-tabs);
}

.main-navigation ul.menu > li.current_page_item,
.main-navigation ul.menu > li.current_page_item a,
.main-navigation ul.menu > li.current-menu-parent > li.active > a {
	color: #150059;
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700 !important;
	line-height: normal;
	margin-bottom: 3px;
	background: linear-gradient(to left, #ecdb75, #eebc5a);
	background-size: 100% 4px;
	background-position: bottom 0 left 0, bottom 5px left 0;
	background-repeat: no-repeat;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1200px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

/* End of Header */


/* Static Banner */

section.static-banner {
	display: flex;
	position: relative;
	height: 250px;
	background-color: #17212b;
}

section.static-banner .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

section.static-banner .container h2 {
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 43.58px;
	text-align: left;
	color: white;
}

section.static-banner .container img {
	width: 218px;
	height: 184px;
}

@media screen and (max-width: 768px) {

	section.static-banner {
		height: 138px;
	}

	section.static-banner .container h2 {
		max-width: 221px;
		font-size: 20px;
		font-weight: 700;
		line-height: 27.24px;
		text-align: left;
	}

	section.static-banner .container img {
		max-width: 105px;
		height: 90px;
	}
}

/* End of Static Banner */


/* vote ui */
section.ui-vote h3 {
	font-size: 32px;
	font-weight: 700;
	line-height: 43.58px;
	text-align: left;
}

section.ui-vote .category-card .title h3 {
	line-height: unset;
}

section.ui-vote .see-more {
	font-size: 14px;
	font-weight: 700;
	line-height: 19.07px;
	text-align: left;
	color: #1976d2;
}

section.ui-vote button.subcategory-selection {
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 16px 8px 16px;
	gap: 8px;
	border-radius: 100px;
	background-color: transparent;
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 19.07px;
	text-align: left;
}

section.ui-vote button.subcategory-selection.active {
	background: linear-gradient(90deg, #ecdb75 0%, #eebc5a 100.19%);
}

section.ui-vote .nominee-item {
	border: 1px solid black;
	border-radius: 8px;
	height: 96px;
	padding: 16px;
}

section.ui-vote .nominee-item.winner {
	position: relative;
	background: linear-gradient(90deg, #ecda75 0%, #efbe5b 100%);
	border: 2px solid #ffb400;
}

section.ui-vote .nominee-item.winner .badge {
	position: absolute;
	float: right;
	right: 8px;
	width: 126px;
	height: 40px;
	display: flex;
	justify-content: center;
	gap: 8px;
	align-items: center;
	padding: 8px  16px 8px 16px;
	background-color: #2a1f64;
	border: 1px solid #fcd067;
	border-radius: 8px;
	z-index: 100;
}

section.ui-vote .nominee-item.winner .badge p {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 800;
	line-height: 19.07px;
	text-align: left;
	text-overflow: initial;
}

section.ui-vote .nominee-item.winner img {
	border: 2px solid #ffb400;
}

section.ui-vote .nominee-item p {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

section.ui-vote .nominee-item span {
	font-size: 12px;
	font-weight: 400;
	text-align: left;
}

section.ui-vote .nominee-item img {
	max-width: 64px;
	height: 64px;
	border-radius: 100px;
}

section.ui-vote .nominee-item button.vote-nominee {
	width: 140px;
	height: 40px;
	padding: 8px 16px 8px 16px;
	border-radius: 8px;
	border: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fcd067;
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 19.07px;
	text-align: center;
}

section.ui-vote .nominee-item button.vote-nominee.voted {
	background: #747474;
	color: #fff;
}

section.ui-vote .nominee-item .user_voted_item button.vote-nominee.disabled {
	display: none !important;
}

section.ui-vote .nominee-item button.vote-nominee.disabled {
	opacity: 0;
}

.site-footer {
	background: #c59e3f;
}

@media screen and (max-width: 768px) {

	section.ui-vote h3 {
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 0;
	}

	section.ui-vote #notice-to-vote {
		font-size: 14px;
	}

	section.ui-vote .nominee-item.winner {
		height: auto;
		min-height: 110px;
	}

	section.ui-vote .nominee-item.winner .badge {
		position: relative;
		height: 32px;
		width: 126px;
		padding: 16px;
		margin-bottom: 5px;
		float: unset;
		right: unset;
	}

	section.ui-vote .nominee-item {
		height: 80px;
	}

	section.ui-vote .nominee-item img {
		max-width: 48px;
		height: 48px;
	}

	section.ui-vote .nominee-item button.vote-nominee {
		width: 67px;
	}
}

/* End of vote ui*/
section {
	padding: 24px 0;
}

section .title {
	color: #17212b;
	font-size: 32px;
	font-weight: 700;
}

@media screen and (max-width: 1200px) {

	section .title {
		font-size: 18px;
	}
}

.site-footer .title {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

.site-footer .logo-socmed {
	height: 22px;
	width: auto;
	margin-right: 16px;
}

@media screen and (min-width: 578px) {

	.site-footer .col-right {
		border-left: 1px solid #fff;
	}
}

.site-footer .col-right .address {
	margin-bottom: 16px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

@media screen and (max-width: 1200px) {

	.site-footer .title {
		font-size: 16px;
	}
}

.site-footer .copyright {
	border-top: 0.5px solid #17212b;
	padding: 16px 0 4px 0;
	text-align: center;
	color: #17212b;
	font-size: 12px;
	font-weight: 400;
}

.main-navigation .btn-mobile {
	border: none;
}

/* Config btn read more or read less */
.arrow-down,
.arrow-up {
	margin-left: 8px;
}

.arrow-down::after,
.arrow-up::after {
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	background: transparent url("img/arrow-down.png") no-repeat left center;
}

.arrow-up::after {
	transform: rotate(180deg);
}

#desc-dots {
	display: none;
}

#desc-more {
	display: inline;
}

#desc-btn-read-more {
	display: none;
	border: none;
	background: none;
	padding: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

@media screen and (max-width: 768px) {

	#desc-dots {
		display: inline;
	}

	#desc-more {
		display: none;
	}

	#desc-btn-read-more {
		display: flex;
		align-items: center;
	}
}

/* End of config btn read more or read less */

/* Pop up login */
.container-pop-up {
	width: 100%;
	height: 100%;
	padding: 24px;
	background: white;
	border-radius: 16px;
	overflow: hidden;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 24px;
	display: inline-flex;
}

@media screen and (min-width: 769px) {

	.popup-background {
		display: flex;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		justify-content: center;
		align-items: center;
		z-index: 1000;
	}

	.popup {
		width: 520px;
		border-radius: 16px;
		background: rgba(8, 11, 22, 0.20);
		display: flex;
		justify-content: center;
		align-items: center;
		backdrop-filter: blur(64px);
		-webkit-backdrop-filter: blur(64px);
		border: 1px solid #e6e6e65c;
	}

	.vote-confirmation {
		.popup {
			background-color: #fff;
			
			div {
				color: #000;
			}

			.popup-header {
				border-bottom: 1px solid #EFEFEF;
			}
		}
	}
}

@media screen and (max-width: 768px) {

	.popup-background {
		display: flex;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		justify-content: center;
		align-items: end;
		z-index: 1000;
	}

	.popup {
		width: 100%;
		background: rgba(8, 11, 22, 0.20);
		border-radius: 8px 8px 0 0;
		display: flex;
		justify-content: center;
		align-items: center;
		backdrop-filter: blur(64px);
		-webkit-backdrop-filter: blur(64px);
		border: 1px solid #e6e6e65c;

		.popup-content {
			padding: 16px;

			.content-login {
				.login-title {
					font-size: 1rem;
				}
				.login-subtitle {
					font-size: 0.75rem;
					font-weight: 400;
				}
			}
			
		}
	}

	.vote-confirmation {
		align-items: center;
		padding: 16px;

		.popup {
			background-color: #fff;
			border-radius: 16px;
			
			div {
				color: #000;
			}

			.popup-header {
				border-bottom: 1px solid #EFEFEF;
			}
		}
	}

	.vote-confirmation .login-title {
		font-size: 16px;
	}

	.vote-confirmation .login-subtitle {
		font-size: 14px;
	}

	.vote-confirmation-success .popup-content .action button.close-popup {
		width: 100%;
	}
}

.popup-content {
	color: black;
	padding: 24px;
	font-size: 24px;
	font-family: "IBM Plex Sans", sans-serif;
	display: flex;
	font-weight: 700;
	flex-direction: column;
	width: 100%;
}

.popup-content .action button {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 48px;
	padding: 8px;
	font-size: 14px;
	font-weight: 700;
}

.popup-content .action button.secondary {
	border: 1px solid #d9d9d9;
	background-color: transparent;
}

.popup-content .action button.primary {
	background-color: #fcd067;
	border: transparent;

	&.disabled {
		background: #F2F2F2;
		color: #838181;

	}
}

.popup-content .action button.primary.gradient {
	background: linear-gradient(90deg, #ecdb75 0%, #eebc5a 100.19%);
}

.popup-content .action button.close-popup {
	min-width: 97px;
}

.popup-content .action button#vote-confirm {
	min-width: 163px;
}

.popup-header {
	width: 100%;
	height: 100%;
	padding-bottom: 8px;
	margin-bottom: 16px;
	border-bottom: 1px solid #3B3B3B;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	display: inline-flex;
}

.popup-title {
	flex: 1 1 0;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	word-wrap: break-word;
}

#show-popup-btn {
	position: absolute;
	bottom: 20px;
	left: 20px;
	padding: 10px 20px;
	background: #1976d2;
	color: white;
	border: none;
	border-radius: 8px;
	cursor: pointer;
}

.content-login {
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.login-message {
	width: 100%;
	height: 100%;
	padding-top: 1.5rem;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	display: inline-flex;
}

.login-title {
	align-self: stretch;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	word-wrap: break-word;
}

.login-subtitle {
	align-self: stretch;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	word-wrap: break-word;
}

.verify-otp .popup-content #otp_field_container input {
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 8px;
}

input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.verify-otp .popup-content #otp_field_container input::-webkit-outer-spin-button,
.verify-otp .popup-content #otp_field_container input::-webkit-inner-spin-button,
.verify-otp .popup-content #otp_field_container input[type="number"] {
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: textfield;
}

.verify-otp .popup-content #otp-resend {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	gap: 8px;
	background-color: transparent;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	text-align: left;
	color: #989898;
}

.verify-otp .popup-content #otp-timer {
	color: #eebc5a;
}

.verify-otp .popup-content .action button.secondary {
	font-weight: 600;
}

.google-sign-in-wrapper {
	width: 100%;
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;
	text-align: -ms-center;
	text-align: -o-center;
}

#close-popup {
	cursor: pointer;
}

#pop-up-content {
	display: none;
}

#user-email {
	margin-bottom: 0 !important;
}

.arrow-up-email {
	margin-left: 8px;
}

.logout-component {
	position: absolute;
	top: 100%;
	width: 141px;
	text-align: center;
	font-weight: 700;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
	background-color: white;
	border: 1px solid transparent;
	padding: 10px;
	cursor: pointer;
}

.header-button-hidden {
	display: none;
}

.account-mobile-view {
	position: fixed;
	bottom: 40px;
	transform: translateX(-50%);
	text-align: center;
	color: #000;
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.logout-component-mobile {
	padding-top: 41px;
}

/* Pop up login */
.rotate-full {
	transform: rotate(180deg);
}

.category-card {
	min-height: 271px;
	background: #17212b;
	border-radius: 16px;
	padding: 24px;
}

.category-card .image-wrap {
	height: 80px;
}

.category-card .image-wrap img {
	height: 100%;
	width: auto;
}

.category-card .title {
	padding: 24px 0;
}

.category-card .title h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
	min-height: 40px;
}

.category-card .cta-btn-wrap button,
.category-card .cta-btn-wrap a {
	color: #000;
	font-size: 14px;
	font-weight: 700;
}

.category-card .cta-btn-wrap button img,
.category-card .cta-btn-wrap a img {
	padding-bottom: 2px;
}

@media screen and (max-width: 1024px) {

	.category-card {
		min-height: 184px;
		padding: 16px;
	}

	.category-card .image-wrap {
		height: 48px;
	}

	.category-card .title {
		padding: 16px 0;
	}

	.category-card .title h3 {
		font-size: 12px;
		min-height: 48px;
	}
}

@media screen and (max-width: 374px) {

	.category-card .cta-btn-wrap button,
	.category-card .cta-btn-wrap a {
		font-size: 13px;
	}
}

.divider {
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	gap: 8px;
	display: inline-flex;
	padding-top: 24px;
	padding-bottom: 24px;
}

.divider-line {
	flex: 1 1 0;
	height: 0;
	border: 1px #efefef solid;
}

.text-divider {
	text-align: center;
	color: #989898;
	font-size: 14px;
	font-family: "IBM Plex Sans", sans-serif;
	font-weight: 400;
	word-wrap: break-word;
}

.input-number {
	width: 100%;
	height: 100%;
	background: white;
	justify-content: flex-start;
	display: flex;
	flex-direction: column;
	margin-bottom: 24px;
}

.input-number-field {
	flex: 1 1 0;
	color: black;
	font-size: 14px;
	font-family: "IBM Plex Sans", sans-serif;
	font-weight: 400;
	word-wrap: break-word;
	border: 1px solid #efefef !important;
	padding: 16px !important;
}

.button-login {
	width: 100%;
	height: 100%;
	padding: 8px 16px;
	background: linear-gradient(90deg, #ecdb75 0%, #eebc5a 100%);
	border-radius: 8px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	display: inline-flex;
	cursor: pointer;
}

.button-login-text {
	color: black;
	font-size: 14px;
	font-family: "IBM Plex Sans", sans-serif;
	font-weight: 700;
	word-wrap: break-word;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.button-login-disabled {
	background: #f2f2f2;
	color: #838181;
	cursor: not-allowed;
}

#close-popup-vote {
	cursor: pointer;
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(271deg) brightness(108%) contrast(101%);
}

.button-login-disabled .button-login-text {
	color: #838181;
}

.notice-float-green {
	position: fixed;
	z-index: 99999;
	top: 16%;
	left: 0;
	transform: translate(calc(50vw - 50%));
	text-align: center;
	width: 296px;
	height: 54px;
	padding: 16px;
	border-radius: 8px;
	background-color: #4caf50;
	color: #fff;
}

#phone-error-message {
	color: red;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 0;
}

.notice-message {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 4px;
	padding: 16px 8px;
	border-radius: 4px;
	border: 1px solid #ECD470;
	background: linear-gradient(90deg, rgba(238, 198, 99, 0.20) 0%, rgba(238, 196, 96, 0.20) 100%);
	backdrop-filter: blur(50px);

	p {
		color: #fff;
		font-size: 1rem;
		font-weight: 600;
		margin: 0;
		text-align: left;

		@media screen and (max-width: 769px) {
			font-size: 0.8rem;
		}
	}
}


.vote-confirmation-success {
	align-items: center;
	padding: 16px;

	.popup {
		width: 524px;
		border-radius: 16px;

		.popup-content {
			padding: 20px;
			.login-subtitle {
				font-size: 0.9rem;
				@media screen and (max-width: 769px) {
					font-size: 0.8rem;
					margin: 3px 0 1px 0;
				}

			}
			.action {
				.close-popup {
					min-width: 150px;
					background-color: #fff;

					@media screen and (max-width: 769px) {
						max-width: 150px;
					}
				}
			}
		}
	}
}