/* Variables */
:root {
	--primary-color: #9e4e36;
	--secondary-color: #64cadd;
	--tertiary-color: #e3ba94;
	--success-color: #1ab51a;
	--warning-color: #f08e06;
	--info-color: #333333;
	--danger-color: #f44336;
	--light-color: #fffefe;

	--dark-color: #0a1627;
	--dark-color-hover: #18335b;
	--light-gray-color: #f8f8f8;

	--gray-color: #aaa;
	--dark-gray-color: #777;
	--white-color: #ffffff;
	--font-logo: 'TYPOGRAPH PRO Light', Arial, sans-serif;
	--font-title: 'TYPOGRAPH PRO Semi Bold', Arial, sans-serif;
	--font-primary: 'Montserrat', Arial, sans-serif;
	--font-secondary: 'Lato', Arial, sans-serif;
}

@font-face {
	src: url('/fonts/TYPOGRAPH PRO Light.ttf');
	font-family: 'TYPOGRAPH PRO Light';
	src: url('/fonts/TYPOGRAPH PRO Ultra Light.ttf');
	font-family: 'TYPOGRAPH PRO Ultra light';
	src: url('/fonts/TYPOGRAPH PRO Light.ttf');
	font-family: 'TYPOGRAPH PRO Light';
	src: url('/fonts/TYPOGRAPH PRO Semi Bold.ttf');
	font-family: 'TYPOGRAPH PRO Semi Bold';
}

/* UI elements */
.alt-text {
	font-family: var(--font-secondary);
}

.primary-text {
	font-family: var(--font-primary);
}

.logo {
	font-family: var(--font-logo);
}

.color-primary {
	background-color: var(--primary-color);
	color: var(--tertiary-color);
}

.color-primary:hover {
	color: var(--primary-color);
	background-color: var(--tertiary-color);
}

.color-secondary {
	color: var(--secondary-color);
}

.color-secondary:hover {
	filter: darken(XXX, 10%);
}

.color-tertiary {
	color: var(--tertiary-color);
}

.color-tertiary:hover {
	filter: darken(XXX, 10%);
}

.color-success {
	color: var(--success-color);
}

.color-success:hover {
	filter: darken(XXX, 10%);
}

.color-warning {
	color: var(--warning-color);
}

.color-warning:hover {
	filter: darken(XXX, 10%);
}

.color-info {
	color: var(--info-color);
}

.color-info:hover {
	filter: darken(XXX, 10%);
}

.color-danger {
	color: var(--danger-color);
}

.color-danger:hover {
	filter: darken(XXX, 10%);
}

.color-light {
	color: var(--light-color);
}

.color-light:hover {
	filter: darken(XXX, 10%);
}

.color-dark {
	color: var(--dark-color);
}

.color-dark:hover {
	filter: darken(XXX, 10%);
}

.color-light-gray {
	color: var(--light-gray-color);
}

.color-light-gray:hover {
	filter: darken(XXX, 10%);
}

.color-gray {
	color: var(--gray-color);
}

.color-gray:hover {
	filter: darken(XXX, 10%);
}

.color-dark-gray {
	color: var(--dark-gray-color);
}

.color-dark-gray:hover {
	filter: darken(XXX, 10%);
}

.color-white {
	color: var(--white-color);
}

.color-white:hover {
	filter: darken(XXX, 10%);
}

.primary,
.success,
.warning,
.danger,
.info {
	color: var(--light-color);
	position: fixed;
	top: 0;
	left: 10%;
	right: 10%;
	z-index: 9999;
	padding: 15px;
	text-align: center;
	margin-top: 75px;
	opacity: 1;
	transition: opacity 3s ease;
}

table .posCol {
	width: 37%;
}

table .scoCol {
	width: 8%;
	text-align: center;
}

table .taiCol {
	width: 15%;
	text-align: center;
}

table .appCol {
	width: 10%;
	text-align: center;
}

table .intCol {
	width: 10%;
	text-align: center;
}

table .offCol {
	width: 10%;
	text-align: center;
}

table .delCol {
	width: 8%;
	text-align: center;
}

