.Frame4 {
    width: 100%;
    height: 53px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #6b2fad;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
}


/* Navigation Bar Css */

.Group2 {
    width: 176px;
    height: 34px;
    position: relative;
}

.Vector {
    background: white;
    position: absolute;
}

.MijndomeinCircleWhite {
    width: 32.03px;
    height: 32px;
    position: absolute;
    background: white;
}

.Verhuisservice {
    left: 85px;
    top: 14px;
    position: absolute;
    color: #00dbdb;
    font-size: 10px;
    font-family: "Circular Std", sans-serif;
    font-style: italic;
    font-weight: 900;
    line-height: 26px;
    word-wrap: break-word;
}

.Frame18 {
    height: 13px;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
    display: flex;
}

/* DropDown........................ */

/* General Header Actions Styling */
.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.action-list {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.action-item {
    margin-left: 20px;
}

/* Language Selector Styling */
.language-selector select {
    padding: 5px;
    border-radius: 4px;
    border: 1px solid white; /* White border */
    background-color: purple; /* Purple background */
    color: white; /* Text color in the dropdown */
    cursor: pointer;
}

.language-selector select option {
    background-color: white; /* White background for options */
    color: black; /* Black text for options */
}



/* User Dropdown and Avatar Styling */
.user-dropdown .avatar-container {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    border: 2px solid white; /* White border for avatar */
    border-radius: 50%; /* Ensure the border is circular */
    padding: 2px; /* Space between border and avatar image */
}

.user-status.active {
    position: absolute;
    top: 0;
    right: 0;
    height: 10px;
    width: 10px;
    background-color: green;
    border-radius: 50%;
    border: 2px solid white;
}

.user-dropdown .dropdown-menu {
    right: 0;
    left: auto;
    transform: none;
    text-align: left;
    background-color: white; /* White background when dropdown is clicked */
    border: 2px solid #ccc; /* Add a border to the dropdown */
}

.user-dropdown .dropdown-body {
    padding: 10px;
}

.dropdown-body ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.dropdown-body ul li {
    margin-bottom: 10px;
}

.dropdown-body ul li:last-child {
    margin-bottom: 0;
}

.dropdown-body a {
    text-decoration: none;
    color: black;/* Black text color */
    display: flex;
    align-items: center;
}

.dropdown-body a i.icon-key {
    margin-right: 5px;
}

/*................................................*/

.ChevronDown {
    color: white;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 26px;
    word-wrap: break-word;
}

.Nederlands {
    color: white;
    font-size: 16px;
    font-family: "Circular Std", sans-serif;
    font-weight: 450;
    line-height: 26px;
    word-wrap: break-word;
}

.QuestionCircleHelpdesk span {
    color: white;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    line-height: 26px;
    word-wrap: break-word;
}

.QuestionCircleHelpdesk {
    color: white;
    font-size: 16px;
    font-family: "Circular Std", sans-serif;
    font-weight: 450;
    line-height: 26px;
    word-wrap: break-word;
}



/* Form Container */
.main-container {
    display: flex;
    justify-content: center;
}

.email-main {
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
    align-content: center;
    height: calc(100vh - 62px);
    padding: 10px;
    width: 100%;
    max-width: 600px;
}

.email-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 19px;
}

.email-md-logo1 {
    width: 166px;
    height: 29px;
    margin-top: 0px;
}
.email-md-logo {
    position: relative;
    height: 39.3px;
    width: 199px;
}

/* .email-title-text {
    position: relative;
    top: 0;
    font-weight: 700;
    color: #00dbdb;
    margin-left: 95px;
    font-size: 12px;
    font-family: 'Circular Std', sans-serif;
    font-style: italic;
    font-weight: 900;
    word-wrap: break-word;
} */

/* Form styles */
.div-3 {
    background-color: white;
    padding: 20px 20px; /* Increased padding */
    width: 100%;
    max-width: 600px; /* Increased max-width */
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.email-desc {
    color: #646f79;
    text-align: center;
    font-family: "Circular Std", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
}

.form__label {
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
    font-family: "Circular Std", sans-serif;
    font-weight: 700;
    color: #333;
}

.form__group {
    margin-top: 13px;
    margin-bottom: 10px;
}

.form__group input {
    width: 100%;
    padding: 13px; /* Increased padding */
    border: none;
    background: #f6f8f9;
    height: auto; /* Adjusted height */
    font-size: 12px;
}

.input-group input::placeholder {
    color: #646f79;
    font-family: "Circular Std", sans-serif;
}

.email-btn {
    width: 100%;
    padding: 8px; /* Reduced padding */
    background-color: #6b2fad;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px; /* Reduced font size */
    font-family: "Circular Std", sans-serif;
    font-weight: 900;
    height: 8vh; /* Reduced height */
}

.email-btn:hover {
    background-color: #59268a;
}

.error-message {
    color: red;
    font-size: 12px; /* Adjust the font size as needed */
}
