@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.shake {
  animation: shake-animation 4.72s ease infinite;
  transform-origin: 50% 50%;
}

.element {
  margin: 0 auto;
}

@keyframes shake-animation {
  0% {
    transform: translate(0,0)
  }

  1.78571% {
    transform: translate(5px,0)
  }

  3.57143% {
    transform: translate(0,0)
  }

  5.35714% {
    transform: translate(5px,0)
  }

  7.14286% {
    transform: translate(0,0)
  }

  8.92857% {
    transform: translate(5px,0)
  }

  10.71429% {
    transform: translate(0,0)
  }

  100% {
    transform: translate(0,0)
  }
}



.buttonBlueHover {
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem !important;
  display: inline-block !important;
  padding: 0.45rem 0.7rem !important;
  color: #fff !important;
  font-size: 1rem !important;
  letter-spacing: 0.12rem !important;
  position: relative !important;
  background-color: #337985 !important;
}

  .buttonBlueHover:hover, .buttonBlueHover:active, .buttonBlueHover.hover {
    background-color: #e7e7e7 !important;
  }




.buttonRedHover {
  border-radius: 3rem !important;
  display: inline-block !important;
  padding: 0.55rem 0.9rem !important;
  color: #fff !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.15rem !important;
  transition: all 0.3s !important;
  position: relative !important;
  overflow: hidden !important;
  z-index: 1 !important;
  margin-top: 9px !important;
  background-color: #e12d3e !important;
  width: 122px !important;
  text-align: center !important;
}







.buttonEmployersOrder {
  display: inline-block !important;
  padding: 0.50rem 0.5rem !important;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem !important;
  color: #fff !important;
  font-size: 1rem !important;
  letter-spacing: 0.12rem !important;
  position: relative !important;
  border: none !important;
  background-color: #858585;
  width: 120px;
  margin-bottom: 8px;
  margin-top: 8px;
}

.buttonEmployersOrderDetail.active {
  background-color: #ffd800 !important;
  color: #222d32 !important;
  font-weight: bold !important;
  border-color: #ffd800;
}


.buttonEmployersOrderDetail {
  display: inline-block !important;
  padding: 0.50rem 0.5rem !important;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem !important;
  color: #fff !important;
  font-size: 0.8rem !important;
  /* letter-spacing: 0.12rem !important; */
  position: relative !important;
  border: none !important;
  background-color: #b1b1b1;
  width: 160px;
  margin-bottom: 8px;
  margin-top: 8px;
}

.buttonEmployersOrderDetailNormal {
  display: inline-block !important;
  padding: 0.50rem 0.5rem !important;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem !important;
  color: #fff !important;
  font-size: 0.8rem !important;
  /* letter-spacing: 0.12rem !important; */
  position: relative !important;
  border: none !important;
  background-color: #b1b1b1;
  width: 160px;
  margin-bottom: 8px;
  margin-top: 8px;
}

.buttonEmployersOrderDetailCadetBlue {
  display: inline-block !important;
  padding: 0.50rem 0.5rem !important;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem !important;
  color: #fff !important;
  font-size: 0.8rem !important;
  /* letter-spacing: 0.12rem !important; */
  position: relative !important;
  border: none !important;
  background-color: cadetblue;
  width: 160px;
  margin-bottom: 8px;
  margin-top: 8px;
}

.buttonEmployersOrderDetail:hover, .buttonEmployersOrderDetail:active, .buttonEmployersOrderDetail.hover {
  background-color: #f57878;
}

.buttonEmployersOrderDetailRed {
  display: inline-block !important;
  padding: 0.50rem 0.5rem !important;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem !important;
  color: #fff !important;
  font-size: 1rem !important;
  letter-spacing: 0.12rem !important;
  position: relative !important;
  border: none !important;
  background-color: #cd0a0ab8;
  width: 195px;
  margin-bottom: 8px;
  margin-top: 8px;
}



@media (min-width:641px) {
  label {
    word-break: break-all !important;
  }

  mobiletag {
    visibility: visible !important;
  }
}

.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

body {
  line-height: 1.3;
}

.carousel-caption p {
  font-size: 20px;
  line-height: 1.4;
}

.carousel-inner .item img[src$=".svg"] {
  width: 100%;
}

#qrCode {
  margin: 15px;
}

@media screen and (max-width: 767px) {
  /* Hide captions */
  .carousel-caption {
    display: none;
  }
}

