@charset "UTF-8";
.card-notivation {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.16);
  margin: 45px 0;
}

.notivation-content {
  padding-top: 55px;
}
@media (max-width: 767px) {
  .notivation-content {
    padding-top: 30px;
  }
}

.p-color-thems {
  color: #ac0000;
}

.card-over-icon {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  border-radius: 100%;
  padding: 20px;
  color: #fff;
  width: 100px;
  height: 100px;
}
@media (max-width: 767px) {
  .card-over-icon {
    font-size: 40px;
    border-radius: 100%;
    padding: 15px;
    color: #fff;
    width: 70px;
    height: 70px;
  }
}

.bg-color-thems {
  background-color: #ac0000;
}

.bg-color-success {
  background-color: #32a852;
}

.notivation-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  color: #ac0000;
}
@media (max-width: 767px) {
  .notivation-title {
    font-size: 28px;
  }
}

.notivation-sub-title {
  color: #011111;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .notivation-sub-title {
    font-size: 15px;
  }
}

.notivation-link {
  background-color: #ac0000;
}
.notivation-link a {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}

.bg-transparent {
  background-color: transparent !important;
}

.text-color-success {
  color: #32a852;
}

.document-box {
  padding: 0 6px;
}

.padd-6 {
  padding: 0 6px;
}

.border-dots {
  position: relative;
}
.border-dots:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background-color: #ac0000;
  border-radius: 10px;
  top: 5px;
  left: -29px;
}

.sub-acc-status p {
  font-size: 16px;
  font-weight: 400;
}

.rolespot-pera-inner {
  font-size: 1rem;
  color: #000;
  font-weight: 400;
}

.right-text-desktop {
  text-align: right;
}
@media (max-width: 767px) {
  .right-text-desktop {
    text-align: left;
  }
}

/* Listing */
.listing-cards-wrapper {
  box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.16) !important;
}

.padding-left-1 {
  padding-left: 14px;
}

.yes-checked {
  padding: 4px 0;
  color: #6bae47;
}

.not-checked {
  padding: 4px 0;
  color: #ac0000;
}

.listing-cards-title {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 700;
  font-family: "Open Sans", Arial, sans-serif;
}

.listing-social {
  position: absolute;
  right: 0;
  top: -10px;
}
@media (max-width: 767px) {
  .listing-social {
    position: relative;
    right: 0;
    top: 0;
  }
}

.summernote-paragraph {
  font-family: "Open Sans", Arial, sans-serif;
}
.summernote-paragraph p {
  font-size: 1rem !important;
  color: #000;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-weight: 400;
  line-height: 1.5 !important;
}
.summernote-paragraph ul {
  padding-bottom: 0px;
}
.summernote-paragraph ul li {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1rem !important;
}
.summernote-paragraph ol {
  padding-bottom: 15px;
}
.summernote-paragraph ol li {
  font-family: "Open Sans", Arial, sans-serif;
}

.spacing-remove p {
  margin-top: 0px;
}

.modal-body p {
  margin-bottom: 0px !important;
}

.spacing-remove p span {
  padding-bottom: 0.5rem;
}

.space-section p {
  width: 100%;
  float: left;
}
.space-section span {
  padding-bottom: 0.5rem;
  float: right;
  width: 63%;
}
.space-section span br {
  display: contents !important;
}
.space-section span span {
  padding-bottom: 0px !important;
}
.space-section strong {
  float: left;
  margin: 0px !important;
}

.card-layout-jobs.mb-4 .summernote-paragraph ul li {
  margin-bottom: 0;
}

.theme-form-group .col-md-4 {
  cursor: text !important;
}

.button-action button.btn:active:not(.disabled):not(.static) {
  transform: translateY(0px);
}

.btn-burger {
  overflow: visible;
}
.btn-burger .pulse_dot {
  margin-top: -15px;
}

.verified-btn {
  color: #fff !important;
  background: #28a745;
  border-color: #28a745;
  opacity: 1 !important;
}

.hire-section input[type=text] {
  font-size: 1rem;
}

.table-head {
  width: 82%;
  margin-left: 41px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 10px 20px 2px 5px !important;
}

.table-content {
  width: 80%;
}

.theme-form-group .radio-toolbar input[type=radio]:checked + label {
  border: 1px solid #000 !important;
}

.theme-form-group .radio-toolbar label:hover {
  border-color: #000 !important;
}

.form-register .theme-form-group input[type=radio]:checked + label {
  cursor: pointer !important;
}

.popup-browser {
  text-align: center;
}
.popup-browser .modal-dialog {
  max-width: 625px;
}
.popup-browser p {
  font-size: 14px;
}
.popup-browser a {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 20px;
  border-radius: 8px;
  background: #f5f5f5;
  border: 1px solid #ccc;
  margin: 0 5px;
}
.popup-browser a img {
  width: 100%;
}

.custom-checkbox {
  width: 50%;
}
.custom-checkbox input[type=checkbox] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.append-dropdown.float-left .select2-selection {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  height: 43px !important;
  width: 100.1%;
}

.theme-form-group .radio-toolbar input[type=checkbox]:checked + label {
  background-color: #ac0000;
  color: #ffffff;
}

.form-holder.form-group.theme-form-group.mb-4.a input.select2-search__field {
  float: left;
  margin: 8px 0 0 !important;
}

.disabled-post-job {
  position: relative;
  z-index: 2;
}
.disabled-post-job .select2-container {
  position: relative;
  z-index: -1;
}

.custom-bg-section .select2-container--below .select2-selection, .custom-bg-section .select2-container--above .select2-selection {
  background: #ac0000 !important;
}
.custom-bg-section .select2-container--below .select2-selection .select2-selection__rendered, .custom-bg-section .select2-container--above .select2-selection .select2-selection__rendered {
  color: #fff !important;
  text-align: center;
  font-weight: 700;
}
.custom-bg-section .select2-container--below .select2-selection .select2-selection__rendered .select2-selection__placeholder, .custom-bg-section .select2-container--above .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: #fff !important;
}
.custom-bg-section .select2-container--below .select2-selection .select2-selection__arrow b, .custom-bg-section .select2-container--above .select2-selection .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent !important;
}

.custom-bg-section .customSelect2show .select2-container--bootstrap .select2-selection {
  background: #ac0000 !important;
}
.custom-bg-section .customSelect2show .select2-container--bootstrap .select2-selection .select2-selection__rendered {
  color: #fff !important;
  text-align: center;
  font-weight: 700;
}
.custom-bg-section .customSelect2show .select2-container--bootstrap .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: #fff !important;
}
.custom-bg-section .customSelect2show .select2-container--bootstrap .select2-selection .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent !important;
}

.custom-bg-section .select2-container--open .select2-selection {
  background: #fff !important;
}
.custom-bg-section .select2-container--open .select2-selection .select2-selection__rendered {
  color: #000 !important;
  text-align: left;
  font-weight: 400;
}
.custom-bg-section .select2-container--open .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: #000 !important;
}
.custom-bg-section .select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #666 transparent !important;
}

.custom-bg-section .disabled-post-job .select2-container--below .select2-selection, .custom-bg-section .disabled-post-job .select2-container--above .select2-selection {
  background: #e8e8e8 !important;
}
.custom-bg-section .disabled-post-job .select2-container--below .select2-selection .select2-selection__rendered, .custom-bg-section .disabled-post-job .select2-container--above .select2-selection .select2-selection__rendered {
  color: #000 !important;
  text-align: center;
  font-weight: 400;
}
.custom-bg-section .disabled-post-job .select2-container--below .select2-selection .select2-selection__rendered .select2-selection__placeholder, .custom-bg-section .disabled-post-job .select2-container--above .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: #000 !important;
}
.custom-bg-section .disabled-post-job .select2-container--below .select2-selection .select2-selection__arrow b, .custom-bg-section .disabled-post-job .select2-container--above .select2-selection .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent !important;
}

.custom-bg-section .disabled-post-job .select2-container--bootstrap .select2-selection {
  background: #e8e8e8 !important;
}
.custom-bg-section .disabled-post-job .select2-container--bootstrap .select2-selection .select2-selection__rendered {
  color: #000 !important;
  text-align: center;
  font-weight: 400;
}
.custom-bg-section .disabled-post-job .select2-container--bootstrap .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: #000 !important;
}
.custom-bg-section .disabled-post-job .select2-container--bootstrap .select2-selection .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent !important;
}