.hidden {
	display: none;
}

.primary {
	background-color: var(--primary-color);
}

.primary:hover {
	filter: darken(XXX, 10%);
}

.success {
	background-color: var(--success-color);
}

.success:hover {
	filter: darken(XXX, 10%);
}

.warning {
	background-color: var(--warning-color);
}

.warning:hover {
	filter: darken(XXX, 10%);
}

.danger {
	background-color: var(--danger-color);
}

.danger:hover {
	filter: darken(XXX, 10%);
}

.info {
	background-color: var(--info-color);
}

.info:hover {
	filter: darken(XXX, 10%);
}

p {
	font-size: large;
}

i {
	font-family: var(--font-logo);
	font-weight: bolder;
	font-size: large;
}
.text-larger {
	font-size: x-large;
}

.text-large {
	font-size: large;
}

.text-normal {
	font-size: medium;
}

.text-small {
	font-size: small;
}
.text-smaller {
	font-size: x-small;
}
/* ICONS */
.icon {
	font-size: 2rem;
	color: var(--primary-color);
}
.icon-small {
	color: var(--primary-color);
}

.add-icon {
	background-image: url('/img/icons/add.svg');
}

.add-icon:hover {
	background-image: url('/img/icons/add-hover.svg');
}

.delete-icon {
	background-image: url('/img/icons/delete.svg');
}

.delete-icon:hover {
	background-image: url('/img/icons/delete-hover.svg');
}

.linkedin-icon {
	background-image: url('/img/icons/linkedin.svg');
}

.edit-icon {
	background-image: url('/img/icons/edit.svg');
}

.edit-icon:hover {
	background-image: url('/img/icons/edit-hover.svg');
}

.settings-icon {
	background-image: url('/img/icons/settings.svg');
}

.settings-icon:hover {
	background-image: url('/img/icons/settings-hover.svg');
}

.logo-icon {
	background-image: url('/img/icons/logo.svg');
}

.icon-25 {
	width: 25px;
	height: 25px;
	background-size: 25px 25px;
	background-repeat: none;
	background-position: center;
}

.icon-40 {
	width: 40px;
	height: 40px;
	font-size: 40px;
	background-size: 40px 40px;
	background-repeat: none;
	background-position: center;
}

.icon-75 {
	width: 75px;
	height: 75px;
	background-size: 75px 75px;
	background-repeat: none;
	background-position: center;
}

.icon-100 {
	width: 100px;
	height: 100px;
	background-size: 100px 100px;
	background-repeat: none;
	background-position: center;
}

.icon-200 {
	width: 200px;
	height: 200px;
	background-size: 200px 200px;
	background-repeat: none;
	background-position: center;
}

.icon-300 {
	width: 300px;
	height: 300px;
	background-size: 300px 300px;
	background-repeat: none;
	background-position: center;
}

.icon-400 {
	width: 400px;
	height: 400px;
	background-size: 400px 400px;
	background-repeat: none;
	background-position: center;
}

.icon-500 {
	width: 500px;
	height: 500px;
	background-size: 500px 500px;
	background-repeat: none;
	background-position: center;
}

/* Nav Elements*/
.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}

