/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');*/

::selection {
    color: #fff;
    background: #1b3f7d;
}
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius:50px
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
body {
 
    font-family: 'Roboto', sans-serif;
    background-image: url(https://manaksolicitors.co.uk/wp-content/uploads/2020/09/shutterstock_795759511-min-scaled.jpg) !important;
    background-size:3000px;

}
.logo{
    width: 62%;
}
.list-header {
    background-color: #1b3f7d;
    border-top-left-radius: 5px;
}

.list-header p {
    color: #fff;
    font-size: 20px;
    padding: 10px 15px;
    margin-bottom: 0;

}

.list-group-item.active {
    z-index: 2;
    color: #000;
    background-color: #ebf3f9;
    border-color: #ebf3f9;
}

.list-group-item {
    border-bottom: 70% 1px solid rgba(0, 0, 0, .125);
    cursor: pointer;
}

.list-group {
    border-radius: 0;
}

.job-title,
.company,
.address,
.status,
.uploaded-date {
    margin-bottom: 0px !important;
}
.uploaded-date{
    display: block;
}
.job-title {
    color: #1b3f7d;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
}

.address,
.status,
.uploaded-date {
    color: #6a6a6a;
    font-size:14px;
}

.job_title_desc span {
    color: #6a6a6a;
}

.easy_apply_btn,
.save_btn,
.hiring-msg-btn {
    padding: 5px 15px 5px 15px;
    /*border-radius: 30px;*/
    font-weight: 600;
}

.hiring-team-section {
    margin-top: 20px;
    padding: 15px 30px 15px 15px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 10px;
}

.hiring-team-desc,
.hiring-job-poster,
.hiring-matual-con {
    font-size: 12px;
}

.hiring-team-desc,
.hiring-team-title,
.hiring-job-poster,
.hiring-matual-con {
    margin-bottom: 3px !important;
}

.list-group-item {
    border: none;
    padding: .75rem 1.25rem 0rem;
}

.list-group-item::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 80%;
    margin-left: 25%;
    margin-top: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.right-side {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.main-row {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.main-col-5 {
    padding-left: 0px;
}

.main-col-7 {
    padding-top: 20px;
    padding-right: 40px;
}

.action-tab {
    position: absolute;
    right: 30px;
}

.action-tab a {
    padding-left: 20px;
    font: 600;
    color: #6a6a6a;
}

.footer {
    background-color: #fff;
    padding: 10px;
    margin-top: 40px;
}

.footer p {
    margin-bottom: 0px;
    color: #000;
}

.top-header {
    background-color: #000;
    padding: 5px 15px;
    box-shadow: 0px 0px 15px -8px rgb(0 0 0 / 50%);
}

.top-header p {
    color: #fff;
    font-size: 35px;
    font: 600;
    text-transform: uppercase;
    margin:0;
    /*margin-left: 60px;*/
}
.main {
    position: relative;
    left: 0;
    right: 0;
    top: 30px;
    margin: 0 auto;
    height: 400px;
    transition:all 0.2s ease-in;
}

input:-internal-autofill-selected {
    background-color: #fff !important;
}

#multistep_form {
    /* width: 550px; */
    margin: 0 auto;
    text-align: center;
    position: relative;
    /* height: 100%; */
    z-index: 999;
    opacity: 1;
    visibility: visible;
}

/*progress header*/
#progress_header {
    overflow: hidden;
    margin: 0 auto 30px;
    padding: 0;
}

#progress_header li {
    list-style-type: none;
    width: 33.33%;
    float: left;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

#progress_header li:after {
    width: 35px;
    line-height: 35px;
    display: block;
    font-size: 22px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    background-color: #d2f5cd;
    border-radius: 100px;
    margin: 0 auto;
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;
}

#progress_header li:nth-child(1):after {
    content: "1";
}

#progress_header li:nth-child(2):after {
    content: "2";
}

#progress_header li:nth-child(3):after {
    content: "3";
}

#progress_header li:before {
    content: '';
    width: 100%;
    height: 5px;
    background: rgb(141, 168, 146);
    position: absolute;
    left: -50%;
    top: 50%;
    z-index: -1;
}

#progress_header li:first-child:before {
    content: none;
}

#progress_header li.active:before,
#progress_header li.active:after {
    background-color: #38cb6c;
    color: #fff !important;
    transition: all 0.5s;
}

/*title*/
.title-box {
    width: 100%;
    margin: 0 0 30px 0;
}

.title-box h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: #2C3E50;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    position: relative;
    padding: 0 0 10px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.title-box h2 span{
    font-size: 22px;
    text-transform: uppercase;
    color: #1b3f7d;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    position: relative;
    font-family: 'Roboto', sans-serif;
}

/* .title-box h2:before {
    content: "";
    background: #6ddc8b;
    width: 70px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
}

.title-box h2:after {
    content: "";
    background: #6ddc8b;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
} */

/*Input and Button*/
.multistep-box {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 1px 1px 55px 3px rgba(255, 255, 255, 0.4);
    padding: 30px 30px;
    box-sizing: border-box;
    width: 100%;
    /* margin: 0 10%; */
    position: absolute;
}

.multistep-box:not(:first-of-type) {
    display: none;
}

.multistep-box p {
    margin: 0 0 12px 0;
    text-align: left;
}

.multistep-box span {
    font-size: 12px;
    color: #FF0000;
}

input,
textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    color: #2C3E50;
    font-size: 13px;
    transition: all 0.5s;
    outline: none;
}

input:focus,
textarea:focus {
    box-shadow: inset 0px 0px 50px 2px rgb(0, 0, 0, 0.1);
}

input.box_error,
textarea.box_error {
    border-color: #FF0000;
    box-shadow: inset 0px 0px 50px 2px rgb(255, 0, 0, 0.1);
}

