.smalldark{
        color: rgba(0, 0, 0, 0.5);
}
.afterHeadingHead{
    text-align: left;
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    width: 100%;
    padding: 15px;
    background: #48A9CE;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
    font-size: 20px;
}
.company-name{
    font-size: 16px; 
    font-weight: 400;
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 10px 0 !important;
}
.border-btn{
    background: #ffffff;padding: 0.3rem 2rem;border: 2px solid #0880ae;color: #000;
    cursor: pointer;
}
.btn-blue {
    background: #0880AE;
    border-radius: 3px;
    color: #fff !important;
    border: 0;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    padding: .4rem 2rem;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 20%);
}

.hide{
    display: none;
}
/*  ---------------------------------------------------------------------------
------------------------------------------------------------------------------- */

/* intro page css */

.intro-page-intro
{
	text-align: center;
    font-size: 20px;
    color: white;
	padding-bottom: 57px;	
}
.intro-page-heading
{
	text-align: center;
    font-size: 32px;
    color: white;
    padding: 10px;
    font-weight: 600;	
}
.carosel-dot-css
{
	font-size: 12px !important;
    color: white;
    padding: 4px;
}
.bottom-padd-css
{
    padding-bottom: 30px;
    padding-top: 150px;	
}
.bottom-carosl-css
{
padding-bottom: 80px;	
}
.arrow-css
{
    padding-top: 75px;
    padding-bottom: 65px;
}


/*  L2 varification screen  */


.otp-css
{
	background-color: #ffffff;
    color: #000000;
    border: 1px solid #ebf4f8;
    background: #fff;
    box-shadow: 1px 2px 3px rgb(0 0 0 / 30%);
    text-align: left;
    border-radius: .5em;
    margin-right: 13px;
    margin-bottom: 10px;
    margin-left: 150px;
    width: 60px;	
}
.otp-css-input
{
    border: none;
    box-shadow: none;
    margin-bottom: 0px;	
}
.verify-div-css
{
    background-color: #0880ae !important;
    color: #ffffff  !important;	
}	
.verify-css
{
	background: #0880ae;
    border-radius: 3px;
    color: #ffffff;
    border: 0;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0px;
    box-shadow: none;
}
.otp-min-count
{
    text-align: center;
    color: #7C9CBF;	
}



@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
body {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #2C2738;
    text-align: center;
    background: #EBF4F8;
}

.logo {
    margin: 2rem;
}

.login-lp {
    background: rgb(204, 123, 179);
    background: linear-gradient(166deg, rgba(204, 123, 179, 1) 0%, rgba(38, 116, 180, 1) 100%);
    color: #fff;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
}

.login-lp>div {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 70ch;
}

.login-msg {
    font-size: 1.2rem;
    padding: 15px;
    padding-bottom: 60px;	
    color: #fff;	
}

