.form-input, .preview {
	width: 100% !important;
	border-radius: 5px !important;
	border-color: #e2e8f0 !important;
	color: #999999 !important;
	font-size: 15px !important;
}

.form-input::placeholder {
	color: #c5c5c5 !important;	
}

.form-input:focus, .multiSelect .ts-wrapper:focus {
	box-shadow: 0px 0px 5px rgb(217 217 217 / 75%) !important;
}

.form-select {
      color: #c5c5c5;

      option {
      	color: #999999;
      }
}

.color-btn {
	background: #1e3a8a;
	color: #fff;
}

.color-btn:hover, .transparent-btn:hover {
	opacity: 0.8;
	transition: 0.4s;
}

.transparent-btn {
	border: solid 1px #e2e8f0 !important;
	border-radius: 5px;
}

.btn {
	width: 130px;
	height: 40px;
	border-radius: 5px;
	transition: 0.4s;
}

.btnWidthMedium {
	width: 150px;
}

.btnWidthLarge {
	width: 200px;
}

h2 {
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 3rem;
}

.multiSelect .ts-wrapper {
	padding: 2px;
}