@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@100;300;400;500;600;700;800;900&display=swap');


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body {
	font-family: 'Public Sans', sans-serif!important;
	font-weight: 300;
}

strong {
	font-weight: 700;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  	font-family: 'Public Sans', sans-serif!important;
	letter-spacing: -1px;
}

h5, h6,
.h5, .h6 {
  	font-family: 'Public Sans', sans-serif!important;
	letter-spacing: -0.02rem;
	font-weight: 700;
}

main > .container {
  padding: 60px 15px 0;
}

.footer {
  background-color: #f5f5f5;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.navbar-brand {
	width: 220px;
}

.font-12 {font-size: 12px;}
.font-13 {font-size: 13px;}
.font-14 {font-size: 14px;}
.font-15 {font-size: 15px;}
.font-16 {font-size: 16px;}
.font-17 {font-size: 17px;}
.font-18 {font-size: 18px;}
.font-19 {font-size: 19px;}
.font-20 {font-size: 20px;}
.font-21 {font-size: 21px;}
.font-22 {font-size: 22px;}
.font-23 {font-size: 23px;}
.font-24 {font-size: 24px;}
.font-32 {font-size: 32px;}

.lh-16 {line-height: 16px;}
.lh-17 {line-height: 17px;}
.lh-18 {line-height: 18px;}
.lh-20 {line-height: 20px;}
.lh-22 {line-height: 22px;}
.lh-24 {line-height: 24px;}

/* ---------- FORMS --------------*/
.form-control-lg {
    height: calc(2.4em + 1rem + 2px);
	font-size: 16px;
	font-weight: 400;
}

.form-control-xl {
    height: calc(1.7em + 1.5rem + 2px);
    font-size: 24px;
    font-weight: 200;
	padding-left: 30px;
}

.form-control:focus {
  	border: 1px solid #fff;
 	box-shadow: none;
	box-shadow: 0 0 0 2px rgba(41, 106, 244, 1);
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #A2AAB8;
	opacity: 1; /* Firefox */
	
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #A2AAB8;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
	color: #A2AAB8;
 }

.was-validated .form-control:invalid, .form-control.is-invalid {
	background-image: none!important;
}

.my-label {
	font-weight: 600;
}

.btn {
	font-weight: 700;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 0.9rem 1rem;
    font-size: 16px;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #CCD2DB;
    border-color: #CCD2DB;
}

.btn-outline-gray {
    border: 1px solid #d8dde1;
    color: #A2AAB8;
}

.btn-outline-gray:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 1px #317bf6;
	border: 1px solid #317bf6;
}

.btn-extensions {
    position: absolute;
    bottom: 20px;
    right: 20px;
}


/* ------------ DROPDOWN MENU -------------*/
.dropdown-toggle::after {
    display: inline-block;
    margin-left: auto;
    vertical-align: -3px;
    content: "\f282";
    font-family: bootstrap-icons !important;
    float: right;
	border: 0px!important;
	color: #000;
}

.dropdown-menu.show {
    display: block;
    width: 100%;
    line-height: 30px;
    border-radius: 8px;
    box-shadow: 0px -1px 10px 0px rgb(0 0 0 / 10%);
    border: 1px solid #dfe4e7;
}
.dropdown-menu.show a {
    text-decoration: none!important;
	width: 100%;
	padding: 10px;
}

.dropdown-menu.show li{
	padding: 0px;
}

.dropdown-menu.show li a{
    text-decoration: none!important;
	background-color: #fff;
	color: #A2AAB8!important;
	padding: 5px 10px;
	display: block;
}