.nav-scroller .nav {
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.bd-mode-toggle {
	z-index: 1500;
}

/* Grid and layout */
main {
	margin-top: 72px;
}

button .btn {
	color: var(--light-color);
}

.btn-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.border-thick {
	border-top: 3px solid var(--dark-color);
}

.border-thicker {
	border-top: 5px solid var(--dark-color);
}

/* Resume review */
textarea.edit {
	background-color: #eeeeee;
}

textarea.edit:focus {
	background-color: var(--tertiary-color);
	outline: none;
}

textarea.edit:read-only {
	background: transparent;
	color: inherit;
	shadow: none;
	border: none;
	outline: none;
	-webkit-user-select: none; /* Chrome, Safari and Opera */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE/Edge */
	user-select: none; /* Standard syntax */
}

textarea.edit:read-only:focus {
	background: transparent;
	color: inherit;
	border: none;
	outline: none;
	-webkit-user-select: none; /* Chrome, Safari and Opera */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE/Edge */
	user-select: none; /* Standard syntax */
}

.rows-1 {
	height: 4rem !important;
}

.rows-2 {
	height: 5rem !important;
}

.rows-3 {
	height: 6.25rem !important;
}

.rows-4 {
	height: 7.5rem !important;
}

.rows-5 {
	height: 8.75rem !important;
}

.rows-6 {
	height: 10rem !important;
}

.rows-7 {
	height: 11.25rem !important;
}

.rows-8 {
	height: 12.5rem !important;
}

.rows-9 {
	height: 13.75rem !important;
}

.rows-10 {
	height: 15rem !important;
}

input.edit {
	background-color: #eeeeee;
	padding: 0;
}

input.edit:focus {
	background-color: var(--tertiary-color);
	outline: none;
}

input.edit:read-only {
	background: transparent;
	color: inherit;
	shadow: none;
	border: none;
	outline: none;
	-webkit-user-select: none; /* Chrome, Safari and Opera */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE/Edge */
	user-select: none; /* Standard syntax */
}

input.edit:read-only:focus {
	background: transparent;
	color: inherit;
	border: none;
	outline: none;
	-webkit-user-select: none; /* Chrome, Safari and Opera */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE/Edge */
	user-select: none; /* Standard syntax */
}

.deleted {
	text-decoration: line-through;
}

.h-25px {
	height: 25px;
}

.h-300px {
	height: 300px;
}

.px-2px {
	padding-left: 2px;
	padding-right: 2px;
}

.w-60px {
	width: 60px;
}
.w-100px {
	width: 100px;
}
.w-200px {
	width: 200px;
}

.indent-1 {
	margin-left: 20px;
}
.indent-2 {
	margin-left: 40px;
}

.form-label {
	display: flex;
	justify-content: flex-end;
	text-align: right;
	align-items: center;
	height: 100%;
}

.form-label-left {
	display: flex;
	align-items: center;
	height: 100%;
}

.page {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 30vh;
}

.center-middle {
	display: block;
	justify-content: center;
	align-items: center;
	position: relative;
}

.circle {
	width: 260px;
	height: 260px;
	background-color: rgb(14, 20, 39);
	border-radius: 50%;
	position: absolute;
	z-index: 0;
}

.loadingTitle {
	z-index: 1;
	color: rgb(255, 255, 255);
}

.cyanRing {
	z-index: 3;
	width: 200px;
	height: 200px;
	border: 1px solid transparent;
	border-radius: 50%;
	position: absolute;
	border-left: 8px solid rgb(100, 203, 222);
	border-right: 8px solid rgb(100, 203, 222);
	animation: rotate1 2s linear infinite;
}

.copperRing {
	z-index: 2;
	width: 225px;
	height: 225px;
	border: 1px solid transparent;
	border-radius: 50%;
	position: absolute;
	animation: rotate2 2s linear infinite;
}

@keyframes rotate1 {
	from {
		transform: rotateX(0deg) rotateY(0deg) rotateZ(-30deg);
	}
	to {
		transform: rotateX(0deg) rotateY(0deg) rotateZ(330deg);
	}
}

@keyframes rotate2 {
	from {
		transform: rotateX(40deg) rotateY(50deg) rotateZ(110deg);
		border-top: 9px solid rgb(158, 76, 54);
		border-bottom: 9px solid rgb(227, 186, 148);
	}
	50% {
		transform: rotateX(40deg) rotateY(50deg) rotateZ(290deg);
		border-top: 9px solid rgb(227, 186, 148);
		border-bottom: 9px solid rgb(158, 76, 54);
	}
	to {
		transform: rotateX(40deg) rotateY(50deg) rotateZ(470deg);
		border-top: 9px solid rgb(158, 76, 54);
		border-bottom: 9px solid rgb(227, 186, 148);
	}
}

.resume-tile {
	border: 1px solid #ddd;
	padding: 20px;
	margin: 10px;
	text-align: center;
	position: relative;
}

.resume-tile.new-resume {
	border-style: dashed;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: var(--secondary-color);
}

.btn-dark-blue {
	background-color: var(--dark-color);
	border-color: var(--dark-color);
	color: var(--light-color);
}

.btn-dark-blue:hover {
	background-color: var(--dark-color-hover);
	border-color: var(--dark-color-hover);
	color: var(--light-color);
}

.title {
	font-family: var(--font-logo);
	font-size: calc(3in / 4);
}

#card-element {
	background-color: white; /* or any color that matches your design */
	padding: 10px;
	border-radius: 4px;
}

