
      .custom-gradient-background {
        direction: rtl;
        background: linear-gradient(to bottom, #40237b, #c258ac);
        height: 100vh;
      }

      .navbar-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;

        height: 10vh;
      }

      .nav-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: 15vw;
        margin-right: 15vw;
        font-weight: bold;
        cursor: pointer;
      }
      .nav-item-chance {
        margin-top: 5vh;
        font-family: "cairo";
        font-size: 18px;
        color: rgb(255, 255, 255);
        margin-right: 1rem;
        border-radius: 10px;
        background-color: #ba5392;
        align-items: center;
        height: 7vh;
        width: 16vw;
        display: flex;
        justify-content: center;
        background: linear-gradient(to bottom, #ce62a5, #59394b);
      }

      .nav-item-profile {
        margin-top: 5vh;
        font-family: "cairo";
        font-size: 18px;
        color: #ffffff;
        margin-right: 1rem;
        border-radius: 15px;
        background-color: #626061;
        align-items: center;
        height: 7vh;
        width: 13vw;
        display: flex;
        justify-content: center;
        position: relative;
      }

      .nav-item-profile img {
        position: relative;
        margin-bottom: 1vh;
      }

      .nav-item-profile p {
        position: relative;
        bottom: 1vh;
      }

      .dropdown-content a {
        color: white;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: center;
      }

      .dropdown-content a:hover {
        background-color: #494949; /* Darker grey for hover effect */
      }

      .dropdown-content {
        display: none;
        position: absolute;
        background-color: #626061;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        top: 6.5vh;
        z-index: 1;
        width: 13vw; /* Match the width of the parent */
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
      }

      .join {
        border-radius: 25px;
        background-color: #c85e9f;
        height: 8vh;
        width: 10vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        margin-top: 13vh;
        font-family: "cairo";
        font-weight: 500;
        cursor: pointer;
      }

      .join p {
        color: white;
      }

      .nav-item p {
        margin-top: 5vh;
        font-family: "cairo";
        font-size: 18px;
        color: rgb(255, 255, 255);
        margin-right: 1rem;
      }
      .img {
        margin-top: 5vh;
      }

      .header p {
        font-family: "cairo";
        font-weight: bold;
        color: white;
        font-size: 44px;
        margin-top: 30vh;
      }
      .body {
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .message {
        background-color: #4caf50; /* Green */
        color: white;
        padding: 10px 20px;
        margin: 10px auto;
        border-radius: 5px;

        position: fixed;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
      }
      .rounded-image {
        border-radius: 50%;
        margin-left: 0.5vw;
        position: relative;
        top: 1vh;
        
    }
    .contain1 {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: start;
    }

    .con-logo p {
        font-weight: bold;
        font-family: 'cairo';
        color: black;
        margin-top: 5vh;
    }

    .steps {
        display: flex;
        flex-direction: row;
        background-color: #E2E2E2;
        border-radius: 20px;
        height: 6vw;
        align-items: center;
        justify-content: start;
    }
    .step-item {
        margin-right: 4vw;
        margin-left: 4vw;
        background-color:#D0D0D0;
        border-radius: 20px;
        padding: 7px;
        cursor: pointer;
    }

    .step-item p {
        font-weight: bold;
        font-family: 'cairo';
        color: black;
       
    }
    
    .step-active {
        background-color:#AE4791;
        border-radius: 20px;
        padding: 5px;
        cursor: pointer;
    }
    .step-active p {
        font-weight: bold;
        font-family: 'cairo';
        color: white;
       
    }

    

   

    .con-logo {
       
        left: 2vw;
        top:9vh;
        position: relative;
        background-color: #F5F5F5;
        width: 20vw;
        height: 65vh;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .infore {
        
        top:9vh;
        position: relative;
        background-color: #F5F5F5;
        width: 60vw;
        height: 73vh;
        border-radius: 20px;
    }

    .savebtn {
        background-color: #774281;
        padding: 8px;
        width: 8vw;
        display: flex;
        border-radius: 15px;
        position: relative;
        align-items: center;
        right: 22vw;
        justify-content: center;
        cursor: pointer;
        
    }

    .savebtn p {
      cursor: pointer;

        font-family: 'cairo';
        font-weight: bold;
        color: white;
        align-items: center;
    }

    

    .nav-logo {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
    }
    .info p {
      font-family: 'cairo';
      font-size: 20px;
      font: normal normal 600  Cairo;
letter-spacing: 0px;
color: #7945B2;
opacity: 1;

    }

    .footer {
      height: 30vh;
      direction: rtl;
      border-top-left-radius: 50px;
      border-top-right-radius: 50px;
      background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #00000029;
    opacity: 1;
    position: relative;
    bottom: 0;
    width: 100%;
   
    }
    .rights p {
      font-family: 'cairo';
      font-size: 15px;
      font: normal normal 600  Cairo;
letter-spacing: 0px;
color: #7945B2;
opacity: 1;
margin-top: 20vh;
    }

    .footercontainer {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
    }

    select.chooselanguage {
      background-color: #ffffff; /* White background */
      color: #7945B2; /* Text color */
      padding: 10px;
      font-size: 16px;
      border: none;
      cursor: pointer;
      appearance: none; /* Removes default arrow */
      -webkit-appearance: none; /* Safari and Chrome */
      -moz-appearance: none; /* Firefox */
  }

  /* Style for the dropdown arrow */
  .select-wrapper::after {
      content: "\25BC"; /* Unicode character for downward arrow */
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
      pointer-events: none; /* Ensures the arrow is not clickable */
  }
  
  /* Style for the select options */
  select.chooselanguage option {
      background-color: #ffffff; /* White background */
      color: #7945B2; /* Text color */
  }