.custom-bg-section input[type=text] {
  width: 100.1%;
  height: 43px;
  text-align: center;
}

.btn-custom .btn {
  padding: 0.375rem 30px;
  font-size: 14px;
}

.custom-checkbox label {
  height: 43px;
}

.append-dropdown input:-webkit-autofill {
  box-shadow: 0 0 0 0px #f5f5f5 inset !important;
  background-color: #FFFFFF !important;
}

.check-status {
  width: 100%;
  display: inline-block;
  text-align: left;
  background: #fff2cc;
  border-radius: 6px;
  padding: 0px 14px;
  margin-top: 25px;
}

.check-status p {
  margin: 0px;
  font-size: 14px;
  padding: 2px 0;
}

.admin-status {
  width: 100%;
  display: inline-block;
  text-align: left;
  background: #d9ead3;
  border-radius: 6px;
  padding: 0px 14px;
  margin-top: 25px;
}

.admin-status p {
  margin: 0px;
  font-size: 14px;
  padding: 2px 0;
}

.verify-detail {
  padding: 0 30px;
}
.verify-detail img {
  width: 65px;
  height: auto;
  margin-bottom: 25px;
  margin-top: 15px;
}
.verify-detail h5 {
  margin-bottom: 20px;
  color: #1f262d;
}
.verify-detail h6 {
  font-size: 10px;
  color: #696969;
  float: left;
  font-weight: 600;
  text-align: left;
  margin-top: 5px;
}
.verify-detail p {
  font-size: 14px;
}
.verify-detail label {
  width: 100%;
  display: inline-block;
  color: #000;
  font-size: 14px;
  text-align: left;
  margin-top: 20px;
}
.verify-detail a {
  color: #ac0000;
}
.verify-detail button {
  padding: 5px 15px !important;
}
.verify-detail span input {
  border: 0px;
  width: 56%;
  height: 32px;
  border-bottom: 2px solid #ac0000;
  text-align: center;
  margin: 0 5px;
  font-size: 26px;
  padding: 0 0px;
  font-weight: 600;
}
.verify-detail span input:focus {
  outline: none;
  border-bottom: 2px solid #ac0000;
}

