.tags-wrapper{
	display: flex;
	gap: 15px;
}

.tags-wrapper .tag span{
	border-radius: 7px;
	cursor: pointer;
		background: #454550 !important;
	margin: 0px;
	font-family: 'Noto Sans';
	font-size: 13px;
	font-weight: 600;
	color: #B7B7B9; !important;
		padding: 5px 10px;
	text-transform: uppercase;
}





.rbit-start-new-project .rbit-bb-input {
	border: 0px !important;
    border-bottom: solid 1px #b7b7b9 !important;
    border-radius: 0 !important;
	background-color: #f7fafc;
	font-size: 1rem;

}

.rbit-start-new-project input.rbit-bb-input:focus {
	outline: none;
	border: 0px !important;
    border-bottom: solid 1px #000000 !important;
}

.rbit-start-new-project textarea {
	border: solid 1px #b7b7b9 !important;
    border-radius: 0 !important;
	background-color: #f7fafc;
	font-size: 1rem;

}

.rbit-start-new-project textarea:focus {
	outline: none;
	border: solid 1px #000 !important;

}

.rbit-start-new-project input.rbit-bb-file[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  border-bottom: solid 1px #b7b7b9 !important;
  background: #f7fafc;
  padding: 10px 20px;
  border-radius: 0;
  color: #000;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

.rbit-start-new-project input.rbit-bb-file[type=file]::file-selector-button:hover {
  background: #b7b7b9;
  color: #fff;
}


.rbit-start-new-project .rbit-bb-submit {
	border-radius: 0 !important;
	border: solid 1px #b7b7b9;	
	background: #f7fafc !important;
	color: #000 !important;
	cursor: pointer;
	transition: background .2s ease-in-out;
}

.rbit-start-new-project .rbit-bb-submit:hover {
	background: #b7b7b9 !important;
	color: #fff !important;
}

.rbit-start-new-project .wpcf7-acceptance label {
	
	display: flex;
    gap: 20px;
	
}

.rbit-start-new-project .rbit-bb-checkbox {
	
	width: 20px;
    height: 20px;
	background: #f7fafc !important;
	border: solid 1px #b7b7b9;
}

.rbit-start-new-project .rbit-bb-checkbox:checked {
	
	width: 20px;
    height: 20px;
	background: #f7fafc !important;
	border: solid 1px #b7b7b9;
}

.current-menu-item {
	border-bottom: 1px solid #fff;
}