/* =========================
|  REMOVING BOOTSTRAP DEFAULTS / GENERAL
|  =========================
*/

@font-face {
    font-family: Nunito;
    src: url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap");
}

@font-face {
    font-family: 'Work sans';
    src: url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
}
html,
body {
  height: 100% !important;
  font-family: 'Work sans', sans-serif;
  background-color: #f9f9f9 !important;
}

.font-work{
    font-family: 'Work sans', sans-serif !important;
}

.company-logo{
    object-fit: cover;
    max-width: 200px;
    max-height: 200px;
}

.company-logo-side{
    object-fit: cover;
    max-width: 80px;
    max-height: 80px;
}

/* =========================
|  INPUTS
|  =========================
*/

.bottom-border-only{
    border:none !important;
    border-bottom: 1px solid #cccccc !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

textarea:hover,
input[type="text"]:hover,
textarea:active,
input[type="text"]:active,
textarea:focus,
input[type="text"]:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
   border-color: #cccccc ;
    outline:0px !important;
    -webkit-appearance:none ;
    box-shadow: none !important;
}
.form-control:focus{
   border-color: #cccccc;
   -webkit-box-shadow: none;
   box-shadow: none;
}

textarea {
    resize: none;
    width: 100%;
    border-color: #cccccc;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

span.rounded-pill{
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #cccccc;
}
span.rounded-pill:hover{
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #cccccc;
}

.pagination > .page-item.active > .page-link {
    background-color:  #0969C3 !important;
    border-color: #0969C3 !important;
}

.pagination > .page-item:not(.active) > .page-link {
    color: #334756 !important;
}

.scroll-container{
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    height: 100vh !important;
}
.scroll-container-h{
    overflow-y: hidden !important;
    overflow-x: scroll !important;
    width: 100% !important;
}

.hero-img{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(230, 240, 249, 1)), url('/assets/images/callcenter.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.overlay-img{
    background: #0969C3;  /* fallback for old browsers */
    /* background: ; */
}

.work-box{
    border-radius: 10px !important;
    margin: 5px 5px !important;
    padding: 2px 10px;
    background-color: #c4d8e9 !important;
    font-weight: 300 !important;
}

.disabled{
    pointer-events: none;
    cursor: default;
}

.img-fit{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
}

.dashed-red-border{
    border: 2px dashed #0969C3 !important;
}
.profile-data{
    list-style-type: none;
    margin-top: 0px !important;
    padding-right: 8px;
}

.profile-data > li{
    padding: 15px;
    margin-left: -32px !important;
    list-style-type: none;
    border-left: 4px solid rgb(0, 39, 69);
    background: #e2eefa !important;
    transition: 0.3s;
}

.profile-data > li:hover{
    color: #444 !important;
    font-weight: bold;
    border-left: 40px solid #0969C3;
    background: #0969c341 !important;
    transition: .1;
}

.profile-data a{
    text-decoration: none !important;
    color: #333;
}

.timeline {
    border-left: 3px solid #479ff1;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 5px;
    background: #e2eefa;
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 70%;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline .event {
    border-bottom: 1px dashed #e8ebf1;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #479ff1;
    box-shadow: 0 0 0 3px #479ff1;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #479ff1;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}

.page-container{
    margin-top: 10px !important;
}
/* =========================
|  COLORS
|  =========================
*/
.b-new-primary{
    color: #0969C3 !important;
}
.b-primary{
    background-color: #0969C3 !important;
    letter-spacing: 1px;
}

.b-primary-t{
    color:  #0969C3 !important;
}

.b-accent{
    background-color: rgb(0, 39, 69) !important;
}
.btn-signup-jobseeker:hover{
    color: rgb(0, 39, 69) !important;
    background-color: #fff !important;
    border: 1px solid rgb(0, 39, 69) !important;
}
.b-accent-t{
    color: rgb(0, 39, 69) !important;
}

.b-success{
    background-color: #0969C3 !important;
}

.b-success-t{
    color: #0969C3 !important;
}

.b-green{
    background-color: #8e9d99 !important;
}

.b-green-t{
    color: #1c8466 !important;
}

.b-blue{
    background-color: #2f93ff !important;
}

.b-blue-t{
    color: #2f93ff !important;
}

.b-pink{
    background-color: #f86291 !important;
}

.b-pink-t{
    color: #f86291 !important;
}

.b-orange{
    background-color: #0969C3 !important;
}

.b-orange-t{
    color: #0969C3 !important;
}

.b-bgray{
    background-color:#5198b4 !important;
}

.b-bgray-t{
    color: #5198b4 !important;
}

.b-violet{
    background-color: #43548d !important;
}

.b-violet-t{
    color: #43548d !important;
}

.b-gray{
    background-color:#333 !important;
}

.b-gray-t{
    color:#333 !important;
}

.b-dgray{
    background-color:#444444 !important;
}

.b-dgray-t{
    color:#444444 !important;
}

.b-slate-gray{
    background-color: #f8fafc;
}

.b-red{
    background-color: #0969C3 !important;
}

.b-red-t{
    color: #0969C3 !important;
}

.b-yellow{
    background-color: #FBC02D !important;
}

.b-yellow-t{
    color: #FBC02D !important;
}

/* =========================
|  BORDER COLORS
|  =========================
*/

.b-border-primary{
    border-color:#0969C3 !important;
}
.postAJob:hover{
    border-color:#0969C3 !important;
    color: #fff !important;
    background-color:#0969C3 !important;;
}

.b-border-accent{
    border-color: #334756 !important;
}

.b-border-green{
    border-color: #1c8466 !important;
}

.b-border-blue{
    border-color: #2f93ff !important;
}

.b-border-pink{
    border-color: #f86291 !important;
}

.b-border-orange{
    border-color: #ee8432 !important;
}

.b-border-bgray{
    border-color:#3894eb !important;
}

.b-border-violet{
    border-color: #43548d !important;
}

.b-border-red{
    border-color: #0969C3 !important;
}

.b-border-gray{
    border: 1px solid #333 !important;
}
/* =========================
|  BORDER SIZING
|  =========================
*/

.border-2px{
    border-width: 2px !important;
}

.border-4px{
    border-width: 4px !important;
}

.border-1px{
    border-width: 1px !important;
}

/* =========================
|  CUSTOM BADGES
|  =========================
*/

.badge-accent {
    color: #fff;
    background-color: #334756;
  }

  a.badge-accent:hover,
  a.badge-accent:focus {
    color: #fff;
    background-color: #334756;
  }

  a.badge-accent:focus,
  a.badge-accent.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(251, 35, 106, 0.5);
  }

/* =========================
|  CUSTOM BORDER
|  =========================
*/

.dotted-line{
    background-image: linear-gradient(to right, rgb(189, 189, 189) 70%, rgba(255, 255, 255, 0.056) 0%);
    background-position: top;
    background-size: 30px 4px;
    background-repeat: repeat-x;
}

.dotted-line-y{
    background-image: linear-gradient(to right, rgb(189, 189, 189) 70%, rgba(255, 255, 255, 0.056) 0%);
    background-position: top;
    background-size: 30px 4px;
    background-repeat: repeat-y;
}

/* =========================
|  FONT SIZING
|  =========================
*/
.t-xs{
    font-size: 8px !important;
}
.t-s{
    font-size: 12px !important;
}
.t-r{
    font-size: 14px !important;
}
.t-m{
    font-size: 18px !important;
}
.t-l{
    font-size: 25px !important;
}
.t-xl{
    font-size: 34px !important;
}
.t-xxl{
    font-size: 45px !important;
}
.t-banner{
    font-size: 64px !important;
}



/* =========================
|  FONT DISPLAYS
|  =========================
*/

.bold-title{
    width: 100% !important;
    font-weight: bolder !important;
    font-size: 24px !important;
}



/* =========================
|  NAVBAR DESIGN GUEST
|  =========================
*/
.nav-logo-t{
    font-family: 'Rubik' !important;
}

.nav-link:hover{
    color: #0969C3 !important;
}
/* =========================
|  CUSTOM BUTTONS
|  =========================
*/
.login-btn{
    transition: .2s;
    border: 1px solid #fff !important;
}

.login-btn:hover{
    color: rgb(0, 39, 69) !important;
    background-color: #fff !important;
    border: 1px solid rgb(0, 39, 69) !important;
}

.apply-button{
    padding: 2px 10px !important;
    height: 30px;
    margin-top: 10px;
    transition: .3s;
    border: 1px solid #334756 !important;
    border-radius: 25px;
    color: #334756 ;
    text-decoration: none !important;
}

.apply-button:hover{
    background-color: #334756;
    color: #fff ;
}

.cancel-button{
    padding: 2px 10px !important;
    height: 30px;
    margin-top: 10px;
    transition: .3s;
    border: 1px solid #0969C3 !important;
    border-radius: 25px;
    color:#0969C3 !important;
    text-decoration: none !important;
}

.cancel-button:hover{
    background-color: #FF4C29;
    color: #fff ;
}

.register-btn{
    transition: .2s;
    border: 1px solid #0969C3 !important;

}

.register-btn:hover{
    color:#0969C3!important;
    background-color:  #FFF !important;
    border: 1px solid #0969C3 !important;
}
.btn-listing{
    width: 120px !important;
    height: 50px !important;
    color: #333 !important;
    line-height: 35px !important;
    transition: .5s;
    font-weight: 400;
    font-family: Nunito;
}

.btn-listing.ad-new:hover{
    background-color: #2f93ff !important;
    color: white !important;
}

.btn-listing.ad-foryou:hover{
    background-color: #ee8432 !important;
    color: white !important;
}

.btn-listing.ad-urgent:hover{
    background-color: #2f93ff !important;
    color: white !important;
}

.btn-listing.ad-fulltime:hover{
    background-color: #1c8466 !important;
    color: white !important;
}

.btn-listing.ad-parttime:hover{
    background-color: #cf3830 !important;
    color: white !important;
}

.btn-listing.ad-homebase:hover{
    background-color: #43548d !important;
    color: white !important;
}

.btn-listing.ad-new-active{
    background-color: #2f93ff !important;
    color: white !important;
}

.btn-listing.ad-foryou-active{
    background-color: #ee8432 !important;
    color: white !important;
}

.btn-listing.ad-urgent-active{
    background-color: #2f93ff !important;
    color: white !important;
}

.btn-listing.ad-fulltime-active{
    background-color: #1c8466 !important;
    color: white !important;
}

.btn-listing.ad-parttime-active{
    background-color: #cf3830 !important;
    color: white !important;
}

.btn-listing.ad-homebase-active{
    background-color: #43548d !important;
    color: white !important;
}


/* =========================
|  CARDS
|  =========================
*/
.job-card-footer{
    background-color: #fff !important;
    /* box-shadow: rgb(0 0 0 / 10%) 0px -4px 4px 0px; */
    /* border: 1px solid #333 !important; */
    border-top: none !important;
}

.job-card{
    box-shadow: 0 4px 2px -2px gray;}
.job-card, .job-card-footer{
    /* border: 1px solid rgb(128, 128, 128) !important; */
    transition: .5s;
}

.job-card:hover {
    /* border: 1px solid #43548d !important; */
    /* box-shadow: 2px 2px 2px 2px rgb(181, 178, 178); */
}

.job-card:hover .apply-btn {
    color: #fff !important;
    background-color: #334756 !important;
}

.job-card:hover > .job-card-footer{
    /* background-color: #43548d !important; */
    /* border-top: 1px solid #43548d !important; */
    /* border-bottom: 1px solid #43548d !important;  */
    /* color: #fff !important; */
}

.jobcard-logo{
    margin-left: auto !important;
    margin-right: auto !important;
}


.blue-card{
    color: #2f93ff;
    border-color: #2f93ff;
}

.blue-card:hover{
    background-color: #2f93ff !important;
    color: #fff !important;
}

.accent-card{
    color: #334756;
    border-color: #334756;
}

.accent-card:hover{
    background-color: #334756 !important;
    color: #fff !important;
}

.green-card{
    color: #1c8466;
    border-color: #1c8466;
}

.green-card:hover{
    background-color: #1c8466 !important;
    color: #fff !important;
}

.orange-card{
    color: #ee8432;
    border-color: #ee8432;
}

.orange-card:hover{
    background-color: #ee8432 !important;
    color: #fff !important;
}

.primary-card{
    color: #FF4C29;
    border-color: #FF4C29;
}

.primary-card:hover{
    background-color: #FF4C29 !important;
    color: #fff !important;
}

.primary-card-reverse{
    color: #444;
}

.primary-card-reverse:hover{
    color: #FF4C29 !important;
}

.success-card-reverse{
    color: #444;
}

.success-card-reverse:hover{
    color: #1c8466 !important;
}

.blue-card-reverse{
    color: #444;
}

.blue-card-reverse:hover{
    color: #2f93ff !important;
}

.violet-card{
    color: #43548d;
    border-color: #43548d;
}

.violet-card:hover{
    background-color: #43548d !important;
    color: #fff !important;
}

/* =========================
|  TAGS
|  =========================
*/

.job-tag{
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    /* border-radius: 25px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    transition: .3s; */
}

.job-tag:hover{
    border: 1px solid #43548d !important;
    color: #43548d !important;
    background-color: #fff !important;
    box-shadow: 3px 7px !important;
}

.s-tag{
    display: none !important;
    color: #333 !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

/* =========================
|  JOBS
|  =========================
*/
.company-name{
    font-family: Roboto !important;
    /* letter-spacing:2px !important; */
    line-height: 2px !important;
    font-weight: 700 !important;
    color: #FF4C29 !important;
    text-decoration: none !important;
}

.jobtitle a{
    text-decoration: none !important;
    color: #333 !important;
}

.fa-heart:hover{
    color: #334756 !important;
}

.icon-button{
    background-color: transparent !important;
    font-family: inherit  !important;
    border: 0 !important;
    padding: 0 !important;
}


/* =========================
|  INDUSTRY CARDS
|  =========================
*/


.industry-card{
    height: 130px !important;
    background-position: center; /* Center the image */
    background-size: cover;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bg-images{
    background-position: center; /* Center the image */
    background-size: cover;
}

.overlay-s {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
  }


/* =========================
|  LISTS
|  =========================
*/

/* =========================
|  COLUMNS
|  =========================
*/
.col-reg{
    min-height: 100vh !important;
}

/* =========================
|  PROGRESS STEPS
|  =========================
*/
.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #2C394B; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #48a0f3be; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #0969C3; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #48a0f3be;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #e0e0e0;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/


/* =========================
|  MEDIA SCREENS
|  =========================
*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .job-tag{
        display: none !important;
    }
    .s-tag{
        display: block !important;
    }
    .jobcard-logo{
        margin-left: 10px !important;
    }
    .side-component{
        display: none !important;
    }
    .create-account{
        margin-top: 100px !important;
    }
    
    .col-reg{
        min-height: 50vh !important;
    }
    .resume-text{
        display: block !important;
        margin-bottom: 10px !important;
    }
}

/* ---------------------------------------------------
    SELECT2 HEIGHT
----------------------------------------------------- */

.select2-selection.select2-selection--single {
    padding-top: 10px;
    text-align: center;
    max-height: 40px;
    min-height: 40px;
    overflow-y: auto;
}
span.select2-selection--multiple[aria-expanded=true] {
    border-color: blue !important;
}

/* ------------------------------------------
notification -> employer
----------------------------------------- */
.notif-newApp{
    background-color: rgba(40, 170, 40, 0.205);
    color: rgb(0, 39, 69);
}
.notif-newApp:hover{
    background-color: rgba(40, 170, 40, 0.3);
    color: #fff;
}
/* mark as read  */
.notif-read{
    background-color: rgba(48, 47, 47, 0.13);
    color: rgb(19, 18, 18);
}
.notif-read:hover{
    background-color: rgba(149, 155, 149, 0.548);
    color: rgb(19, 18, 18);
}
/* -----  */
.notif-Expire{
    background-color: rgba(211, 55, 55, 0.1);
    color: rgb(0, 39, 69);
}
.notif-Expire:hover{
    background-color: rgba(211, 55, 55, 0.3);
    color: #fff;
}
.notif-newPromo{
    background-color: rgba(65, 65, 223, 0.1);
    color: rgb(0, 39, 69);
}
.notif-newPromo:hover{
    background-color: rgba(65, 65, 223, 0.3);
    color: #fff;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}
/* body{


color: 
rgba(0, 39, 69, .9)
#0969C3
rgb(230 240 249)
#ffffff
} */

