.body-container {
  background: #ffffff !important;
}

.grey {
  background: #efefef !important;
}

.show-at-mbl {
  display: none;
}

.main-search-form {
  width: 100%;
  height: 55px;
}

.field-frame {
  border: 2px solid #ac0000;
  border-radius: 4px 0 0 4px;
  overflow: visible;
  float: left;
  width: 88%;
}

.field-holder {
  overflow: hidden;
  position: relative;
  padding: 0;
}

.field-holder:first-child {
  border-right: 2px solid #ac0000;
}

.field-holder .search-form-group {
  height: 100%;
}

.field-holder .search-form-group .select2 .select2-container {
  height: 100%;
}

.field-holder .search-form-group .select2 .select2-container .select2-selection {
  height: 100% !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.search-form-group input, .search-form-group select {
  border: unset;
  width: 100%;
  height: 54px;
  padding: 0 10px 0 35px;
  margin: 0 1px;
}
.search-form-group input:focus, .search-form-group select:focus {
  border: unset;
  box-shadow: none;
  outline: none;
}

.search-form-group {
  height: 100%;
}
.search-form-group .select2-container {
  height: 100%;
}
.search-form-group .select2-container .select2-selection {
  height: 100%;
  border: none;
  border-radius: 0;
}
.search-form-group .select2-container .select2-selection .select2-selection__rendered {
  padding-left: 0px;
  padding-top: 2px;
  padding-bottom: 6px;
}
.search-form-group .select2-container .select2-selection .select2-selection__rendered .select2-search {
  height: 100%;
  width: 100%;
}

.search-icon {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: 12px;
  width: 18px;
  height: 18px;
  z-index: 1;
}

.search-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.btn-search {
  float: left;
  font-weight: 700;
  padding: 15px 10px;
  color: #fff;
  height: 56px;
  background: #ac0000;
  border: 2px solid #ac0000;
  border-radius: 0 4px 4px 0;
  transition: all 0.4s ease;
  width: 12%;
  font-size: 16px;
  line-height: 18px;
}
.btn-search:hover {
  color: #fff !important;
}

.bootstrap-tagsinput {
  height: 54px;
  padding: 0px 0px;
  height: inherit;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  margin-left: 40px;
  margin-top: -2px;
  border: none !important;
}
.bootstrap-tagsinput input {
  padding: 0 10px 0 5px;
}

.search-clear-filter {
  padding: 5px 15px;
}
.search-clear-filter span {
  color: #818989;
  font-size: 12px;
}
.search-clear-filter a {
  color: #011111;
  font-size: 12px;
}

body {
  color: #000 !important;
}

.card-layout-jobs {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.16);
  padding: 25px 30px;
  margin: 0px;
}
.card-layout-jobs .job-title a, .card-layout-jobs .job-title h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 28px;
  color: #ac0000;
}
.card-layout-jobs .job-title a:hover, .card-layout-jobs .job-title h3:hover {
  text-decoration: none;
}
.card-layout-jobs .job-tags a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 19px;
  margin: 4px 5px 4px 0px;
  padding: 7px 15px;
  border-radius: 4px;
  background: #efefef;
  color: #011111;
  text-align: center;
}
.card-layout-jobs .job-tags a:hover {
  text-decoration: none;
}
.card-layout-jobs .job-main-title-md h3 {
  font-weight: 700;
  font-size: 18px !important;
  line-height: 23px;
  color: #011111;
  margin: 30px 0 10px 0;
}
@media only screen and (max-width: 600px) {
  .card-layout-jobs .experience-details p span {
    color: #000;
    margin: 2px 4px 5px 8px;
  }
  .card-layout-jobs .experience-details .span-as-seprator:before {
    content: "";
    background: #808888;
    height: 20px;
    width: 1px;
    position: absolute;
    margin: 0 0 0 -5px;
  }
  .card-layout-jobs .experience-details .span-as-seprator:after {
    content: "";
    background: #808888;
    height: 20px;
    width: 1px;
    position: absolute;
    margin: 0 0 0 5px;
  }
  .card-layout-jobs .experience-details .seprator-before:before {
    content: "";
    background: #808888;
    height: 20px;
    width: 1px;
    position: absolute;
    margin: 2px 0 0 -5px;
  }
}
.card-layout-jobs .experience-details p span {
  color: #000;
  margin: 0 4px 5px 8px;
}
.card-layout-jobs .experience-details .span-as-seprator:before {
  content: "";
  background: #808888;
  height: 20px;
  width: 1px;
  position: absolute;
  margin: 0 0 0 -8px;
}
.card-layout-jobs .experience-details .span-as-seprator:after {
  content: "";
  background: #808888;
  height: 20px;
  width: 1px;
  position: absolute;
  margin: 0 0 0 8px;
}
.card-layout-jobs .experience-details .seprator-before:before {
  content: "";
  background: #808888;
  height: 20px;
  width: 1px;
  position: absolute;
  margin: 2px 0 0 -8px;
}
.card-layout-jobs .btm-info span {
  font-weight: 600;
  font-size: 18px;
  color: #a9a9a9;
}

