/* update by(12/06/2019) */
::-webkit-scrollbar{ width: 5px; height: 5px; -webkit-box-shadow: inset 0px 0px 6px rgba(0,0,0,0);  -webkit-border-radius: 5px; border-radius: 5px;}
/*add a shadow to the scrollbar here*/
::-webkit-scrollbar-track{ -webkit-box-shadow: inset 0px 0px 0px rgba(0,0,0,0);  -webkit-border-radius: 5px; border-radius: 5px;}
/*this is the little scrolly dealio in the bar*/
::-webkit-scrollbar-thumb{ border-radius: 5px; background-color: rgba(0,0,0,0.2); height: 3px;}
/*nobody needs this little scrollbar corner, I mean really, get rid of it haha*/
::-webkit-scrollbar-corner{ display: none; height: 0px; width: 0px;}

@font-face {
    font-family: 'saprootz-avant-garde-lg';
    src:url('../fonts/ITCAvantGardeStd-Demi.otf');
}
@font-face {
    font-family: 'saprootz-avant-garde-md';
    src:url('../fonts/ITCAvantGardeStd-Md.otf');
}
@font-face {
    font-family: 'saprootz-avant-garde-sm';
    src:url('../fonts/ITCAvantGardeStd-Bk.otf');
}
.uppercase { text-transform: uppercase; }
.vertical-center { align-items: center }
.vertical-bottom { align-items: flex-end }
.text-size-12 { font-size: 12px; }
.text-size-13 { font-size: 13px; }
.text-size-15 { font-size: 15px; }
.text-size-16 { font-size: 16px; }
.text-size-18 { font-size: 18px; }
.text-size-22 { font-size: 22px; }
.text-size-30 { font-size: 30px; }
.text-size-50 { font-size: 50px; }
.text-size-60 { font-size: 60px; }
.text-gray { color: #7f7f7f; }
.text-white { color: #fff !important; }
.text-red { color: #e74c3c; }

.margin-0 { margin: 0; }
.margin-top-0 { margin-top: 0; }
.margin-top-5 { margin-top: 5px; }
.margin-top-10 { margin-top: 10px; }
.margin-top-15 { margin-top: 15px; }
.margin-top-20 { margin-top: 20px; }
.margin-top-25 { margin-top: 25px; }
.margin-top-30 { margin-top: 30px; }
.margin-top-40 { margin-top: 40px; }
.margin-top-60 { margin-top: 60px; }

.font-weight-400 { font-weight: 400 }
.font-weight-600 { font-weight: 600 }

.margin-bottom-0 { margin-bottom: 0; }
.margin-bottom-5 { margin-bottom: 5px; }
.margin-bottom-10 { margin-bottom: 10px; }
.margin-bottom-15 { margin-bottom: 15px; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-25 { margin-bottom: 25px; }
.margin-bottom-30 { margin-bottom: 30px; }
.margin-bottom-40 { margin-bottom: 40px; }
.margin-bottom-60 { margin-bottom: 60px; }
.border-green-bright {
    border-color: #33ccff;
    margin-left: 10px;
}
.form-control {
  box-shadow: none !important;
  outline: none !important;
}
.float-right {
    float: right;
}
.errormsg {
    color: red !important;
}
.p-0 {
    padding: 0px !important;
}
.mx-2{
  margin-right: 15px;
  margin-left: 15px;
}
.sapbtn-outline{
    background-color: transparent;
    border-radius: 6px;
    padding: 13px 54px;
    color: #fff;
    border: none;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #33ccff;
    text-align: center;
    display: inline-block;
    transition: 0.5s;
}
.sapbtn-outline:hover {
    background: #33ccff;
    color: #000;
}
.sapbtn-dark{
border-radius: 6px;
padding: 13px 20px;
border: 2px solid #33ccff;
font-size: 18px;
font-weight: 600;
display: inline-block;
transition: 0.5s;
margin-top: 0px;
background-color: #33ccff;
color: #fff;
}
.sapbtn-dark:hover {
  /*  background-color: transparent !important;*/
    color: #ffff;
    border: 2px solid #33ccff;
}
.btn-block a.blus-btn.sapbtn-dark.mark{
    border-radius: 6px;
    padding: 11px 20px;
    color: #33ccff;
    border: 2px solid #33ccff;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    transition: 0.5s;
    margin-top: 0px;
    border-radius: 50px;
    background-color: transparent;
}
.btn-block a.blus-btn.sapbtn-dark.mark:hover {
   background-color:#33ccff;
   color: #ffff;
}
a, a:hover{
  text-decoration: none !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, button {
    font-family: 'saprootz-avant-garde-md';
}
.text-green-bright {
    color: #33ccff !important;
}
.pull-right {
    float: right!important;
}
.navbar-default {
    background-color: #282828;
    border-color: #282828;
    box-shadow: 0px 0px 11px #212121;
    z-index: 99999;
}
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff !important;

}
header{
  border: 0px;
  padding: 10px 0;
  transition: all 0.3s;
  background-color: #2b2b2b;
  position: fixed;
  z-index: 100000;
  width: 100%;
  display: inline-block;
  box-shadow: 0px 0px 6px 0px #00000052;
}
.navbar{
    margin: 0px;
}
.navbar-brand{
    padding: 0px 15px;
    display: flex;
    align-items: center;
}
.navbar-brand img{
    width: 150px;
}
.navbar-collapse {
    padding: 0px;
    float: right;
}
.navbar-toggle{
    border: 1px solid white;
}
.navbar-toggle .icon-bar{
    background: #fff;
}
ul.dropdown-menu {
    right: 0px;
    left: inherit;
}
.dropdown-toggle {
    background: transparent;
    color: #fff !important;
    outline: none !important;
    font-size: 17px;
    padding: 5px 20px;
}
.dropdown-toggle img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.dropdown-toggle:hover {
    color: #33cbfe !important;
}
.select-box .dropdown-toggle:hover {
    color: #fff !important;
}
.wrapper {
    position: relative;
    top: 0;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
}

.header-spec {
    background-color: #2b2b2b;
}
.site-page-content {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    width: 100;

}
.sidebar {
    position: fixed;
    top: 90px;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
}

.employer-insights-sidebar {
    background-color: #283134;
}
.sidebar .sidebar-wrapper {
    position: relative;
    overflow: auto;
    width: 250px;
    z-index: 4;
    height: 100vh;
    -webkit-box-shadow: inset -1px 0px 0px 0px #dddddd;
    box-shadow: inset -1px 0px 0px 0px #dddddd;
    transition: 0.5s;
}
.employer-insights-sidebar .sidebar-wrapper {
    box-shadow: none;
}
.employer-insights-sidebar .nav {
    margin-top: 0px;
}
.nav>li {
    position: relative;
    display: block;
}
.employer-insights-sidebar .nav li > a {
    display: flex;
    font-size: 15px;
    align-items: center;
    padding: 14px 20px;
    opacity: 1;
    margin: 0;
}
.nav>li>a:focus, .nav>li>a:hover {
  color: #3cf !important;
}
.employer-insights-sidebar .nav li:not(.active) > a {
    color: #fff;
    border-bottom: 1px solid #ddd;
}
.employer-insights-sidebar .nav li > a.router-link-exact-active {
    color: #2b2b2b;
    background-color: #33ccff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #3cf;
    color: #000 !important;
}
.main-panel {
    background-color: #f4f3ef;
    position: relative;
    z-index: 2;
    float: right;
    width: calc(100% - 250px);
    -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
}
.site-page-content .main-panel .content-portlet {
    min-height: 480px;
    padding: 0px 0px 30px 0px;
}
.site-page-content .main-panel {
    z-index: auto;
    background-color: transparent;
}
.section-workforce-insight,
.section-stats .container-portlet,
.insights-table.VueTables {
    padding: 15px;
    border-radius: 5px;
    background-color: #14526625;
}
.sliderouter {
    display: inline-block;
    width: 100%;
}
.box {
    width: 100%;
    height: 95px;
    border: 1px solid #33ccff;
    border-radius: 10px;
}
.box .box-container {
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-align: left;
    white-space: normal;
    border-radius: 8px;
    padding: 10px;
}
.box .box-container.active {
    background-color: #33ccff;
}
.box .box-container .container-info img {
    width: 30px;
    float: left;
    margin-right: 8px;
}
.box .box-container .container-info h2{
    color: #fff;
}
.box .box-container .container-info p {
    min-height: 36px;
    color: #fff;
}
.sliderouter li a:hover{
    text-decoration: none;
}
.sliderouter li.active a .box {
    background: #33ccff;
}
.sliderouter li.active a .box p {
    color: #fff;
}

.sliderouter li.active a .box h2 {
    color: #fff;
}
.nav-tabs {
    border-bottom: 0px;
}
.sliderouter li a {
    text-decoration: none !important;
    outline: none !important;
}
.section-stats .stats-tab {
    display: flex;
    align-items: center;
    padding: 5px 35px;
    border: 1px solid #33ccff;
    border-radius: 8px;

}
.section-stats .stats-tab h2 {
    margin-top: 5px;
    margin-right: 10px;
}
.container-portlet ul li a {
    padding: 0px;
    background: transparent !important;
    border: 0px !important;
}

.container-portlet ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
}

.container-portlet ul li {
    width: 25%;
}

.container-portlet ul li h2 {
    margin-right: 8px;
}
.insights-table .VueTables__search {
    margin-right: 10px;
}
.insights-table .VueTables__limit-field label, .insights-table .VueTables__search-field label {
    display: none;
}
.insights-table .VueTables__search-field input, .insights-table .VueTables__limit-field select {
    height: 30px;
    font-size: 13px;
    background-color: #1f2628;
    border-radius: 4px;
    color: #fff;
    border: 0px;
    box-shadow: none !important;
}
.mytabletabouter{
    display: inline-block;
    width: 100%;
}
.insights-table .table-bordered {
    border: none;
}
.insights-table .table > thead > tr > th {
    color: #33ccff;
    font-size: 14px;
    font-weight: 600;
}
.table>thead>tr>th, .table>tbody>tr>td{
    border: 0px;
}
.insights-table .table > thead > tr > th .glyphicon {
    display: none;
}
.insights-table .VueTables__no-results, .insights-table .table-striped tbody > tr:nth-of-type(2n) {
    background-color: #14526625 !important;
}
.site-footer {
    border-top: 2px solid #ddd;
    background-color: #2b2b2b;
}
.footer-menu {
    display: table;
    margin: 0 auto;
}
.footer-menu ul {
    overflow: hidden;
    margin-top: 30px;
    padding: 0;
}
.footer-menu ul li {
    float: left;
    color: #fff;
    margin: 0 10px;
    vertical-align: middle;
}
.footer-menu li a {
    padding: 0 20px 0 0;
}
.footer-menu li a {
    color: #fff;
    padding: 0 15px;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
}
.footer-menu p {
    font-size: 14px;
}
header.sticky {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 100;
}


/* LET’S GET STARTED */
.paneltab.tabtwo {
  margin: 0 15px;
}
section.gets-form.post-job.post-wrap {
  margin: 50px 015px;
}
.gets-form {
  background-color: #14526625;
  padding: 15px 70px;
  margin-bottom: 0px;
}
/*a.sapbtn-outline {
    display: none;
}*/
.gets-form .job-post {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  padding-top: 20px;
}
.job-post .job-text {
  float: left;
}
.job-post .job-text h4 {
  font-size: 16px;
  font-weight: 400;
  padding-top: 5px;
  color: #fff !important;
}
.job-post .bitn-block {
  overflow: hidden;
  float: right;
}
.bitn-block .switch {
  position: relative;
  display: block;
  vertical-align: top;
  width: 90px;
  height: 36px;
  padding: 0px;
  margin: 0 0px 10px 0;
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  box-sizing:content-box;
}
.bitn-block .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  box-sizing:content-box;
}
.bitn-block .switch-label {
position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: red;
    border-radius: inherit;
    box-shadow: none !important;
    box-sizing: content-box;
}
.bitn-block .switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  box-sizing:content-box;
}
.bitn-block .switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #2b2b2b;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.bitn-block .switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: #2b2b2b;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.bitn-block .switch-input:checked ~ .switch-label {
  background: #33ccff;
  box-shadow: none;
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.bitn-block .switch-input:checked ~ .switch-label:after {
  opacity: 1;
}
.bitn-block .switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: none;
}
.bitn-block .switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

