h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3A3A3C;
  font-family: 'Arial', sans-serif;
  font-size: 20px;
  margin: 0;
  padding: 0;
}

p,
a {
  color: #6D6D6F;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

body {
  background: #e7eaf0;
  padding: 20px;
  min-height: 100vh;
}

main {
  display: flex;
}

.sidebar {
  width: 30vw;
  min-height: 80vh;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
}

.account {
  background: #f5f6fa;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px;
  border-radius: 12px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.account i {
  margin-left: auto;
  padding-right: 15px;
}

.account i:hover {
  cursor: pointer;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #f5f6fa;
  border: 1px solid #e7eaf0;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  width: 150px;
  display: none;
  flex-direction: column;
  z-index: 1000;
}

.dropdown-menu a {
  padding: 10px;
  text-decoration: none;
  color: #6D6D6F;
  display: block;
}

.dropdown-menu a:hover {
  background: #e4e5e9;
  cursor: pointer;
}

.show {
  display: block !important;
}

.rotate {
  transform: scaleY(-1);
}


.user-info h2 {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0px;
}

.profile-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #e7eaf0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.menu {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  box-sizing: border-box;
}

.menu li {
  padding: 15px 20px;
  border-radius: 12px;
  transition-duration: 0.3s;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
}

.menu li:hover {
  background: #f5f6fa;
  transition-duration: 0.3s;
  cursor: pointer;
}

.menu li.active {
  background: #f5f6fa;
}

.content {
  width: 70vw;
  min-height: 85vh;
  padding: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
}

.page {
  background: #f5f6fa;
  border-radius: 12px;
  height: 100%;
}

.page-title {
  width: 100%;
  padding: 20px 30px;
  border-bottom: 1px solid #e7eaf0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.dash-content {
  padding: 30px;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section-container {
  display: flex;
  gap: 20px;
  max-width: 100%;
  margin-top: 40px;
}

.section {
  width: 33%;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #e7eaf0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#dash-icon {
  width: 26px;
  background: #e7eaf0;
  font-size: 24px;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-list,
.contracts-list,
.meeting-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  box-sizing: border-box;
}

.service-list li,
.contracts-list li,
.meeting-list li {
  background: #e7eaf0;
  border-radius: 12px;
  padding: 12px 15px;
  width: 100%;
  box-sizing: border-box;
  transition-duration: 0.3s;
}

.service-list li:hover,
.contracts-list li:hover,
.meeting-list li:hover {
  transform: scale(0.95);
  transition-duration: 0.3s;
  cursor: pointer;
}

.before-footer {
  margin-top: 20px;
  border: 1px solid #e7eaf0;
  border-radius: 12px;
  min-height: 100px;
}

.service-search {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e7eaf0;
  padding-top: 15px;
  padding-bottom: 22px;
}

.service-search i {
  position: absolute;
  left: 20px;
  margin-top: 7px;
  color: #6D6D6F;
}

.service-search input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 16px;
  font-family: 'Arial', sans-serif;
  margin-top: 10px;
  width: 100%;
  padding: 0px 50px;
  border-radius: 8px;
  box-sizing: border-box;
  background: #f5f6fa;
}

.services-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 50px 20px;
}

.service {
  border-radius: 12px;
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  transition-duration: 0.3s;
}

.service:hover {
  transform: scale(0.95);
  transition-duration: 0.3s;
  cursor: pointer;
}

.service h3 {
  color: white;
  padding: 20px 10px;
}

.service-img {
  border-radius: 12px;
}

#logo-design {
  background-image: linear-gradient(to top, #af4f28 0%, #ff7640 55%);
}

#seo {
  background-image: linear-gradient(to top, #003912 0%, #011f0a 55%);
}

#social-media {
  background-image: linear-gradient(to top, #4d1727 0%, #240b12 55%);
}

#web {
  background-image: linear-gradient(to top, #be5272 0%, #6e253b 55%);
}

