.select2-container {
/*  width: 100% !important;*/
    margin-top: 0px !important;
  margin-bottom: 2px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #c3c3c3 !important;
    font-size: 22px !important;
    height: 50px !important;
    line-height: 50px !important;
/*    border: 1px red solid;*/
/*    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3) !important;*/
    box-shadow: 5px 5px 15px rgb(0, 0, 0) !important;
    background-clip: padding-box;
/*    border-image: linear-gradient(45deg, #ff0000, #0000ff);*/
    border-image-slice: 1;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px !important;
}

.select2-container--default .select2-selection--single {
    height: 50px !important;
    border: none !important;
    border-radius: 0px !important;
}


.col-job-detail {
    padding: 4px;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    background-color: rgba(0, 0, 0, 0.5);*/
    background-color: #000000;
    z-index: 1000; /* Ensure the overlay is above other content */
}

#popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;    
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    z-index: 1001; /* Ensure the popup is above the overlay */
    width: 90%;
}

.popup-contents {
  max-height: 80vh;
  overflow-y: auto;
}
div.closeDlgIframe {
    background: #dc3545;
    cursor: pointer;
    height: 30px;
    position: absolute;
    top: -12px;
    width: 30px;
    z-index: 10010;
    right: -12px;
    font-size: x-large;
    color: white;
}
div.closeDlgIframe:after {
    content: "\f335";
    font: normal 29px/29px dashicons;
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
div.closeDlgIframe:hover {
    background-color: white;
    color: #dc3545;
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
    padding: 4px !important;
}

.centered-search-form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-form {
    text-align: center;
}

.search-container {
    display: flex;
    align-items: center;
}
.search-field {
    width: 100% !important;
/*    width: 410px !important;*/
    font-size: 22px !important;
/*    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3) !important;*/
    box-shadow: 5px 5px 15px rgb(0, 0, 0) !important;
    background-clip: padding-box;
/*    border-image: linear-gradient(45deg, #ff0000, #0000ff);*/
    border-image-slice: 1;
    height: 50px;
    text-align: center;
}


.search-submit {
	margin: 0 0px 2px 16px !important;
    width:100%;
}

@media(max-width:768px) {
    .search-submit {
     margin: 0 10px 15px 0 !important;       
}
.select2.select2-container.select2-container--default {
    width: 100% !important;
    margin-bottom: 20px !important;
}
#Content {
    margin-top: 54px;
}

.search-field { 
    width: 100% !important;
    text-align: center;
    margin-bottom: 20px !important;

}
}
