
.form {
  margin: 0 auto 50px;

}

.form input, .form input[type="text"] {
    width: 100%;
}

label {
  display: block;
  margin-top: 22px;
  font-weight: 600;
}

label span {
  color: red;
}

input,
select {
  width: 100%;
  padding: 10px 12px;
  margin-top: 6px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  box-sizing: border-box;
}

input.invalid {
  border-color: red;
}

.error {
  color: red;
  font-size: 13px;
  display: none;
  margin-top: 4px;
}

.counter {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}

.upload {
  border: 1px dashed #ccc;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  margin-top: 8px;
}

.upload button {
  margin-top: 8px;
  padding: 10px 18px;
  border-radius: 6px;
  border: 1px solid #066cad;
  background: #066cad;
  color: white;
  cursor: pointer;
  font-weight: 600;
}

.upload button:hover {
  background: #1a3555;
  border-color: #1a3555;
}

.file-name {
  display: block;
  margin-top: 10px;
  color: #1a3555;
  font-weight: 500;
  font-size: 14px;
}

.upload small {
  display: block;
  margin-top: 10px;
  color: #666;
}

.privacy {
  font-size: 13px;
  margin: 20px 0;
}

.privacy a {
  color: #066cad;
  text-decoration: none;
}

.privacy a:hover {
  color: #1a3555;
}

.submit {
  background: #066cad;
  color: white;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}

.submit:hover {
  background: #1a3555;
}

.field {
  width: 100%;
}

label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

label span {
  color: red;
}

.multiselect {
  position: relative;
}

.select-box {
  border: 1px solid #ccc;
  padding: 10px 12px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
}

.dropdown {
  border: 1px solid #ccc;
  position: absolute;
  width: 100%;
  border-radius: 6px;
  margin-top: 6px;
  background: #fff;
  display: none;
  z-index: 10;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.dropdown input {
  width: 100%;
  padding: 8px 10px;
  border: none;
  border-bottom: 1px solid #ddd;
  outline: none;
}

.options {
  max-height: 200px;
  overflow-y: auto;
}

.form .options input {
    width: 40px;
}

.options label {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  cursor: pointer;
  margin: 0;
}

.options label:hover {
  background: #f9fafb;
}

.arrow {
  font-size: 12px;
}

    .confirm-container {
        max-width: 600px;
        margin: 50px auto;
        padding: 0 20px;
    }

    .confirm-content {
        text-align: center;
    }

    .checkmark {
        width: 80px;
        height: 80px;
        margin: 0 auto 30px;
        background: #066cad;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 48px;
        color: white;
    }

    .confirm-content h1 {
        color: #066cad;
        margin-bottom: 20px;
        font-size: 32px;
    }

    .confirm-content > p {
        font-size: 16px;
        color: #333;
        margin-bottom: 30px;
        line-height: 1.6;
    }

    .confirm-message {
        background: #f9fafb;
        border-left: 4px solid #066cad;
        padding: 25px;
        margin: 30px 0;
        text-align: left;
        border-radius: 6px;
    }

    .confirm-message h2 {
        color: #066cad;
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 20px;
    }

    .confirm-message p {
        color: #666;
        margin-bottom: 15px;
        line-height: 1.6;
    }

    .confirm-message ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .confirm-message ul li {
        padding: 8px 0;
        color: #666;
        border-bottom: 1px solid #ddd;
    }

    .confirm-message ul li:last-child {
        border-bottom: none;
    }

    .confirm-message a {
        color: #066cad;
        text-decoration: none;
        font-weight: 600;
    }

    .confirm-message a:hover {
        color: #1a3555;
    }

    .confirm-actions {
        display: flex;
        gap: 15px;
        justify-content: center;
        margin-top: 40px;
        flex-wrap: wrap;
    }

    .btn-primary, .btn-secondary {
        padding: 12px 30px;
        border-radius: 6px;
        text-decoration: none;
        font-weight: 600;
        display: inline-block;
        cursor: pointer;
        font-size: 14px;
        transition: all 0.3s ease;
    }

    .btn-primary {
        background: #066cad;
        color: white;
        border: 1px solid #066cad;
    }

    .btn-primary:hover {
        background: #1a3555;
        border-color: #1a3555;
    }

    .btn-secondary {
        background: white;
        color: #066cad;
        border: 1px solid #066cad;
    }

    .btn-secondary:hover {
        background: #f9fafb;
        color: #1a3555;
        border-color: #1a3555;
    }
    #bottemitems-container {
        display: none;
    }