body {
    font-family: 'saprootz-avant-garde-sm';
    line-height: 20px;
    color: #999999;
    font-size: 16px;
    background:#2b2b2b;
}
@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;
}
.form-control {
  box-shadow: none !important;
  outline: none !important;
}
.float-right {
    float: right;
}
.errormsg {
    color: red !important;
    position: relative;
    top: 1px;
}
.p-0 {
    padding: 0px;
}

.mx-2{
  margin-right: 15px;
  margin-left: 15px;
}

.sapbtn-outline{
    background-color: transparent;
    border-radius: 6px;
    padding: 13px 20px;
    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{
        background-color: #33ccff;
    border-radius: 6px;
    padding: 12px 19px;
    color: #000;
    border: 2px solid #33ccff;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    transition: 0.5s;
    margin-top: -1px;
}
.sapbtn-dark:hover {
    background: transparent;
    color: #33ccff;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -3px!important;
    left: 15px!important;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 3.75em;
    transform-origin: 0 3.75em;
    width: 77px!important;
    border-radius: 50px!important;
}
.swal2-icon.swal2-success .swal2-success-ring {
    position: absolute;
    top: 4px!important;
    left: -10px!important;
    width: 100%;
    height: 100%;
    border: 0.25em solid rgba(165,220,134,.3);
    border-radius: 50%;
    z-index: 2;
    box-sizing: content-box;
}
.swal2-popup #swal2-content {
    text-align: center;
    color: #ffff !important;
}










.xperience button{
       background: transparent;
    border-radius: 6px;
    padding: 12px 19px;
    color: #33ccff;
    border: 2px solid #33ccff;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    transition: 0.5s;
    margin-top: -1px;
}
.xperience button:hover{

    color: #000;
    background-color: #33ccff;
}

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;

}
.pull-right {
    float: right;
    margin-right: 18px;
}

header{
    border: 0px;
    padding: 10px 0;
    transition: all 0.3s;
    background-color: #2b2b2b;
    position: relative;z-index: 1000;
}
.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.show.dropdown-toggle {
    background: transparent;
    color: #fff !important;
    outline: none !important;
    font-size: 17px;
    padding: 5px 20px;
    position: relative;
    top: 15px;
}
.dropdown-toggle img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.dropdown-toggle:hover {
    color: #33cbfe !important;
}
.select-box .dropdown-toggle:hover {
    color: #2b2b2b !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: 74px;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
}
.sidebar, .off-canvas-sidebar {
    width: 250px;
    display: block;
    font-weight: 200;
}
.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;
}
.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: #3cf !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: 30px 15px 30px 30px;
}
.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: 1000;
}



/* LET’S GET STARTED */

.gets-form {
  background-color: #14526625;
  padding: 15px 70px;
  margin-bottom: 50px;
}
.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: 80px;
  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: #33ccff;
  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: #f6f6f6;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.bitn-block .switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: #FFFFFF;
  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: 48px;
  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 {
  height: 50px;
  color: #000;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.company-form .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 {
  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{
  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: 0px 0 20px;
  color: #fff !important;
  font-size: 20px;
  font-weight: 400;
  margin-top: 0px;
}
.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 {
    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"] {
  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;
}
.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;
}
.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;
}
.category .btn-block .sapbtn-dark {
  margin-top: 0;
  border-radius: 50px;
}
.category .sort-by {
  padding-top: 50px;
}
.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: 0;
}
.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: 8px 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: 18px;
  outline: none;
  -webkit-appearance: none;
  background-image: url(../img/down1.png);
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: 55% 50%;
  width: 100%;
}
.sales-manager .stor-option option { color: black; background-color: transparent; }
.sales-manager p {
  color: #33ccff;
  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;
  text-align: center;
  background-color: #14526625;
  width: 31%;
  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;
}
.sales-manager .sales-info li a span {
  font-size: 14px;
}
.sales-manager .add-condtion {
  padding-top: 27px;
}
.sales-manager .add-condtion a {
  color: #33ccff;
  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: 44px;
    width: 91%;
    z-index: 100;
    max-height: 300px;
    overflow: auto;
    background: #fff;
}
.dumpSearch {
    position: absolute;
    top: 44px;
    width: 91%;
    z-index: 100;
    max-height: 300px;
    overflow: auto;
    background: #fff;
}

.form-group.empCityClass .dumpSearch {
    position: absolute;
    top: 385px !important;
}
.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;
}
.dropdown.show i {
    margin-left: 7px;
    font-size: 20px;
}