.dropdown-menu.show li a:hover {
    text-decoration: none!important;
	background-color: #286AF4;
	color: #fff!important;
	padding: 5px 10px;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.close {
    text-shadow: none;
}

.closeBlue {
    -webkit-text-stroke: 1px #286AF4;
}

.closeModal {
    -webkit-text-stroke: 1px #fff;
	font-size: 2.5rem!important;
}

/* Customize the label (the container) */
.containerLabel {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.containerLabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -3px;
    left: 25px;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 2px solid #A2AAB8;
    border-radius: 2px;
}

.my-form-check {
	margin-left: 30px;
}

/* On mouse-over, add a grey background color */
.containerLabel:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.containerLabel input:checked ~ .checkmark {
    background-color: #286AF4;
    border: 2px solid #286AF4;
}

.was-validated input:invalid ~ .checkmark {
	border: 2px solid #B3424D;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerLabel input:checked ~ .checkmark:after {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #317af6;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #B3424D;
    box-shadow: none;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #317af6!important;
    box-shadow: none;
}

/* Style the checkmark/indicator */
.containerLabel .checkmark:after {
    left: 4px;
    top: -2px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

a {
    color: #000;
    text-decoration: underline;
    background-color: transparent;
	transition: 0.4s;
}


a:hover {
    color: #6c757d;
	transition: 0.2s;
}

.was-validated .form-control:valid, .form-control.is-valid {
    background-image: none!important;
    border-color: #ced4da!important;
}


/* ----------- MY CUSTOM --------------- */
.left-box {
	padding: 50px;
}

.alert-input {
    position: relative!important;
    width: 100%!important;
    margin-left: 0!important;
    top: 0px!important;
}

.alert {
    position: absolute;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    z-index: 10;
    width: 40%;
    margin-left: 30%;
    top: 20px;
}

.alert {
    border-radius: 10px;
    min-height: 72px;
    padding: 18px;
    font-weight: 300;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1rem 1.5rem;
    color: white!important;
    opacity: 1;
    font-weight: 100;
    font-size: 40px;
}

.alert-danger {
    color: #fff;
    background-color: #B3424D;
	border: none;
}

.alert-primary {
    color: #fff;
    background-color: #286AF4;
	border: none;
}

#my-alert-box {
    position: absolute;
    width: 50%;
    top: 20px;
    z-index: 1;
    margin-left: 25%;
    margin-right: 25%;
}

.my-alert-icon {
    font-size: 30px;
    position: absolute;
    top: 12px;
}

.my-alert-text {
    margin-left: 50px;
    line-height: 35px;
}

.box-bottom {
    position: absolute;
    top: 90%;
}

.hide {
  display: none;
}

.map-container {
  text-align: center;
}

.bi-lg {
    font-size: 30px;
    position: absolute;
    top: -12px;
}

.text-black-30 {
	color: rgba(0,0,0,0.3);
}

.rounded-xl {
    border-radius: 0.65rem !important;
}

/* --------- FORM STEPS ------------*/ 
/* Style the form */
#regForm {
    background-color: transparent;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

/* Style the input fields */
input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 10px;
    width: 10px;
    margin: 3px 2px;
    background-color: #CCD2DB;
    border: none;
    border-radius: 50%;
    display: inline-block;
}

/* Mark the active step: */
.step.active {
  	background-color: #286AF4;
	
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #CCD2DB;
}

.step-container {
    position: relative;
    height: 40px;
    padding-top: 50px;
    left: 0px;
    width: 100%;
}

.steps {
    position: relative;
    margin-left: calc(50% - 25px);
    width: 50px;
}

.rounded-pill-left {
	border-top-left-radius: 50rem!important;
	border-bottom-left-radius: 50rem!important;
}

input#linkInput:focus {
    border: 1px solid #317bf6;
    box-shadow: none;
    z-index: 0;
}


/* -------------- SELECT2 ----------------*/
.select2-container {
    width: 100%!important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d8dde1!important;
    padding-bottom: 15px!important;
    padding-right: 15px!important;
    border-radius: 10px!important;
    min-height: 50px!important;
    line-height: 30px;
    padding-left: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #E7EEFF!important;
    border: none!important;
    margin-left: 5px!important;
    margin-top: 15px!important;
    font-weight: 300!important;
    padding-left: 5px!important;
    line-height: 30px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: none!important;
    right: 0!important;
    left: auto!important;
    font-size: 30px!important;
    font-weight: lighter!important;
    color: #000!important;
    top: 0px!important;
    padding: 0px 5px!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-right: 30px!important;
}

.select2-container--default .select2-selection--multiple:focus {
    border: 1px solid #fff!important;
    box-shadow: none!important;
    box-shadow: 0 0 0 2px rgb(41 106 244)!important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
    font-weight: 100;
    padding-top: 10px!important;
    padding-bottom: 30px!important;
	opacity: 0.5;
}

.workSpaceBox {
    background-color: #E7EEFF;
    width: 64px;
    height: 64px;
    border-radius: 4px;
}

@media (max-width: 576px) {
.navbar-collapse {
    background: white;
    padding: 20px;
	height: 100vh
}
	
.left-box {
	padding: 30px;
}
	
.step-container {
    position: relative;
	padding-top: 40px;
}
	
#my-alert-box {
    position: absolute;
    width: 90%;
    left: 0;
    margin-left: 20px;
    margin-right: 20px;
}
	
}