.bitn-block .switch-input:checked ~ .switch-handle {
  left: 58px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.bitn-block .switch-label, .switch-handle {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}
.company-form {
  padding: 20px 0;
  display: inline-block;
  width: 100%;
}
.company-form label {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  padding-bottom: 5px;
}
.company-form .form-control,
.editprofilepage .form-control {
  height: 50px;
  color: #000;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.company-form .form-check,
.workforce .form-check{
  background-color: #fff;
  padding: 15px 20px 15px 40px;
  border-radius: 6px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  height: 50px;
  width: 100%;
  position:relative;
  display: flex;
  align-items: center;
}
.company-form .form-check label,
.workforce .form-check label{
  color: #000;
  font-weight: 300;
  font-size: 14px;
  padding-left: 5px;
  margin: 0px;
  padding-bottom: 0px;
}
span.rediashow {
    width: 20px;
    height: 20px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 0px 2px #2b2b2b;
    position: absolute;
    left: 16px;
}
.gets-form .form-check input[type="radio"]:checked ~ .rediashow,
.workforce .form-check input[type="radio"]:checked ~ .rediashow{
  background: #33ccff;
}
.company-form .minus-text {
  padding: 0px;
  border: 0px solid #ddd;
  text-align: center;
  margin-top: 0px;
  min-width: 50px;
  max-width: 50px;
}
.company-form .btn-block {
  text-align: right;

}
.hiresouter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* form End page  */


/* job-title */
.job-title h4 {
  padding: 15px 0;
  color: #fff !important;
  font-size: 20px;
  font-weight: 400;
  margin-top: 38px;
}
.company-form .down-img {
  background-image: url(../img/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 23px auto;
  background-position: 99% 50%;
  -webkit-appearance: none;
}
.company-form .info-text {
  text-align: center;
  color: #fff !important;
  font-size: 18px;
}
.company-form .form-control.description {
  height: auto;
}
.gets-form .company-form h4 {
  color: #fff !important;
  font-size: 16px;
  font-weight: 300;
}

.gets-form .bitn-block a {
  color: #33ccff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
.job-post .job-text h3 {
  color: #fff !important;
  font-size: 20px;
}
.job-post .job-text p {
  color: #fff !important;
  font-size: 14px;
}
.manager-info {
  display: inline-block;
  overflow: hidden;
  padding-bottom: 30px;
}
.manager-info .apply-now {
  float: left;
  margin-right: 20px;
}

.manager-info .hart-info {
  overflow: hidden;
  background-color: #3e3e3e;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 49px;
  border-radius: 4px;
}
.manager-info .hart-info img {
  width: 34px;
}
.gets-form .post-dectiption p {
  color: #fff !important;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
}
.gets-form .post-info {
  padding-bottom: 30px;
}
.gets-form .post-info p {
  color: #fff !important;
  font-size: 16px;
  padding-bottom: 0;
  line-height: 0;
}
.gets-form .post-info span {
  color: #fff !important;
  font-size: 15px;
}
.gets-form .form-check input, .workforce .form-check input{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 0;
    z-index: 10;
}
.gets-form .form-check input[type="checkbox"], input[type="radio"],
.workforce .form-check input[type="checkbox"], input[type="radio"] {
  margin: 0;
}
span.sidebarbtn {
    display: none;
    background: #fff !important;
    padding: 7px 13px;
    border-radius: 2px;
    position: relative;
    top: 7px;
    cursor: pointer;
}
.sidebar.employer-insights-sidebar.opensidebar {
    left: 0px;
    background: #000;
    z-index: 1000;
    transition: 0.5s;
}
.sidebar.employer-insights-sidebar.opensidebar + .overlayOuter {
    position: fixed;
    z-index: 100;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    transition: 0.5s;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.main-panel {
    width: 70%;
    margin: 0 auto;
    float: none;
}
.sidebar+.overlayOuter+.main-panel {
    float: right !important;
    width: calc(100% - 250px) !important;
    overflow: hidden;
}
.minus-text .btn {
    padding: 14px;
    min-width: 50px;
    outline: none !important;
    box-shadow: none !important;
    color: #2b2b2b;
    background: #fff;
    transition: 0.5s;
}
.minus-text .btn:hover {
    background: #3cf;
}


/* Dashboard */
.category ul {
  margin: 0;
  padding: 0;
  background-color: #14526625;
  border-radius: 8px;
}
.category ul li {
    list-style: none;
    padding: 15px 20px;
    color: #fff;
    font-size: 17px;
}
.category ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: all ease .8s;
}
.category ul li a i {
  padding-right: 10px;
}
.category ul li:hover {
  background-color: #33ccff;
  border-radius: 8px;
}
.category .form-control {
  background-color: #14526625;
  color: #6d6d6d;
  font-size: 16px;
  width: 100%;
  border-radius: 8px;
  border: none;
  height: 50px;
  box-shadow: none;
  background-image: url(../img/search.png);
  background-size: 22px auto;
  background-position: 98% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.category .green-btn {
    position: absolute;
    right: 0px;
    top: 4px;
    padding: 10px;
    opacity: 0;
}
.category .btn-block .sapbtn-dark {
  margin-top: 0;
  border-radius: 50px;
}
.category .sort-by {
  padding-top: 50px;
  text-align: right;
}
.category .sort-by .stor-option {
  background: none;
  border: none;
  color: #33ccff;
  outline: none;
  font-size: 14px;
}

.table-box {
   background-color: #14526625;
   margin-top: 30px;
   border-radius: 8px;
   padding: 30px 30px 20px;
   border: solid 2px #2b323500;
}
.dashboard .table-responsive {
    border: none;
}
.table-box .table {
  margin-bottom: 0;

}
.table-box .table td h3 {
  color: #fff !important;
  font-size: 20px;
  margin-top: -4px;
}
.table-box .table td {
 width: 170px;
 vertical-align: top;
}
.table-box .table td p {
  color: #fff !important;
  font-size: 14px;
}
.table-box .table td p span {
  color: #33ccff;
}
.table-box .table td h5 {
  color: #fff !important;
  font-size: 16px;
  padding-bottom: 0;
  margin-bottom: 5px;
  margin-top: 0px;
  font-weight: 300;
}
.table-box .table td h2 {
  color: #33ccff;
  font-size: 40px;
  margin-top: 0;
}
.table-box .video {
  display: flex;
}
.table-box .video a {
  color: #33ccff;
  text-decoration: none;
  font-size: 30px;
  margin-top: 17px;
  margin-right: 15px;
}
.table-box .video .sapbtn-dark {
  border-radius: 50px;
  font-size: 16px;
  padding: 5px 20px;
  min-width: 100px;
  font-weight: 400;
  margin-top: 19px;
  height: 37px;
  color: #fff;
  text-align: center;
}
.select-box .sapbtn-outline {
    font-weight: 400;
    font-size: 16px;
    border-radius: 50px;
    padding: 11px 30px;
    margin-top: 12px;
}
.select-box a.dropdown-item {
  display: block;
  padding: 10px;
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
.select-box a.dropdown-item:hover {
  color: #33ccff;
}
.table-box.active {
  border: 2px solid #3cf;
}


.sales-manager {
  padding-top: 20px;
}
.sales-manager .stor-option {
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  outline: none;
  -webkit-appearance: none;
  background-image: url(../img/down1.png);
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: 99% 50%;
  width: 100%;
}
.sales-manager .stor-option option { color: black; background-color: transparent; }
.sales-manager p {
 color: #33ccff !important;
  font-size: 14px;
  font-weight: 400;
  padding-top: 5px;
}
.sales-manager .sales-info {
  padding: 0;
  margin: 0;
}
.sales-manager .sales-info li {
  display: inline-block;
  list-style: none;
  padding: 5px 35px;
  margin: 0 10px;
  text-align: center;
  background-color: #14526625;
  width: 25%;
  border-bottom: 3px solid #14526600;
  transition: all ease .10s;
}
.sales-manager .sales-info li:hover {
  border-bottom: 3px solid #33ccff;
}
.sales-manager .sales-info li a {
  color: #fff;
  text-decoration: none;
}
.sales-manager .sales-info li a h4 {
  font-size: 20px;
  margin-bottom: 0px;
  color: #fff !important;
}
.sales-manager .sales-info li a span {
  font-size: 14px;
}
.sales-manager .add-condtion {
  padding-top: 27px;
}
.sales-manager .add-condtion a {
  color: #3cf !important;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.candidates {
  padding-top: 50px;
}
.candidates .custom-table {
  background-color: #14526625;
  margin-top: 30px;
  border-radius: 8px;
}
.candidates .custom-table tr td {
  padding: 40px 15px 30px;
  color: #fff;
  font-size: 14px;
}
.candidates .custom-table tr th {
  padding: 40px 0 0 15px;
}
.candidates .table th {
  color: #fff;
  padding: 15px;
  font-size: 16px;
  text-align: center;
}
.candidates .custom-table tr td{
  text-align: center;
}
.candidates .table th:first-child,
.candidates .custom-table tr td:first-child{
  text-align: left;
}
.candidates .custom-table.active {
  border: 2px solid #3cf;
}
.candidates .btn-block .sapbtn-dark {
  background-color: #33ccff;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 0px;
  text-align: center;
  font-weight: 400;
  margin-top: 0;
  border: 0px;
  color: #283134 !important;
}
.candidates .btn-block {
    margin-top: -12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 55px;
    overflow: hidden;
    max-width: 130px;
    border: 2px solid #3cf;
}
.candidates .btn-block .sapbtn-outline {
  background-color: transparent;
  border-radius: 0;
  text-align: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  margin-left: 0px;
  margin-top: 0;
  border: 0px;
  color: #33ccff !important;
}
.candidates .table .form-check {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
}
.candidates .btn-block .sapbtn-outline+button.sapbtn-outline {
    border-left: 2px solid #3cf;
}
.candidates .form-check-input {
    position: absolute;
    margin: 0px;
    width: 20px;
    height: 20px;
    z-index: 10;
    opacity: 0;
}
.candidates .rediashow {
  height: 20px;
  width: 20px;
  border-radius: 4px;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #fff;
}
.candidates .rediashow:after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: #3cf;
  opacity: 0;
}
.candidates input[type=checkbox]:checked ~ .rediashow:after{
  opacity: 1;
}

.btn-block{
  display: inline-block;
}
.openlistlocation{
  position: relative;
  width: 100%;
}
.dumpSearch {
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 100;
    max-height: 300px;
    overflow: auto;
    background: #fff;
}

.dumpSearch ul {
    padding: 1px;
}

.dumpSearch ul li {
    display: block;
}

.dumpSearch ul li a {
    padding: 5px 10px;
    display: block;
    color: #283134;
    transition: 0.5s;
}

.dumpSearch ul li a:hover {
    background: #283134;
    color: #fff;
}
.gets-form .form-control {
    min-height: 48px;
}

.gets-form  label {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    padding-bottom: 5px;
}
p.otpmobilenotext{
  color: #fff !important;
}




/* Dashbord 2 */
.slaes-wrap {
  border: 1px solid #33ccff;
  padding: 10px;
  border-radius: 8px;
  margin-top: 50px;
}
.user-contant {
  padding: 20px;
}
.user-contant h3 {
  font-size: 20px;
  color: #fff;
  margin: 0;
}
.condidate-block {
  display: inline-block;
  overflow: hidden;
  text-align: right;
  width: 100%;
}
.condidate-block h5 {
  font-size: 16px;
  color: #fff;
  margin: 0;
  padding: 22px 0 0;
  float: left;
  width: 70%;
}
.condidate-block .btn-block {
  padding: 20px;
}
.condidate-block .btn-block .sapbtn-outline {
  background-color: transparent;
  border-radius: 8px;
  text-align: center;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  text-decoration: none;
  color: #fff;
}


.bg-section {
  margin-top: 50px;
  background-color: #14526625;
  padding: 30px;
}
.user-profile {
  overflow: hidden;
}
.user-profile .img-block {
  float: left;
  width: 16%;
  padding-top: 15px;
}
.user-profile .user-tital p {
  color: #fff;
  font-size: 16px;
}
.user-profile .user-tital h3 {
  color: #fff;
  font-size: 20px;
}
.user-profile .user-tital p a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  border-right: 1px solid #fff;
  padding-right: 5px;
}

.contact-info h4 {
  color: #fff;
  font-size: 16px;
  float: left;
  width: 78%;
  padding-top: 5px;
  text-align: right;
}
.contact-info {
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.contact-info .btn-block {
 text-align: right;
}
.contact-info .btn-block .sapbtn-outline {
  background-color: transparent;
  border-radius: 0px 50px 50px 0px;
  text-align: center;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-left: -6px;
}
.contact-info .btn-block .sapbtn-bg {
  background-color: transparent;
  border-radius: 50px 0px 0px 50px;
  text-align: center;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  border: 2px solid #33ccff;
  color: #fff;
}
.information ul {
  padding: 0;
  margin: 0;
}
.information {
    padding-top: 30px;
    text-align: right;
}
.information ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  padding-left: 10px;
}
.information ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 8px;
}
.information ul li a i {
  font-size: 14px;
  padding-right: 5px;
}
.category ul li.active {
 background: #3cf;
    border-radius: 8px;
    color: #383838;
    font-size: 17px;
}
.table-box .table td h2 a {
    color: #3cf;
}
.table-box .video a .fa-pause {
    font-size: 25px;
}
.profileBgimg {
    width: 100%;
    height: 170px;
    object-fit: cover;
    object-position: top;
    border-radius: 5px;
}
.uerprofilepage{
  position: relative;
}
.bgediticon{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3cf;
    border-radius: 50%;
    color: #282828;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #282828;
}
.bgediticon input[type="file"] {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
}
.userimg {
    position: absolute;
    top: 92px;
    left: 20px;
}

img.userimgInner {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

span.uploaduserimg {
    width: 25px;
    height: 25px;
    background: #273134;
    position: absolute;
    bottom: 19px;
    right: -31px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #3cf;
    overflow: hidden;
    border: 1px solid #3cf;
    font-size: 12px;
}

span.uploaduserimg input[type="file"] {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 100;
    opacity: 0;
}
.ProfilePageStart section.gets-form.mb-30 {
    margin-bottom: 120px;
}
.editprofilepage .panel {
    margin-bottom: 25px;
    background: #273134;
    border: 1px solid #273134;
    padding: 0px;
}
.editprofilepage .panel .panel-heading {
    background: #273134;
    padding: 0px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
  border: 0px;
}
.editprofilepage .panel .panel-heading .panel-title {
    padding-bottom: 0px;
}
.editprofilepage .panel .panel-body {
    padding: 25px 70px;
}
.editprofilepage .panel .panel-heading .panel-title a {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: normal;
    padding: 15px 70px;
}
.editprofilepage .panel .panel-heading .panel-title a i {
    color: #3cf;
}
.company-form .form-control, .editprofilepage label {
    color: #273033;
    font-weight: normal;
}
.uploadfileouter {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 150px;
    border-radius: 5px;
    color: #273134;
    font-size: 20px;
    border: 2px dashed #3cf;
}

.uploadfileouter p i {
    color: #33ccff;
}

.uploadfileouter input.form-control {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10;
    opacity: 0;
}
.editprofilepage .panel .form-group {
    margin-bottom: 35px;
}




/*****Added By Pramod******/

/* 19-06-2021 */
.applicant-point {
  border-top: 1px solid #33ccff;
  padding: 10px 0 50px;
  margin-top: 30px;
}
.applicant-point .point h3 {
  color: #33ccff;
  font-size: 20px;
  padding-bottom: 20px;
}
.applicant-point .point {
  padding-bottom: 20px;
}
.applicant-point .point p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}
.applicant-point .point span {
  color: #fff;
  font-size: 14px;
}
.applicant-point .btn-block {
  text-align: right;
}
.applicant-point .years-block {
  padding-top: 30px;
}
.applicant-point .btn-block .sapbtn-outline {
  border-radius: 50px;
  padding: 6px 20px;
  font-size: 16px;
}
.applicant-point .btn-block a i {
  font-size: 30px;
  color: #33ccff;
  margin-left: 10px;
  top: 5px;
  position: relative;
}


/* post-job css */
.image-box {
  background-color: #14526625;
  margin-top: 30px;
  border-radius: 8px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.image-box .form-control-file {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0%;
  height: 170px;
}
.image-box .img-info {
  padding: 60px 0;
  position: relative;
}
.image-box .img-info img {
  width: 50px;
}

.post-job  {
  padding: 30px 30px 30px;
  border-bottom: 1px solid #128cb5;
}
.post-job .post-block {
  display: block;
}
.post-job .img-block img {
  width: 120px;
  margin-top: 97px;
}
.post-job .post-description {
  float: left;
}
.post-job .post-description h3 {
  color: #fff !important;
  font-size: 20px;
  margin-bottom: 0;
}
.post-job .post-description h3 a {
  color: #33ccff;
  font-size: 14px;
  margin-left: 10px;
}
.post-job .post-description p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
.post-job .post-description span {
  color: #fff;
  font-size: 14px;
  padding-bottom: 0;
}

.post-job .edit-items {
  padding: 30px 0;
  text-align: right;
}
.post-job .edit-items a {
  color: #33ccff;
  font-size: 16px;
  display: block;
  padding-bottom: 15px;
}
.post-job .join-work ul {
  padding: 0;
  margin: 0;
}
.post-job .join-work ul.border-wrap li a {
  border: none;
}
.post-job .join-work ul.border-wrap li a:hover {
  border: none;
}
.post-job .join-work ul li {
  display: inline-block;
  list-style: none;
  padding: 30px 10px 0 0;
  margin: 0;
}
.post-job .join-work ul li a {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  display: block;
}
.post-job .join-work ul li a:hover {
  border: 1px solid #33ccff;
  color: #33ccff;
}
.post-job .join-work select.solution {
  background: none;
  border: none;
  outline: none;
}
.post-job .btn-block .sapbtn-dark {
  border-radius: 50px;
  padding: 8px 20px;
  min-width: 130px;
  text-align: center;
  font-size: 18px;
}
.post-job .btn-block .sapbtn-outline {
  border-radius: 50px;
  padding: 8px 10px;
  min-width: 130px;
  text-align: center;
  border: 1px solid #33ccff;
  color: #33ccff;
  margin-bottom: 10px;
  font-size: 18px;
}
.post-job .btn-block .sapbtn-outline:hover {
  color: #000;
}
.post-job .btn-block {
text-align: right;
    position: relative;
    top: 23px;
}

.numbaring {
  padding: 30px;
}
.numbaring .total-member p {
  font-size: 16px;
  color: #fff !important;
  float: left;
  padding: 10px 10px 10px 0;
}
.numbaring .total-member h3 {
  font-size: 36px;
  color: #33ccff !important;
  overflow: hidden;
  margin-top: 0;
}
.numbaring .btn-block {
  text-align: right;
  padding-top: 20px;
}
.numbaring .btn-block .sapbtn-dark {
  border-radius: 50px;
  padding: 8px 20px;
  background-color: transparent;
  color: #33ccff;
  font-weight: 400;
}
.numbaring .about-job {
  padding-top: 30px;
}
.numbaring .about-job h4 {
  color: #fff !important;
  font-size: 20px;
}
.numbaring .about-job p {
  color: #fff !important;
  font-size: 14px;
  font-weight: 300;
   margin-bottom: 0;
}
.numbaring .about-job p a {
  color: #33ccff;
  font-size: 14px;
}

/* modal */
.modal-popup .modal-content {
  padding: 30px;
  background-color: #2b2b2b;
  border: 2px solid #33ccff;
  border-radius: 8px;
}
.modal-popup .modal-content h2 {
  color: #fff;
  font-size: 20px;
  margin-top: 0;
  padding: 0px;
}
.modal-popup .modal-header {
  margin-bottom: 20px;
}
.modal-header .close {
    margin-top: -2px;
    color: #fff;
}
.modal-popup .modal-content {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  padding-bottom: 5px;
}
.modal-popup .modal-content .form-check-label {
  color: #000 !important;
}
.modal-popup .modal-content .form-control {
  height: 50px;
  color: #000;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.modal-popup .modal-content .btn-block {
  text-align: right;
  padding: 20px 0;
}
.modal-content .form-control.description {
  height: auto;
}
.modal-popup .modal-content h4 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding-top: 23px;
}
.modal-popup .modal-content .form-group {
    margin-bottom: 25px;
}


/* 21-06-2021 */
.total-member .sort-by {
  padding-top: 30px;
}
.total-member .sort-by label {
  font-size: 14px;
}
.total-member .sort-by .stor-option {
  background: none;
  border: none;
  color: #33ccff;
  outline: none;
  font-size: 14px;
}
.paneltab .total-member ul li {
  background-color: #14526625;
  padding: 0px 30px;
  margin: 0 10px 0 0;
  list-style: none;
  display: inline-block;
  width: 30%;
  text-align: center;
  border: 2px solid #14526600;
  border-radius: 8px;
  transition: all ease .8s;
}
.paneltab .total-member ul li:hover {
  border: 2px solid #33ccff;
}
.paneltab .total-member ul {
  padding: 0;
  margin: 0;
}
.paneltab .total-member ul li a p {
  float: left;
}
.paneltab .total-member ul li a p {
  margin-top: 20px;
}
.paneltab .candidates {
  margin: 0 30px;
}
.paneltab .candidates td a {
  color: #33ccff;
}



/*Search job page css start  22 June 2021 css start*/
.searchjobpage .category .sort-by{
  text-align: right;
  padding-top: 0px;
}
.main-panel.searchjobpage {
    width: 100%;
}

.d-flex {
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.d-flex .btn-block {
    width: 128px;
}

.d-flex .category {
    width: calc(100% - 148px);
}
.d-flex .sapbtn-outline {
    color: #3cf;
    font-size: 15px;
    width: 100%;
}

.d-flex .sapbtn-outline:hover {
    color: #2b2b2b;
}
.jobtype {
    text-align: center;
    margin: 90px 0px 0;
}
ul.fondjoblist {
    list-style: none;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jobtype a {
    color: #fff;
    font-size: 17px;
    padding: 7px 25px;
    border: 2px solid transparent;
    border-radius: 55px;
    transition: 0.5s;
    margin: 0px 4px;
}

.jobtype a.active, .jobtype a:hover {
    border-color: #3cf;
    color: #3cf;
}
.rowouter {
    border-top: 1px solid #3cf;
    margin-top: 10px;
}
hr.border-green-bright.margin-top-15.margin-bottom-30 {
    margin-bottom: 10px;
        margin-left: 0px;
}

.rowouter .col-md-3 {
    border-right: 1px solid #3cf;
    min-height: 100vh;
    position: relative;
}
.sidebar-wrapper img.insight-avatar {
    width: 48px;
}
.filterleft {background-color: #14526625; padding: 20px 10px;margin-top: 15px;border-radius: 5px; width: 100%;}

.filterleft label {
    color: #fff;
    font-weight: normal;
    margin-bottom: 10px;

}

.filterleft label.d-flexlabel {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filterleft label span.filter {
    font-size: 13px;
}
.pl-0 {
    padding-left: 0px;
}
.filterleft .form-control {
  background: transparent;
  border: 2px solid #3cf;
  color: #33ccff;
  min-height: 48px;
  font-size: 17px;
  padding-right: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 26px;
}
.filterleft .form-group {
    margin-bottom: 35px;
}
.filterleft .form-control::placeholder {
  color: #33ccff;
}
.locationouter {
    position: relative;
}

.locationouter i {
    position: absolute;
    right: 15px;
    top: 13px;
    font-size: 20px;
    color: #3cf;
}
ul.citieslist {
    padding: 0px;
    list-style: none;
    margin: 10px 0px;
}

ul.citieslist li {
    padding: 7px 0px 0px;
}
.citieslist .custom_check {
    display: inline-block;
    position: relative;
    cursor: pointer;
    line-height: 22px;
    position: relative;
    padding-left: 38px;
    margin: 5px 0px;
    color: #33ccff;
}

.citieslist .custom_check input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    margin: 0px 0px;
    z-index: 2;
}

.citieslist .custom_check .check_indicator {
    height: 22px;
    width: 22px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #273033;
    border: 2px solid #33ccff;
    border-radius: 4px
}

.citieslist .custom_check input:checked + .check_indicator:before {
    width: 7px;
    height: 12px;
    position: absolute;
    left: 6px;
    top: 2px;
    border: solid #33ccff;
    border-width: 0px 2px 2px 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.proximity{
  margin-bottom: 15px !important;
}
.showtext {
    display: flex;
    justify-content: space-between;
    padding: 18px 0px;
}

.pagesshw {
    font-style: italic;
}
.rightpanelouter{
  padding-left: 15px;
}
ul.findjoblist {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.findjoblist h3{
color: #fff;
}
h3.h3title {
    color: #fff;
    margin-left: 9px;
}

ul.findjoblist>li {
    display: inline-block;
    width: 100%;
    background-color: #14526625;
    padding: 25px 20px;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: 0.5s;
}
.jobnameouter .d-flex {
    align-items: flex-start;
    display: flex;
}
.jobleft h4, .jobleft h4 a   {
    margin-top: 0px;
    color: #3cf;
    font-size: 18x;
}

.jobleft span.d-block {
    color: #fff;
}

.jobleft ul {
    padding: 0px;
    list-style: none;
    margin: 5px 0px;
}

.jobleft ul li a {
    color: #fff;
}

.jobleft ul li a span {
    display: inline-block;
    width: 1px;
    background: #fff;
    height: 16px;
    margin: 0px 5px;
    position: relative;
    top: 3px;
}
.jobnameouter .row {
    margin-top: 0px;
    display: flex;
    align-items: flex-end;
}

.jobnameouter .row p {
    margin-bottom: 0px;
    font-size: 12px;
    color: #fff !important;
}

a.applybtn {
    display: inline-block;
    float: right;
    color: #3cf;
    background: transparent;
    border: 2px solid #3cf;
    border-radius: 55px;
    padding: 5px 16px;
    font-size: 14px;
    transition: 0.5s;
}

a.applybtn:hover {
    background: #3cf;
    color: #000;
}
.jobright a {
    color: #3cf;
}
ul.findjoblist>li.active,
ul.findjoblist>li:hover {
    border-color: #3cf;
}
.employees {text-align: center;}

.employees label {
    font-weight: normal;
    color: #fff;
}

.employees h2 {
    margin: 10px 0px;
    color: #3cf;
}
ul.findjoblist.msplisting>li .d-flex {
    align-items: top;
}


/* Search Job 2 Start */

.find-job {
  border-top: 1px solid #3cf;
  margin-top: 10px;
}
.find-job .category .sort-by {
    padding-top: 30px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.find-job .sales-exes {
 padding-top: 15px;
}
.find-job .sales-exes ul {
  padding: 0px;
  margin: 0;
}
.find-job .sales-exes ul li {
  background-color: #14526625;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  border: 2px solid transparent;
  border-radius: 8px;
  transition: all ease .8s;
}
.find-job .sales-exes ul li:hover {
   border: 2px solid #33ccff;
}
.find-job .sales-exes ul li.active {
   border: 2px solid #33ccff;
}
.find-job .sales-exes ul li a {
 padding: 10px;
    display: block;
    height: 115px;
}
.find-job .sales-exes h3 {
  font-size: 18px;
  color: #33ccff !important;
  margin:0;
}
.find-job .sales-exes p {
color: #fff !important;
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.find-job .sales-exes p.post-day {
  text-align: right;
  color: #33ccff;
  margin-top: -15px;
  font-size: 12px;
}
.find-job .sales-exes h3 span img {
  width: 15px;
  margin-left: 5px;
  position: relative;top: -3px;
}

.find-job .post-details {
  padding: 30px;
  background-color: #14526625;
  margin-top: 15px;
}
.find-job .post-details h3 {
  color: #33ccff !important;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 15px;
}
.find-job .post-details p {
  color: #fff !important;
  font-size: 14px;
}
.container.header-info {
    padding-top: 5px;
}
.find-job .post-details p span {
  border-right: 1px solid #fff;
  padding-right: 5px;
}
.find-job .post-details p span:last-child {
  border: none;
}

.find-job .post-details p.post2 {
  text-align: right;
  font-size: 14px;
  position: absolute;
  top: 85px;
  right: 41px;
}

.find-job .work-level ul {
  padding: 0px;
  margin: 20px 0;
  border: 1px solid #33ccff;
  border-radius: 8px;
}
.find-job .work-level ul li {
  display: inline-block;
  width: 32%;
  padding: 28px;
  border-right: 1px solid #33ccff;
}
.find-job .work-level ul li:last-child {
  border: none;
}
.find-job .work-level ul li a {
  color: #33ccff;
  font-size: 14px;
}
.find-job .work-level ul li a h4 {
  font-size: 16px;
  color: #fff !important;
  font-weight: 400;
}
.find-job .overview {
  padding-top: 5px;
}
.find-job .overview ul {
  margin: 0;
  padding: 0;
}
.find-job .overview ul li {
  list-style: none;
  padding-bottom: 15px;
  color: #fff;
   font-size: 14px;
}
.find-job .overview ul li i {
  font-size: 9px;
  color: #33ccff;
  padding-right: 10px;
}
.find-job .share {
  text-align: right;
  padding-top: 30px;
}
.find-job .share a {
  color: #33ccff;
  font-size: 14px;
}
.find-job .col-md-9 {
    border-left: 1px solid #3cf;
}


/*pagination css start*/
.pagination {
    width: 100%;
    margin: 0 auto !important;
    text-align: center;
}

.pagination li {
    display: inline-block;
}

.pagination li a, .pagination li span {
    width: 36px;
    height: 36px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #252f32;
    border: 1px solid #252f32;
    border-radius: 50% !important;
}
.pagination>.active>a, .pagination>.active>a:focus,
.pagination>.active>a:hover, .pagination>.active>span,
.pagination>.active>span:focus, .pagination>.active>span:hover,
.pagination li a:hover, .pagination li span:hover,
.pagination li a:active, .pagination li span:active,
.pagination li a:focus, .pagination li span:focus {
    z-index: 3;
    color: #283235;
    cursor: default;
    background-color: #33ccff;
    border-color: #33ccff;
    cursor: pointer;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #242e31;
    cursor: not-allowed;
    background-color: #3cf;
    border-color: #3cf;
    opacity: 0.5;
}


/* 25-06-2021 */
.jobnameouter a.applybtn {
  min-width: 150px;
  text-align: center;
  margin-left: 20px;
      margin-top: 22px;
}

.total-member {
    overflow: hidden;
    display: inline-block;
}

.slider-msp {
width: 100%;
    height: 300px;
    margin-bottom: 100px;
    position: relative;
    background-repeat: no-repeat!important;
    background-size: 100%!important;
    height: 140px!important;
    margin-top: 89px!important;
}
}

.slider-msp .img-block {
    position: absolute;
    bottom: -55px;
    left: 40px;
}

.slider-msp .img-block img {
    height: 120px;
    width: 120px;
    border-radius: 100%;
}
.post-job .post-description {
    float: left;
    width: 100%;
}
.jobleft h4 a img {
    width: 16px;
    margin-top: -5px;
    display: none;
}
.jobleft.job-info {
    margin-top: -22px;
}
.condidate-info {
    text-align: center;
}
.modal-lg {
    width: 750px;
}
.user-details label {
  color: #fff !important;
}
.user-details p {
  color:  #fff !important;
}

.category .btn-block {
  text-align: right;
}
.jobleft.joblisting h4 {
  margin-top: 0 !important;
  color: #3cf !important;
  font-size: 18x;
}
.jobleft.joblisting h4 a {
  color: #3cf !important;
}
.form-details {
  margin: 0 15px;
}

.category .post-btn {
    padding-top: 0 !important;
}
.category .post-btn .sapbtn-dark {
    margin-top: 0;
    border-radius: 50px;
    min-width: 150px;
    text-align: center;
}
.jobnameouter .fa.fa-ellipsis-v {
    color: #3cf;
}

/*Css BY Raju 8 july css start now*/

.dashboard .form-details {
    margin: 0px;
    display: inline-block;
    width: 100%;
}
#myModal .form-control {
    min-height: 42px;
    background: #fff;
    border: 1px solid #fff;
}
.filterleft .form-control option,
.category .sort-by .stor-option option {
  background: #2b2b2b;
}
.find-job .sales-exes h3{
  display: flex;
}
.find-job .sales-exes h3 .contentouter {
    white-space: nowrap;
    max-width: calc(100% - 20px);
    text-overflow: ellipsis;
    overflow: hidden;
}
.loginmodal .modal-content{
    background: #2b2b2b;
    border: 1px solid #33ccff;
}
.loginmodal .moda-header {
    padding: 10px 15px;
    border-bottom: 1px solid #828282;
}
.loginmodal .tab-content {
    padding: 10px 15px;
}
.loginmodal .nav-tabs>li>a{
    color: #3cf;
    border: 0px !important;
    border-radius: 5px !important;
    transition: 0.5s;
}
.loginmodal .nav-tabs>li.active>a, .loginmodal .nav-tabs>li.active>a:focus, .loginmodal .nav-tabs>li.active>a:hover{
  background: #3cf !important;
  color: #000;
}
.loginmodal .panel-default {
    border: 0px;
    background: transparent;
    margin-bottom: 0px;
}
.loginmodal .panel-body {
    padding: 15px 0px 0px;
}


#myModal button#user-register, #myModal button#msp-login {
    background: #3cf;
    border: 1px solid #3cf;
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
}
.filterleft.sticky{
   position: fixed;
    top: 59px;
    width: 245px;
    overflow: auto;
    z-index: 100000000;
    background: #242e31;
    max-width: 100vh;
    height: 100vh;
    padding-bottom: 150px;
}
#st-1 .st-btn[data-network='sharethis'] {
    background-color: transparent;
}
.st-btn {
    background: transparent !important;
    padding: 0px !important;
    top: 0px !important;
    min-width: auto !important;
}
.sharethis-inline-share-buttons {
    width: auto;
    display: inline-block !important;
    height: 0px !important;
    position: relative;
    top: -6px;
}
.category .sapbtn-outline {
    font-weight: normal;
    font-size: 18px;
}
.msplistingouter .jobleft.job-info {
    margin-top: 0px;
}
.mspdetailsoutertab ul.border-wrap li a {
    border: 1px solid #fff !important;
}
.mspdetailsoutertab ul.border-wrap li a:hover,
.mspdetailsoutertab ul.border-wrap li a.active {
  border-color: #3cf !important;
  color: #3cf !important;
}
#footer-top .container {
/*    width: 100% !important;*/
width: 977px !important;
}
.citydatepost{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.mysharebtn .st-label {
    display: block !important;
    padding: 0px !important;
}

.mysharebtn .st-remove-label {
    display: flex !important;
}
.filterleft .sapbtn-outline {
    font-weight: normal;
    font-size: 15px;
    padding: 10px;
    width: 100%;
    height: initial;
    line-height: 21px;
    padding: 6px 0px;
}
.citydatepost {
  margin-bottom: 15px;
}
/****26-07-2021****/
.category .green-btn {
    position: absolute;
    right: 0px;
    top: 4px;
    padding: 10px;
    opacity: 0;
}
.dashboard .d-flex .category {
  width: calc(100% - 0px);
}
.holisol {
  padding-top: 30px;
}
.holisol ul {
  padding: 0;
  margin: 0;
}
.holisol ul li {
  background-color: #14526625;
  list-style: none;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
  border: 1px solid #33ccff00;
}
.holisol ul li.active {
  border: 1px solid #33ccff;
}
.holisol ul li a {
  color: #fff;
}
.holisol ul li a h3 {
color: #33ccff !important;
    font-size: 20px;
    margin-top: 0;
}
span#file_error {
    position: relative;
    top: 12px;
}
.holisol ul li a p{
  font-size: 13px;
  color: #fff;
}
.holisol ul li a img {
  width: 16px;
}
.holisol ul li .sales-info a {
  font-size: 13px;
  margin-bottom: 20px;
  display: inline-block;
}
.holisol ul li .sales-info p {
  text-align: right;
}

.holisol-info {
  background-color: #14526625;
  padding: 20px;
  border-radius: 6px;
  margin-top: 15px;
}

.holisol-info h3 {
  margin: 0;
  padding:0 0 10px;
  font-size: 18px;
  color: #33ccff !important;
}
.holisol-info a {
  color: #fff;
  font-size: 13px;
}
.holisol-info a img {
  width: 14px;
}
.holisol-info .ellipsis-icon {
  color: #fff;
}
.holisol-info .date-item {
padding: 22px 0;
    border-bottom: 2px solid #00bcd4;
}
.holisol-info .date-item .d-flex h3 {
  font-size: 16px;
  color: #33ccff;
  padding-right: 15px;
}
.holisol-info .date-item .d-flex p {
  font-size: 13px;
  color: #fff !important;
  padding-top: 10px;
  margin-bottom: 0;
  width: 330px;
}
.holisol-info .date-item .d-flex span {
  text-align: right;
  font-size: 13px;
      color: #fff;
}
.holisol-info .date-item .d-flex .yous {
  color: #fff;
}
.holisol-info .date-item .d-flex .testing {
  color: #33ccff;
}

.date-wrap {
  padding-top: 20px;
}
.date-wrap span {
  float: right;
  font-size: 13px;
}
.date-wrap h3 {
  font-size: 16px;
  color: #33ccff;
  padding-right: 15px;
}
.date-wrap p {
  color: #fff;
  font-size: 13px;
}
.regards {
  margin-bottom: 0;
}
.box-content img {
  width: 100%;
}
.uploded-img .attach-file input {
  opacity: 0;
  max-width: 0;
}
.uploded-img .attach-file label {
  padding-top: 20px;
}
/*.sand-msg .sapbtn-dark {
  font-size: 16px;
  position: absolute;
  right: 60px;
  top: -1px;
  opacity: 0;
}*/
/*Css by Raju  footer fix css*/
.site-page-content .main-panel,
.sidebar+.overlayOuter+.main-panel{
  position: relative;
  padding-bottom: 15px;
  padding-top: 0px;
}
.main-panel .site-footer,
.sidebar+.overlayOuter+.main-panel .site-footer{
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 250px;
}
.st-btn.st-remove-label img {
  width: 20px !important;
  height: 20px !important;
}

@media(min-width: 991px){
  .rowouter{
    display: flex;
  }
}

img.example-image {
    min-width: 70px;
    min-height: 70px;
    height: auto;
}

div#message_section {
    max-height: 480px;
    overflow: auto;
}
.holisol-info .ellipsis-icon i{
 position: relative;
    top: -50px;
    left: 490px;
}
form#message-form {
    position: relative;
}

form#message-form .attach-file {
    position: absolute;
    right: 20px;
    top: -7px;
    font-size: 30px;
}
form#message-form .attach-file.img-up {
  position: absolute;
  left: 20px;
  top: -7px;
  font-size: 30px;
}
.uploded-img .attach-file label.send {
  padding-top: 20px;
  position: absolute;
  left: -50px;
}

#message-form textarea.form-control {
    height: auto;
    padding-top: 19px;
    padding-bottom: 0px;
    background-color: #14526625;
    color: #fff;
    position: relative;
    top: 20px;
    border: 1px solid #00bcd4;
}
.attach-file i.fa.fa-paper-plane-o {
   position: relative;
    top: 23px;
    color: #00bcd4;
}
.attach-file i.fa.fa-paperclip {
    position: relative;
    top: 23px;
    color: #00bcd4;
}
.select-box {
    text-align: right;
}

