.employment-form {
    max-width: 100%;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
}

.employment-form input::placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.283);
}

.employment-form button {
     border: 2px solid #166ac8;
    background-color: #166ac8;
    transition: 0.5s;
    color: white
}

.employment-form button:hover {
    background-color: transparent !important;
}

.h-fit {
    height: max-content;
    width: max-content;
}

.font-14 {
    font-size: 14px;
}

.sabz {
    color: #b9121c;
}

.toosi {
    color: rgba(0, 0, 0, 0.516);
}

.pill-btn {
    background-color: #8fb5d7;
    padding: 3px 6px;
    border-radius: 9999px;
    font-size: 12px;
    color: white;
}

.btn-blur-v {
background-color: rgba(255, 255, 255, 0.473);
backdrop-filter: blur(10px);
color: #166ac8;
}

.btn-one-2 {
    background-color: #166ac8 !important;
    color: white !important;
}

.two-line-limit {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* تعداد خطوط مورد نظر */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}

@media (max-width: 992px) {

    .title-emp {
        background-color: white !important;
    }

    .title-emp p {
        color: black !important;
        font-size: 20px;
        font-family: ismb;
    }

    .employment-form .bg::after {
        content: unset !important;
    }
}
