.profile-box {
  max-width: 95%;
  margin-inline: auto;
  font-family: "Rubik", sans-serif;
}
@media (min-width: 768px) {
  .profile-box {
    max-width: 75%;
  }
}
@media (min-width: 992px) {
  .profile-box {
    max-width: 100%;
  }
}
.profile-box .member-heading {
  border-radius: 1rem 1rem 0 0;
}
@media (min-width: 992px) {
  .profile-box .member-sidebar {
    border-radius: 0 0 0 1rem;
  }
}
.profile-box .member-content {
  background-color: #e9e9e9 !important;
  border-radius: 0 0 1rem 1rem;
}
@media (min-width: 992px) {
  .profile-box .member-content {
    border-radius: 0 0 1rem 0;
    min-height: 30rem;
    max-height: 40rem;
    overflow-y: auto;
  }
}
.profile-box h1 {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .profile-box h1 {
    font-size: 3rem;
  }
}
.profile-box .profile-image-wrapper {
  overflow: hidden;
  max-width: 15rem;
  height: 15rem;
}
@media (min-width: 992px) {
  .profile-box .profile-image-wrapper {
    max-width: 100%;
    max-height: 11.7rem;
  }
}
.profile-box .profile-image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.profile-box .profile-name {
  font-size: 2rem;
  margin-top: 2rem;
  color: #333;
  font-weight: bold;
}
@media (min-width: 992px) {
  .profile-box .profile-name {
    margin-top: 0;
  }
}
.profile-box .profile-setting h2 {
  font-size: 1.5rem !important;
}
.profile-box .profile-setting .personal-info,
.profile-box .profile-setting .work {
  row-gap: 1.3rem;
}
.profile-box .profile-setting .profile-picture-wrapper {
  width: 19rem;
  height: 19rem;
}
.profile-box .profile-setting .profile-picture-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .profile-box .profile-setting .profile-picture-wrapper {
    width: 14rem;
    height: 14rem;
  }
}
@media (min-width: 992px) {
  .profile-box .profile-setting .profile-picture-wrapper {
    width: 12rem;
    height: 12rem;
  }
}

.profile-nav-link {
  font-size: 1rem;
  padding: 0.5rem;
}
@media (min-width: 992px) {
  .profile-nav-link {
    font-size: 1.6rem;
    padding: 1rem;
  }
}

.profile-nav-link:hover {
  background-color: #f5f5f5;
}

.profile-nav-link.active {
  font-weight: bold;
}

/*
    Create rounded class every corner
*/
.rounded-all {
  border-radius: 0.5rem;
}

.rounded-top-left {
  border-top-left-radius: 0.5rem;
}

.rounded-top-right {
  border-top-right-radius: 0.5rem;
}

.rounded-bottom-left {
  border-bottom-left-radius: 0.5rem;
}

.rounded-bottom-right {
  border-bottom-right-radius: 0.5rem;
}

@media (min-width: 992px) {
  .auth-wrapper {
    min-height: 45vw;
  }
}
.auth-wrapper .heading .company-logo {
  max-width: 4rem;
}
@media (min-width: 992px) {
  .auth-wrapper .heading .company-logo {
    max-width: 5rem;
  }
}
.auth-wrapper .heading .head-text {
  font-size: 1.5rem !important;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
@media (min-width: 992px) {
  .auth-wrapper .heading .head-text {
    font-size: 2rem !important;
  }
}
.auth-wrapper .heading .desc-text {
  font-size: 1rem !important;
}
@media (min-width: 992px) {
  .auth-wrapper .heading .desc-text {
    font-size: 1.15rem !important;
  }
}
@media (min-width: 992px) {
  .auth-wrapper .form {
    margin-inline: auto;
    max-width: 57%;
  }
}
.auth-wrapper .form button[type=submit] {
  height: 0;
  padding: 1.75rem 0;
  font-size: 1rem;
  font-weight: 500;
}
.auth-wrapper .form .keep-login-forgot-password label,
.auth-wrapper .form .keep-login-forgot-password a {
  font-size: 0.8 0.5rem;
}
@media (min-width: 992px) {
  .auth-wrapper .form .keep-login-forgot-password label,
  .auth-wrapper .form .keep-login-forgot-password a {
    font-size: 1rem;
  }
}
.auth-wrapper .form .go-back-to-login-page {
  font-weight: 500;
}

/*# sourceMappingURL=cge-custom.css.map */
