@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

:root {
	--main-color: #0057B8;
	--secondary-color: #00bab2;

	--gray-color: #adb5bd;
}

input, input:before, input:after {
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}
*, *::after, *::before {
    -webkit-font-smoothing: antialiased;
    outline: none;
    text-rendering: optimizeLegibility;
    zoom: 1;
}

body {
	background-color: #ffffff;
    color: #1b1b1b;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	color: #000000;
}

h1 { font-size: 44px; line-height: 64px; }
h2 { font-size: 40px; line-height: 60px; }
h3 { font-size: 26px; line-height: 40px; }
h4 { font-size: 20px; line-height: 34px; }
h5 { font-size: 18px; line-height: 30px; }


/* *********************************** */
/* LINKS */
/* *********************************** */

a {
	color             : #ff854a;
	text-decoration   : underline;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition   : all 0.3s ease-in-out;
	-ms-transition    : all 0.3s ease-in-out;
	-o-transition     : all 0.3s ease-in-out;
	transition        : all 0.3s ease-in-out;
	-webkit-backface-visibility: hidden; 
    -moz-backface-visibility:    hidden; 
    -ms-backface-visibility:     hidden;
}
a:hover,
a:focus {
	color: #1e96fc;
	text-decoration: none;
	outline: none;
}
a:active{
	outline: none;
}

.hide {
	display: none;
}

/* *********************************** */
/* CUSTOM CONTAINERS */
/* *********************************** */

.container-custom-xl {
	max-width: 1800px;
	padding-left: 50px;
	padding-right: 50px;
}
.container-custom-lg {
	max-width: 1600px;
	padding-left: 50px;
	padding-right: 50px;
}
.container-custom-md {
	max-width: 1400px;
	padding-left: 50px;
	padding-right: 50px;
}
.container-custom-sm {
	max-width: 1200px;
	padding-left: 50px;
	padding-right: 50px;
}


.login-logo img {
	max-width: 200px;
	width: 100%;
	margin: auto;
}
.login-logo h1 {
	font-size: 30px;
	line-height: 38px;
}
.main-login-container {
	max-width: 500px;
	margin: auto;
}
.main-login-container .alert {
	align-items: center;
	column-gap: 10px;
	font-size: 14px;
	line-height: 22px;
	padding: 20px;
}
.main-login-container .alert .close {
	display: none;
}
.login-wrapper h2 {
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 20px;
}


.text-xs {
	font-size: 12px;
	line-height: 20px;
}
.text-sm {
	font-size: 14px;
	line-height: 22px;
}
.text-md {
	font-size: 16px;
	line-height: 24px;
}
.text-lg {
	font-size: 18px;
	line-height: 26px;
}
.text-xl {
	font-size: 20px;
	line-height: 28px;
}
.text-xxl {
	font-size: 22px;
	line-height: 30px;
}
.text-2xl {
	font-size: 22px;
	line-height: 30px;
}
.text-3xl {
	font-size: 24px;
	line-height: 32px;
}
.text-4xl {
	font-size: 26px;
	line-height: 34px;
}
.text-5xl {
	font-size: 28px;
	line-height: 36px;
}
.text-6xl {
	font-size: 30px;
	line-height: 38px;
}
.text-7xl {
	font-size: 32px;
	line-height: 40px;
}

.registration-title {
	font-size: 28px;
	line-height: 36px;
}



/* *********************************** */
/* REGISTRATION */
/* *********************************** */
.logo-wrap img {
	max-width: 200px;
	width: 100%;
	margin: auto;
}
.volunteer-registration #dashboard-template {
	justify-content: center;
}
#add-project-image img {
	max-width: 300px;
	width: 100%;
}




/* *********************************** */
/* BUTTONS */
/* *********************************** */
.btn {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 30px;
	border-radius: 50px;
	text-decoration: none;

	-webkit-transition: all 0.3s ease;
	-moz-transition   : all 0.3s ease;
	-ms-transition    : all 0.3s ease;
	-o-transition     : all 0.3s ease;
	transition        : all 0.3s ease;
}
.btn:hover,
.btn:focus,
.btn:active {
	outline: none;
	box-shadow: none;
}

.btn-primary {
	background: var(--main-color);
	border-color: var(--main-color);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background: var(--secondary-color);
	border-color: var(--secondary-color);
}
.btn-default {
	background: #ffffff;
	border-color: var(--gray-color);
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
	background: var(--main-color);
	border-color: var(--main-color);
	color: #ffffff;
}
.btn-sm {
	font-size: 12px;
	line-height: 20px;
	padding: 8px 15px;
}



/* *********************************** */
/* CUSTOM TABS */
/* *********************************** */
.nav-steps .nav-item .nav-link {
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	color: #858585;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 50px;
	position: relative;
}
.nav-steps .nav-item.active .nav-link {
	color: var(--main-color);
}
.nav-steps .nav-item .nav-link::before {
	content: '';
	width: 10px;
	height: 10px;
	background: #858585;
	display: block;
	border-radius: 50px;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 9;
}
.nav-steps .nav-item .nav-link::after {
	content: '';
	width: 90%;
	height: 1px;
	background: #858585;
	display: block;
	position: absolute;
	top: -10px;
	right: -40%;
}
.nav-steps .nav-item.active .nav-link::before {
	background: var(--main-color);
}
.nav-steps .nav-item:last-child .nav-link::after {
	display: none;
}




/* *********************************** */
/* FORMS */
/* *********************************** */
.form-group {
	margin-bottom: 15px;
}
.form-label,
.control-label {
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	color: #757575;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.form-control,
.form-select {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	height: 45px;
	padding: 10px;
	border-radius: 4px;
	border-color: #ced4da;
	box-shadow: none;
}
.form-control:hover,
.form-control:focus,
.form-control:active,

.form-select:hover,
.form-select:focus,
.form-select:active {
	border-color: var(--main-color);
	box-shadow: 0 0 0 0.25rem rgba(0,87,184,.25) !important;
}
.form-check-input:checked {
	background: var(--main-color);	
	box-shadow: 0 0 0 0.25rem rgba(0,87,184,.25) !important;
}
textarea {
	min-height: 150px !important;
}



/* *********************************** */
/* MODALS */
/* *********************************** */
.bootbox.modal .bootbox-close-button {
	background: transparent;
    border: 0;
    font-size: 24px;
    color: #858585;
}




/* *********************************** */
/* RESPONSIVE */
/* *********************************** */
@media(max-width: 991px) {
	.container-custom-md {
		padding-left: 30px;
		padding-right: 30px;
	}

}
@media(max-width: 575px) {
	.container-custom-md {
		padding-left: 20px;
		padding-right: 20px;
	}
}