.status-custom .text-success {
  border: 1px solid #008000;
  color: #008000 !important;
  padding: 8px 12px !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.status-custom .text-danger {
  border: 1px solid #ac0000;
  color: #ac0000 !important;
  padding: 8px 12px !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.status-custom i {
  margin-right: 5px;
}

.yes-checked {
  border: 1px solid #008000;
  color: #008000 !important;
  padding: 8px 12px !important;
}

.not-checked {
  border: 1px solid #ac0000;
  padding: 8px 12px !important;
}

.hideable-btn {
  display: inline-block;
}

.are_you_paid .my_custom_label {
  background-color: #f3f3f3 !important;
  padding: 9px 40px 10px 0px !important;
  width: 100% !important;
  font-weight: 700;
  color: #333;
  border-radius: 4px;
  text-align: center !important;
  -webkit-box-orient: vertical;
  height: auto !important;
}

.are_you_paid .my_custom_label.label-active {
  background-color: #ac0000 !important;
  color: #fff !important;
}

.col-lg-6 .card {
  height: 100%;
}

button.btn:active:not(.disabled):not(.static) {
  transform: translateY(0px);
}

.custom-file-class .bgc-default {
  background: #ac0000 !important;
  border-width: 2px;
  font-weight: 600;
  font-size: 90%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 0 0.175rem 0.175rem 0;
  line-height: 2.4;
  padding: 0.375rem 0.75rem !important;
  opacity: 0.55;
  margin: 0px 0 0 auto !important;
}
.custom-file-class .ace-file-icon {
  margin-left: 10px !important;
}

.card-title {
  color: #ac0000;
}

.btn-theme-custom.d-inline-block.has-tooltip:hover {
  box-shadow: 0px 0px 0px #ad070782;
}

.ace-file-input .ace-file-container {
  height: 48px;
}

.ace-file-input .ace-file-container .ace-file-name {
  line-height: 48px;
}

.custom-font input {
  font-size: 1rem !important;
}

.mobile-section {
  display: none;
}

.layout-border {
  border: 2px solid #ac0000;
}

.show-flash-below .search-manage-jobs {
  width: 80% !important;
}

.tooltip.in {
  opacity: 1 !important;
}

.show-flash-below .btn-search {
  width: 16% !important;
}

.external-btn {
  display: inline-block;
  position: relative;
  top: -4px;
  left: 20px;
}
.external-btn a {
  font-size: 14px !important;
  display: inline-block;
}
.external-btn a i {
  color: #ac0000 !important;
}

.custom-label .badge {
  background: #ac0000;
  border-color: #ac0000;
}
.custom-label a i {
  position: relative;
  top: 3px;
}

.job-detail-card {
  word-break: break-word;
}

.card-layout-jobs {
  word-break: break-word;
}

@media only screen and (max-width: 767px) {
  .table-head, .table-content {
    width: 100%;
    margin: 0px !important;
  }

  .table-head h6 {
    margin: 0px;
  }

  .titlebar-top {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }

  .border-custom {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .card-layout-jobs {
    padding: 0px 10px !important;
  }

  .cost-table tbody tr .first-td {
    width: 50% !important;
  }

  .success-discp .candidate-item {
    padding: 0 0px !important;
  }

  .success-discp {
    padding: 0 5px;
  }

  .success-discp .titlebar-top {
    padding-left: 10px !important;
    margin: 0 -10px;
  }

  .success-discp .find-cost {
    margin: 0px !important;
    padding: 0 0px;
    width: 100% !important;
  }

  .success-discp .titlebar-top h3 {
    margin: 0px;
  }

  .success-discp td#q-total-commitment-label-el {
    padding-right: 0px !important;
  }

  .cost-table tbody tr .second-td {
    width: 30% !important;
  }

  #form-hireCandidate-p-3 .row.justify-content-center.mt-5 {
    margin: 0 -8px;
  }

  .select2-container .select2-selection--multiple .select2-selection__rendered {
    white-space: break-spaces !important;
  }

  .verify-detail h6 {
    text-align: center;
    float: none;
    margin-bottom: 10px;
  }

  .verify-detail button {
    float: none;
  }

  .action-row-mobile {
    padding-top: 20px;
  }

  .verify-detail span input {
    width: 72%;
    font-size: 20px;
  }

  .external-btn {
    top: 0px;
    left: 0px;
    margin-top: 10px;
  }

  .main-search-form.mx-md-2.mj-search-forms.d-flex {
    display: inline-block !important;
  }

  .col-lg-3.text-center.p-0.pt-2 {
    display: inline-block !important;
  }

  .show-flash-below .search-manage-jobs {
    width: 70% !important;
  }

  .show-flash-below .btn-search {
    width: 30% !important;
  }

  .custom-filter-mobile a {
    padding: 5px 20px;
  }

  .desktop-section {
    display: none;
  }

  .mobile-section {
    display: block;
  }

  .tooltip .tooltiptext {
    left: auto;
  }
}
@media only screen and (max-width: 320px) {
  .cost-table tbody tr .first-td {
    width: 50% !important;
  }

  .form-register .steps li, .form-register .steps li.current {
    padding-right: 50px !important;
  }

  .candidate-item span {
    display: block;
  }

  .verify-detail span input {
    width: 85%;
    font-size: 16px;
  }
}
::-moz-selection {
  color: black !important;
  background: #B4D5FE !important;
}
::selection {
  color: black !important;
  background: #B4D5FE !important;
}

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

.bg-primary-theme {
  background-color: #ac0000 !important;
}

.fixed_scroll {
  overflow-y: hidden;
}

.form-control {
  color: #000000 !important;
}

.navbar-brand {
  margin-left: 10px !important;
}

@media only screen and (max-width: 600px) {
  .navbar-brand img {
    width: 55%;
    max-width: 230px;
    margin: 0px 0px 0px -18px !important;
  }
}
.navbar-brand img {
  width: 55%;
  max-width: 230px;
}

.text_editor * {
  color: black !important;
  font-family: sans-serif;
  width: 97% !important;
  background-color: #fff !important;
}

.color-rs-red {
  color: #ac0000 !important;
}

.color-rs-drk {
  color: #011111 !important;
}

.bg-rs-red {
  background: #ac0000 !important;
  color: #ffffff !important;
}

.font-w-500 {
  font-weight: 500 !important;
}

.h-100vh {
  height: 100vh;
}

.bg-white {
  background-color: #fff !important;
}

label {
  cursor: unset !important;
}

a:hover, button:hover {
  text-decoration: none !important;
}

input[type=checkbox]:active, input[type=radio]:active {
  border-color: #ac0000 !important;
}

input[type=checkbox]:focus, input[type=radio]:focus {
  border-color: #ac0000 !important;
}

.pre-loader {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pre-loader.hidden {
  -webkit-animation: fadeOut 1s;
          animation: fadeOut 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.action-row-mobile {
  display: none;
}

.no-label {
  margin-top: 31px;
}

.color-rs-primary {
  color: #ac0000 !important;
}

.job-loc {
  margin-left: 0 !important;
}

.theme-form-group .is-invalid {
  border-color: #da3737 !important;
}

.link-terms .error {
  margin: 0 0 0 28px;
}

.invalid-feedback {
  font-weight: 500;
  font-size: 14px;
}

.append-cal-icon {
  cursor: pointer;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 0.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.sidebar-default .submenu .nav-text::before {
  display: none;
  position: absolute;
  left: 2.75em;
  z-index: 1;
  opacity: 0.65;
  top: calc(50% - 0.1875rem);
  width: 0rem;
  height: 0rem;
  border-radius: 0.75rem;
  background-color: currentColor;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: none;
  padding-right: calc(1.5em + 0.75rem);
  background-image: none;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: none;
  padding-right: calc(1.5em + 0.75rem);
  background-image: none;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.sidebar .submenu-inner,
.sidebar-default .submenu .nav-item.active > .nav-link > .nav-icon {
  color: #ffffff;
}

.sidebar-default .submenu .nav-item .nav-link .nav-icon {
  color: #af0000;
  opacity: 0.75;
}

.sidebar-default .nav-item.active > .nav-link > .caret {
  color: #ffffff;
  opacity: 11.82;
}

.sidebar-default .nav-item .nav-link .caret {
  color: #af0000;
  opacity: 0.75;
}

.sidebar .submenu-inner > li > a:hover {
  text-decoration: none;
  list-style-type: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #efefef !important;
  border: 1px solid #efefef !important;
  padding: 2px 5px !important;
}

.select2-container--default .select2-selection--multiple {
  border-color: #011111 !important;
  height: 45px;
}

.select2-container--bootstrap .select2-selection--single {
  border-color: #011111 !important;
  height: 45px !important;
  padding: 10px !important;
}

.select2-container--default .select2-has-errorclass, .select2-container--bootstrap .select2-has-errorclass {
  border-color: red !important;
}

.dropdown-item:not(.btn):hover, .dropdown-item:not(.btn):focus {
  text-decoration: none;
  background: #ac0000;
  color: #fff;
}

.pay-rate-dropdown:hover {
  color: #ac0000 !important;
  background: #fff !important;
}

.btn-default:hover {
  color: #fff !important;
  background-color: #ac0000 !important;
  border-color: #ac0000 !important;
}

.dropdown-menu.show {
  width: 100%;
}

.post-a-job-btn {
  text-transform: none !important;
}

.form-control:focus {
  box-shadow: unset !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  box-shadow: unset !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #efefef !important;
  border: 1px solid #efefef !important;
  padding: 2px 5px !important;
}

.select2-container--default .select2-selection--multiple {
  border-color: #011111 !important;
  height: 45px;
}

.select2-container--bootstrap .select2-selection--single {
  border-color: #011111 !important;
  height: 45px !important;
  padding: 10px !important;
}

.select2-container--default .select2-has-errorclass, .select2-container--bootstrap .select2-has-errorclass {
  border-color: red !important;
}

.dropdown-item:not(.btn):hover, .dropdown-item:not(.btn):focus {
  background-color: #fff;
}

.btn-default:hover {
  color: #fff !important;
  background-color: #ac0000 !important;
  border-color: #ac0000 !important;
}

.form-control:focus {
  box-shadow: unset !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  box-shadow: unset !important;
}

@media only screen and (max-width: 767px) {
  .action-row-mobile .has-btn-cls {
    margin: -5px 0 15px 40px;
    background: transparent;
    border: 2px solid #b00c0c;
    color: #b00c0c;
    float: right !important;
    padding: 5px 10px;
  }

  .mbl-w-70 {
    width: 70%;
    float: left;
  }

  .mbl-w-30 {
    width: 30%;
    float: left;
  }

  .action-row-desktop {
    display: none;
  }

  .action-row-mobile {
    display: block;
  }
}
.border-line {
  border-bottom: 1px solid #cbcbcb;
  width: 98%;
  margin: 10px 0px;
  display: block;
}

#tooltip i {
  font-size: 19px;
  color: #827e7e;
}

.page-title-md h3 {
  font-weight: 700;
  font-size: 18px;
  color: #011111;
}

.navbar-nav ul li a {
  color: #011111;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 10px 0 0px 25px;
  display: inline-block;
  font-size: 15px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: relative;
}
.navbar-nav ul li a:hover {
  color: #ac0000;
  text-decoration: none;
}
.navbar-nav ul li a:hover:after {
  opacity: 1;
  transform: translateY(0);
}
.navbar-nav ul li a:after {
  background: #ac0000;
  content: "";
  height: 4px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: translateY(12px);
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  width: 100%;
}
.navbar-nav ul li .header-dropdown-custom {
  margin-left: 13px;
  overflow: hidden !important;
}
.navbar-nav ul li .header-dropdown-custom a {
  margin: -10px 0 5px 0;
  border-bottom: 1px solid #ac0000;
  text-transform: capitalize;
}
.navbar-nav ul li .header-dropdown-custom a:after {
  display: none;
}
.navbar-nav ul li .header-dropdown-custom a:hover {
  background: #b93737;
  color: #ffffff;
}
.navbar-nav ul li.active a {
  color: #ac0000;
}
.navbar-nav ul li.active a::after {
  opacity: 1;
  transform: translateY(0);
}

.profile-dropdown-widget .dropdown-menu {
  padding-bottom: 0;
}
.profile-dropdown-widget .dropdown-menu a:last-child {
  border-bottom: unset;
  margin-bottom: 0;
}

.sidebar-default .submenu .nav-item.active > .nav-link {
  color: #ac0000;
}

.sidebar-default .submenu .nav-item.active:not(.open) > .nav-link {
  background-color: #af0000 !important;
  color: #ffffff !important;
}

.sidebar-default .nav > .nav-item > .nav-link:hover {
  background-color: #af0000;
  color: #ffffff;
}

.sidebar-default .nav > .nav-item > .nav-link:hover .nav-icon,
.sidebar-default .nav > .nav-item > .nav-link:hover .caret {
  color: #ffffff;
}

.sidebar-default .submenu .nav-item > .nav-link:hover {
  color: #ffffff !important;
  background: #ac0000 !important;
}

.sidebar-default .submenu .nav-item > .nav-link:hover {
  color: #ffffff !important;
  background: #ac0000 !important;
}

.sidebar-default .submenu .nav-item.active .nav-link .caret,
.sidebar-default .submenu .nav-item .nav-link:hover .caret {
  color: #ffffff !important;
}

.sidebar-default {
  background-color: #ffffff;
}

.sidebar-inner {
  box-shadow: 0 0 8px #d9d9d9 !important;
  border-right: 1px solid transparent !important;
}

.sidebar-default .nav > .nav-item.active > .nav-link {
  color: #ffffff;
  background-color: #ac0000;
}

.sidebar-default .nav > .nav-item.active > .nav-link > .nav-icon {
  color: #ffffff;
}

.sidebar-default .nav.has-active-border .nav-item.active > .nav-link::before {
  display: none;
}

.sidebar-default .nav > .nav-item > .nav-link {
  color: #011111;
  font-weight: 700;
  border-bottom: 1px solid #e7e7e7;
  font-size: 15px;
}

.ck-button {
  margin: 4px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #011111;
  color: #011111;
  overflow: auto;
  float: left;
  padding: 5px 40px 0 40px !important;
}
.ck-button label input {
  display: none;
}

.ck-button input:checked + span {
  background-color: #ac0000;
  color: #fff;
}

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

.border-right-unset {
  border-right: unset !important;
}

.btn-theme-custom {
  background: #ac0000 !important;
  border: 2px solid #ac0000;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 4px !important;
  padding: 8px 35px !important;
}
.btn-theme-custom:focus {
  outline: none;
}
.btn-theme-custom:hover {
  border-color: #ac0000 !important;
  box-shadow: 0px 2px 3px #ad070782;
}

.login-main-title h3 {
  color: #ac0000;
  font-size: 40px;
  margin: 0 0 20px;
  font-weight: 700;
}

.theme-form-group label {
  display: block;
  color: #011111;
  font-size: 17px;
  line-height: 21px;
  margin: 0 0 10px;
  font-weight: 700;
}
.theme-form-group label .icon-required {
  color: #ac0000;
}
.theme-form-group label span {
  font-weight: normal;
}
.theme-form-group .form-control {
  border: 1px solid transparent;
  padding: 10px;
  border-radius: 4px;
  background: #ffffff;
  height: 45px;
}
.theme-form-group .iti {
  width: 100%;
}
.theme-form-group .select2-container {
  width: 100% !important;
}
.theme-form-group input[type=radio]:disabled + label {
  background-color: #f0f0f0;
  border-color: #a2a2a2;
  color: #838383;
}

.input-has-icon {
  padding-right: 62px !important;
}

.show-pswrd {
  font-size: 12px;
  font-weight: normal !important;
  float: right;
  position: relative;
  margin: -30px 15px 0 0;
  color: #011111;
}
.show-pswrd:hover {
  cursor: pointer;
}

.show-password {
  position: absolute;
  right: 12px;
  top: 40px;
  font-weight: 600;
  color: #011111;
  cursor: pointer;
}

.link-forgot a {
  color: #ac0000;
  font-weight: 700;
}

.footer-logo img {
  width: 35%;
  max-width: 180px;
}

.footer-widget h6 {
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  margin: 0 0 15px;
  color: white;
}

.footer-widget a {
  color: white;
  font-weight: 100;
  text-align: left !important;
  margin-bottom: 10px;
}
.footer-widget a:hover {
  color: rgba(255, 255, 255, 0.853);
  text-decoration: none;
}

.footer-inner {
  text-align: left !important;
}

.nav-tabs.page-nav-tabs.nav-tabs-boxed .nav-link.active:not([class*=btn-a-]), .nav-tabs.page-nav-tabs.nav-tabs-boxed .nav-item.show .nav-link:not([class*=btn-a-]) {
  color: #ffffff;
  border-color: #ac0000;
  background: #ac0000;
}

.label-supp {
  margin: -5px 0 10px 0;
  display: block;
  color: grey;
  font-weight: 400;
  font-size: 15px;
}

.label-supp a {
  color: #ac0000;
  font-size: 15px;
}

.footer {
  background-color: #1f2022;
  background-size: cover;
  background-position: center center;
}
.footer .footer-item-icon {
  color: #ac0000;
}

.link-terms {
  font-weight: 600;
  color: #011111;
}
.link-terms a {
  color: #ac0000;
}
.link-terms .text-danger-theme {
  color: #ac0000 !important;
}

.sw-theme-circles > ul.step-anchor {
  background: none;
  margin-bottom: 2rem;
}

.sw-theme-circles > ul.step-anchor > li.nav-item.active > a, .sw-theme-circles > ul.step-anchor > li.nav-item.done > a {
  background-color: #ac0000;
  color: #fff;
  border-color: #ac0000 !important;
}

.sw-main > ul.step-anchor > li.wizard-progressbar {
  background-color: #ac0000;
}

.sw-theme-circles > .sw-container {
  border: unset;
}

.sw-theme-circles .step-content {
  background-color: transparent;
}

.stepper-title-inner {
  font-size: 30px !important;
  margin: -15px 0 0 0 !important;
}
.stepper-title-inner span {
  color: #011111;
}

.sw-theme-circles .sw-toolbar {
  background: none;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.br-r-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.bl-r-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.theme-form-group label {
  display: block;
  color: #011111;
  font-size: 17px;
  line-height: 21px;
  margin: 0 0 10px;
  font-weight: 700;
}
.theme-form-group .radio-toolbar {
  margin: 0px;
}
.theme-form-group .radio-toolbar input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.theme-form-group .radio-toolbar input[type=radio]:checked + label {
  background-color: #ac0000;
  border-color: #ac0000;
  color: #ffffff;
}
.theme-form-group .radio-toolbar label {
  display: inline-block;
  background-color: transparent;
  padding: 10px 20px;
  font-size: 16px;
  border: 1px solid #011111;
  border-radius: 0;
  width: 33.3333%;
  text-align: center;
}
.theme-form-group .radio-toolbar label:hover {
  background-color: #ac0000;
  border-color: #ac0000;
  color: #ffffff;
  cursor: pointer !important;
}

.theme-form-group .custom-corsur label:hover {
  cursor: text !important;
}

.global-label {
  display: block;
  color: #011111;
  font-size: 17px;
  line-height: 21px;
  margin: 0 0 10px;
  font-weight: 700;
}

label.form-check-label {
  display: inline-block;
  font-size: 12px;
}

.checkbox-inline {
  padding-left: 28px;
}

.btn-theme-trasparent.active {
  background: #ac0000;
  border-color: #ac0000;
  color: #fff;
}

.btn-theme-trasparent {
  background: transparent;
  border: 1px solid #011111;
  margin: 0 0 0 0;
  display: block;
  text-align: center;
  padding: 10px 0;
}
.btn-theme-trasparent input {
  background: none;
  border: unset;
  display: none;
}

.back-to-btn a {
  font-weight: 700;
  font-size: 19px;
  line-height: 28px;
  color: #011111;
  transition: all 0.2s;
}
.back-to-btn a:hover {
  text-decoration: none;
  color: #ac0000;
}

.append-dropdown {
  width: 50%;
  float: right;
}
.append-dropdown .dropdown-as-slct {
  text-align: left;
  width: 100%;
  border-color: #fff;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 5%;
}
.append-dropdown select {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.append-cal-icon {
  right: 12px;
  position: absolute;
  top: 46px;
}

.bootstrap-tagsinput .tag {
  line-height: 20px;
  border-radius: 4px;
  height: 22px;
  font-size: 17px;
  font-weight: 400;
  display: inline-block;
  background: #efefef;
  color: #011111;
  padding: 5px 5px 26px 10px;
  margin-bottom: 5px;
}
.bootstrap-tagsinput .tag span {
  line-height: 1.7 !important;
}

.duration-select-frame input {
  width: 50%;
  display: inline-block;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.theme-form-group .post-job-tolbar label {
  width: 50%;
}

.actions {
  width: 58%;
  margin: 30px auto;
  padding: 0 5px;
}
@media only screen and (max-width: 767px) {
  .actions {
    width: 100%;
  }
}
.actions button {
  margin-top: -40px;
}
.actions ul li {
  background: none;
  box-shadow: none;
}
.actions ul li:hover {
  background: none;
  box-shadow: none;
}

.card-layout-jobs {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.16);
  padding: 25px 30px;
}
.card-layout-jobs .job-tags a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 19px;
  margin: 15px 10px 0 0;
  padding: 7px 15px;
  border-radius: 4px;
  background: #efefef;
  color: #011111;
  text-align: center;
}

.jobpost-title {
  font-size: 25px !important;
}

.title-language {
  margin-bottom: 12px;
  display: block;
}

.languages table {
  border-spacing: 0 5px;
  border-collapse: separate;
}
.languages table thead tr th {
  width: 40%;
  display: table-cell;
  font-weight: 700;
  color: #011111;
  font-size: 18px;
}
.languages table tbody tr {
  border-bottom: 1px solid #ddd;
}
.languages table .list-bullet {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ac0000;
  position: absolute;
  margin: 9px 0 0 -18px;
}
.languages table .lan-first-child {
  padding: 0 0 0 23px;
}

.lan-mypro table {
  border-spacing: 0 10px;
}
.lan-mypro table thead tr th {
  width: 35%;
}
.lan-mypro table .right-btn-group {
  margin: -15px 10px 0 0;
}

.card-layout-jobs .job-main-title-md h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #011111;
  margin: 25px 0 10px 0;
}

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

.sort-by-cls-btn a {
  position: absolute;
  right: 0;
  width: 37px;
  height: 37px;
  margin: -18px 10px 0px 0px;
  background: #ac0000 !important;
  line-height: 33px;
  padding: 0 0 0 0;
}
.sort-by-cls-btn a i {
  font-size: 15px !important;
}

.breakdown-table {
  width: 100%;
}
.breakdown-table tbody tr td {
  text-align: right;
  padding: 5px;
  color: #011111;
  font-weight: 500;
}
.breakdown-table tbody .last-tr {
  border-top: 2px solid #ac0000;
}

.titlebar-top {
  padding: 15px 20px 5px 20px;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.titlebar-top h3 {
  font-size: 20px;
  font-weight: 700;
  color: #011111;
}

.candidate-item {
  margin: 8px 0;
}
.candidate-item span {
  padding-left: 0px;
}
.candidate-item .span {
  text-align: left !important;
  margin-bottom: 10px;
}
.candidate-item ul {
  margin: 10px 0px;
}

.find-cost {
  margin: 0 48px;
}

.cost-table {
  table-layout: fixed !important;
  width: 100%;
}
.cost-table tbody tr .first-td {
  width: 70%;
  margin-right: 20px;
  padding: 5px 0;
}
.cost-table tbody tr .second-td {
  width: 50%;
  padding: 5px 0;
}
.cost-table tbody .last-tr {
  border-top: 2px solid #ac0000;
}
.cost-table tbody td {
  padding: 18px 0;
}

.download-qoute {
  width: 100%;
  margin: 35px 0 25px 0;
  display: block;
}
.download-qoute button {
  width: 100%;
}

.dropzone {
  border: 2px dashed #ac0000;
}
.dropzone .dz-message img {
  width: 20%;
}

.btn-hc {
  width: 200px;
  margin-right: 0px;
}

.hirecandidate-bar {
  background: #ac0000;
  color: #fff;
  height: 60px;
  padding: 12px 10px;
}
.hirecandidate-bar h3 {
  font-weight: 600;
}

.foo-widget-mbl {
  display: none;
}

.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false], .note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false] {
  background-color: #fff;
}

.summernot-list-details {
  margin: -40px 0 0 0;
}

.summernot-list-details ul li {
  margin: 0 0 15px 0;
}

.contract-editor {
  border: 3px solid #ac0000 !important;
  border-radius: 8px;
}

.note-editable::-webkit-scrollbar {
  width: 8px;
}

.note-editable::-webkit-scrollbar-track {
  width: 8px;
  background: #ac0000;
}

.note-editable::-webkit-scrollbar-thumb {
  width: 8px;
  background-color: #ac0000;
  outline: 1px solid slategrey;
  border-radius: 8px;
}

.toggle-button-mobile {
  display: none;
}

.menu-item-media {
  display: none;
}

#signature-pad {
  border: 1px solid #011111;
  border-radius: 4px;
}

.user-hlp-blk a {
  color: #ac0000;
  border-bottom: 1px solid #ac0000;
}

.user-hlp-blk {
  color: #ac0000;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  body, html {
    overflow-x: hidden;
  }

  .text_editor * {
    color: black !important;
    font-family: "Open Sans", Arial, sans-serif;
    width: 97% !important;
    background-color: #fff !important;
  }

  .navbar .navbar-intro {
    width: auto !important;
  }
  .navbar .padding-mobile {
    padding: 0 0px 0px 0px;
  }

  .login-form {
    padding: 0 22px;
  }

  .login-main-title h3 {
    font-size: 26px;
    color: #060606;
  }

  .theme-tabs-layout {
    padding: 0 35px;
  }

  .inv-terms {
    margin: 0px;
    position: absolute;
    font-size: 12px;
  }

  .cls-terms-chk {
    margin: 26px 0 0 32px;
  }

  .job-card-aside-widget {
    margin: 15px 45px 10px 51px !important;
  }

  .chat-user-box {
    min-width: 100%;
  }

  .chat-body-at-mbl {
    display: none;
  }

  .rs-sidebar-mobile {
    display: block !important;
  }

  .right-btn-group {
    margin: -45px 75px 0 0 !important;
  }

  .widget-width-50 {
    min-width: 50%;
    margin: 10px 0 10px 0;
  }

  .footer-widget a {
    display: inline-block;
    margin-bottom: 3px;
  }

  .foo-widget-mbl {
    display: block;
  }

  .foo-widget-desktop {
    display: none;
  }

  .text-rmv-overflow {
    margin-top: 5rem !important;
  }

  .chkbox-grp-media {
    margin-bottom: 22px !important;
  }

  .btn-hc {
    width: 175px;
    margin-right: 32px;
  }

  .stepper-title-inner {
    font-size: 26px !important;
    line-height: 35px !important;
  }
}
@media only screen and (max-width: 768px) {
  .aside-menu-at-media {
    display: none;
  }

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

  .card-layout-jobs {
    padding: 0px 10px !important;
  }

  .toggle-button-mobile {
    display: block;
  }

  .no-label {
    margin-top: 10px;
  }

  .mark-as-fav a {
    position: absolute;
    z-index: 999;
  }
  .mark-as-fav a i {
    font-size: 25px;
    text-align: right;
    color: #c2c6c6;
    margin-right: 15px !important;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  body, html {
    overflow-x: hidden !important;
  }

  .navbar-brand img {
    width: 60%;
    margin: 8px 0 0 0px;
  }

  .rs-sidebar-mobile {
    display: block !important;
  }

  .page-content-media-spc {
    margin: 0 -85px !important;
  }

  .page-content-media-spc {
    margin: 0 -77px !important;
  }

  .removing_mrgin {
    margin: 0 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  .mbl-menu-h-100 {
    height: 100%;
  }

  .nav-mbl ul li a {
    padding: 10px 0 18px 0;
  }

  .sibe-mbl-w {
    min-width: 100% !important;
  }
}
.refrence-single-item h3 {
  font-size: 18px;
  font-weight: 600;
  color: #011111;
  text-align: right;
  width: 150px;
  float: left;
  margin: 0 25px 15px 0;
}
.refrence-single-item span {
  font-size: 17px;
  margin: 0 0 15px 0;
  display: inline-block;
  font-weight: 500;
  color: #011111;
}

.right-btn-group-ref {
  margin: 0 -25px 0 0px;
}

.right-btn-group-ref button {
  background: none;
  border: none;
  color: #ac0000;
  margin: 0 0 0 -5px;
}

.user-status h3 {
  font-size: 18px;
  font-weight: 600;
  color: #011111;
  margin: 10px 10px 10px 0;
}

.user-status a {
  margin: 0 8px 0 15px !important;
  background: transparent !important;
  color: #ac0000 !important;
}

.btn-back a {
  font-size: 17px;
  color: #011111;
  font-weight: 600;
}
.btn-back a:hover {
  text-decoration: none;
}

.action-bar-candidates ul {
  margin: 0;
  padding: 0;
  margin-left: -12px;
}
.action-bar-candidates ul li {
  list-style: none;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  margin-right: 16px;
  width: 75px;
}
.action-bar-candidates ul li a {
  font-size: 15px;
  color: #011111;
  font-weight: 600;
}
.action-bar-candidates ul li a:hover {
  text-decoration: none;
}
.action-bar-candidates ul li a span {
  margin: 5px 0 0 0;
  font-size: 12px;
}
.action-bar-candidates img {
  width: 50px;
}

.ac-bar-can ul li {
  width: unset;
  margin: 0 16px 0 0;
}
.ac-bar-can ul li a span {
  font-size: 15px;
}

.candidate-filters .filter-searchbar {
  width: 80%;
  float: left;
}
.candidate-filters .filter-sorOptions {
  width: 20%;
  float: left;
  margin: 32px 0 0 0;
}

.jobPanel-actionBar {
  border: 1px solid #cecece !important;
  padding: 15px 20px 10px 20px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
}
.jobPanel-actionBar .ab-job-title h3 {
  color: #ac0000;
  font-weight: 800;
  font-size: 27px;
  text-transform: uppercase;
  margin: 0;
}
.jobPanel-actionBar .ab-job-title span {
  color: #011111;
  font-weight: 700;
  font-size: 20px;
}
.jobPanel-actionBar .action-bar-candidates img {
  width: 35px;
}

.doc-status-success {
  color: #6bae47 !important;
}

.doc-status-danger {
  color: #ac0000 !important;
}

.doc-status-peniding {
  color: #feb902 !important;
}

.hideplaceholder::-webkit-input-placeholder {
  color: transparent;
}

.hideplaceholder:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}

.hideplaceholder::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}

.hideplaceholder:-ms-input-placeholder {
  color: transparent;
}

@media only screen and (max-width: 767px) {
  .jobPanel-actionBar {
    border: unset !important;
    box-shadow: none !important;
  }

  .candidate-filters .filter-searchbar {
    width: 100%;
  }

  .action-bar-candidates ul li {
    margin: 15px 5px 0 0px;
  }

  .action-bar-candidates img {
    width: 45px;
  }

  .lan-mypro table .right-btn-group {
    position: unset;
    margin: 0 0 0 0px !important;
  }

  .succ-pg-has-margin {
    margin-left: 1.8rem !important;
  }
}
.cancel-btn {
  background: transparent !important;
  border: 2px solid #ac0000 !important;
  color: #ac0000 !important;
  font-weight: 600;
}
.cancel-btn:focus {
  outline: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ac0000;
}

.select2-container.select2-container--focus .select2-selection {
  border: 1px solid transparent;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  background-position: right calc(0.85em + 0.1875rem) center;
}

.rate-apply-job {
  padding-top: 5px;
  font-size: 18px;
}

.navbar-nav ul li.no-active a::after {
  display: none;
}

.navbar-nav ul li.no-active a {
  color: #011111;
}

.page-success-items .success-icon i {
  font-size: 130px;
  color: #ac0000;
  margin: 0 0 20px;
}
.page-success-items .success-icon h3 {
  font-weight: 900;
  font-size: 40px;
  line-height: 46px;
  color: #ac0000;
}
.page-success-items .success-discp p {
  line-height: 34px;
  color: #011111;
  font-size: 20px;
  font-weight: 700;
}
.page-success-items .success-link a {
  font-weight: 700;
  font-size: 20px;
  color: #ac0000;
  text-decoration: underline;
}

.show > .btn.btn-outline-blue.dropdown-toggle, .btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active {
  border-color: #ac0000 !important;
}

.view-profile-card {
  padding-right: 30px;
  color: #ac0000;
  font-weight: 600;
  text-decoration: underline;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.view-profile-card:hover {
  color: #011111;
}

.uploader-hirecandidate {
  border: 2px dashed #011111 !important;
  background-color: #d9d9d9 !important;
}
.uploader-hirecandidate .dz-message .uploader-content span {
  color: #011111;
}

.hc-uploader-icon {
  font-size: 65px;
  color: #011111;
}

.download-qoute button {
  background-color: transparent !important;
  border: 1px solid #ac0000 !important;
  color: #ac0000 !important;
}
.download-qoute button:hover {
  background-color: #ac0000 !important;
  border: 1px solid #ac0000 !important;
  color: #ffffff !important;
}

.gloabal-action-modal .modal-header.modal-view-forms {
  background: #ac0000;
  color: #fff;
  justify-content: center;
}
.gloabal-action-modal .modal-header.modal-view-forms .modal-title-custom {
  font-weight: 600;
}
.gloabal-action-modal .modal-footer {
  border-top: unset;
  background-color: transparent;
}
.gloabal-action-modal .modal-custom-content .modal-custom-content-title {
  width: 25%;
  float: left;
}
.gloabal-action-modal .modal-custom-content .modal-custom-content-title h6 {
  color: #011111;
  font-weight: 700;
  font-size: 17px;
}
.gloabal-action-modal .modal-custom-content .modal-custom-content-discription {
  width: 75%;
  float: left;
}
.gloabal-action-modal .modal-custom-content .modal-custom-content-discription h6 {
  font-weight: 500;
  padding-left: 20px;
  font-size: 17px;
}

.modal-no-footer {
  border-top: unset;
  background-color: transparent;
}

.textarea-decline-job {
  resize: none;
  height: 250px;
}

.footer {
  margin-top: 0;
}

.bg-upload-cv {
  background-image: url(/images/bg_upload_cv.jpg?891c036e4784a3983354a210ad5bb284);
  background-size: cover;
  background-position: center center;
  padding: 5rem 0;
}

.upload-cv-title h1 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  margin: 0 0 20px;
  color: #011111;
}

.cv-uploader {
  background: #f9f9f7 !important;
  color: #717386;
  border: 2px dashed #717386 !important;
  min-height: 180px !important;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  align-items: center;
}

.upload-cv-discription p, .signup-succ-discprition p {
  font-size: 18px;
  font-weight: 500;
  color: #011111;
  margin-bottom: 35px;
}

.bg-upload-succ {
  background-image: url(/images/upload_sucess.jpg?03f81a53a9d147b68c6bd45e3908476e);
  background-size: cover;
  background-position: center center;
  padding: 5rem 0;
}

.succ-pg-has-margin {
  margin-left: 5rem;
}

.post-job-filter {
  visibility: hidden;
  transition: 0.2s 0.3s;
  margin-top: 30px;
  left: 15px;
}
.post-job-filter .tab-dropdown-inner {
  width: 100%;
  min-width: 330px;
}

.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;
  font-size: 14px;
}
.tab-dropdown-inner .dropdown-item .drp-list li a:hover {
  text-decoration: none;
  background: #ac0000;
  color: #fff;
}
.tab-dropdown-inner .dropdown-item .drp-list li.active a {
  background: #ac0000;
  color: #fff;
}

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