/* 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: 40%;
}
.condidate-block .btn-block {
  padding: 10px 20px 0 0;
  width: 60%;
}
.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: 30%;
  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: 40%;
  padding-top: 5px;
  text-align: right;
}
.contact-info {
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
  .contact-info .btn-block {
   text-align: right;
   width: 60%;
  }
.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:active {
  border: 1px solid #33ccff;
  color: #33ccff;
}
.information ul li a:hover {
  border: 1px solid #33ccff;
  color: #33ccff;
}
.information ul li a.ellipsis {
  border: none;
  color:  #33ccff;
}
.information ul li a i {
  font-size: 14px;
  padding-right: 5px;
}
.category ul li.active {
    background: #3cf;
    border-radius: 8px;
}
.table-box .table td h2 a {
    color: #3cf;
}
.table-box .video a .fa-pause {
    font-size: 25px;
}


/* 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: 0 30px 30px;
  border-bottom: 1px solid #128cb5;
}
.post-job .post-block {
  display: block;
}
.post-job .img-block img {
  width: 120px;
  margin-top: -60px;
}
.post-job .post-description {
  float: left;
}
.post-job .post-description h3 {
  color: #fff;
  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;
}
.post-job .btn-block .sapbtn-outline {
  border-radius: 50px;
  padding: 8px 20px;
  min-width: 130px;
  text-align: center;
  border: 1px solid #33ccff;
  color: #33ccff;
  margin-bottom: 10px;
}
.post-job .btn-block .sapbtn-outline:hover {
  color: #000;
}
.post-job .btn-block {
  text-align: right;
  padding-top: 20px;
}

.numbaring {
  padding: 30px;
}
.numbaring .total-member p {
  font-size: 16px;
  color: #fff;
  float: left;
  padding: 10px 10px 10px 0;
}
.numbaring .total-member h3 {
  font-size: 40px;
  color: #33ccff;
}
.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;
  font-size: 20px;
}
.numbaring .about-job p {
  color: #fff;
  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: 50px;
  background-color: #2b2b2b;
  border: 2px solid #33ccff;
  border-radius: 8px;
      margin-top: 170px;
      padding: 10px 20px 10px;
}
.xperience {
text-align: justify;
}
.modal-popup .modal-content h2 {
  color: #33ccff;
  font-size: 20px;
  margin-top: 0;
  padding: 0px;
  float: left;
  margin-bottom: 0;
}
.modal-popup .modal-content label {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  padding-bottom: 5px;
}
.modal-popup .modal-content .form-control {
  height: 41px;
    color: #000;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: -11px;
}
.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: 9px;
}


/* 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%;
}

.main-panel.searchjobpage .content-portlet {
    padding: 15px 0px;
}
.d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.d-flex .btn-block {
    width: 200px;
    margin-left: 20px;
    margin-top: -5px;
}

.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: 20px 0px;
}
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: 30px;
}
.rowouter .col-md-3 {
    border-right: 1px solid #3cf;
    min-height: 100vh;
    position: relative;
}
.filterleft {background-color: #14526625;padding: 20px 20px;margin-top: 15px;border-radius: 5px;}

.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;
}
.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;
}

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;
}
.jobleft h4, .jobleft h4 a {
    margin-top: 0px;
    color: #3cf;
    font-size: 18px;
}

.jobleft span.d-block {
    color: #ccc;
    font-size: 12px;
    position: relative;
    top: -6px;
}


.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: 14px;
}

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;
    margin-left: 6px;
}
.jobright i{
    margin-left: 1px;
}
ul.findjoblist>li.active,
ul.findjoblist>li:hover {
    border-color: #3cf;
}
.employees {text-align: right;}

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

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


/* Search Job 2 Start */

.find-job {
  border-top: 1px solid #3cf;
  margin-top: 30px;
}
.find-job .category .sort-by {
  padding-top: 30px;
}
.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: 24px;
  display: block;
}
.find-job .sales-exes h3 {
  font-size: 18px;
  color: #33ccff;
  margin:0;
}
.find-job .sales-exes p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
.find-job .sales-exes p.post-day {
  text-align: right;
  color: #33ccff;
  margin-top: -15px;
}
.find-job .sales-exes h3 span img {
  width: 15px;
  margin-left: 5px;
}

.find-job .post-details {
  padding: 30px;
  background-color: #14526625;
  margin-top: 15px;
}
.find-job .post-details h3 {
  color: #33ccff;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 15px;
}
.find-job .post-details p {
  color: #fff;
  font-size: 14px;
}
.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;
}

.find-job .work-level ul {
  padding: 0px;
  margin: 40px 0;
  border: 1px solid #33ccff;
  border-radius: 8px;
}
.find-job .work-level ul li {
  display: inline-block;
  width: 24%;
  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;
  font-weight: 400;
}
.find-job .overview {
  padding-top: 15px;
}
.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: 12px;
  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;
}
.find-job .col-md-3 {
    border-right: 1px solid #3cf;
}