footer {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 0px 25px;
  position: relative;
  bottom: 0;
}

.footer-links {
  display: flex;
  gap: 10px;
}

.footer-links:hover {
  cursor: pointer;
}

.footer-links a {
  text-decoration: none;
}

.footer-links a:hover {
  color: black;
}

.register-form {
  min-height: 120vh;
}

.login-form {
  min-height: 75vh;
}

.register-form,
.login-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0px;
}

.register,
.login {
  display: flex;
  flex-direction: column;
  width: 60vw;
  background: #f5f6fa;
  padding: 50px;
  border-radius: 12px;
}

.register h1,
.login h1 {
  padding-bottom: 10px;
}

.register button,
.login button {
  background: #47c7fc;
  border: none;
  border-radius: 12px;
  outline: none;
  padding: 15px 0px;
  margin-top: 10px;
  color: white;
  font-weight: 700;
  transition-duration: 0.3s;
}

.register button:hover,
.register-link:hover,
.login button:hover,
.login-link:hover {
  cursor: pointer;
  transform: scale(0.95);
  transition-duration: 0.3s;
}

.register-link {
  text-decoration: none;
  margin-top: 20px;
  text-align: center;
  padding: 15px 0px;
  background: #1f5972;
  border-radius: 12px;
  transition-duration: 0.3s;
  color: white;
  font-weight: 700;
}

#freelancer-fields {
  display: flex;
  flex-direction: column;
}

#freelancer-fields input {
  width: 100%;
  box-sizing: border-box;
}

.category-group,
.experience-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.category-group select {
  width: 82%;
}

.experience-group select {
  width: 100%;
}

.category-group select,
.experience-group select {
  box-sizing: border-box;
  margin-bottom: 10px;
  background: #e7eaf0;
  border-radius: 12px;
  outline: none;
  border: none;
  padding: 20px;
  color: #6D6D6F;
}

.category-group button {
  min-width: 5%;
  padding: 10px 15px;
  height: auto;
  margin-bottom: 15px;
  border-radius: 12px;
}

.name-container {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.name {
  width: 50%;
}

.register input,
.login input {
  padding: 20px;
  gap: 10px;
  margin: 10px 0px;
  border-radius: 12px;
  background: #e7eaf0;
  outline: none;
  border: none;
}

.role-selection {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-bottom: 10px;
}

.role-selection label,
.role-selection input[type=radio] {
  font-family: 'Arial', sans-serif;
}

.profile-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
  font-family: 'Arial', sans-serif;
  padding: 30px;
  box-sizing: border-box;
}

.profile-header {
  display: flex;
  border-radius: 12px;
  flex-direction: column;
  width: 66%;
  box-sizing: border-box;
}

.profile-details {
  display: flex;
  justify-content: center;
  border-radius: 12px;
  flex-direction: column;
  width: 33%;
  box-sizing: border-box;
  border: 1px solid #e7eaf0;
  padding: 30px;
}

.profile-details p {
  padding-top: 10px;
  margin: 8px 0px;
}

.profile-details h2 {
  margin-bottom: 10px;
}

.profile-row {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.profile-column {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}

.profile-row .profile-img {
  width: 125px;
  height: 125px;
}

.profile-body {
  margin-top: 10px;
  border-radius: 12px;
  padding: 20px;
}

.body-categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.category-pill {
  display: inline-block;
  background-color: #e7eaf0;
  color: #6D6D6F;
  padding: 5px 1px;
  border-radius: 15px;
  font-size: 14px;
  text-align: center;
}

.body-buttons {
  padding: 0px 20px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.body-buttons button {
  background: #47c7fc;
  border: none;
  border-radius: 12px;
  outline: none;
  padding: 10px 15px;
  margin-top: 10px;
  color: white;
  font-weight: 700;
  transition-duration: 0.3s;
}

.body-buttons button:hover {
  cursor: pointer;
  transform: scale(0.95);
  transition-duration: 0.3s;
}