.has-before:before {
  content: "";
  background: #ddd;
  height: 100%;
  width: 1px;
  position: absolute;
  margin: 0 0 0 -65px;
}

.mark-as-fav a {
  position: absolute;
  right: 0;
  z-index: 999;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mark-as-fav a {
    top: -9px;
  }
}
@media (max-width: 767px) {
  .mark-as-fav a {
    right: 15px;
  }
}
.mark-as-fav a i {
  font-size: 25px;
  color: #c2c6c6;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mark-as-fav a i {
    font-size: 14px;
  }
}
.mark-as-fav .active i {
  color: #ac0000;
}

.job-card-aside-widget {
  margin: 0 0 20px 0px;
}
.job-card-aside-widget .widget-icon {
  background: #ac0000;
  color: #fff;
  padding: 1px 0px;
  border-radius: 3px;
  margin: 5px 0 0 -35px;
  position: absolute;
  width: 28px;
  height: 28px;
  text-align: center;
}
.job-card-aside-widget .widget-icon i {
  font-size: 14px;
}
.job-card-aside-widget .widget-details h3 {
  font-size: 20px;
  color: #011111;
  font-weight: 700;
  margin: 0;
}
.job-card-aside-widget .widget-details span {
  font-size: 18px;
  color: #011111;
  font-weight: 500;
}

.btn-card {
  display: inline-block;
  font-weight: 700;
  padding: 8px 35px;
  color: #ac0000;
  background: #fff;
  border: 2px solid #ac0000;
  border-radius: 4px;
  font-size: 16px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}
.btn-card:hover {
  background: #ac0000;
  color: #ffffff;
}

.card-btn-disabled {
  background-color: #fff;
  color: #c7c7c7;
  border-color: transparent;
  margin-top: 3px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}
.card-btn-disabled:hover, .card-btn-disabled:focus {
  background-color: #fff;
  color: #c7c7c7;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.filter-btn-group button {
  background: none;
  color: #011111;
  padding: 10px 20px;
  width: 100%;
  text-align: center;
  font-weight: 600;
}
.filter-btn-group button:hover {
  background: transparent;
  color: #011111;
  border: 1px solid #011111;
}
.filter-btn-group button:focus, .filter-btn-group button:active, .filter-btn-group button:disabled {
  background-color: white !important;
  color: #011111 !important;
  opacity: 1 !important;
}
.filter-btn-group button:after {
  background-color: white !important;
}

.job-details-list-view {
  padding-left: 15px;
}
.job-details-list-view:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  margin: 7px 0 0 -18px;
  background: #ac0000;
}

.job-posted-info span {
  font-size: 15px;
}

.apply-job-more-details .job-main-title-sm h3 {
  font-size: 16px;
  font-weight: 700;
  color: #011111;
  margin: 0 0 5px 0;
  text-transform: capitalize;
}
.apply-job-more-details .experience-details-sm p {
  font-size: 15px;
  font-weight: 500;
  color: #011111;
  text-transform: inherit;
}