.reset-page-discription p {
  font-weight: 600;
  color: #011111;
}

.forget-info p {
  font-weight: 700;
  color: #011111;
}

.user-status a.if-ref-checked {
  color: #28a745 !important;
  border-color: #28a745 !important;
  box-shadow: none;
}

.disabled-rate {
  color: #eee !important;
  cursor: default;
}

.disabled-rate:hover {
  background: #fff !important;
}

.experience-details p {
  margin: 10px 0px 0px 0px;
}

.sidebar-default .submenu .nav-item > .nav-link:hover > .nav-text::before {
  content: none !important;
}

.grey-color {
  font-size: 19px;
  color: #827e7e;
}

.black {
  color: black;
}

a {
  color: #2d7bd0;
}
a:hover {
  color: black;
}

.filter-active {
  text-decoration: none;
  background: #ac0000;
  color: #fff;
}

.sort-by a:hover {
  background: #ac0000 !important;
  color: #fff !important;
}

.select2-selection .select2-selection__rendered .select2-selection__choice {
  position: relative !important;
  padding-right: 20px !important;
}
.select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  margin: 6 !important;
  right: 0px;
  top: 0px;
  margin: 4px 5px 21px 21px !important;
}

.job_function_select_wrapper .select2-selection .select2-selection__rendered .select2-search {
  height: 100% !important;
}
.job_function_select_wrapper .select2-selection .select2-selection__rendered .select2-search .select2-search__field {
  height: 100% !important;
  margin: 0 !important;
}

