body {
    background-color:#fff;
    font-family: "Roboto", sans-serif;
}

.logo {
    max-width: 100px;
    max-height: 100px;
    width: 100%;
    height: auto;
    padding: 10px;
}
.logo img{
    width: 100%;
    height: auto;
}
.hero {
    min-height: 300px;
}
.hero-text {
    font-weight: bold;
    line-height: 1.1em;
    text-shadow: 0 4px 25px rgb(0 0 0 / 10%);
}
.single-job-hero-text {

}
.job-item {
    background: #fff;
    border-radius: 7px;
    border: 1px solid #ebebeb;
    padding: 20px;
    margin: 20px 0px;
    font-size: 16px;
    box-shadow: 0 4px 25px 0 rgba(168, 180, 208, 0.1);
}
.skill-output {
    background: #ebebeb;
    display: inline-block;;
    border-radius: 5px;
    padding: 3px 10px;
    margin: 2px;
}

.job-item h1{
    font-size: 1.4em;
}
.job-item .btn {
    font-size: 0.8rem;
    padding: 5px 20px;
}

.poweredimg {
    width: 30px;
}
.branding-block {
    width: 150px;
    text-align: center;
    margin: 50px auto;
}
.main-container {
    margin-bottom: 150px;
}
.hero-wrap {
    position: relative;
    display: block;
    background-size: cover;
    background-position: center center;
    padding: 30px 20px;
}

#SearchArea {
    background-color: #fff;
    padding: 20px;
    border-radius: 7px;
    border: 1px solid #ebebeb;
    box-shadow: 0 4px 25px 0 rgb(0 0 0 / 10%);
    color: #000;
}
.hero-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
    z-index: 1;
}
.hero-content {
    position: relative;
    z-index: 2;
}
.backbtn {
    border: 1px solid #ebebeb;
}
.main-item {
    margin-bottom: 40px;
}
.text-muted {
    font-size: 12px;
}
.meta-item {
    background: #fcfcfc;
    padding: 10px;
    border-radius: 7px;
    line-height: 1em;
}
label {
    display: block;
}


.select2-container{
    z-index: 9999;
    width:  100% !important;
}
.select2-container .select2-selection--multiple {
    min-height: 40px !important;
    display: inline-block !important;
    padding: 5px 5px 9px 5px !important;
    width: 100% !important;
}
.select2-search__field::placeholder {
    color: #b9bec7;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-left: 0px !important;
}
.meta-item i, .job-item i{
    color: #fb5c01;
    font-size: 16px;
    margin-bottom: 4px;
}
.dropify-wrapper {
    border-radius: 7px;
    border: 1px solid #dee2e6;
}

h6 {
    font-size: 14px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
    border: solid #e5e5e5 1px !important;
    outline: 0;
    border-radius: 7px;
}

div#copyButton,a.social-icon {
    width: 20px;
    display: inline-block;
    text-align: center;
    margin: 5px;
    cursor: pointer;
}
.jobdescription-wrap {
    white-space: pre-line;
}

@media only screen and (max-width: 770px) {
    .hero-text {
        font-size: 40px !important;
    }
    .logo {
        max-width: 80px;
        max-height: 80px;
    }
    .meta-item {
        font-size: 14px;
    }
    .meta-item i, .job-item i {
        margin-right: 5px;
    }
    .main-item {
        padding: 5px;
    }
    .info {
        font-size: 12px;
    }
    .main-item .col.px-1, .main-item .col.ps-1, .main-item .col.pe-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
        padding-left: .25rem !important;
        padding: .25rem;
    }
    .main-item .col {
        flex: 1 0 50%;
        padding: .5rem !important
    }
    .cta-button,
    .hide-mobile,
    .main-item .w-100 {
        display: none;
    }
}
