﻿/*** Blue Theme ***/
/*
.self-apply .instruction-container {
	background-color: #234459; 
}

.self-apply .navbar-company .insert {
	color: #0096c7;
}

.self-apply .navbar-company .insert::after {
	content: "RECRUIT";
}

.self-apply .instruction-container > .custom-slogan > div > h3, .self-apply .instruction-container > .custom-slogan > div > p {
	color: #ffffff; 
}

.self-apply .search-bar {
	background-color: #0096c7; 
}

.self-apply .search-bar > .search-container.with-search-button > input,
.self-apply .search-bar > .search-container > a  {
	background-color: #006F94;
}

.self-apply .search-filter-bar > .search-filter-arrow-container > .search-filter-arrow-down {
	border-top: 15px solid #0096c7;
}
*/



/*** Red Theme ***/
/*

.self-apply .navbar-company .insert {
	color: #d01818;
}

.self-apply .navbar-company .insert::after {
	content: "RECRUIT";
}

.self-apply .search-bar {
	background-color: #d01818;
}

	.self-apply .search-bar > .search-container.with-search-button > input,
	.self-apply .search-bar > .search-container > a {
		background-color: #8B1010;
	}

.self-apply .search-filter-bar > .search-filter-arrow-container > .search-filter-arrow-down {
	border-top: 15px solid #d01818;
}
	*/




/*** White Theme ***/

.self-apply .navbar-company .insert {
	color: #d01818;
}

.self-apply .navbar-company .insert::after {
	content: "RECRUIT";
}

.self-apply .search-bar {
	background-color: #ffffff;
}
	.self-apply .search-bar > .search-container .icon,
	.self-apply .search-bar > .search-container > .search-filter-group {
		color: #222222;
	}
	.self-apply .search-bar > .search-container.with-search-button > input {
		color: #888888;
		font-weight: normal;
	}

	.self-apply .search-bar > .search-container.with-search-button > input, .self-apply .search-bar > .search-container > a {
		background-color: #F2F2F2;
	}

.self-apply .search-filter-bar > .search-filter-arrow-container > .search-filter-arrow-down {
	border-top: 15px solid #ffffff;
}
