@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
a {
	outline: 0;
	text-decoration: none;
	cursor: pointer;
	pointer-events: pointer;
	color: inherit;
}
a:hover {
	cursor: pointer;
	pointer-events: pointer;
}
body {
	font-family: "Lora", sans-serif;
	background: rgb(10, 10, 10);
	overflow-x: hidden;
	color: rgb(255, 255, 255);
}
.firstSection {
	border-bottom: 1px solid #727272;
}
.gray-box {
	background: rgb(51, 51, 51) !important;
	border: 1px solid #898989;
	border-radius: 18px;
	padding: 50px 40px;
	cursor: pointer;
	transition: all 0.25s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.gray-box:hover {
   background: rgb(85, 85, 85) !important;
   border: 1px solid #cfcfcf;
   box-shadow: 0 0 10px rgba(255,255,255,0.08);
   transform: translateY(-2px);
}
.customButton {
	background-color: rgb(255, 255, 255);
	border-radius: 60px;
	color: #000000 !important;
	border: 2px solid #000000 !important;
	transition: transform 0.3s ease, background-color 0.3s ease;
}
.customButton:hover {
	transform: scale(1.02);
	background-color: rgb(255, 255, 255) !important;
}
.customButton:focus, .customButton:active {
	background-color: rgb(255, 255, 255) !important;
}
.form-control {
	background-color: rgb(0, 0, 0);
	color: #ffffff;
}
.form-control:focus {
	background-color: rgb(0, 0, 0);
	color: #ffffff;
}
.form-select {
	background-color: rgb(0, 0, 0);
	color: #ffffff;
}
.form-select option {
	background-color: rgb(255, 255, 255);
	color: #808080;
}
.form-select option:not([selected]) {
	color: rgb(0, 0, 0);
}
.select-wrapper {
	position: relative;
	display: inline-block;
}
.select-wrapper::after {
	content: "▼";
	position: absolute;
	right: 20px;
	top: 70%;
	transform: translateY(-50%);
	color: white;
	pointer-events: none;
	font-size: 18px;
}
.select-wrapper select {
	width: 100%;
	padding-right: 30px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: rgb(0, 0, 0);
	border: 1px solid #898989 !important;
	padding: 13px;
}
select::-ms-expand {
	display: none;
}
.form-check-input:checked {
	background-color: rgb(51, 51, 51);
	border-color: rgb(255, 255, 255);
}
.form-control[type="date"] {
	color-scheme: dark;
}
input:focus, select:focus {
	box-shadow: none !important;
}
input:not([type="checkbox"]):focus, select:focus {
	border: 1px solid #898989 !important;
}
input:not([type="checkbox"]), select {
	border-radius: 10px !important;
	border: 1px solid #898989 !important;
	color: #b2b2b2 !important;
	padding: 13px;
}
input::placeholder {
	color: #b2b2b2 !important;
	opacity: 1;
}
.accordion-button::after {
  filter: invert(1);
}
.accordion-bg {
	--bs-accordion-bg: rgb(51, 51, 51);
}
.accordion-item {
	color: #b2b2b2 !important;
	border-radius: 18px 18px 0px 0px !important;
}
.accordion {
	--bs-accordion-border-color: #898989;
}
.accordion-button {
	color: rgb(255, 255, 255) !important;
	box-shadow: none !important;
	outline: none !important;
	background: rgb(51, 51, 51) !important;
	border-radius: 18px 18px 0px 0px !important;
}
.accordion-button:focus {
	color: rgb(255, 255, 255) !important;
	box-shadow: none !important;
	outline: none !important;
	background: rgb(51, 51, 51) !important;
}
.accordion-button:not(.collapsed) {
	color: rgb(255, 255, 255) !important;
}
.form-check-label {
	padding-left: 2px !important;
}
.custom-select .selected::after {
	content: "▼";
	padding-left: 5px;
	font-size: 9px;
	vertical-align: middle;
}
.custom-select {
	position: relative;
	width: auto;
	cursor: pointer;
	font-size: 16px;
	border-radius: 4px;
}
.selected {
	padding: 3px 8px;
	background: rgb(255, 255, 255);
	border: 1px solid #000000;
	color: rgb(0, 0, 0);
	border-radius: 4px;
}
.options {
	position: absolute;
	top: 100%;
	right: 0;
	background: rgb(255, 255, 255);
	display: none;
	z-index: 10;
	color: rgb(0, 0, 0);
	border: 1px solid #000000;
	margin: 10px 0px;
	border-radius: 4px;
}
.options div {
	padding: 10px 20px;
}
.options div:hover {
	background: rgba(0, 0, 0, 0.2) !important;
}
.gray-box-faq {
	background: rgb(51, 51, 51) !important;
	border: 1px solid #898989;
	border-radius: 18px;
	padding: 50px 40px;
}
.list-group-item {
	border: none !important;
	background: transparent !important;
	color: #b2b2b2 !important;
}
.list-group-item::before {
	color: #ffffff !important;
	font-size: 1.25rem !important
}
.subtitle {
	color: #b2b2b2 !important;
}
.golden {
	 color: #fdd873 !important;
}