.rs-disabled-button {
  cursor: none;
  pointer-events: none;
  opacity: 0.6;
}

.chat-emplye {
  background: aliceblue;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.chat-dte {
  text-align: center;
}

.wrapper {
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  min-width: 300px;
  width: 300px;
  height: 550px;
  margin: 20px;
  box-shadow: 0 20px 80px -15px rgba(28, 20, 13, 0.5), 0 5px 20px -5px rgba(28, 20, 13, 0.3);
  display: flex;
  flex-direction: column;
}

.section_1 {
  flex: auto;
  width: 100%;
}
.section_1 .message-wrapper {
  padding: 5px 0;
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
}
.section_1 .message-wrapper .message-box {
  order: 1;
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  font-family: Roboto;
}
.section_1 .message-wrapper .ago {
  font-size: 10px;
  align-self: center;
  white-space: nowrap;
  padding: 6px;
  color: rgba(33, 33, 40, 0.7);
  font-family: "Open Sans";
}
.section_1 .message-wrapper.in {
  justify-content: flex-start;
  padding-right: 6px;
}
.section_1 .message-wrapper.in .message-box {
  background: #eeeeee;
  padding: 10px 13px;
  left: 5px;
  margin-right: 10px;
  font-family: "Open Sans";
  border-radius: 18px;
  margin-top: 5px;
  font-size: 13px;
  color: #000;
  margin-bottom: 10px;
}
.section_1 .message-wrapper.in .ago {
  order: 2;
}
.section_1 .message-wrapper.out {
  justify-content: flex-end;
  padding-left: 6px;
}
.section_1 .message-wrapper.out .message-box {
  background: #e5f2ff;
  padding: 10px 13px;
  right: 1px;
  margin-left: 10px;
  font-family: "Open Sans";
  border-radius: 17px;
  font-size: 13px;
  color: #000;
}
.section_1 .message-wrapper.out .ago {
  order: 0;
}

.bootstrap-tagsinput {
  font-size: 1rem !important;
  line-height: 1.25 !important;
  transition: border-color 0.15s ease-in-out !important;
}
.bootstrap-tagsinput .label-info {
  display: inline-block !important;
  background-color: #636c72 !important;
  border-radius: 0.25rem !important;
  margin-bottom: 0.4em !important;
}
.bootstrap-tagsinput input {
  margin-bottom: 0.5em !important;
}
.bootstrap-tagsinput .tag [data-role=remove]:after {
  content: "×" !important;
}

.bootstrap-tagsinput.has-focus {
  background-color: #fff !important;
  border-color: #5cb3fd !important;
}

@media only screen and (min-device-width: 600px) and (max-device-width: 767) {
  .search-form-group .select2-container {
    min-width: 90vw;
    height: 100%;
  }

  .bootstrap-tagsinput {
    margin-bottom: 2px !important;
  }

  .show-filter-mbl {
    display: block !important;
  }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.form-control[disabled] {
  border-color: #a2a2a2 !important;
  color: #838383 !important;
  background-color: #e8e8e8a3;
}

.form-control[readonly] {
  border-color: #a2a2a2 !important;
  color: #838383 !important;
  background-color: #e8e8e8a3;
}

.are_you_paid label {
  background-color: #f0f0f0;
  border-color: #a2a2a2 !important;
  color: #838383;
}

.btn-default {
  box-shadow: none;
  color: #fff !important;
  border: none !important;
  background: #ac0000 !important;
}

.actionbar-icons img {
  width: 35px !important;
  height: 35px;
}

.btn-success:focus,
.btn-success:visited,
.btn-success:active {
  color: white !important;
}

.btn-default {
  color: white !important;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:visited,
.btn-transparent:active {
  color: #ac0000 !important;
}

.btn-transparent:hover {
  color: white !important;
}

.summernote-paragraph ul,
.summernote-paragraph ol,
.summernote-paragraph p,
.note-editable p,
.note-editable ul,
.note-editable ol {
  margin: 0px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: sans-serif !important;
  font-weight: normal;
}

.summernote-paragraph ul li {
  font-family: sans-serif !important;
}

.summernote-paragraph div {
  min-height: 24px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: sans-serif;
  font-weight: normal;
}

.hover-none:hover {
  background-color: transparent !important;
  border-color: #a2a2a2 !important;
  color: #838383 !important;
}

.custompadge span {
  margin: 0.8rem;
}

/* Portrait*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #datatable {
    width: 1024px !important;
    max-width: 1366px !important;
  }
}
.btn-checkbox:hover {
  cursor: pointer;
}

.custom-file:hover {
  cursor: pointer !important;
}

.custom-file::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file::before {
  content: "Select some files";
  display: inline-block;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}

.custom-file-input {
  cursor: pointer !important;
  height: 45px !important;
  margin-bottom: -45px !important;
  position: absolute;
  left: 0;
  top: 0;
}

.custom-file-label {
  font-weight: 500 !important;
  font-size: 16px !important;
  height: 45px;
  border: 1px solid #011;
  padding: 11px 12px;
  color: #a7a8a7 !important;
}
.custom-file-label:after {
  font-weight: 600;
  font-size: 16px;
  height: 43.5px;
  padding: 6.5px 25px;
  line-height: 30px;
  margin-left: 3px;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border: none !important;
  background-color: #ac0000;
  cursor: pointer !important;
}
.custom-file-label:focus {
  box-shadow: unset;
}

.bgg-rolespot-color {
  background-color: #af0000 !important;
  color: #fff;
  border: none !important;
}

.page-link {
  color: #798087;
  background-color: #fff;
  border-color: #dee2e6;
}

.btn-theme-rs {
  background: #AC0000;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 4px;
  display: inline-block;
  padding: 8px 30px;
  border: 0;
  outline: none !important;
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .navbar-brand {
    margin-left: -5px !important;
  }
}
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .navbar-brand {
    margin-left: -5px !important;
  }
}
@media only screen and (max-width: 750px) {
  .notification {
    right: 100px !important;
    top: 26px !important;
  }
}
@media only screen and (max-width: 600px) {
  .notification1 {
    left: 130px !important;
    top: 12px !important;
  }
}
@media only screen and (max-width: 600px) {
  .mange-jobs-table-mobile tbody td {
    margin-bottom: 20px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .manage_jobs2 .job_notification1 {
    left: 125px;
    top: 5px;
  }
  .manage_jobs2 .saperator::after {
    content: "";
    background-color: #ac0000;
    position: absolute;
    width: 1px;
    height: 39px;
    top: 13px;
    left: 85%;
    display: block;
  }
  .manage_jobs2 .manage_jobs2 .tab-job-applicants h3 span {
    font-size: 10px !important;
  }
  .manage_jobs2 .notification {
    background: #ff5252;
    position: absolute;
    right: 5px;
    top: 42px;
    z-index: 2;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    transform: scale(1);
    box-shadow: 0 0 0 0 #ff5252;
    -webkit-animation: pulse-red 2s infinite;
    animation: pulse-red 2s infinite;
  }
  .manage_jobs2 .bell-icon {
    top: -21px;
    right: -13px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 745px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .manage_jobs2 .job_notification1 {
    left: 135px;
    top: 7px;
  }
  .manage_jobs2 .saperator::after {
    content: "";
    background-color: #ac0000;
    position: absolute;
    width: 1px;
    height: 39px;
    top: 13px;
    left: 85%;
    display: block;
  }
  .manage_jobs2 .manage_jobs2 .tab-job-applicants h3 span {
    font-size: 10px !important;
  }
  .manage_jobs2 .notification {
    background: #ff5252;
    position: absolute;
    right: 10px;
    top: 42px;
    z-index: 2;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    transform: scale(1);
    box-shadow: 0 0 0 0 #ff5252;
    -webkit-animation: pulse-red 2s infinite;
    animation: pulse-red 2s infinite;
  }
  .manage_jobs2 .bell-icon {
    top: -21px;
    right: -13px;
  }
}
.manage_jobs2 .burger_notification {
  background: #32a852;
  position: absolute;
  right: 60px;
  top: 90px;
  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;
}
.manage_jobs2 .chat_notification {
  background: #32a852;
  position: absolute;
  right: 60px;
  top: 90px;
  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;
}
@media only screen and (max-width: 376px) {
  .manage_jobs2 .chat_notification {
    right: 35px;
    top: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .manage_jobs2 .chat_notification {
    right: 85px;
    top: 100px;
  }
  .manage_jobs2 .job_notification1 {
    left: 48px;
    top: -8px;
  }
  .manage_jobs2 .remove-space-sm {
    margin-top: 0px !important;
  }
  .manage_jobs2 .saperator::after {
    content: "";
    background-color: #ac0000;
    position: absolute;
    width: 1px;
    height: 39px;
    top: 13px;
    left: 95%;
    display: block;
  }
  .manage_jobs2 .border-bottom {
    margin: 0px 0px;
  }
  .manage_jobs2 .tab-jobs-actions {
    font-size: 13px !important;
    text-align: left;
    padding: 0 2px !important;
    margin: 8px 5px 8px 0px !important;
  }
  .manage_jobs2 .tab-jobs-actions i {
    font-size: 17px !important;
  }
  .manage_jobs2 .tab-job-applicants h3 {
    font-size: 13px !important;
  }
  .manage_jobs2 .tab-job-applicants h3 span {
    font-size: 13px !important;
    font-weight: 600 !important;
  }
  .manage_jobs2 .tab-job-applicants i {
    font-size: 17px !important;
    color: #ac0000;
    margin: 0px 0 0px 0 !important;
  }
  .manage_jobs2 .margin-top-sm {
    position: relative;
    top: 7px;
  }
  .manage_jobs2 .notification {
    background: #ff5252;
    position: absolute;
    right: 0px !important;
    top: 24px !important;
    z-index: 2;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    transform: scale(1);
    box-shadow: 0 0 0 0 #ff5252;
    -webkit-animation: pulse-red 2s infinite;
            animation: pulse-red 2s infinite;
  }
  .manage_jobs2 .bell-icon {
    top: -19px;
    right: -13px;
  }
}
.manage_jobs2 .tab-jobs-actions {
  display: inline-block;
  padding: 0 10px;
  margin: 8px 0px 8px 4px;
  color: black;
}
.manage_jobs2 .tab-jobs-actions i {
  color: #af0000;
  font-weight: bold;
  font-size: 25px;
}
.manage_jobs2 .tab-job-applicants h3 {
  color: #011111;
  font-size: 21px;
  font-weight: 700;
}
.manage_jobs2 .jobs-tab-content span {
  color: #011111;
  font-weight: 500;
}
.manage_jobs2 .tab-job-title {
  font-weight: 600;
  font-size: 20px;
  color: #ac0000;
  margin: 0px 0 0px 0;
}
.manage_jobs2 .tab-city {
  text-transform: uppercase;
}
.manage_jobs2 .tab-job-applicants i {
  font-size: 25px;
  color: #ac0000;
  margin: 10px 0 0px 0;
}
.manage_jobs2 .tab-job-exp-date span {
  color: #011111;
  font-weight: 500;
}
.manage_jobs2 .tab-job-exp-date h3 {
  font-size: 16px;
  font-weight: 700;
  color: #ac0000;
  margin: 8px 0 5px 0;
}
.manage_jobs2 .tab-job-applicants h3 {
  color: #011111;
  font-size: 17px;
  font-weight: 700;
}
.manage_jobs2 .tab-job-applicants h3 span {
  color: #ac0000;
}
.manage_jobs2 .td {
  font-weight: 700;
  color: #011111;
}
.manage_jobs2 .border-bottom {
  border: 1px solid #efefef;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none;
}

.notify--icon {
  display: inline-block;
}

.bell-icon {
  width: 12px;
  cursor: pointer;
  position: relative;
  top: -1px;
}
.bell-icon__circle {
  position: absolute;
  left: 38%;
  bottom: -5%;
  height: 15px;
  width: 30px;
  background: #4C5158;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.notification {
  background: #32a852;
  position: absolute;
  right: 84px;
  top: 12px;
  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;
}

.notification1 {
  background: #32a852;
  position: absolute;
  right: -15px;
  top: -5px;
  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;
}

.job_notification1 {
  background: #32a852;
  position: absolute;
  left: 100px;
  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;
}

.job_notification_sidebar_mobile {
  height: 12px;
  width: 12px;
  background-color: #32a852;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 0 #32a852;
  -webkit-animation: pulse-red 2s infinite;
  animation: pulse-red 2s infinite;
  margin-top: -5px;
  position: absolute;
}

.job_notification_sidebar {
  height: 12px;
  width: 12px;
  background-color: #32a852;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 0 #32a852;
  -webkit-animation: pulse-red 2s infinite;
  animation: pulse-red 2s infinite;
  margin-top: -5px;
  position: absolute;
}

.job_notification {
  background: #32a852;
  position: absolute;
  left: 155px;
  top: 11px;
  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;
}

.job_notification_header {
  background: #32a852;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  transform: scale(1);
  top: -5px;
  box-shadow: 0 0 0 0 #32a852;
  -webkit-animation: pulse-red 2s infinite;
          animation: pulse-red 2s infinite;
}

@-webkit-keyframes pulse-red {
  0% {
    transform: scale(0.85);
    box-shadow: 0 0 0 0 rgba(50, 168, 82, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 25px rgba(50, 168, 82, 0);
  }
  100% {
    transform: scale(0.85);
    box-shadow: 0 0 0 0 rgba(50, 168, 82, 0);
  }
}

@keyframes pulse-red {
  0% {
    transform: scale(0.85);
    box-shadow: 0 0 0 0 rgba(50, 168, 82, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 25px rgba(50, 168, 82, 0);
  }
  100% {
    transform: scale(0.85);
    box-shadow: 0 0 0 0 rgba(50, 168, 82, 0);
  }
}
.footer {
  height: 4.75rem;
  width: 100%;
  margin-top: 1.25rem;
  direction: inhert !important;
}

.messages-box, .chat-box {
  height: 510px !important;
  overflow-y: scroll;
}

.overlay_guide_page {
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
}

.gideinfo_modal .modal-body {
  height: 100vh !important;
}

.gideinfo_modal .tab-content {
  border: none;
  padding: 0px;
}

.gideinfo_modal .nav-tabs .active {
  background: #ac0000 !important;
  border: 1px solid #ac0000 !important;
  color: #fff !important;
}

.gideinfo_modal .tab-btn {
  background: transparent;
  border: 1px solid #ac0000;
  color: #ac0000 !important;
  padding: 10px 15px;
  margin-left: 2px;
}

.CV-page {
  padding: 0 1em;
  color: #222222;
  font-size: 1em;
}

@media all and (max-width: 500px) {
  .CV-page {
    padding: 0 1em;
  }
}
/* if IE<=7 */
.CV-page\  {
  width: 1100px;
}

.CV-secondaryHeading:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  margin: 7px 0 0 -18px;
  background: #ac0000;
}

.CV-secondaryHeading {
  position: relative;
  margin: 1em 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
}

/* Grid
****************************************************/
.CV-grid {
  display: table;
}

.CV-grid-column {
  display: table-cell;
}

.CV-timeline {
  position: relative;
  margin: 0 0 0 0;
  padding-left: 1.5em;
  border-left: solid 1px #222222;
}

.CV-timeline:first-of-type {
  margin-top: 1em;
}

.CV-timeline:last-of-type {
  border-left-color: transparent;
}

.CV-timeline:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -0.4em;
  display: block;
  width: 0.8em;
  height: 0.8em;
  border: solid 1px #222222;
  background-color: #ffffff;
  border-radius: 50%;
}

.CV-timeline-heading {
  margin: 0;
  padding-bottom: 0;
  line-height: 1em;
  font-weight: normal;
  transform: translateY(-12px);
}

.CV-timeline-heading-title {
  line-height: 1;
  color: #000;
  font-size: 15px;
  font-weight: 700;
}

.CV-timeline-heading-location {
  font-size: 15px;
}

.CV-timeline-heading-duration {
  display: block;
  font-size: 15px;
  color: black;
}

.CV-timeline-details {
  display: block;
  margin: 0;
  padding-bottom: 2em;
  padding: 0 0 2em 1em;
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGElEQVQIW2NkYGD4D8TIgJERTQDMpVAQAGaUAQbko3DsAAAAAElFTkSuQmCC");
}

.CV-timeline-details-item {
  margin-bottom: 0.5em;
}

.pulse_dot {
  height: 12px;
  width: 12px;
  background-color: #32a852;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 0 #32a852;
  -webkit-animation: pulse-red 2s infinite;
  animation: pulse-red 2s infinite;
  margin-top: -5px;
  position: absolute;
}

.mt-top {
  margin-top: -10px;
}

.theme-form-group input[type=radio]:disabled + label {
  cursor: text !important;
}

.theme-form-group input[type=radio]:checked + label {
  cursor: text !important;
}

@media (min-width: 1242px) {
  .main-content .messages-box, .main-content .chat-box {
    height: 65vh !important;
    overflow-y: scroll;
  }
}
.dataTables_processing {
  z-index: 5;
  background: none !important;
}
