html {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}

* {
    box-sizing: inherit;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

a:focus,
.button:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus {
    text-decoration: none;
}

a:focus,
a:hover {
    text-decoration: none !important;
}

a {
    text-decoration: none !important;
}

a.white {
    color: white !important;
}

a.black {
    color: black !important;
}

a.primary {
    color: #002244 !important;
}

.background {
    width: 100vw;
    height: 100%;
    overflow: hidden;
    background-image: linear-gradient(
            to right,
            rgba(0, 34, 68, 0.8),
            rgba(0, 34, 68, 0.8)
    ),
    image-set(
            url('../assets/city-skyline.webp') type("image/webp"),
            url('../assets/city-skyline.jpg') type("image/png")
    );
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main_div {
    color: white;
    display: flex;
    justify-content: space-between;
}

.logo_left {
    font-size: 1.4rem;
    color: white;
    margin-left: 30px;
    margin-top: 1.8rem;
}

.logo_com {
    margin-left: 5px;
    padding: 5px;
    border-radius: 0.45rem;
    color: white;
    background-color: #fb4f14;
}

.logo_right {
    padding-top: 1.8rem;
    display: flex;
    font-size: 1rem;
    color: white;
    margin-right: 50px;
}

.logo_right .Candidate_login_btn {
    padding: 10px;
    border-radius: 0.45rem;
    background-color: #fb4f14;
    margin-right: 0.5rem;
}

.logo_right .Recruiter_login_btn {
    padding: 10px;
    border-radius: 0.45rem;
    background-color: #002244;
    margin-right: 0.5rem;
}

label > a {
    text-decoration: none;
    color: white;
}

label > a :hover {
    text-decoration: none;
    color: white;
}

.searchBox {
    position: absolute;
    top: calc(50% - 30px);
    left: 10%;
    height: 60px;
    width: 80%;
}

.inner {
    padding: 15px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    display: flex;
}

.inner input {
    margin: 0px;
    padding: 10px;
    font-size: 1rem;
    width: 49%;
    height: 60px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-right: none;
}

.primary-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 49px;
    padding: 12px;
    margin-bottom: 10px;
}

.radius-left {
    border-radius: 10px 0 0 10px;
}

.radius-right {
    border-radius: 0px 10px 10px 0px;
}

.inner input:focus {
    outline: none;
}

.inner button {
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-left: none;
    background-color: #fff;
}

.inner button > i {
    width: 50px;
    cursor: pointer;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fb4f14;
    color: white;
    font-size: 14px;
}

.copy-right {
    color: white;
    position: absolute;
    bottom: 0;
    padding: 10px;
    height: 50px;
    width: 100%;
    text-align: center;
}

/* Navbar */
header.navbar {
    height: 80px;
    background-color: #002244;
}

header .navbar-nav {
    padding: 9px;
}

header.navbar > label {
    margin-left: 3%;
}

label.nav-item {
    color: white;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 0;
}

ul.navbar-nav li.nav-item a {
    color: white !important;
}

ul.navbar-nav li.nav-item.active a {
    color: #fb4f14 !important;
}

.navbar button.myBtn-light {
    margin: 0 1.25rem;
}

a.nav-link > i {
    margin-right: 8px;
    margin-left: 15px;
}

section.section {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: calc(100% - 80px);
}

.sidenav {
    overflow: auto;
    background-color: #002244;
    padding-top: 20px;
    color: white;
    width: 300px;
    flex: 0 0 auto;
}

label.color-dull {
    color: #365a7e;
}

div.sidenav form .form-check {
    margin: 5px;
    font-weight: 300;
}

article {
    padding: 10px;
    background-color: #f5f5f5;
    flex: 1 1 auto;
    overflow-y: auto;
}

div.box {
    border-radius: 25px;
    background-color: whitesmoke;
    padding: 20px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}

.box .job-row:hover {
    transition: all 100ms ease-in-out;
    transform: scale(1.01);
    opacity: 1;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

label.large-label {
    font-style: medium;
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    color: black;
}

.job-title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #002244;
}

.job-row {
    align-items: center;
    justify-content: space-around;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    align-items: center;
    padding: 8px;
    margin: 20px 10px;
    background-color: white;
}

.job-row div label {
    display: block;
    margin: 0;
    padding: 5px;
}

.form-group select.form-control {
    height: 54px !important;
}

/*          login           */
.hidden-overflow {
    overflow: hidden;
}

.coffee_mug_background {
    height: 100vh;
    overflow: hidden;
    background-image: linear-gradient(
            to right,
            rgba(0, 34, 68, 0.5),
            rgba(0, 34, 68, 0.5)
    ),
    image-set(
            url('../assets/office.webp') type("image/webp"),
            url('../assets/office.jpg') type("image/jpeg")
    );
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.myForm {
    display: flex;
    padding: 20px 0;
    overflow-y: auto;
    justify-content: center;
}

.myForm > form {
    width: 80%;
    height: 50%;
}

.myForm > form input {
    padding: 15px 10px;
    margin: 4px 0;
    line-height: 140%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.basic_select {
    padding: 15px 10px;
    line-height: 140%;
}

.job_Spec_box {
    padding: 5px;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.top-margin {
    margin-top: 25%;
}

.heading_font {
    font-family: 'Montserrat';
}

.font_sub_heading_color {
    color: #002244;
    text-transform: uppercase;
}

.base_button {
    background-color: #fb4f14;
    border: none;
}

#check:checked::before {
    color: #fb4f14;
    border: #fb4f14;
}

.myBtn {
    background-color: #fb4f14;
    border: none;
    border-radius: 5px;
    color: white;
    width: 100%;
    padding: 2%;
    font-weight: bolder;
    font-size: large;
    height: 100%;
}

.myBtn-light {
    box-sizing: border-box;
    background-color: #fb4f14;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 5px 10px;
    display: inline;
    font-weight: bold;
}

a.color-text,
a.color-text:hover {
    color: #fb4f14;
}

.btn-sec {
    display: inline-block;
    padding: 13px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid transparent;
    text-align: center;
    color: #fff !important;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    text-transform: capitalize;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.btn-sec.btn-red {
    background: #fb4f14;
}

.btn-sec.btn-black {
    background: #191d34;
}

span.title-span {
    font-size: 14px;
    font-weight: 400;
}

div.centerCandidate {
    display: flex;
    align-items: center;
    justify-content: center;
}

.candidatesApplied {
    font-family: 'Montserrat';
    font-style: normal;
    padding: 15px;
    background-color: #002244;
    color: white;
    border-radius: 10px;
    line-height: 0.75;
}

.candidatesApplied > label {
    margin-bottom: 20px;
    font-weight: 700;
}

mr-1 {
    margin-right: 0.25rem;
}

mr-2 {
    margin-right: 0.5rem;
}

mr-3 {
    margin-right: 0.75rem;
}

mr-4 {
    margin-right: 1rem;
}

mr-5 {
    margin-right: 1.25rem;
}

.Candidate_login_btn a,
.Recruiter_login_btn a {
    font-weight: bold;
    text-decoration: none;
    transition: all 0.2s ease-in-out; /* smooth animation */
}

.Candidate_login_btn a:hover {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); /* drop shadow */
    color: #002244
}

.Recruiter_login_btn a:hover {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); /* drop shadow */
    color: #fb4f14;

}