.swal-overlay--show-modal .swal-modal {
  background-color: #283134;
  border: 1px solid #dddddd5e;
}
.swal-title {
  color: #31c7f9;
}
.swal-icon--warning {
  border-color: #31c7f9;
}
.swal-icon--warning__body, .swal-icon--warning__dot {
  background-color: #fff;
}
.swal-icon {
  border-color: #fff !important;
}
.swal-text {
  color: #fff;
}
.swal-button--danger {
  background-color: #31c7f9;
}
/*.swal2-container.swal2-center>.swal2-popup {
    background-color: #283134;
    border: 2px solid #31c7f9;
}*/
/*.swal2-icon.swal2-warning {
  border-color: #fff !important;
  color: #fff !important;
}*/
/*.swal2-popup .swal2-title {
  color: #fff;
}*/
/*.swal2-html-container {
  color: #31c7f9 !important;
}*/
/*.swal2-popup .swal2-styled.swal2-confirm {
  background-color: #fff !important;
  color: #31c7f9;
  box-shadow: none;
  outline: none;
}*/
/*.swal2-popup .swal2-styled.swal2-cancel {
  color: #000;
  background-color: #31c7f9 !important;
  box-shadow: none;
  outline: none;
      margin-left: -166px;
}*/
/*.swal2-popup .swal2-title {
  color: #fff;
  padding-top: 20px;
  font-size: 24px;
}*/
/*popup css start*/
.swal2-container.swal2-center>.swal2-popup {
    background-color: #283134;
    border: 2px solid #31c7f9;
}
.swal2-icon.swal2-warning {
    border-color: #31c7f9 !important;
    color: #31c7f9 !important;
}