video#video-bg {
	position: absolute;
	/*top: 0;
	/*left: 50%;
	transform: translateX(-50%);*/
	width: 100%;

	/*object-fit: cover; /* Ensures video covers the area */
	z-index: -1; /* Ensure it stays behind other content */
}

.bg-dark-transparent {
	background-color: rgba(10, 16, 39, 0.85); /* Dark blue with 85% transparency */
	margin-top: 40%; /* Push content down */
}

.mt-20p {
	margin-top: 20%;
}

.mt-25p {
	margin-top: 25%;
}

.mt-30p {
	margin-top: 30%;
}

.btn-group {
	width: auto;
	height: 100%;
	display: inline-block;
	padding: 10px 20px;
	border: none;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.btn-secondary {
	color: var(--dark-color);
	background-color: var(--secondary-color);
	border-color: var(--secondary-color);
}

.btn-secondary:hover {
	color: var(--secondary-color);
	background-color: var(--dark-color);
	border-color: var(--dark-color);
}

/* Responsive breakpoints */
@media (max-width: 576px) {
	.hero-bg {
		background-color: var(--dark-color);
		height: 350px;
	}
	.hero-box {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.hero-logo {
		background-image: url('/img/icons/logo.svg');
		width: 200px;
		height: 200px;
		background-size: 200px 200px;
		background-repeat: none;
		background-position: center;
	}
	.hero-title {
		text-align: center;
		font-size: 2rem;
	}
	.bg-dark-transparent {
		background-color: var(--dark-color); /* Dark blue with 85% transparency */
		margin-top: 0px; /* Push content down */
	}
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.hero-bg {
		background-color: var(--dark-color);
		height: 230px;
	}
	.hero-box {
		display: flex;
		justify-content: end;
		align-items: center;
	}
	.hero-logo {
		background-image: url('/img/icons/logo.svg');
		width: 150px;
		height: 150px;
		background-size: 150px 150px;
		background-repeat: none;
		background-position: center;
	}
	.hero-title {
		text-align: left;
		font-size: 2.5rem;
	}
	.bg-dark-transparent {
		background-color: var(--dark-color); /* Dark blue with 85% transparency */
		margin-top: 0px; /* Push content down */
	}
}

/* Edit Resume */
.b-example-divider {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	border: solid rgba(0, 0, 0, .15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, 0), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
	flex-shrink: 0;
	width: 1.5rem;
	height: 100vh;
}

.bi {
	vertical-align: -.125em;
	fill: currentColor;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.hero-bg {
		background-color: none;
		height: 0px;
	}
	.hero-logo {
		width: 200px;
		height: 200px;
		background-size: 200px 200px;
	}
	.logo-padding {
		padding-top: 6%;
	}
	.bg-dark-transparent {
		margin-top: 422px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.hero-logo {
		width: 200px;
		height: 200px;
		background-size: 200px 200px;
	}
	.logo-padding {
		padding-top: 10%;
	}
	.hero-title {
		font-size: 4rem;
	}
	.bg-dark-transparent {
		margin-top: 548px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.logo-padding {
		padding-top: 0%;
	}
	.hero-title {
		font-size: 4.5rem;
	}
	.bg-dark-transparent {
		margin-top: 580px; /* Push content down */
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 2000px) {
	.logo-padding {
		padding-top: 6%;
	}
	.hero-logo {
		width: 300px;
		height: 300px;
		background-size: 300px 300px;
	}
	.hero-title {
		font-size: 5rem;
	}
	.bg-dark-transparent {
		background-color: rgba(10, 22, 39, 0.85); /* Dark blue with 85% transparency */
		margin-top: 1050px; /* Push content down */
	}
}
@media (min-width: 3000px) {
	.logo-padding {
		padding-top: 0%;
	}
	.hero-logo {
		width: 300px;
		height: 300px;
		background-size: 300px 300px;
	}
	.hero-title {
		font-size: 5rem;
	}
	.bg-dark-transparent {
		background-color: rgba(10, 22, 39, 0.85); /* Dark blue with 85% transparency */
		margin-top: 1150px; /* Push content down */
	}
}
.paper {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin: 50px auto;
	padding: 50px;
	max-width: 1105px;
}
.letter {
	font-family: 'Times New Roman', serif;
	color: #000;
	line-height: 1.25;
}

.sort-icon {
	cursor: pointer;
	font-size: smaller;
	margin-left: 5px;
}

.sort-icon.active {
	color: #007bff;
}

.table-hover tbody tr:hover {
	background-color: var(--light-gray-color);
}

.table tbody tr {
	background-color: var(--light-color);
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
	transition: background-color 0.3s ease;
}

.table tbody tr td {
	border-top: none;
	padding: 10px;
}

.table tbody tr td:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	text-align: center;
}

.table tbody tr td:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

input[type='checkbox'] {
	width: 20px;
	height: 20px;
	cursor: pointer;
}

/* Change background color of row when checkbox is checked */
input[type='checkbox']:checked + td {
	background-color: var(--gray-color);
	color: var(--dark-color);
}

.checked-row {
	background-color: var(--light-gray-color) !important;
}

input[type='checkbox']:checked + td + td {
	background-color: var(--gray-color);
	color: var(--dark-color);
}

.table td,
.table th {
	vertical-align: middle;
}

.slider-container {
	position: relative;
	width: 75%;
	margin: 20px 0;
	height: 40px;
}
input.range {
	width: calc(100% - 30px);
	height: 4px;
	background-color: var(--dark-color);
	position: absolute;
	top: 18px;
	margin-left: 15px;
}
.slider {
	width: 30px;
	height: 30px;
	background-color: var(--secondary-color);
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 0;
	cursor: pointer;
}

.position-circle {
	width: 40px;
	height: 40px;
	border: 3px solid var(--primary-color);
	border-radius: 50%;
	position: absolute;
	top: 0px;
	pointer-events: none;
}
.position-circle.left {
	left: -5px;
}
.position-circle.center {
	left: calc(50% - 20px);
}
.position-circle.right {
	right: -5px;
}

input[type='range'] {
	-webkit-appearance: none;
	width: 100%;
	margin: 10px 0;
}
input[type='range']:focus {
	outline: none;
}
input[type='range']::-webkit-slider-runnable-track {
	width: 100%;
	height: 10px;
	cursor: pointer;
	background: #ddd;
	border-radius: 5px;
}
input[type='range']::-webkit-slider-thumb {
	border: 1px solid #000;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	background: #007bff;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -8px;
}
input[type='range']:focus::-webkit-slider-runnable-track {
	background: #ccc;
}
input[type='range']::-moz-range-track {
	width: 100%;
	height: 10px;
	cursor: pointer;
	background: #ddd;
	border-radius: 5px;
}
input[type='range']::-moz-range-thumb {
	border: 1px solid #000;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	background: #007bff;
	cursor: pointer;
}
input[type='range']::-ms-track {
	width: 100%;
	height: 10px;
	cursor: pointer;
	background: #ddd;
	border-radius: 5px;
	border-color: transparent;
	color: transparent;
}
input[type='range']::-ms-thumb {
	border: 1px solid #000;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	background: #007bff;
	cursor: pointer;
}
input[type='range']:focus::-ms-fill-lower {
	background: #ccc;
}
input[type='range']:focus::-ms-fill-upper {
	background: #ccc;
}

@media (max-width: 767.98px) {
	.bg-dark.p-5.rounded-3 {
		border-radius: 0 !important;
		padding-top: 120px !important;
	}
}


