@font-face {
  font-family: "product_sans_blackregular";
  src: url("../Fonts/productsans-regular-webfont.woff2") format("woff2"),
    url("../Fonts/productsans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "product_sansbold";
  src: url("../Fonts/productsans-bold-webfont.woff2") format("woff2"),
    url("../Fonts/productsans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "product_sansregular";
  src: url("../Fonts/productsans-regular-webfont.woff2") format("woff2"),
    url("../Fonts/productsans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.mrg {
  margin: 1rem;
}

* {
  font-family: "product_sansregular", Arial, sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin-bottom: 10rem;
}

li,
a {
  font-family: "product_sansregular", Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #24419f;
  text-decoration: none;
}

.avatar-btn {
  border-radius: 1.2rem;
  border-width: 0;
  margin: -32px 0;
  padding: 0;

  box-shadow: 0px 1px 20px rgba(30, 34, 37, 0.2);
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 10% 0.05rem 10%;
  background-color: #24419f09;
}

.brand-name {
  font-size: 1.6rem;
  font-weight: 600;
}

.avatar-img {
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}

.avatar-btn:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}

.nav_links li {
  display: inline-block;
}

.nav_links {
  transition: all 0.3s ease-in-out 0s;
}

.nav_links li a {
  text-decoration: none;
  font-size: 1.2rem;
  padding: 0.6rem 1.6rem;
  border-radius: 1rem;
}

.nav_links li a:hover {
  color: #41249fd7;
  background-color: #3053c50a;
}

.btn-create {
  font-family: "product_sansbold", Arial, sans-serif;
  background-color: #24419f;
  color: white;
  border-radius: 100px;
  font-size: 1.7rem;
  padding: 0.2rem 2.4rem;
  transition: all 0.3s ease-in-out 0s;
}

.btn-create:hover {
  box-shadow: 0px 4px 20px rgba(27, 90, 148, 0.2);
}
.crt {
  height: 1.3rem;
  width: 1.3rem;
  margin-top: -12px;
  margin-left: 0.7rem;
}

.submit-right-arrow {
  height: 1.6rem;
  width: 1.6rem;
  margin-left: 0.7rem;
  margin-top: -0.1rem;
}

.btn-submit {
  height: 46px;
  width: 167px;
  display: flex;
  justify-content: center;
  background: #24419f;
  border-radius: 25px;
  font-family: "product_sansbold", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: white;
  padding-top: 0.6rem;
}
.btn-submit:hover {
  box-shadow: 0px 4px 20px rgba(27, 90, 148, 0.2);
}

.google-text {
  font-family: "product_sansbold", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  color: #24419f;
}

.google-icon {
  width: 22px;
  height: 22px;
  margin: -10px 0 0 0.6rem;
}

.btn-google {
  background-color: white;
  padding: 14px 32px;
  width: 220px;
  height: 54px;
  border-radius: 20px;
}

.sign-up-google {
  padding: 1rem 2rem;
  background-color: #2b303f;
}

.nav_links .dropdown-menu {
  border-radius: 1rem;
  border-color: #ffffff;
  box-shadow: 2px 16px 32px rgba(124, 124, 124, 0.1);
  padding: 0;
  margin-left: -3rem;
}

/*------------CV CARDS-------------------*/
.card {
  width: 345px;
  height: 620px;
  box-shadow: 2px 16px 32px rgba(124, 124, 124, 0.1);
  background: #f4f5f7;
  border-radius: 22px;
}

.card-image-section {
  margin: 10px;
  border-radius: 20px;
}

.card-image-section img {
  border-radius: 16px;
}

.card-text-info {
  font-family: "product_sansbold", Arial, sans-serif;
  align-self: center;
  padding: 0.6rem;
}

.card-action-buttons {
  margin: 0rem;
}

.btn-preview {
  font-family: "product_sansbold", Arial, sans-serif;
  background-color: rgba(255, 255, 255, 0);
  color: #24419f;
  border-width: 0.3rem;
  border-color: #24419f;
  border-radius: 150px;
  font-size: 1.4rem;
  font-size: 400;
  padding: 0.12rem 1.8rem;
  transition: all 0.3s ease-in-out 0s;
  align-self: center;
}

.btn-preview:hover {
  box-shadow: 0px 4px 20px rgba(27, 90, 148, 0.2);
}

.btn-edit {
  font-family: "product_sansbold", Arial, sans-serif;
  background-color: #24419f;
  color: white;
  border-radius: 150px;
  font-size: 1.4rem;
  font-size: 400;
  padding: 0.3rem 3.1rem;
  transition: all 0.3s ease-in-out 0s;
  align-self: center;
}

.btn-edit:hover {
  box-shadow: 0px 4px 20px rgba(27, 90, 148, 0.2);
}