/* MSP 23-06-2021 */
.breadcrumb {
  padding: 8px 2px;
  list-style: none;
  background: none;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  font-weight: 200;
  margin-bottom: 0;
}
.breadcrumb > li + li::before {
  padding: 0px;
  color: #fff;
  content: "";
  font-size: 12px;
}
.breadcrumb-item a {
  color: #33ccff;
  font-size: 12px;
}
.content-portlet .edit-btn {
  text-align: right;
}
.content-portlet .edit-btn a {
  color: #33ccff;
  font-size: 16px;
  display: block;
  padding-right: 30px;
}

.modal-popup .modal-content .down-img {
  background-image: url(../img/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 23px auto;
  background-position: 97% 50%;
  -webkit-appearance: none;
}



/* 24-06-2021 */
.user-details label {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0px;
}
.user-details p {
  color: #3cf;
  font-size: 14px;
  margin-bottom: 3px;
}
.jobleft span.date {
  color: #3cf;
}
.jobnameouter .img-block {
    margin: -16px 0 0 -10px;
}
.jobnameouter .img-block a {
  color: #3cf;
}

.work-force {
  border-top: 1px solid #3cf;
}
.similar-candition {
      background-color: #14526625;
    /* padding: 30px; */
    margin-top: 46px;
    padding: 10px 12px 10px;
}
.img-block.menn i.fa.fa-user {
    background-color: #3cf;
    border-radius: 8px;
    padding: 10px;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #2b2b2b;
    font-size: 40px;
    line-height: 53px;
    margin-left: 38px;
}
.profile-wrap {
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.profile-wrap .img-block {
  width: 30% !important;
  float: left;
}
.profile-wrap .img-block i {
  background-color: #3cf;
  border-radius: 8px;
  padding: 10px;
  width: 70px;
  height: 70px;
  text-align: center;
  color: #2b2b2b;
  font-size: 40px;
  line-height: 53px;
  margin-right: 20px;
}
.similar-candition h5 {
  font-size: 16px;
  color: #ccc;
  padding-bottom: 20px;
}
.info-group {
  position: relative;
  margin-bottom: 30px;
}
.info-group img {
  position: absolute;
  left: 58px;
  top: -10px;
}
.similar-candition .jobleft {
  overflow: hidden;
  width: 70%;
}
.similar-candition .jobleft a {
  color: #ccc;
  font-size: 12px;
}
.similar-candition .jobleft a:hover{
color: #ffff;
}
.similar-candition .jobleft h4 {
   margin-bottom: 5px;
}
.similar-candition .jobleft h4 a {
  color: #3cf;
  font-size: 16px;
}
.jobleft sup {
   top: -0.0em;
    font-size: 12px;
    color: #cccc;
        left: 7px;
}
.activity .wat i {
    background-color: #3cf;
    border-radius: 8px;
    padding: 10px;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #2b2b2b;
    font-size: 40px;
    line-height: 53px;
    margin-right: 20px;
}

/* 26-06-2021 */
.applybtn.message-text {
  margin-left: 30px;
  float: none;
}

.saproot-info {
   background-color: #14526625;
  padding: 30px;
  margin-bottom: 30px;
  margin-top: 46px;
}
.saproot-info .profile-wrap .img-block {
  width: 19% !important;
}
.saproot-info .info-group {
  margin-bottom: 0;
}
.saproot-info .jobleft a {
  display: block;
  color: #ccc;
}
.saproot-info .jobleft h4 a {
  color: #3cf;
}
.saproot-info .jobleft .email-contant {
  color: #3cf;
}
.saproot-info .jobright {
  text-align: right;
  width: 100%;
}
.saproot-info .jobright .d-flex .btn-block {
  width: 100%;
}
.jobright .d-flex .btn-block .applybtn {
  margin-left: 30px;
}
.saproot-info .bookmark-icon {
  padding-top: 20px;
}

.saproot-info .about h3 {
  color: #3cf !important;
  font-size: 22px;
  margin-top: -23px;
  padding-bottom: 10px;
}
.info-group.saprootz {
    margin-left: -39px;
}
.saproot-info .about p {
  color: #e4e4e4 !important;
  font-size: 14px;
}

/* 28-06-2021 */
.activity {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
}
.activity {
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.activity .wat {
  float: left;
  margin-right: 15px;
}
.wat img{
width: 80px;
}
.watme{
float: left;
    margin-right: 15px;
    background-color: #33ccff;
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 8px;
}
.watme img{
 width: 50px;
}
.watmek{
float: left;
    margin-right: 15px;
    background-color: #33ccff;
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 8px;
}
.watmek img{
   width: 20px;
}
.activity .scored {
  overflow: hidden;
  margin-top: 4px;
}
.activity .scored h3 {
  font-size: 18px;
  color: #3cf!important;
  margin-top: 0;
  margin-bottom: 5px;
}
.activity .scored p {
  color: #ccc !important;
  font-size: 12px;
  margin-bottom: 0;
}
.activity .scored a {
  color: #ccc !important;
  font-size: 14px;
}
.activity.assistant {
  margin-top: 20px;
  border-top: 1px solid #187ea0;
  padding-top: 20px;
}
.activity .scored a span {
  border-left: 1px solid #fff;
  margin: 10px;
}
.similar-candition .jobleft a span {
  margin: 0 10px;
  border-right: 1px solid #ddd;
}
.modal-popup .close:focus, .close:hover {
  opacity: 1;
  color: #fff;
}
.modal-popup .close {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #fff !important;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}
.modal-header .close {
    margin-top: -28px;
}
.modal-popup .modal-header {
  padding: 15px;
  border-bottom: 1px solid #868686 !important;
  margin-bottom: 20px;
}


.activityme .wat {
    float: left;

}
.activityme {
     display: inline-block;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #33ccff;
    padding: 6px 0px 23px;
    margin-bottom: 25px;
}
.activityme .wat i {
    background-color: #3cf;
    border-radius: 8px;
    padding: 10px;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #2b2b2b;
    font-size: 40px;
    line-height: 53px;
    margin-right: 20px;
}
.activityme .scored {
    overflow: hidden;
    margin-top: 4px;
}
.activityme .scored h3 {
    font-size: 18px;
    color: #3cf!important;
    margin-top: 0;
    margin-bottom: 5px;
}
.activityme .scored a {
    color: #ccc !important;
    font-size: 14px;
}
.activityme .scored a span {
    border-left: 1px solid #fff;
    margin: 10px;
}
.activityme p{
color: #ccc !important;
font-size: 14px;
}


.jobleft h6{
    font-size: 16px;
    color: #ccc;
    position: relative;
    top: -13px;
    left: 4px;
    margin-bottom: -10px
}
.jobleft span.igned {
    margin-left: 2px;
    margin-right: 15px;
    font-size: 14px;
}
.jobleft span.wastdg {
    margin-left: 2px;
    margin-right: 15px;
    font-size: 14px;
}
.jobleft span.menehg {
    margin-left: 2px;
    margin-right: 15px;
    font-size: 14px;
}
.jobleft {
  overflow: hidden;
}
.jobleft span.manrghy {
    position: relative;
    left: 25px;
    font-size: 35px;
    color: #33ccff;
    top: 10px;
}
.displaybtn {
    text-align: left;
}
.displayedubtn {
text-align: left;
}
.manrghy a.view-more {
    display: inline-block;
    float: right;
    color: #3cf;
    background: transparent;
    border: 2px solid #3cf;
    border-radius: 55px;
    padding: 7px 16px;
    font-size: 16px;
    transition: 0.5s;
        position: relative;
    right: 59px;
}
.manrghy a.view-more:hover {
    background: #3cf;
    color: #000;
}


.activitywatt .wat {
    float: left;

}
.activitywatt {
     display: inline-block;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #33ccff;
    padding: 6px 0px 23px;
    margin-bottom: 25px;
}
.activitywatt .wat i {
    background-color: #3cf;
    border-radius: 8px;
    padding: 10px;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #2b2b2b;
    font-size: 40px;
    line-height: 53px;
    margin-right: 20px;
}
.activitywatt .scored {
    overflow: hidden;
    margin-top: 4px;
}
.activitywatt .scored h3 {
    font-size: 18px;
    color: #3cf!important;
    margin-top: 0;
    margin-bottom: 5px;
}
.activitywatt .scored a {
    color: #ccc !important;
    font-size: 14px;
}
.activitywatt .scored a span {
    border-left: 1px solid #fff;
    margin: 10px;
}
.activitywatt p{
color: #ccc !important;
font-size: 14px;
}




.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;
}
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;
}
.navbar-default .navbar-nav > li > a{
    font-size: 16px!important;
    font-weight: 400!important;
    margin-top:0px!important;
}
.navbar-nav>li{
  float:none;
  display: inline-block;
  vertical-align: top;
}
.dropdown.show a#dropdownMenuLink{
  position: static!important;
  padding: 13px 20px!important;
  display: inline-block;
  vertical-align: top;
}
.login-btn{
  padding: 9px 10px!important;
  font-size: 14px;
}
#myNavbar .nav.navbar-nav{
  position: relative;
  top: 5px;
}
.navbar-brand img{
  margin-top: 12px;
}
