@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* Font */

/* @font-face {
  font-family: 'Muli Regular';
  font-weight: 400;
  src: local('Muli Regular'), url('../css/font/Muli-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Muli ExtraLight';
  font-weight: 200;
  src: local('Muli ExtraLight'), url('../css/font/Muli-ExtraLight.woff') format('woff');
}


@font-face {
  font-family: 'Muli Light';
  font-weight: 300;
  src: local('Muli Light'), url('../css/font/Muli-Light.woff') format('woff');
}


@font-face {
  font-family: 'Muli SemiBold';
  font-weight: 500;
  src: local('Muli SemiBold'), url('../css/font/Muli-SemiBold.woff') format('woff');
}


@font-face {
  font-family: 'Muli Bold';
  font-weight: 600;
  src: local('Muli Bold'), url('../css/font/Muli-Bold.woff') format('woff');
}


@font-face {
  font-family: 'Muli ExtraBold';
  font-weight: 700;
  src: local('Muli ExtraBold'), url('../css/font/Muli-ExtraBold.woff') format('woff');
}



@font-face {
  font-family: 'Muli Black';
  font-weight: 800;
  src: local('Muli Black'), url('../css/font/Muli-Black.woff') format('woff');
} */


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

:root {
  --primary-color: #00c75e;
  --secondary-color: #ffffff;
  --tertiary-color: #0c0c0c;
  --quaternary-color: #00C75E;
  --quinary-color: #797878;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  overflow-x: hidden;
  position: relative;
  /* font-family: 'Muli Regular' !important; */
  font-family: 'Mulish', sans-serif!important;
  color: var(--secondary-color);
  background-color: #fafafa !important;
  font-size: 16px !important;
  letter-spacing: 0.8px;
}

.main-wrapper {
  min-height: 80vh;
}

body.modal-open {
  overflow: auto !important;
}

body.modal-open[style] {
  padding-right: 0px !important;
}

.sm-padding {
  padding: 4em 0;
}

.default-btn {
  background-color: var(--primary-color) !important;
  padding: 0.8em 1.5em !important;
  text-align: center;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  border-radius: 50px !important;
  color: var(--secondary-color) !important;
  display: inline-block !important;
  border: 1px solid var(--primary-color) !important;
  font-size: 0.95em !important;
  letter-spacing: 0.8px;
  text-decoration: none !important;
  font-weight: 700!important;
  width: 100%;
}

.default-btn:hover,
.default-btn:focus,
.default-btn:active {
  background-color: var(--primary-color) !important;
  color: var(--secondary-color) !important;
  box-shadow: none !important;
}

.PhoneInput {
  display: flex;
  align-items: center;
  height: 2.8em;
  border: 1px solid #797878;
  width: 25em;
  border-radius: 50px;
  width: 100%;
  padding: 0 18px 0 14px;
}

.PhoneInput:focus input {
  border: none !important;
  box-shadow: none !important;
}

.PhoneInput input {
  border: none;
  outline: none;
}

.text-right {
  text-align: left !important;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.is-invalid {
  border-color: #dc3545 !important;
}

input.form-control.username-field {
  padding-left: 0px !important;

}

span.input-group-icon.username-link.input-group-text {
  padding-right: 0px !important;

}

.education-control {
  width: 100%;
  height: 50px !important;
  font-size: 15px !important;
  padding: 10px 12px;
  border-radius: 50px !important;
}

button.social-login-button {
  border: 0px;
  background: none;
}

.place-suggestions {
  z-index: 99999;
  position: relative;
  background: white;
  width: 100%;
}

input.combobox-input.form-control {
  height: 100%;
}

.ijWXiF {
  width: 600px;
  height: 600px;
  margin: auto;
}