
html,
html.dark {
	--tp-red: #ef4444;
	--tp-orange: #f97316;
	--tp-amber: #f59e0b;
	--tp-lime: #84cc16;
	--tp-green: #22c55e;
	--tp-emerald: #10b981;
	--tp-teal: #14b8a6;
	--tp-cyan: #06b6d4;
	--tp-sky: #0ea5e9;
	--tp-blue: #3b82f6;
	--tp-indigo: #6366f1;
	--tp-violet: #8b5cf6;
	--tp-purple: #a855f7;
	--tp-fuchsia: #d946ef;
	--tp-pink: #ec4899;
	--tp-rose: #f43f5e;
	--tp-red-100: #fee2e2;
	--tp-orange-100: #fef3c7;
	--tp-amber-100: #fefce8;
	--tp-lime-100: #ecfccb;
	--tp-green-100: #dcfce7;
	--tp-emerald-100: #d1fae5;
	--tp-teal-100: #ccfbf1;
	--tp-cyan-100: #cffafe;
	--tp-sky-100: #e0f2fe;
	--tp-indigo-100: #e0e7ff;
	--tp-violet-100: #ede9fe;
	--tp-purple-100: #f3e8ff;
	--tp-fuchsia-100: #fae8ff;
	--tp-pink-100: #fce7f3;
	--tp-rose-100: #ffe4e6
}

body,
p {
	margin: 0
}

a,
body {
	color: var(--tp-500);
	text-decoration: none;
}