.btn .fa {
  vertical-align: middle !important;
  margin-bottom: 2px !important;
  margin-left: 2px !important;
  margin-right: 2px !important;
}

.k-switch-off .k-switch-container {
  background-color: #a7a7a7 !important;
}

.box .box-solid {
  border: 1px solid #dcdcdc !important;
}

form label {
  font-weight: bolder !important;
}

.job-offer a.nav-link:not(.active) {
  color: #939393 !important;
}

.max-height-350 {
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: auto;
}

.max-height-150 {
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
}

.max-height-200 {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-full {
  width: 94% !important;
  max-width: 94% !important;
}

  .modal-full .modal-content {
    height: 100% !important;
  }

  .modal-full.full-height {
    height: 94% !important;
  }

.k-multiselect-wrap li.k-button {
  padding-right: 20px !important;
}

.fieldlist {
  margin: 0 0 -1em;
  padding: 0;
}

  .fieldlist li {
    list-style: none;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #ededed;
    padding-top: 0.5em;
  }

.k-checkbox-label {
  font-weight: normal !important;
}

.category-btn {
  font-size: 14px;
}

.dvBranch {
  margin-bottom: 5px;
  padding-right: 0;
}

.boxCategories {
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
}

.field-validation-error {
  background-color: #b72020 !important;
  color: #fff !important;
  display: block;
  padding-left: 1rem;
  font-size: .9rem;
}

small .field-validation-error {
  font-size: .75rem;
}

.loading-overlay {
  background-color: #000 !important;
  z-index: 99999999999 !important;
}

.k-dialog-titlebar {
  display: none !important;
}

.k-dialog.k-confirm {
  min-width: 300px !important;
}

.userUpload {
  padding: 5px;
  border: 1px solid #b7b7b7;
}

.solidborder {
  border: 1px solid #ededed;
}

.docList {
  font-size: 15px;
}

.m-bottom-2 {
  margin-bottom: 2px;
}

.gray5 {
  background-color: #e4e7eb;
}

.dvTermin {
  margin-bottom: 5px;
  /*border: 1px solid #d4d4d4;*/
  /*padding: 4px;*/
  /*background-color: #f9f9f9;*/
}

/* https://www.w3schools.com/cssref/sel_attr_begin.asp */
[class^="Rad"], [class^="Rad"] * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.GeneralAppList {
  padding-right: 10px;
  vertical-align: middle;
  margin-top: -5px;
  display: inline-block;
  width: 100%;
}

  .GeneralAppList li i {
    margin-right: 10px !important;
    width: 15px;
    text-align: center;
  }

  .GeneralAppList li {
    border-bottom: 1px solid #ededed;
  }

.fix-sidebar {
  position: fixed;
  top: 10px;
  width: 13.5%;
}

.k-grid a.btn-primary, .k-grid a.btn-success, .k-grid a.btn-info, .k-grid a.btn-secondary, .k-grid a.btn-dark, .k-grid a.btn-warning {
  color: #fff !important;
}


.k-grid .btn, .k-grid select {
  box-sizing: border-box !important;
}

.k-switch-label-off, .k-switch-label-on {
  display: initial;
}

.inputaddon {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #efefef !important;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.driverlicense .col-md-2 {
  padding: 2px;
  padding-left: 5px;
}

.driverlicense .row {
  border-bottom: 1px solid #ededed;
}

#UserInfo .k-switch {
  width: 70px;
}

td.selectable {
  cursor: pointer !important;
  border: 1px solid rgba(226, 226, 226, 0.52) !important;
  /*border-right: 1px solid rgba(226, 226, 226, 0.52) !important;*/
}

  td.selectable:hover {
    background-color: #cecece;
  }

td.unselectable {
  background-color: #f7f7f7 !important;
  cursor: no-drop;
  border: 1px solid rgba(226,226,226,.52) !important;
}