.view-job-details .view-btn i {
  font-size: 32px;
  color: #ac0000;
}

.apply-job-discription p {
  font-weight: 500;
  margin: 15px 0 15px 0;
}

.filter-job-mbl {
  display: none;
  padding: 0 16px;
}
.filter-job-mbl .filter-title {
  font-size: 15px;
  font-weight: 600;
  color: #011111;
}
.filter-job-mbl .no-bg {
  background: none;
  border: 1px solid #011111;
  color: #011111;
}
.filter-job-mbl .btn-sortby {
  margin: -35px 0 0 5px;
}

.srch-tab-dropdown {
  background: #fff !important;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0;
  min-width: 315px;
  background: transparent;
  display: none;
  padding: 0 0;
  z-index: 9;
}
.srch-tab-dropdown .tab-content {
  position: relative;
}
.srch-tab-dropdown .tab-content:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #88b7d5;
  border-width: 30px;
  margin-left: -30px;
}
.srch-tab-dropdown .tab-content:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #c2e1f5;
  border-width: 36px;
  margin-left: -36px;
}
.srch-tab-dropdown .tab-pane {
  padding: 0 !important;
}
.srch-tab-dropdown .tabs-custom-search {
  border: unset !important;
  background: transparent;
}
.srch-tab-dropdown .tabs-custom-search li a {
  border-radius: 0 !important;
  background: #fff;
  font-weight: 600;
  color: #011111;
  border: 1px solid #011111 !important;
}
.srch-tab-dropdown .tabs-custom-search li .btn-a-blue:not(:disabled):not(.disabled):active, .srch-tab-dropdown .tabs-custom-search li .btn-a-blue:not(:disabled):not(.disabled).active, .srch-tab-dropdown .tabs-custom-search li .show > .btn.btn-a-blue.dropdown-toggle {
  background-color: #ac0000;
  border-color: #ac0000;
}

.pay-filter-mbl {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  padding: 50px 0;
  z-index: 9999;
}
.pay-filter-mbl .back-pay-filter {
  padding: 0 25px;
}
.pay-filter-mbl .back-pay-filter a {
  color: #011111;
  font-size: 22px;
  margin: 0 0 12px 0px;
  display: block;
  font-weight: 600;
}
.pay-filter-mbl .tab-pane {
  padding: 0 !important;
}
.pay-filter-mbl .tabs-custom-search {
  border: unset !important;
  background: transparent;
  padding: 0px 50px 10px 40px !important;
}
.pay-filter-mbl .tabs-custom-search li a {
  border-radius: 0 !important;
  background: #fff;
  font-weight: 600;
  color: #011111;
  border: 1px solid #011111 !important;
}
.pay-filter-mbl .tabs-custom-search li .btn-a-blue:not(:disabled):not(.disabled):active, .pay-filter-mbl .tabs-custom-search li .btn-a-blue:not(:disabled):not(.disabled).active, .pay-filter-mbl .tabs-custom-search li .show > .btn.btn-a-blue.dropdown-toggle {
  background-color: #ac0000;
  border-color: #ac0000;
}
.pay-filter-mbl .tab-dropdown-inner .dropdown-item .drp-list {
  margin: 20px 2px 0;
  line-height: 35px;
  height: 50vh;
}

.tab-dropdown-inner {
  border: 1px solid #dee2e6;
  letter-spacing: -5px;
  margin-top: -12px;
  background: #fff;
  position: relative;
}
.tab-dropdown-inner .dropdown-item {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  border-left: 1px solid #a0a0a0;
  padding: 10px 0;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.tab-dropdown-inner .dropdown-item:first-child {
  border-left: unset;
}
.tab-dropdown-inner .dropdown-item .title h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: #011111;
  margin: 10px 0 0px 0;
}
.tab-dropdown-inner .dropdown-item .drp-list {
  margin: 15px 2px 0;
  font-size: 18px;
  line-height: 21px;
  height: 155px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
}
.tab-dropdown-inner .dropdown-item .drp-list li {
  list-style: none;
}
.tab-dropdown-inner .dropdown-item .drp-list li a {
  display: block;
  color: #011111;
  padding: 6px 10px;
  font-weight: 600;
}
.tab-dropdown-inner .dropdown-item .drp-list li a:hover {
  text-decoration: none;
}

