.gogold {
	background-color: #ECECEC;
}
a {
	/* color: #045695; */
	color: #cd9c15;
}
.nice-select:after {
	border-color: #045695;
}
/* Old */
/* .gogold .header {
	background-image: none;
	padding-top: 40px;
	background-color: #cd9c15;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
} */

.gogold .header {
	background-image: none;
	padding-top: 40px;
	/* background-color: #550476; */
	background-color: #ffffff;
	/* background: transparent url(../images/pkb-header-background.png) center center/contain no-repeat; */
	background-size:cover;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.gogold .header .hero {
	background-image: none;
	height: 80px;
	display: flex;
	justify-content: space-between;
}
.gogold .header .hero .client-logo {
	width: 147px;
	height: 100%;
	/* background: transparent url(../img/icon/icon-logo-kodimas.png) center center/contain no-repeat; */
	background: transparent url(../images/arrahnu-logo.png) center center/contain no-repeat;
}
.gogold .header .hero .main-logo {
	width: 200px;
	height: 100%;
	/* background: transparent url(../img/icon/icon-logo-pkbgold.png) center center/contain no-repeat; */
	/* background: transparent url(../img/icon/icon-logo-pitihgold.png) center center/contain no-repeat; */
}
.language-switcher,
.language-switcher ul li a,
.language-switcher ul li.active a {
	color: #93358D;
}
.faq-switcher,
.faq-switcher ul li a,
.faq-switcher ul li.active a {
	color: #93358D;
}
#faq-switcher-small .fa {
	color: #93358D;
}
.signup-navi > .step.active .num {
	background-color: #045695;
}
.form-row .btn,
.form-row input.btn {
	border-radius: 6px;
	/* background-color: #045695; */
	/* background-color: #cd9c15; */
	/* background-color:#2C303F; */
	background-color: #FFBF01;
}
.form-row .btn,
.form-row input.btn:hover {
	cursor: pointer;
}
.form-row .btn.primary,
.form-row input.btn.primary {
	background-color: #045695;
}
.form-row input.btn.secondary {
	background-color: #222222;
}
.table-row.total .value,
.table-row .value.highlight {
	color: #045695;
}
.page-action input.btn {
	border-radius: 6px;
	/* background-color: #045695; */
	/* background-color:#cd9c15; */
	background-color:#2C303F;
}
.wait-counter {
	border-radius: 6px;
	background-color: #EEEEEE;
	color: #045695;
}
.trans-navi > .step.active .num {
	background-color: #045695;
}
.swal2-styled.swal2-confirm {
	/* background-color: #045695 !important; */
	/* background-color:#cd9c15 !important; */
	/* background-color:#2C303F !important; */
	background: linear-gradient(to right, #28b1c0, #2c2f7b);

}
.page-content-form,
.universal-widget,
.main-widget,
.box-listing,
.icon-actions .col {
	border: 0px;
	background: #FFFFFF;
	border: 0px;
	border-radius: 6px;
}
.select-weight-row a {
	border-radius: 6px;
}
.signup-navi > .step .num,
.trans-navi > .step .num,
.box-listing-rows .box-listing-row .col.icon .badge,
.box-listing-rows.ranking .box-listing-row .col.rank-status .badge {
	background-color: #D2D2D2;
}
.table-row,
.signup-navi:before,
.form-row textarea,
.form-row input[type=text],
.form-row input[type=email],
.form-row input[type=password],
.form-row input[type=number],
.balance-row,
.buy-sell-row .col:last-of-type,
.alert-input input[type=number],
.box-listing,
.table-row,
.select-weight-row a,
.trans-navi:before,
.box-listing-rows .box-listing-row .col,
.universal-btn,
.box-content-row {
	border-color: #D2D2D2;
}
.box-listing .box-listing-tabs a.active {
	color: #045695;
	border-color: #045695;
}
.buy-sell-row .col .current-value.down {
	color: #ff0000;
}
.buy-sell-row .col.selected {
	/* background-color: #E8FFF8; */
	background-color:#fcedc0;
}
@media only screen and (max-width: 680px) {	
	.balance-row2 label,
	.balance-row2 .col {
		border-color: #D2D2D2;
	}
}

/* Fix outline on buy sell confirm pages */
.nav-link {
    display: contents;
    padding: 0.5rem 1rem;
}

.verify-box input {
    text-align: center;
    width: 3em!important;
    color: #2c303f;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    /* background-color: #7066e0; */
	background-color: #FFB501;
	background-color: #FFBF01;
    color: #fff;
    font-size: 1em;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgb(6 178 104 / 50%);
}