.swal2-html-container {
    color: #31c7f9!important;
}
h2#swal2-title {
color: #00bcd4;
margin-bottom: -3px;
}
.swal2-popup .swal2-styled.swal2-confirm {
    color: #31c7f9 !important;
    box-shadow: none;
    outline: none;
    width: 88px;
    margin-right: 15px;
    background-color: transparent !important;
    border: 1px solid #31c7f9 !important;
    height: 33px;
    box-shadow: none !important;
}
/*.swal2-popup .swal2-styled.swal2-confirm:hover{
background-color: red;
}*/
div#swal2-html-container {
    color: #ffff !important;
}
.swal2-popup .swal2-styled.swal2-cancel {
color: #000 !important;
    background-color: #31c7f9 !important;
    box-shadow: none;
    outline: none;
    border: 0 !important;
    border: 1px solid #31c7f9 !important;
}
button.swal2-cancel.swal2-styled.swal2-default-outline:hover {
    background-color: transparent !important;
    border: 1px solid #31c7f9 !important;
    color: #31c7f9 !important;
}
.swal2-popup .swal2-title {
  color: #31c7f9;
}
.swal-button--danger:not([disabled]):hover {
    background-color: #31c7f9;
}
button.swal2-confirm.swal2-styled.swal2-default-outline:hover {
    background-color: #31c7f9 !important;
    color: #000 !important;
}