.drp-list::-webkit-scrollbar {
  width: 3px;
}

.drp-list::-webkit-scrollbar-track {
  width: 5px;
  background: #f5f5f5;
}

.drp-list::-webkit-scrollbar-thumb, .chat-box::-webkit-scrollbar-thumb {
  width: 1em;
  background-color: #ac0000;
  outline: 1px solid slategrey;
  border-radius: 1rem;
}

@media only screen and (max-width: 767px) {
  .bt-searchbar select {
    padding: 14px 15px !important;
    height: 54px !important;
    border: 1px solid #011111;
    margin: 12px 0 !important;
  }

  .browsmobial {
    display: block;
    padding-bottom: 4px;
  }

  .search-job-item {
    padding: 0 10px;
  }

  .br-padding-mbl, .has-mbl-padding {
    padding: 0 10px !important;
  }

  .mycustom-padding {
    margin: 7px -32px !important;
  }

  .hide-at-mbl {
    display: none;
  }

  .show-at-mbl {
    display: block;
    margin-left: 176px;
  }

  .mbl-filter-bt {
    padding: 0 11px !important;
  }

  .job-card-aside-widget {
    margin: 10px 0 20px 51px;
  }

  .aside-sec-btm {
    margin: 29px 0 0 -23px !important;
  }

  .filter-job-mbl {
    display: flex;
  }

  .pc-has-pedding {
    padding: 0 20px !important;
  }

  .unset-margin-media {
    margin-top: 0 !important;
  }

  .media-card-unset {
    background: transparent;
    box-shadow: none !important;
  }

  .search-filter-desktop {
    display: none;
  }

  .field-frame {
    border-radius: 4px !important;
    border: unset;
    width: 100%;
  }

  .field-holder:first-child {
    border-right: unset;
  }

  .search-icon {
    display: none;
  }

  .bootstrap-tagsinput {
    height: 54px !important;
    margin-bottom: 10px;
    /* padding: 0px 2px; */
    border-radius: 5px;
    margin-top: 2px !important;
    margin-left: 0px !important;
    padding: 0px 10px;
    border: 1px solid #7f7f7f !important;
  }

  .search-form-group select {
    margin: 15px 0 15px 5px;
    padding: 0 10px;
  }

  .search-form-group input, .search-form-group select {
    margin: 0 0 15px 0;
    padding: 0 10px;
    height: unset;
  }

  .btn-search {
    border: 1px solid #ac0000;
    border-radius: 4px 4px 4px 4px;
    height: 48px;
    width: 100%;
  }

  .location-slct-media {
    border: 1px solid #011111 !important;
    height: 54px !important;
    margin: 15px 0 !important;
  }

  .search-clear-filter {
    display: none;
  }

  .media-50 {
    width: 50%;
  }

  .job-posted-info {
    display: none;
  }

  .apply-center-media {
    text-align: center !important;
  }

  .srch-jobs-btn a {
    width: 95%;
  }

  .srch-jobs-btn {
    margin-top: 20px;
  }

  .btn-card {
    padding: 8px 25px;
  }

  .card-layout-jobs .talentInfoWrapper {
    margin-bottom: 25px;
  }
}
.burger_notification {
  background: #32a852;
  position: absolute;
  right: 6px;
  top: 0px;
  z-index: 2;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  transform: scale(1);
  box-shadow: 0 0 0 0 #32a852;
  -webkit-animation: pulse-red 2s infinite;
  animation: pulse-red 2s infinite;
}