@font-face {
	font-family: GILROY;
	src: url(https://cdn.fsksoft.com/fonts/gilroy/GILROY-300.TTF) format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: GILROY;
	src: url(https://cdn.fsksoft.com/fonts/gilroy/GILROY-400.TTF) format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: GILROY;
	src: url(https://cdn.fsksoft.com/fonts/gilroy/GILROY-500.TTF) format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: GILROY;
	src: url(https://cdn.fsksoft.com/fonts/gilroy/GILROY-600.TTF) format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: GILROY;
	src: url(https://cdn.fsksoft.com/fonts/gilroy/GILROY-700.TTF) format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: GILROY;
	src: url(https://cdn.fsksoft.com/fonts/gilroy/GILROY-800.TTF) format("truetype");
	font-weight: 800;
	font-style: normal;
	font-display: swap
}

html {
	--tp-50: #f9fafb;
	--tp-100: #f3f4f6;
	--tp-200: #e5e7eb;
	--tp-300: #d1d5db;
	--tp-400: #9ca3af;
	--tp-500: #3a3a41;
	--tp-600: #2a2a30;
	--tp-700: #202025;
	--tp-800: #16161a;
	--tp-900: #111115;
	--tp-blue-100: #dbeafe
}

html.dark {
	--tp-50: #111115;
	--tp-100: #16161a;
	--tp-200: #202025;
	--tp-300: #2a2a30;
	--tp-400: #3a3a41;
	--tp-500: #9ca3af;
	--tp-600: #d1d5db;
	--tp-700: #e5e7eb;
	--tp-800: #f3f4f6;
	--tp-900: #f9fafb;
	--tp-blue-100: #d7e8ff
}


body {
	font-family: GILROY, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	FONT-WEIGHT: 500;
	background-color: var(--tp-50);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

* {
	--tp-site-color: #18181b;
	--tp-blue-gradient: linear-gradient(90deg, var(--tp-900) 0, var(--tp-300) 200%);
	font-family: GILROY
}

a {
	text-decoration: none
}

.justify-content-center {
	justify-content: center !important
}

.text-center {
	display: flex;
	justify-content: center
}

.hidden {
	display: none !important
}

.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto
}

@media(min-width:640px) {
	.container {
		max-width: 620px;
	}
}

@media(min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media(min-width:1024px) {
	.container {
		max-width: 968px
	}
}

@media(min-width:1280px) {
	.container {
		max-width: 1140px
	}
}

@media(min-width:1536px) {
	.container {
		max-width: 1480px
	}
}

.grid-container {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 20px;
	padding-right: calc(1.5rem * .5);
	padding-left: calc(1.5rem * .5)
}

.grid-item {
	background-color: #ccc;
	padding: 10px;
	text-align: center
}

.col-span-1 {
	grid-column: span 1 / span 1
}

.col-span-2 {
	grid-column: span 2 / span 2
}

.col-span-3 {
	grid-column: span 3 / span 3
}

.col-span-4 {
	grid-column: span 4 / span 4
}

.col-span-5 {
	grid-column: span 5 / span 5
}

.col-span-6 {
	grid-column: span 6 / span 6
}

.col-span-7 {
	grid-column: span 7 / span 7
}

.col-span-8 {
	grid-column: span 8 / span 8
}

.col-span-9 {
	grid-column: span 9 / span 9
}

.col-span-10 {
	grid-column: span 10 / span 10
}

.col-span-11 {
	grid-column: span 11 / span 11
}

.col-span-12 {
	grid-column: span 12 / span 12
}

@media only screen and (max-width:640px) {
	.grid-container {
		grid-template-columns: repeat(6, 1fr)
	}

	.col-span-1,
	.col-span-2,
	.col-span-3,
	.col-span-4,
	.col-span-5,
	.col-span-6,
	.col-span-7,
	.col-span-8,
	.col-span-9,
	.col-span-10,
	.col-span-11,
	.col-span-12 {
		grid-column: span 6 / span 6
	}
}

@media only screen and (min-width:641px) and (max-width:768px) {
	.grid-container {
		grid-template-columns: repeat(8, 1fr)
	}

	.col-span-1,
	.col-span-2,
	.col-span-3,
	.col-span-4,
	.col-span-5,
	.col-span-6,
	.col-span-7,
	.col-span-8,
	.col-span-9,
	.col-span-10,
	.col-span-11,
	.col-span-12 {
		grid-column: span 8 / span 8
	}
}

@media only screen and (min-width:769px) and (max-width:1024px) {
	.grid-container {
		grid-template-columns: repeat(12, 1fr)
	}

	.col-span-1,
	.col-span-2,
	.col-span-3,
	.col-span-4,
	.col-span-5,
	.col-span-6,
	.col-span-7,
	.col-span-8,
	.col-span-9,
	.col-span-10,
	.col-span-11,
	.col-span-12 {
		grid-column: span 12 / span 12
	}
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.grid-container {
		grid-template-columns: repeat(12, 1fr)
	}
}

@media only screen and (min-width:1281px) and (max-width:1536px) {
	.grid-container {
		grid-template-columns: repeat(12, 1fr)
	}
}

.container-fluid {
	padding-right: var(--bs-gutter-x, .65rem);
	padding-left: var(--bs-gutter-x, .65rem);
	padding-bottom: 60px
}

.main-content .row {
	gap: 100px;
	display: flex;
	flex-direction: column-reverse
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	margin-top: 10px;
	flex-wrap: wrap
}

.row>* {
	box-sizing: border-box;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y)
}

.col {
	flex: 1 0 0
}

.col-auto {
	flex: 0 0 auto;
	width: auto
}

.col-1 {
	flex: 0 0 auto;
	width: 8.33333333%
}

.col-2,
.col-3 {
	flex: 0 0 auto
}

.col-2 {
	width: 16.66666667%
}

.col-3 {
	width: 25%
}

.col-4,
.col-5 {
	flex: 0 0 auto
}

.col-4 {
	width: 33.33333333%
}

.col-5 {
	width: 41.66666667%
}

.col-6,
.col-7 {
	flex: 0 0 auto
}

.col-6 {
	width: 50%
}

.col-7 {
	width: 58.33333333%
}

.col-8,
.col-9 {
	flex: 0 0 auto
}

.col-8 {
	width: 66.66666667%
}

.col-9 {
	width: 75%
}

.col-10 {
	flex: 0 0 auto;
	width: 83.33333333%
}

.col-11 {
	flex: 0 0 auto;
	width: 91.66666667%
}

.col-12 {
	flex: 0 0 auto;
	width: 100%
}

.form-group {
	display: flex;
	gap: 10px;
	flex-direction: column
}

.form-group label {
	color: var(--tp-600);
	font-size: 16px
}

.form-group label small {
	padding: 5px 10px;
	border: 1px solid var(--tp-300);
	border-radius: 5px
}

.form-control {
	padding: 6px 12px;
	line-height: 1.42857143;
	background-color: var(--tp-100)
}

.auth-page .form-control {
	padding: 13px 20px;
	border-radius: 15px;
}

.form-control {
	display: block;
	height: 30px;
	font-size: 14px;
	color: var(--tp-800);
	background-image: none;
	border: 1px solid var(--tp-300);
	border-radius: 10px
}

.form-control:focus {
	border: 2px solid var(--tp-blue);
	outline: 0;
	margin: -1px
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent
}

.btn {
	border: 0px;
	border-radius: 15px;
	padding: 15px 30px;
	cursor: pointer;
	transition: .14s ease;
}

.btn-main {
	background: var(--tp-200);
	color: var(--tp-900);
}


.btn-main:hover {
	background: var(--tp-blue);
}

.btn-lg {
	padding: 20px 30px;
}

.btn-block {
	width: 100%;
}

.auth-page {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	box-sizing: border-box;
}

.auth-form form{
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
	width: 100%;
}

.alert {
    display: flex;
    padding: 15px;
    flex-direction: row-reverse;
    border-radius: 15px;
    justify-content: space-between;
    align-items: center;
}
.alert-danger{
	background: var(--tp-red);
	color: var(--tp-900);
}
.alert-success{
	background: var(--tp-emerald);
	color: var(--tp-900);
}
.alert .close{
	border: 0px;
	background: var(--tp-900);
	width: 30px;
	border-radius: 5px;
	font-size: 22px;
	height: 30px;
	cursor: pointer;
}

.form-bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.auth-question {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 5px;
}
.auth-question a{
	color:var(--tp-blue)
}
.auth-logo{
	width: 60%;
	display: flex;
	align-items: center;
	margin-bottom: 38px;
	justify-content: center;
}

@media only screen and (min-width:992px) {
	.wt-50 {
		display: flex;
		flex-direction: row;
		gap: 10px;
		justify-content: space-between;
	}
	.wt-50 .form-control{
		width: 100%;
	}
	.auth-form{
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 450px;
	}
}
@media only screen and (max-width:992px) {
	.wt-50 {
		width: 100% !important
	}
	.auth-form{
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		padding-left:20px;
		padding-right:20px;
	}
}

.contact{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: -109px;
    flex-direction: column;
    align-items: center;
}

.toastify {
	display: flex !important;
	padding: 15px 20px !important;
	border-radius: 0 !important;
	gap: 30px !important;
	box-shadow: none !important;
	top: 0 !important;
	right: 0 !important;
	left: 0 !important;
	max-width: 100% !important;
	text-align: center !important;
	justify-content: center !important;
	transform: translateY(-100%) !important;
	transition: transform 0.3s ease-in-out !important;
}

.toastify.on {
	transform: translateY(0%) !important;
}


.toast-close {
  display: none !important;
}


.oauth-login{
	display: flex;
	align-items: center;
	justify-content: center;
}
.oauth-login a{
	display: flex;
	background: var(--tp-300);
	border-radius: 10px;
	padding: 5px;
	transition: .3s ease;
	margin-top: 10px;
}

.oauth-login:hover a{
	background: var(--tp-400);
}

.oauth-login img{
	width: 35px;
	height: 35px;
	border-radius: 10px;
}