body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    background: linear-gradient(135deg, #ffe6d5, #c34804);
    color: #333;
    display: flex; 
    justify-content: center; 
    align-items: center;
    height: 100vh;
}

.sidebar {
    width: min(700px, 100%);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

::placeholder {
  color: #00000073;
  opacity: 1;
}

.inpcontainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 400px;
    height: 50px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #000000bf;
    background: #fff;
    margin-top: -50px;
}

.prefix {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 16px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    height: 100%;
    width: 70px;
    font-weight: 700;
    background-color: #f0f0f0;
    border-radius: 10px 0px 0px 10px;
    padding-left: 15px;
    margin-top: -0.5px;
}

.myinput-link {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    font-weight: 500;
    border: none;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    padding: 0px 10px;
    height: 100%;
    width: 300px;
    background-color: #ffffff00;
    font-size: 15px;
    margin-left: 0px;
}

#next-step.btn-disabled {
    background-color: transparent;
    color: #ccc;
    border: 2px solid #ccc;
    cursor: not-allowed;
}

#next-step:not(.btn-disabled) {
    background-color: #C34804;
    color: white;
    border: none;
    cursor: pointer;
}

#next-step:not(.btn-disabled):hover {
    background-color: #db743b;
}

#check-icon {
    width: 20px;
    height: 20px;
    display: none;
    margin-left: 110px;
}

.error-message {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

.roboto-600 {
  font-family: "Roboto", serif;
  color: white;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.singup {
    font-size: 40px;
    margin-left: -70px;
    color: black;
    font-weight: 900;
    margin-bottom: -10px;
}

.fulllogor {
    height: 150px;
    margin-bottom: 0px;
}

.space {
    color: #252525;
    font-size: 18px;
    text-align: center;
    margin: 10px 0;
    margin-bottom: 30px;
    margin-left: -10px;
    font-weight: 300;
}

.register {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 10px 0;
}

.sidebar form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.registration-step-2 input {
    width: 90%;
    margin: 10px 0;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 16px;
}

.sidebar input:focus {
    border-color: #fff;
    outline: none;
    transition: 0.3s;
}

.sidebar .btn {
    background-color: #C34804;
    color: #fff;
    border: none;
    padding: 12px 50px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.5s;
    width: 100%;
}

.sidebar .btn:hover {
    background-color: #db743b;
}

.sidebar a {
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
}

.sidebar a:hover {
    text-decoration: underline;
}

.poiret-one-regular {
  font-family: "Poiret One", serif;
  font-weight: 400;
  font-style: normal;
}

.main-container {
    text-align: center;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
    animation: fadeIn 1s ease-in-out;
}

.highlight {
    color: #c34804;
    font-weight: bold;
}

input {
    display: block;
    width: 90%;
    margin: 10px auto;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 16px;
}

input:focus {
    border-color: #c34804;
    outline: none;
    transition: 0.3s;
}

.form-container img {
    height: 100px;
}

.fulllogo {
    height: 100px;
}

.form_container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    align-items: center;
}

.input_container {
    position: relative;
    width: 90%;
    margin-bottom: 15px;
}

.input_label {
    font-size: 0.875rem;
    color: #555;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.input_field {
  width: auto;
  height: 40px;
  padding: 0 0 0 40px;
  border-radius: 7px;
  outline: none;
  border: 1px solid #e5e5e5;
  filter: drop-shadow(0px 1px 0px #efefef)
    drop-shadow(0px 1px 0.5px rgba(239, 239, 239, 0.5));
  transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
}

.input_field:focus {
    border-color: #C34804;
}

.icon {
    position: absolute;
    left: 10px;
    top: 64%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.btn {
    width: 100%;
    height: 45px;
    background-color: #C34804;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
}

.btn:hover {
    background-color: #db743b;
}

.form-container a {
    text-decoration: none;
    color: #c34804;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.profile-container {
    text-align: center;
    margin-top: 50px;
}

.banner {
    width: 600px;
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: -1;
    top: 20px;
}

.avatar {
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin: -75px auto 10px;
    border: 4px solid #fff;
}

.description {
    font-size: 16px;
    color: #ffffff;
    margin: 20px 0;
    font-family: "Quicksand", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/* Social buttons container */
.social-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    gap: 10px; 
    max-width: 600px;
    margin: 0 auto;
}
.social-buttons .button {
    flex: 0 1 calc(33.333% - 10px);
    min-width: 120px; 
    box-sizing: border-box;
    text-align: center;
}
@media (max-width: 700px) {
  .social-buttons .button {
    flex: 0 1 calc(50% - 10px);
  }
}
@media (max-width: 400px) {
  .social-buttons .button {
    flex: 0 1 100%;
  }
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #c34804;
    color: white;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s;
}
.button img {
    width: 20px;
    margin-right: 10px;
}
.button:hover {
    background-color: #db743b;
}

.nickname {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 10px;
}
@media (max-width: 600px) {
  body {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    background: #fff;
  }

  .sidebar {
    position: static;
    width: 100%;
    height: auto;
    max-height: none;
    padding: 20px;
    background: #fff;
  }

  .fulllogor {
    height: 100px;
    margin-bottom: 0;
  }

  .singup {
    font-size: 30px;
    margin-left: 0;
    color: #000;
    font-weight: 900;
    margin-bottom: 10px;
    text-align: center;
  }
  .space {
    font-size: 16px;
    margin-bottom: 30px;
    margin-left: 0;
    color: #333;
    text-align: center;
  }
  body::before {
    content: none;
  }

  .input_field {
    width: 100%;
    max-width: 400px; 
  }

  .sidebar form {
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  html, body { overflow-x: hidden; }
  .sidebar .btn {
    padding: 12px 20px;
    box-sizing: border-box;
  }

  .banner {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
  }

  .main-container {
    width: 100%;
    max-width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }

  .avatar {
    width: 120px;
    height: 120px;
    margin: -60px auto 10px;
  }

  .social-buttons .button {
    flex: 0 1 100%;
    max-width: 100%;
  }
}

body{
  min-height: 100vh;
  height: auto;
}

.sidebar{
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  scrollbar-gutter: stable both-edges;
}

html, body{ overflow-y: auto; }