button.light {
    background: #fff;
    border-radius: 3px;
    color: #0880AE;
    border: 0;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    padding: .5rem 2rem;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

button {
    background: #0880AE;
    border-radius: 3px;
    color: #fff;
    border: 0;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    padding: .5rem 2rem;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.register-lp h1 {
    color: #7C9CBF;
    font-weight: 600;
    margin: 20px;
}

.register-lp label {
    color: #756F86;
}

form {
    margin-top: 2rem;
}

.navbar {
    border-radius: 0;
}

input,
textarea {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    font-size: 1rem;
    padding: .7rem 2.2rem;
    margin: 0rem;
    border: 0;
    margin-bottom: 1rem;
}

.wrap {
    max-width: 600px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.main {
    max-width: 450px;
    margin: 10px auto;
}

input::placeholder {
    color: #0c0d0f;
}

.headerbar {
    font-size: 26px;
    background-color: #756F86;
    color: #fff;
    font-weight: 600;
    padding: 16px;
    margin-top: 0px;
    text-align: center;
}

a,
a:hover,
a:link {
    text-decoration: none;
    color: unset;
}

.userbar {
    background-color: #0880AE;
    padding: 15px 20px;
    border-radius: .5em;
    text-align: left;
}

.userbar .name {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.userbar .role {
    color: rgba(255, 255, 255, .6);
    font-size: 18px;
}

.block {
    background: #fff;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
    padding: 20px 0;
    text-align: left;
    border-radius: .5em;
    margin: 10px 0;
}

.block .company {
    text-transform: uppercase;
    color: #756F86;
    font-size: 14px;
}

.block .role,
.block .name {
    color: #0880AE;
    font-size: 18px;
    font-weight: 700;
}

.block .location,
.block .role2 {
    font-size: 16px;
    color: #000;
}

.block .time {
    font-size: 16px;
    color: #979797;
}

.block .role2 {
    font-weight: 600;
    font-size: 15px;
}

.block .applications {
    font-size: 14px;
    color: #979797;
    font-weight: 600;
    text-transform: uppercase;
}

.block .newcount {
    font-size: 14px;
    color: #14A38B;
    font-weight: 600;
    text-transform: uppercase;
}

.block .notifs {
    padding: 10px 0 0 20px;
}

.referrals {
    background-color: #0880AE;
    color: #fff;
    padding: 20px;
    border-radius: .5em;
    margin: 20px 0;
}

.referrals div:first-child {
    font-size: 20px;
    font-weight: 500;
}

.bonuses {
    background-color: #2C2738;
    margin: 20px 0;
    border-radius: .5em;
    padding: 20px;
}

.bonuses div:first-child {
    background-color: #2C2738;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    border-radius: .5em;
}

.bonuses div:nth-child(2) {
    font-size: 60px;
    color: #F2AC57;
    font-weight: bold;
}

.bonuses sup {
    font-size: 60%;
}

.bonuses select {
    font-size: 24px;
    padding: 5px 10px;
}

.profile .name {
    font-size: 24px;
    color: #0880AE;
    text-align: center;
}

.profile .section-title {
    font-size: 22px;
    color: #ccc;
    font-weight: bold;
    margin-bottom: 5px;
}

.profile .role {
    font-size: 18px;
    font-weight: 600;
}

.profile .location,
.profile .duration {
    font-size: 16px;
}

.profile .duraton {
    font-weight: 300;
}

.profile ul li {
    list-style: circle;
}

.profile ul li::marker {
    color: #0880AE;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.b {
    font-weight: bold;
}

select.recc-yes {
    background: #14A38B;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 9px 10px;
    border: 0;
    border-radius: .25em;
    margin: 10px;
}

.recc-maybe {
    background: #0880AE;
}

.recc-no {
    background: #DE5753;
}

.recc-later {
    color: #7C9CBF;
}

.resume {
    font-size: 16px;
    color: #0880AE;
    text-align: center;
    font-weight: bold;
}

hr {
    border-top: 1px solid #DBE2EA;
}

.status-accepted,
.status-recommended,
.status-declined {
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 10px;
    text-transform: uppercase;
    color: #fff;
}

.status-accepted {
    background: #14A38B;
}

.status-recommended {
    background: #33B5FF;
}

.status-declined {
    background: #DE5753;
}

@media (max-width:360px) {
    html {
        font-size: 14px;
    }
    .login-lp>div {
        width: 100%;
    }
}

/* ----------- static CSS ----------------- */

.heading
{
	font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    align-items: center;
    text-align: center;
	color: #7C9CBF;
}
.skip-btn
{
    background-color: #ffffff;
    color: #7C9CBF;
    padding: 4px;
    border-radius: 6px;
	margin: 20px 20px;
    border: 3px solid #0880ae;
}
.section-title
{
	font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #756F86;
    text-align: left;
	margin: 20px 10px 10px 10px;
}

.section-title-blue
{
	font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #0880AE;
    text-align: left;
	margin: 20px 10px 10px 10px;
}

.section-company-desc
{
	font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #756F86;
    text-align: left;
	margin: 20px 10px 10px 10px;
}



.div-box-css
{
	margin: 10px 10px;
}
.select-box-css
{
	background-color: #ffffff;
    color: #000000;
    border: 1px solid #ebf4f8;
    background: #fff;
    box-shadow: 1px 2px 3px rgb(0 0 0 / 30%);
    padding: 15px 10px;
    text-align: left;
    border-radius: .5em;
}
.serch-btn-css
{
    border: none !important;
    box-shadow: none !important;
}


.serch-btn-css-text-box
{
    border: none !important;
    box-shadow: grey;
}
.custom-btnn
{
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
	border: none;
	box-shadow: none;
}
.search-icon-css
{
	color: #0880AE;
    font-size: 21px;
}
.search-box-css
{
	background-color: #ffffff;
    color: #000000;
    border: 1px solid #ebf4f8;
    background: #fff;
    box-shadow: 1px 2px 3px rgb(0 0 0 / 30%);
    padding: 8px 10px;
    text-align: left;
    border-radius: .5em;
}
.textarea-box-css
{
	background-color: #ffffff;
    color: #495057;
    border: 1px solid #ebf4f8;
    background: #fff;
    box-shadow: 1px 2px 3px rgb(0 0 0 / 30%);
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: .5em;
    height: 130px;	
}
.save-box-css
{
	    margin: 30px 10px 10px 10px;
}
.para-css
{
	font-family: IBM Plex Sans;
    font-style: normal;	
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #2C2738;
}
.upload-text-css
{
	font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #2C2738;
    text-align: left;
}
.upload-icon-css
{
    color: #0880AE;
    padding-left: 20px;
    font-size: 21px !important;	
}
.flt-css
{
	float: right;
	border: 3px solid #0880ae;
}
.upload-btn
{
    margin-bottom: 0px;
    padding: 0px;	
}
.upload-file-box
{
    background-color: #ffffff;
    color: #6e6e6e;
    padding: 20px;
    border-radius: 6px;
    margin: 20px 20px;
    border: 2px solid #756f86;	
}
.file-text-align
{
	text-align: left;
}
.add-remove-btn
{
    border: 2px solid #0880ae;
    float: right;
    margin-right: 53px;
    padding: 3px;
    background-color: white;
    color: #7c9cbf;
	width: 50%;
    border-radius: 5px;	
}
.add-remove-icon-css
{
	color: #0880AE;
    padding-left: 3px;
    font-size: 16px !important;	
}
.invite-btn-css
{
	padding-top: 30px;
}
@media only screen and (max-width: 580px)
{
.add-remove-btn
{
    margin-right: 40px;
    width: 35%;
}	
.salary-input-filter
{
    margin-right: 16px !important;
    width: 25%;	
}
	
}
.salary-input-filter
{
	    background-color: #ffffff;
    color: #000000;
    border: 1px solid #ebf4f8;
    background: #fff;
    box-shadow: 1px 2px 3px rgb(0 0 0 / 30%);
    text-align: left;
    border-radius: .5em;
    margin-right: 30px;
}
.salary-input-css
{
    border: none;
    box-shadow: none;
    margin-bottom: 0px;	
}
.addd-remove-btn-css
{
    background: #ffffff;
    border-radius: 3px;
    color: #7c9cbf;
    border: 0;
    font-size: 1rem;
    text-transform: uppercase;	
	font-weight: normal;
    padding: 0px;
    box-shadow: none;
}
.skills-filter
{
	margin: 5px;
    text-transform: unset;
    background: #ffffff;
    color: #7C9CBF;
    padding: 6px 10px 6px 20px;
    border-radius: 50px;
	float: left;	
}
.close-icon-css
{
	font-size: 17px;
    color: #0880ae;
    font-weight: normal;
    padding-left: 11px;
	cursor: pointer;
}
.align-img-css
{
	width: 30%;
}
.align-text-css
{
	width: 70%;
    line-height: 65px;
}
@media only screen and (min-width: 350px)
{
.align-text-css
{
    margin-top: 10px;
}	
}
.options-bar
{
    border-radius: 0px !important;
}
.optional-links
{
    background-color: #ffffff;
    color: #000000;
    background: #fff;
    box-shadow: 1px 2px 3px rgb(0 0 0 / 30%);
    padding: 8px 10px;
    text-align: left;
    border-radius: .5em;
    border: 3px solid #0880ae;
	margin: 20px 0px;
}
.optional-links-text
{
	margin-left: 10px;
}
.notifictn-btn
{
    background-color: #ffffff;
    padding: 5px;
    border-radius: 6px;
    margin: 20px 20px;
    color: #000000;
    box-shadow: 1px 2px 3px rgb(0 0 0 / 30%);
}
.notifictn-heading
{
	text-align: left;
    margin: 10px;
    font-weight: 600;
    font-size: 16px;	
}
.notifictn-optns
{
	text-align: left;
    margin: 10px;
    font-size: 17px;
    line-height: 35px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  float: right; 
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #0880ae;
}

input:focus + .slider {
  box-shadow: 0 0 1px #0880ae;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.feedback-sub-heading
{
    margin: 10px;	
	font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-align: left;
    color: #2C2738;	
}
.loc-mar
{
	margin-bottom: 10px;	
}
.small-name
{
	font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #979797;
}
.time-pendig
{
	color: #de5753;
}
.footer-privacy-policy-div
{
	padding: 10px;
}
.footer-privacy-policy
{
color: #9a9a9a;text-align: center;	
}











@media only screen and (max-width: 800px)
{
.center-img
{
text-align: center;
}	
}



.login-banner-h1
{
	padding-top: 160px;
    padding-bottom: 60px;	
    font-weight: 600;
    font-size: 56px;
    color: white;	
}
.login-banner-h2
{
	padding-bottom: 60px;
    font-weight: 600;
    font-size: 36px;
    color: #FFFFFF;
}
.for-bg-margin	
{
    margin-bottom: 379px;	
}
.upload-imgg
{
	background: #fff0;
    border-radius: none;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 0%);
    width: 30px;
    padding: 0px;
	position: relative;	
	cursor: hand;
}
.analtc-sec
{	
    margin: 0px;
    font-size: 18px;
    text-align: center;	
}
.analtc-sec-div
{
	padding: 20px 10px;
}
.bg-anal-css
{
	background-color: #0880ae;
    border-radius: 10px;
    padding: 20px;
}
.bg-anal-css1
{
	background-color: #ffffff;
    border-radius: 10px;
    padding: 15px;
    margin: auto;
}
.bar-chartheading
{
    font-size: 20px;
    color: white;	
}
.invit-list
{
    padding: 15px;
    text-align: left;
}
.job-view-heading
{
	font-weight: normal;
    font-size: 18px;
    color: #756F86;
}
.job-view-name
{
	color: #0880AE;
    font-weight: bold;
    font-size: 22px;
}
.job-view-headn
{
    font-size: 18px;
    font-weight: 600;	
	color: #000000;
}
.job-view-descptn
{
	color: #4a4a4a;
    font-size: 16px;	
}
.job-view-apply
{
	background: #14A38B;		
}























