﻿/* Responsive Job Form Window */
::deep .responsive-window {
    max-width: 1400px;
    max-height: 900px;
    min-width: 320px;
    min-height: 400px;
}

/* For tablets and smaller laptops */
@media (max-width: 1024px) {
    ::deep .responsive-window {
        width: 95vw !important;
        height: 90vh !important;
    }
}

/* For mobile devices */
@media (max-width: 768px) {
    ::deep .responsive-window {
        width: 98vw !important;
        height: 95vh !important;
    }
}



input,
select {
    border-color: black !important;
}

/* Business-unit area locked (auto-populated from user profile) */
.area-locked {
    pointer-events: none;
    opacity: 0.65;
    cursor: not-allowed;
}
.k-dropdownlist {
    border-color: black !important;
}
.k-input {
    border-color: black !important;
}
textarea {
    border-color: black !important;
}
