﻿/*SEARCH BAR*/


.form-group {
  
}
input, select, textarea {
    max-width: 100%;
}
.input100{
    width:100%;
    padding:10px;
    border:none;
    border-right:2px solid #ccc;
}
    .input100:focus {
        outline: none;
        border: none;
        border-right: 2px solid #ccc;
    }
.border-none {
    border: none;
}
.border-none:focus{
    border: none;
}

.forms {
    padding: 30px;
    background-color: #F0F0F0;
    margin-top: -15px !important;
    width: 100%;
    border-radius: 6px;
}
    .forms .bg-white{
        border-radius:35px;
    }
.fa-magnifying-glass {
    font-size: 25px;
    color: #3c89cf;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.bi {
    display: inline-block;
}

.input-group-text {
    color: #2e55fa;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    border-width: 0 0 2px 0;
    border-color: #2e55fa;
    height: 100%;
}

    .input-group-text::before {
        align-content: end;
    }

.form-control {
    border-radius: 0;
    background-color: transparent;
    border-width: 0 0 2px 0;
    border-color: #2e55fa;
    height: 100%;
}

.site-button::after {
    height: 100%;
    outline: none;
}

.col-lg-2 {
    width: 16.66666667%;
}
.title {
    text-align: center;
    color: #063881;
    font-weight: bolder;
}
.btnApply {
    background: #0080ff;
}
.site-button {
    background-color: #0080ff;
    color: #fff;
    border-radius: 34px;
    font-weight: 400;
    border: none;
    padding: 10px 20px;
    text-decoration:none;
    font-weight: 700;
}
.apply-button {
    padding: 10px 30px !important;
}
.site-button:hover {
    text-decoration: none;
    color: #fff;
}
.btn-block {
    display: block;
    /*width: 100%;*/
}

/*CRADS CSSS*/


/*.cards {
    margin-top: 2%;
    margin-left:20px;*/
/*    margin-left: 20%;
    margin-right: 20%;*/
/*}*/
    .cards p {
        color: #675C5C;
        font-weight:600;
    }
.jobcard {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.btn {
    width: 20%;
    float: right;
}
.pagination{
    max-width: 250px !important;
    margin:auto;
}
.btn-primary {
    background: rgb(208 208 208) !important;
    border-radius: 50% !important;
    padding: 5px 14px !important;
    color: black !important;
    border: none !important;
}
.btn-secondary {
    background: white !important;
    color: black !important;
    border-radius: 50% !important;
    padding: 5px 14px !important;
    border: 1px solid #ccc !important;
}
@media(max-width:580px) {
    .btn{
        width: 100% !important;
        clear: both;
    }
}