﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: 'Poppins', sans-serif;
}
* {
    box-sizing:border-box;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.candidate-reg-form .btn.btn-primary:hover, .candidate-reg-form .btn.btn-primary:focus{
    background:#E38221;
    border-color:#E38221;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/**ND**/
.navbar.navbar-light {
    background:#fff;
    padding-top:20px;
    padding-bottom:20px;
    margin-bottom:0;
}
.logo-img img{
    margin-left:-10px;
}
.hiring-img {
    display:block;
    float:right;
}
.recruitment-banner{
    background-color: #1F3A93;
    border-bottom:4px solid #F68E26;
    padding:30px 0;
}
.recruitment-banner h2 {
    font-size:48px;
    line-height:72px;
    font-weight:700;
    color:#fff;
    margin:0;
}
.py-50 {
    padding-top:50px;
    padding-bottom:50px;
}
.candidate-reg-form label {
    font-size:14px;
    color:#231F20;
}
.candidate-reg-form .form-group {
    margin-bottom:30px;
}
.candidate-reg-form .form-control {
    height:40px;
    width:100%;
    border-radius:5px;
    border:1px solid #BBBBBD;
    line-height: 40px;
    padding: 0 15px;
    background:#fff;
}
.candidate-reg-form textarea {
    min-height:100px;
}
.candidate-reg-form .form-control:focus {
    border-color:#1F3A93;
    box-shadow:none;
}
.candidate-reg-form .control-label {
    text-align: left;
}
.candidate-reg-form .btn.btn-primary {
    width:100%;
    height:50px;
    line-height:50px;
    padding:0 20px;
    background:#F68E26;
    border-radius:5px;
    font-size:18px;
    font-weight:700;
    border-color:#F68E26;
}
.form-group .custom-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-group .custom-checkbox {
    margin-right:15px;
}
.form-group .custom-checkbox label {
  position: relative;
  cursor: pointer;
}

.form-group .custom-checkbox label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #BBBBBD;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius:5px;
}
.form-group .custom-checkbox input:checked ~ label:before {
    border-color:#1F3A93;
}
.form-group .custom-checkbox input:checked ~ label:after {
  content: '';
  display: block !important;
  position: absolute;
  top: 9px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: 1px solid #1F3A93;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.d-flex {
    display:flex;
    flex-wrap:wrap;
}
.align-items-center {
    align-items:center;
}
.right-sidebar .sidebar-header {
    position:relative;
    font-size:36px;
    color:#231F20;
    font-weight:700;
    margin:0 0 20px;
}
.right-sidebar .sidebar-header:before {
    content: "";
    background-image: url('images/star.svg');
    height:33px;
    width:34px;
    display:inline-block;
    margin-right:10px;
}
.right-sidebar ul {
    list-style:none;
    padding-left:0;
}
.right-sidebar ul li {
    display:block;
    margin-bottom:10px;
}
.right-sidebar ul li a {
    display:block;
    width:100%;
    height:40px;
    line-height:40px;
    background:#4159A4;
    font-size:16px;
    padding:0 15px;
    position:relative;
    color:#fff;
    text-decoration:none;
    border-radius:5px;
    font-weight:700;
}
.right-sidebar ul li a:before {
    content: "";
    background-image: url('images/Arrow.svg');
    height:24px;
    width:15px;
    display:inline-block;
    margin-right:10px;
    vertical-align: text-top;
}
.right-sidebar ul li:hover a{
    background:#263460;;
}
.file-border {
  border: 1px solid #BBBBBD;
  width: 100%;
  padding: 0 15px;
  height: 40px;
  text-overflow: clip;
  opacity: 0;
}
.upload-btn {
  display: block;
  width: calc(100% - 30px);
  height: 40px;
  border: 1px solid #BBBBBD;
  position: absolute;
  top: 0;
  z-index: -1;
  padding-right: 78px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  border-radius:5px;
  padding-left:15px;
  color: #555555;
}
.upload-btn::before {
  position: absolute;
  content: "Choose File";
  background: #949497;
  color: #fff;
  height: 34px;
  width: auto;
  line-height: 24px;
  padding: 5px 15px;
  top: 2px;
  right: 2px;
  left:auto;
  border-radius:5px;
}

footer {
    background-image: url('images/footer-banner.jpg');
    padding:30px 0;
    border-top:4px solid #F68E26;
    background-size:cover;
}
footer a, p {
    color:#fff;
    font-size:14px;
}
footer p:last-child {
    margin-bottom:0;
}
footer a:hover {
    opacity:0.8;
    color:#fff;
    text-decoration:none;
}
/**Media Query**/
@media only screen and (max-width: 767px) {
    .hiring-img {
        float: none;
        text-align: center;
    }
    .logo-img img, .hiring-img img {
        margin:0 auto;
    }
    .navbar.navbar-light {
        text-align:center;
        padding-top:10px;
        padding-bottom:10px;
    }
    .recruitment-banner h2 {
        font-size: 30px;
        line-height: 1.4;
    }
    .right-sidebar {
        margin-top:20px;
    }
}