.category.search-img .form-control {
  background-image: none;
}

.user-details {
    width: 201px;
}
.jobleft img {
width: 70px;
    height: 70px;
    border-radius: 50%;
}

.btn-group.open .dropdown-menu {
  position: absolute;
  top: 48%;
}
.site-page-content .main-panel .content-portlet.post-job {
  margin: 0px 20px 0;
}
.header-spec {
    margin-top: 0 !important;
}
/**.gets-form {
  margin: 0px 15px;
} **/
/**.content-portlet h4 {
  padding-left: 10px;
  padding-top: 20px; **/
}
.container-info h2 {
  margin-top: -10px;
}
.dashboard {
  padding-top: 30px;
}
.content-portlet .dashboard {
    /* margin-top: 0 !important; */
    padding-top: 0 !important;
}
.dashboard.my-job {
  margin-top: 15px;
}
section.job-title {
  padding: 20px 15px;
}
section.job-title h4 {
  padding-top: 25px;
}
.category {
  padding-top: 15px;
}

h4.margin-0.text-white.uppercase {
    padding-top: 15px;
}
.sidebar.employer-insights-sidebar .nav i {
    font-size: 18px;
    margin-right: 21px;
}


/*emp-viewprofile css*/
.nerty a.yesdtme {
    margin-left: 15px;
}
/*.newsaongh img {
    width: 50px;
    height: 50px;
}*/
ul.rahulmk {
    list-style: none;
    margin-top: 23px !important;
}
ul.rahulmk span {
    font-size: 19px !important;
    color: #fff;
    /* padding-bottom: 50px !important; */
    /* position: relative; */
}

a.clearfilter {
    color: #fff;
    position: relative;
    top: 6px;
    text-align: center !important;
    justify-content: right !important;
    align-items: initial!important;
    display: flex !important;
}


/*
sumit button css 12-7-2022*/
.gireennsumit button.green-sumit {
font-size: 17px;
    padding: 12px 38px;
    border: 2px solid transparent;
    border-radius: 55px;
    transition: 0.5s;
    margin: 0px 4px;
    color: #3cf;
    background-color: transparent;
    border-color: #3cf;
}
.gireennsumit button.green-sumit:hover {
    background-color: #3cf;
    color: #ffff;
}