.btn-appointment {
  position: relative;
  height: 100%;
  display: block;
  height: 24px;
  line-height: 1;
  font-weight: 600;
  font-size: 1rem;
  padding-top: 1px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 150px;
}

  .btn-appointment span {
    display: block;
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .btn-appointment .fa-times-circle {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.4rem;
    z-index: 99999;
    color: #171717
  }

.btn-secondary.btn-appointment {
  cursor: no-drop;
}

.text-crop {
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

#ConversationIcon {
  border: none;
}

.bg-alert {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

  .bg-alert.display {
    background-color: #fbc1c1
  }

#collapseTermin {
  padding: 15px;
  background-color: none;
  border-top: 1px solid silver;
}

.box .box-chat {
  border-top-color: #41baba;
}

.btn-conversation {
  background-color: #41baba;
  border-color: #339898;
  color: white;
}

.btn-candidate-list-termin {
  font-size: .7rem !important;
}

.btn-xs {
  padding: .1rem .4rem;
  font-size: .775rem;
  line-height: 1.5;
}

.divCandidateAppointmentInfo {
  line-height: 1.2;
}

.form-control-xs {
  padding: .1rem .2rem;
  font-size: .775rem;
  line-height: 1.5;
}

.show-in-edit {
  display: none;
}

.dropdown-item {
  color: #212529 !important;
}

.text-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.input-group .btn-group .btn:first-child {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.input-group .btn:last-child {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

label.upload-btn input[type="file"] {
  display: none;
}


.upload-btn {
  cursor: pointer;
  padding: 10px 20px;
  display: inline-block;
  font-size: 14px;
  outline: none;
  overflow: hidden;
  position: relative;
  z-index: 10;
  color: white;
  font-weight: 500 !important;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


.upload-btn {
  background-color: #6c757d;
  border-color: #6c757d;
}

  .upload-btn:hover {
    background-color: #505050 !important;
    color: #fff !important;
  }

.crow {
  padding-bottom: 7px;
  padding-top: 7px;
  border-bottom: 1px solid #ededed;
  margin-right: 0px;
  margin-left: 0;
}

.checkEmailIcon {
  position: absolute;
  right: 10px;
  top: 12px;
  z-index: 9999;
  color: #08c34b;
}

.k-edit-form-container {
  min-width: 400px;
  border-color: inherit;
  position: relative;
}

.k-edit-form-container {
  position: relative;
  min-width: 400px;
}

.kendoWindow {
  margin-right: 0px;
  margin-left: 0px;
}

.kendoWindowRow {
  padding-top: 10px;
}

.k-window > div.k-popup-edit-form {
  padding: 1em 15px;
  overflow-x: hidden;
}

.k-command-cell > .k-button {
  margin-left: .16em;
  margin-right: .16em;
  margin-top: 5px;
}

.k-multiselect-wrap .k-button {
  padding-right: 20px;
}

span.k-icon.k-clear-value.k-i-close {
  margin-top: 12px !important;
}

.k-calendar-view .k-state-disabled {
  border: 1px solid red !important;
}

form label {
  font-weight: bolder !important;
  padding-top: 5px;
}

.userAgentBtn {
  margin-top: 5px;
}

.k-progressbar-horizontal {
  width: 27em;
  height: 2rem;
  -ms-flex-direction: row;
  flex-direction: row;
}


a.candidate-link {
  color: blue;
}

  a.candidate-link:visited {
    color: darkmagenta;
  }

.candidate-note {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.beforeline::before {
  content: " ";
  border: solid 0.3px;
  height: 105%;
  position: absolute;
  top: -12px;
  margin-left: -40px;
  border-left-color: #b6a8a8 !important;
}

.beforeHeader::before {
  content: '';
  display: inline-block;
  margin-left: -47px;
  position: absolute;
  top: 15px;
  width: 15px;
  height: 15px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  background-color: #808080;
}

.beforeHeader {
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-group {
  margin-bottom: 0.5rem;
}

.green::before {
  background-color: #36a411;
}

.orange::before {
  background-color: #d10d0d;
}

.yellow::before {
  background-color: #ffd800;
}

.blue::before {
  background-color: #072bd3;
}

.purple::before {
  background-color: #83067d;
}

.form-header {
  font-size: 18px;
  font-family: Arial;
  font-weight: 700;
  color: #676161;
}

.label-Form {
  color: #4a4848;
  font-size: 16px;
}

.PaddingLR40 {
  padding-left: 40px;
  padding-right: 40px;
}

.newUser > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #222d32;
  font-size: 14px;
  border-radius: 3px;
  font-family: inherit;
}

.newUser ul > li {
  float: left;
  display: block;
  color: white;
  padding: 18px 1px;
  text-decoration: none;
  min-width: 125px;
  width: 145px;
  height: 75px;
  text-align: center;
  line-height: 1.2;
}

.newUser ul > .active {
  cursor: default;
  color: #00b521;
  font-weight: 800;
  border-bottom: solid 4px;
}

  .newUser ul > .active:hover {
    background-color: #222d32;
    color: #00b521;
    cursor: default;
  }

  .newUser ul > .active::before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: 100%;
    margin-left: -1px;
    border: 10px solid transparent;
    border-top: 5px solid #00b521;
  }

.newUser ul > li > span {
  display: block;
}

.newUser > ul > li:hover {
  background-color: #ff6a00;
  cursor: pointer;
  color: white;
}

.newUser ul > li:hover::before {
  border-top: 0px solid #00b521;
}

.newUser > ul > li:first-child {
  min-width: 220px;
  width: 250px;
  text-align: left;
  transform: translateY(10%);
  padding-left: 20px;
  font-size: 20px;
}

  .newUser > ul > li:first-child:hover {
    background-color: #222d32;
  }

.newUser ul > li::before {
  content: " ";
  border: solid 1px;
  height: 73px;
  position: absolute;
  top: 2px;
  margin-left: -75px;
  border-left-color: white !important;
}


.newUser ul > li:first-child > span {
  display: inline-block;
  padding-right: 10px;
}

.newUser > ul > li:first-child::before {
  border: solid 0px;
}

.newUser ul > .disabled {
  opacity: 0.4;
}

  .newUser ul > .disabled:hover {
    background-color: #222d32;
    cursor: default;
  }

.k-pager-numbers {
  margin-bottom: 0 !important;
}


.grid-no-data-box {
  margin: 2rem auto;
  border: solid 1px #e0e0e0;
  box-shadow: 0px 16px 16px -8px #00000014;
  padding: 1.5rem;
  font-size: small;
}

.btn-danger {
  color: #fff !important;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #00a65a !important;
  border-color: #00a65a !important;
}

.w-20 {
  width: 20% !important;
}

.bg-danger-light {
  background-color: #fcc7cc !important;
}

.skin-blue .main-header .navbar {
  background-color: #222d32;
}

.skin-blue .main-header .logo {
  background-color: #222d32;
  color: #222d32;
  border-bottom: 0 solid transparent;
}

  .skin-blue .main-header .logo:hover {
    background-color: #222d32;
    color: #222d32;
    border-bottom: 0 solid transparent;
  }

.navbar-title {
  color: #ededed;
}

.candidate-compact-menu-module, .employer-compact-menu-module, .content.job-offer, .compact-menu-module {
  margin: 0 !important;
  border-left: 1px solid #505050;
  border-top: 1px solid #ededed;
  margin-top: 5px !important;
  padding: 0 !important;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
  background-color: #000000;
}

.skin-blue .sidebar-menu > li.active > a {
  border-left-color: #feda01 !important
}

.main-header .navbar {
  justify-content: normal;
}

.font-poppins {
  font-family: 'Poppins', sans-serif !important;
}

.navbar-title {
  font-family: 'Poppins', sans-serif !important;
  color: #feda01;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}

#jobs-compact-menu-grid-view-container button[aria-expanded=true] {
  background-color: #3d494e;
  color: #feda01 !important;
  margin-top: -4px;
  margin-left: -8px;
  letter-spacing: 1px;
  font-weight: 600;
  text-decoration: none;
}

  #jobs-compact-menu-grid-view-container button[aria-expanded=true] .badge {
    background-color: #feda01;
    color: #000;
  }

#jobs-compact-menu-grid-view-container button[aria-expanded=false]:before {
  content: "\003E";
}

#jobs-compact-menu-grid-view-container button[aria-expanded=true]:before {
  content: "\003E";
}

.circle {
  display: inline-table;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background-color: #bbb;
  border-radius: 50%;
}

.circle__content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.popover {
  z-index: 9999 !important;
}

.swal2-container {
  z-index: 9999 !important;
}

#dropdown-working-users {
  width: 350px;
  max-width: 300px;
  min-height: 200px;
}

  #dropdown-working-users .badge {
    box-shadow: 0 !important;
  }

#paused-screen {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999999999;
  background-color: #000000e6;
  left: 0;
  top: 0;
  display: none;
}

.tooltip {
  z-index: 999999999999;
}

.profile-image {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  background-color: #ccc;
  width: 100px;
  height: 100px;
}

td[role="gridcell"] .light-scroll.small {
    height: 80px !important;
}