@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

.profile_is-arabic .profile__button {
  margin-right: 0;
  margin-left: 20px; }
  @media only screen and (max-width: 600px) {
    .profile_is-arabic .profile__button {
      margin-right: 0;
      margin-right: 0; } }

.profile__container {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 10px;
  margin-bottom: 60px;
  margin-top: 60px; }

.profile__form {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media only screen and (max-device-width: 1024px) {
    .profile__form {
      align-items: flex-start; } }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1024px) {
    .profile__form {
      padding: 0 40px; } }

.profile__title {
  color: #00438E;
  font-size: 30px;
  margin-bottom: 20px;
  font-family: "roboto"; }

.profile__form-section {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between; }
  .profile__form-section_is-last {
    margin-bottom: 40px; }
  @media only screen and (max-width: 600px) {
    .profile__form-section {
      flex-direction: column;
      margin-bottom: 0; } }

.profile__form-item {
  width: 48%; }
  @media only screen and (max-width: 600px) {
    .profile__form-item {
      width: 100%;
      margin-bottom: 20px; } }
  .profile__form-item select {
    background-image: none !important; }

.profile__input-container {
  width: 650px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media only screen and (max-width: 600px) {
    .profile__input-container {
      width: 100%; } }

.profile__button-container {
  display: flex; }
  @media only screen and (max-width: 600px) {
    .profile__button-container {
      flex-direction: column;
      width: 100%; } }

.profile__button {
  width: 150px;
  margin-right: 20px; }
  @media only screen and (max-width: 600px) {
    .profile__button {
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px; } }

.profile__breadcrumbs-container {
  display: flex;
  justify-content: flex-end;
  width: 100%; }
  @media only screen and (max-device-width: 1024px) {
    .profile__breadcrumbs-container {
      display: none; } }