input.box_error:focus,
textarea.box_error:focus {
    box-shadow: inset 0px 0px 50px 2px rgb(255, 0, 0, 0.1);
}

p.nxt-prev-button {
    margin: 25px 0 0 0;
    text-align: center;
}

.action-button {
    width: 100px;
    font-weight: bold;
    /* color: white; */
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    border-radius: 30px;
    font-size: 1rem;
    margin: 0 5px;
    /* background-image: linear-gradient(to right top, #40b59d, #3addb1, #4ce6b0, #48dd98, #619878); */
    transition: all 0.5s;
}

.action-button:hover,
.action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #6ce199;
}

.form_submited #multistep_form {
    opacity: 0;
    visibility: hidden;
}
.hideondesk{
    display: none !important;
}
.hideonmb{
    display: block !important;
}
.icon-box{
    width: 100%;height: 85px;display: flex;align-items: center;justify-content: center;font-size: 40px;
}
.closebtn{
    display: none;
}
.modal-container{
    position: relative;padding: 20px;/* border: 2px dashed #e5e5e5; */border-radius: 11px;width: 60%;background: #fff;box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.5);top: 20%;
}
.modal-container h3{
    padding-bottom: 10px;margin-bottom: 20px;font-weight: 400;
}
.submitted-heading{
    font-weight: 600;font-size: 28px;
}
.icon-span{
    font-size: 100px;color: #28a745;display: block;text-align: center;
}
@media screen and (max-width: 500px){ 
    .icon-span{
        font-size: 70px !important;
    }
    .submitted-heading{
        font-size: 22px;
    }
    .modal-container h3{
        font-size: 22px;
    }
    .modal-container{
        position: relative;padding: 20px;
        border-radius: 11px;width: 95%;background: #fff;
        box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.5);top: 20%
    }
    .modal-container .col-md-12{
        padding: 0;
    }
    .modal-container .btn{
        font-size: 14px;
    }
    .progress {
        font-size: 13px !important;
    }
    .modal-container label {
        font-size: 14px;
    }
    .modal-container .form-group{
        margin-bottom: 8px;
    }
    .modal-container input{
        font-size: 0.9rem !important;
    }
    .save_btn{
        font-size: 14px;
    }
    .icon-box{
        height: 77px !important;
        font-size: 30px !important;
    }
    .hideonmb{
        display: none !important;
    }
    .hideondesk{
        display: block !important;
    }
    .logo{
        width: 50%;
        position: relative;
        left: 26%;
    }
    .mtmb-2{
        margin-top:0.1rem!important;
        margin-left: 17px;
        width: 90%;
    }
    .radiusonmb{
        border-radius: 15px;
        overflow: hidden;
    }
    .pr-mb-0{
        padding-right: 0px !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .cl-3{
        width: 30%;
    }
    .cl-9{
        width: 70%;
    }
    .job-title{
        font-size:18px;
        line-height: 24px;
    }
    .right-side{
        height: 100%;
        overflow-y: hidden;
    }
    .modalable{    
        position: absolute;
        z-index: 999;
        background: #fff;
        max-width: 100%;
        min-height: 100vh;
        overflow: hidden;
        left: 0;
        height: auto;
        top: 11.5%;
        padding-left: 25px;
    }
    .closebtn{
    display: block;        
    color: #000;
    position: absolute;
    right: 25px;
    top: 7px;
    font-size: 18px;

    }
    .address, .status, .uploaded-date{
        font-size:13px !important;
    }
    p{
        font-size: 14px;
    }
    .font-weight-bold{
        font-weight: 400 !important;
    }
    .hiring-team-section h5{
        font-weight: bold;
    }
    .job-poster-box{
        width: 70%;
        float: left;
    }
    .job_title_name{
        font-size:20px !important;
    }
    .job_title_desc{
        font-size: 14px !important;
    }
    .modalable.active{
        display: block !important;
    }
    .modalable.active .easy_apply_btn{
        font-size:14px !important;
    }
    .modalable.active h3{
        font-size:20px;
    }
    .modalable.active ul{
        font-size:14px;
    }
    .homebody-heading{
        font-size: 60px !important;
    }
    .google-review{
        width: 200px !important;
    }
    .trustpilot-review{
        width: 220px !important;
    }
    .homebody-heading{
        font-size: 63px !important;
    }
    .footer-text{
        font-size: 42px !important;
        margin: 0 !important;
        margin-top: 20px !important;
    }
}
/* .form_submited h3 {
    -webkit-background-clip: text;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transition: all 0.3s ease;
    opacity: 1;
    visibility: visible;
} */
/* h5 {
    margin: 0;
    text-align: center;
    font-size: 40px;
    background-image: linear-gradient(to right top, #35e8c3, #36edbb, #3df2b2, #4af7a7, #59fb9b) !important;
    background-image: linear-gradient(to right top, #35e8c3, #36edbb, #3df2b2, #4af7a7, #59fb9b) !important;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-background-clip: text;
    transform: translate(0%, -80%);
    -webkit-transform: translate(0%, -80%);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
} */
/*#loadHere {
    height: 106vh;
    overflow-y: scroll;
}*/
#loadHere p {
    line-height: 22px;
}
#loadHere h3{
    font-size: 20px;
    font-weight: 600;
}
.btn-success{
    background-color: #1b3f7d !important;
    border-color: #1b3f7d !important;
}
.google-review{
    width: 400px;
}
.trustpilot-review{
    width: 350px;margin-top: 40px;
}
.footer-text{
    font-family:'Alegreya Sans', sans-serif;font-size: 102px;font-weight: 500;margin: 0px 35px;margin-top: 60px;
}