:root {
  --error: #F54E4E;
  --background: #f5f5fb;
  --gray1: #d6d6e1;
  --gray1-1:#A7B0C3;
  --gray2: #acadc1;
  --gray3: #6f708b;
  --gray4: #444D5E;
  --contrast: #1b9aaa;
}

body,
html {
  height: 100%;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

body {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: var(--gray3);
  background-color: var(--background);
  height: 100%;
}

/* -------- SCROLL BAR ------- */
  /* For WebKit (Safari, Chrome, etc) */
::-webkit-scrollbar {
    width: 8px; /* Adjust the width of the scrollbar */
}

::-webkit-scrollbar-track {
    background: transparent; /* Makes the track transparent */
}

::-webkit-scrollbar-thumb {
    background: #C0C0C0; /* Initially makes the thumb transparent */
    border-radius: 5px; /* Rounded edges for the thumb */
}

/* When hovering over the scrollbar area */
::-webkit-scrollbar:hover {
    background: #f1f1f1; /* Show track on hover */
}

/* ------------------------ */


a {
  color: var(--gray2);
}
a:hover,
a:focus {
  color: var(--contrast);
}

.row {
  padding: 0;
}

.display_none {
  display: none;
}

.padding_top {
  padding-top: 40px;
}

.center_div {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*calendar*/
.badge_internal {
  padding: 0 10px 5px 10px;
}

.div_item_search{
  border-bottom: solid lightgrey 1px;
  height: 30px;
  margin:auto;
}
.item_search {
  font-size: small;
  border: none;
  color: #6f708b;
  height: 20px;
}

.item_search:focus {
  outline: none;
}

.btn_margin {
  margin: 0 20px 10px 0;
}

.drag_and_drop {
  padding: 10px !important;
  min-height: 350px;
  border: 1px dashed #d6d6e1;
  border-radius: 8px;
}

.div-border {
  border: #acadc1 1px solid;
  border-radius: 8px;
  margin: 10px 0;
}

.div-border:hover {
  border: #1b9aaa 1px solid;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}
.fa-toggle-on {
  color: #5bcf90;
}

.toggle-off {
  color: #acadc1;
  transform: rotate(180deg);
}

.white_block {
  background-color: white;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

/* .....NavBar: Icon only with coloring/layout.....*/

/*small/medium side display*/
@media (min-width: 768px) {
  #menu_logo_image {
    display: none;
  }
  .menu_home_option {
    display: block;
  }

  /*Allow main to be next to Nav*/
  .main {
    position: absolute;
    width: calc(100% - 140px); /*keeps 100% minus nav size*/
    margin-left: 100px;
    margin-right: 40px;
    float: right;
  }

  /*lets nav bar to be showed on mouseover*/
  nav.sidebar:hover + .main {
    margin-left: 200px;
  }

  /*Center Brand*/
  nav.sidebar.navbar.sidebar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
  }

  /*Center Brand*/
  nav.sidebar .navbar-brand,
  nav.sidebar .navbar-header {
    text-align: center;
    width: 100%;
    margin-left: 0px;
  }

  /*Center Ic
.active{
    background-color: #EEE;
}ons*/
  /*nav.sidebar a{*/
  /*	padding-right: 13px;*/
  /*}*/

  /*adds border top to first nav box */
  /*nav.sidebar .navbar-nav > li:first-child{*/
  /*	border-top: 1px #e5e5e5 solid;*/
  /*}*/

  /*!*adds border to bottom nav boxes*!*/
  /*nav.sidebar .navbar-nav > li{*/
  /*	border-bottom: 1px #e5e5e5 solid;*/
  /*}*/

  /* Colors/style dropdown box*/
  nav.sidebar .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /*allows nav box to use 100% width*/
  nav.sidebar .navbar-collapse,
  nav.sidebar .container-fluid {
    padding: 0 0px 0 0px;
  }

  /*colors dropdown box text */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  /*gives sidebar width/height*/
  nav.sidebar {
    width: 224px;
    height: 100%;
    margin-left: -150px;
    float: left;
    z-index: 1000;
    margin-bottom: 0px;
  }

  /*give sidebar 100% width;*/
  nav.sidebar li {
    width: 100%;
  }

  /* Move nav to full on mouse over*/
  nav.sidebar:hover {
    margin-left: 0px;
  }

  /*for hiden things when navbar hidden*/
  .forAnimate {
    opacity: 0;
  }
}

/* .....NavBar: Fully showing nav bar..... */

@media (min-width: 1330px) {
  #menu_logo_image {
    display: block;
  }
  .menu_home_option {
    display: none !important;
  }
  /*Allow main to be next to Nav*/
  .main {
    width: calc(100% - 280px - 72px); /*keeps 100% minus nav size*/
    margin-left: 280px;
  }

  /*Show all nav*/
  nav.sidebar {
    margin-left: 0px;
    float: left;
  }

  /*Show hidden items on nav*/
  nav.sidebar .forAnimate {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  #menu_logo_image {
    display: none;
  }
  .menu_home_option {
    display: block;
  }
}

.sidebar_right {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
}

/* --- CALENDAR --- */
.passed_day_week {
  background-color: whitesmoke;
}

.textareafield {
  width: 100%;
}

/*--------------------Brandbook-----------------------*/

.introduction {
  top: 165px;
  left: 296px;
  width: 1200px;
  font: normal normal normal 14px/19px Open Sans;
  text-align: left;
  display: inline-block;
  margin-bottom: 48px;
}

.center-content {
  display: flex;
  gap: 80px;
}

.top-content {
  display: flex;
  justify-content: space-between;
}

.update-file {
  align-self: flex-start;
}

/*---------- Brandbook sidebar and checkboxes-----------*/

.company-sidebar {
  width: 373px;
}

.fixed-sidebar {
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 452px;
  width: 21%;
  background-color: white;
  position: fixed;
  color: #acadc1;
  font: normal normal normal 14px/19px Open Sans;
  border-radius: 8px;
}

.checkbox-brandbook {
  display: none;
}

.adjustment {
  margin-left: 43px;
  margin-top: 40px;
}

.company-checkboxes {
  margin-left: 63px;
}

.companies {
  margin-bottom: 0px;
  display: flex;
}

.checkbox-brandbook + .companies:before {
  font-weight: 500;
  border: 1px solid #d6d6e1;
  border-radius: 4px;
  display: inline-block;
  width: 14px;
  height: 14px;
  padding-right: 1em;
  padding-bottom: 1em;
  margin-right: 12px;
  vertical-align: bottom;
  color: transparent;
  transition: 0.2s;
  content: "\f00c";
}

.checkbox-brandbook + .companies:active:before {
  transform: scale(0);
}

.checkbox-brandbook:checked + .companies:before {
  background-color: #e8f5f7;
  border-color: #e8f5f7;
  color: #1b9aaa;
}

.checkbox-brandbook:disabled + .companies:before {
  transform: scale(1);
}

.checkbox-brandbook:checked:disabled + .companies:before {
  transform: scale(1);
}

.checkbox-brandbook:checked + .companies {
  color: #1b9aaa;
  font-weight: 600;
}

.company-text {
  font: normal normal 600 14px/19px Open Sans;
}

/* -----------------BRANDBOOK TABLE--------------*/

.company-table {
  width: 655px;
  margin-bottom: 44px;
}

.table-rows {
  border-bottom: 1px solid #d6d6e1;
  height: 0px;
}

.table-rows-no-files {
  height: 0px;
}

.table-title {
  border-bottom: 1px solid #d6d6e1;
  font: normal normal 600 14px/19px Open Sans;
  padding-bottom: 16px;
}

.company-files {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-right: 20px;
}

.no-files {
  color: #acadc1;
  padding-left: 11px;
}

.file-type {
  margin-left: 20px;
  margin-right: 12px;
  color: #ee868e;
}

.download {
  margin-right: 8px;
}

.file-color {
  color: #496ddb;
}

/*----------- Brandboook settings -------------*/

.table-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.setting-table-row {
  background-color: #ffffff;
  width: 1552px;
}

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

/*---------Buttons-----------*/

.btn_admin {
  min-width: 40px;
  height: 40px;
  opacity: 1;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  border: none;
  cursor: pointer;
}

/* suporta texto - largo*/
.btn_admin.btn_text {
  border-radius: 8px;
  font: normal normal 600 14px/19px Open Sans;
  letter-spacing: 0;
  color: #ffffff;
  margin-right: 8px;
}

.btn_admin i {
  font-size: 14px;
}

/**Buttons with secondary color scheme*/
.btn_admin.primary {
  color: white;
  background: #1b9aaa 0 0 no-repeat padding-box;
}

.btn_admin.primary:hover {
  background: #146f7b 0 0 no-repeat padding-box !important;
}

/*Buttons with secondary color scheme*/
.btn_admin.secondary {
  color: #1b9aaa;
  border: 1px solid #1b9aaa !important;
}

.btn_admin.secondary:hover {
  background: #1b9aaa;
  color: #fff;
}

.btn_admin.secondary:focus {
  background: #146f7b;
  color: #fff;
}

/*Buttons with white color scheme*/
.btn_admin.white {
  color: var(--gray2);
  background: white 0 0 no-repeat padding-box;
  border: 1px solid var(--gray2);
}

.btn_admin.white:hover {
  background-color: #F0F0F5;
}

.btn_admin:disabled,
.btn_admin:disabled:hover {
    background-color: #C4CBD7 !important;
    color: #FFFFFF;
    cursor: not-allowed;
    opacity: 0.7;
}


/*-------Recruitment-------*/
/*---------Persona---------*/

.container--1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(242px, min-content));
  grid-gap: 20px;
}

.top-content {
  display: flex;
}

.card-persona {
  background-color: white;
  height: 176px;
  border-radius: 8px;
  position: relative;
}

.card-persona:hover {
  box-shadow: 0px 4px 8px #acadc129;
}

.position-team {
  font: normal normal normal 12px/17px Open Sans;
  color: #6f708b;
  margin-top: 20px;
}

.position-title {
  color: #6f708b;
  font: normal normal 600 16px/20px Open Sans;
  margin-top: 8px;
}

.position-state {
  font: normal normal normal 12px/17px Open Sans;
  margin-bottom: 28px;
  position: absolute;
  bottom: 0;
  color: #acadc1;
}

.position-margin {
  margin-top: 12px;
}

.persona-filters,
.job-position-filters {
  margin: 40px 0;
  display: inline-block;
}

.persona-margin {
  margin-left: 20px;
}

.highlight-card {
  background-color: #def6fa;
  box-shadow: 0px 4px 8px #acadc129;
}

/*------Persona sidebar----------*/
.persona-sidebar {
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 28px;
  position: relative;
}

.sidebar-icons {
  position: absolute;
  right: -10px;
  font-size: 16px;
  display: flex;
  gap: 4px;
}

.persona-title-sidebar {
  font: normal normal normal 20px/27px Open Sans;
  color: #6f708b;
  margin-top: 40px;
}

.persona-state-sidebar {
  font: normal normal normal 14px/19px Open Sans;
  margin-top: 4px;
}

.introductory-information {
  margin-top: 28px;
  color: #acadc1;
  font: normal normal normal 14px/19px Open Sans;
  margin-bottom: 44px;
  margin-bottom: 44px;
  display: flex;
  align-items: center;
}

.persona-info,
.persona-info-filled {
  display: flex;
  gap: 14px;
  flex-direction: column;
}
.persona-info-filled {
  color: #6f708b;
  width: 300px;
}

.persona-info {
  width: 116px;
  margin-right: 64px;
}

.sub-title-sidebar {
  font: normal normal 600 14px/19px Open Sans;
  color: #6f708b;
  margin-bottom: 8px;
}

.persona-state-sidebar:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 476px;
  padding-top: 28px;
  border-bottom: 1px solid #ededf4;
}

.text-description {
  font: normal normal normal 14px/20px Open Sans;
  color: #6f708b;
}

.job-details {
  margin-bottom: 28px;
  line-height: 2;
}

.options-container {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.top-margin {
  margin-top: 28px;
}

.others-border {
  border: 1px solid #ededf4;
  min-height: 128px;
  border-radius: 8px;
  padding: 12px;
}

.options-box {
  position: absolute;
  top: 20px;
  right: 18px;
  border: solid 1px #ededf4;
  width: 147px;
  padding: 12px 8px;
  font: normal normal normal 14px/19px Open Sans;
  background-color: #ffffff;
  box-shadow: 2px 2px 4px #6f708b29;
  border-radius: 4px;
}

.options-margin {
  margin-bottom: 16px;
}

.img-margin {
  margin-right: 8px;
}

.open-options:hover,
.open-options:focus {
  color: #1b9aaa;
  background-color: #e8f5f7;
  border-radius: 50%;
  transition: 0.3ms;
}

.open-options {
  padding: 2px 4px;
}

.close-sidebar {
  padding: 2px 0 2px 4px;
}

.active-status {
  color: #0cd376;
}

.waiting-status {
  color: #496ddb;
}

/*---Persona history----*/

.closed-card {
  background-color: #ededf4;
}

.highlighted-closed-card {
  background-color: #d6d6e1;
}

/*------ Job Position-----*/

.job-search {
  display: inline-grid;
  align-items: center;
  grid-template-columns: 1fr 14fr 138px;
}

.card-job {
  background-color: white;
  height: 250px;
  border-radius: 4px;
  position: relative;
  padding-top: 20px;
}

.card-job:hover {
  box-shadow: 4px 4px 8px #acadc129;
}

.card-job-history {
  background-color: #ededf4;
  height: 250px;
  border-radius: 4px;
  position: relative;
  padding-top: 20px;
}

.position-location {
  margin-top: 2px;
}

.font-style {
  font: normal normal normal 14px/19px Open Sans;
  color: #6f708b;
}

.btn_admin.large-search {
  width: 300px;
  text-align: left;
  margin-bottom: 10px;
  color: #6f708b;
  font: normal normal normal 14px/19px Open Sans;
}

.btn_admin.large-search::placeholder {
  color: #acadc1;
}

.btn_admin.large-search:focus-visible,
.dropdown-filter {
  outline: none;
}

.top-search,
.search-bar {
  display: flex;
  align-items: center;
}

.small-dot {
  width: 2px;
  height: 2px;
  background-color: #acadc1;
  border-radius: 50%;
  align-self: center;
}

.state-spacing {
  display: flex;
  gap: 12px;
}

.position-candidates-none {
  color: #acadc1;
}

.position-candidates {
  font: normal normal normal 12px/17px Open Sans;
  margin-top: 68px;
}

.position-candidates-new {
  color: #496ddb;
}

.border-published {
  border-top: solid 4px #6bd180;
}

.border-draft {
  border-top: solid 4px #d6d6e1;
}

.text-published {
  color: #0cd376;
}

/*-------Candidates---------*/
.table-entry {
  width: 100%;
  margin-bottom: 8px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 30rem 1fr 1fr 8rem;
  align-items: center;
}

.table-row-candidates {
  background-color: #fff;
  height: 64px;
}

.table-row-history {
  background-color: #ededf4;
  height: 64px;
}

.candidate-name {
  margin-left: 24px;
}

.candidates-dates {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.date-table {
  color: #acadc1;
  font: normal normal normal 12px/17px Open Sans;
}

.candidate-state {
  margin-right: 77px;
  justify-self: center;
}

.candidate-state-new {
  color: #496ddb;
  background: #e8eeff 0% 0% no-repeat padding-box;
}

.candidate-state-interview {
  background: #f5f5fb 0% 0% no-repeat padding-box;
  color: #6f708b;
}

.candidate-state-standby {
  color: #ffaa0f;
  background: #ffffe8 0% 0% no-repeat padding-box;
}

.candidate-state-proposal {
  color: #0cd376;
  background: #e2faea 0% 0% no-repeat padding-box;
}

.candidate-state-hired {
  color: #fff;
  background: #0cd376 0% 0% no-repeat padding-box;
}

.candidate-state-analysis {
  border: 1px solid #f0f0f5;
  border-radius: 50px;
  font: normal normal 600 12px/17px Open Sans;
  padding: 3px 12px;
}

.candidate-state-rejected {
  border-radius: 50px;
  color: #fff;
  background: #ff3b57 0% 0% no-repeat padding-box;
  font: normal normal 600 12px/17px Open Sans;
  padding: 3px 12px;
}

.row-status {
  padding: 3px 12px;
  border-radius: 50px;
  font: normal normal 600 12px/17px Open Sans;
  width: max-content;
}

.table-heading {
  font: normal normal 600 12px/17px Open Sans;
  color: #6f708b;
}

.candidate-table {
  width: 100%;
}

/*---------Candidate description------------*/

.candidate-intro {
  display: flex;
  justify-content: space-between;
}

.name-title {
  font: normal normal normal 20px/27px Open Sans;
  color: #6f708b;
}

.jobs-box {
  width: 130px;
  display: flex;
  justify-content: space-between;
}

.jobs-box::after {
  content: "\f107";
  width: 150px;
  height: 29px;
  border: 1px solid #e8f5f7;
  top: 202px;
  left: 158px;
  position: absolute;
  display: none;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  padding-top: 5px;
  padding-left: 129px;
}

.jobs-box:hover::after {
  display: block;
}

.time-status {
  font: normal normal normal 14px/19px Open Sans;
  color: #acadc1;
}

.options-job {
  display: none;
}

.stars i {
  cursor: pointer;
}

.tint-star {
  color: #ffb42a;
}

.dropdown-options {
  box-shadow: 2px 2px 4px #6f708b29;
  border: 1px solid #e8f5f7;
  top: 236px;
  left: 158px;
  position: absolute;
  padding: 4px 0;
  background: #fff;
}

.select-joblist {
  width: 150px;
  padding-left: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.joblist-drop:hover {
  background-color: #e8f5f7;
  color: #1b9aaa;
}

.reject-candidate {
  color: #ff3b57;
  border-top: 1px solid #ededf4;
  margin-top: 4px;
}

.reject-candidate:hover {
  background-color: #ffebee;
}

.toggle-attach {
  display: none;
  margin-top: 16px;
  color: #acadc1;
}

.accordion {
  margin-bottom: 40px;
}
.accordion-padding.is-open .toggle-attach {
  display: block;
}

.accordion.is-open svg {
  transform: rotate(180deg);
}

.accordion-style {
  font: normal normal 600 14px/19px Open Sans;
}

.add-note-margin {
  margin-top: 16px;
}

.accordion-padding {
  padding-left: 16px;
}

.division:after {
  content: "";
  display: block;
  margin: 0 -16px;
  width: 476px;
  padding-top: 16px;
  border-bottom: 1px solid #ededf4;
}

.margin-comments {
  margin-top: 14px;
}

.margin-options {
  margin: 8px 0 0 0;
}

.align-erase {
  align-items: baseline;
}

.browse-files {
  border: 1px dashed #d6d6e1;
  padding: 12px;
  text-align: center;
}

.attachment-icons {
  padding-right: 8px;
  padding-bottom: 8px;
}

.margin-left-12 {
  margin-left: 12px;
}

.border-attachments {
  border-bottom: 1px solid #ededf4;
}

.current-user,
.not-current-user {
  display: flex;
  gap: 8px;
}

.received-email {
  background: #f5f5fb;
}
.sent-email {
  border: 1px solid #f0f0f5;
}

.sent-email,
.received-email {
  padding: 16px;
  width: 100%;
  border-radius: 8px;
}

.single-email {
  margin-bottom: 40px;
}

.dropdown-template {
  box-shadow: 2px 2px 4px #6f708b29;
  border: 1px solid #e8f5f7;
  position: absolute;
  padding: 4px 0;
  background: #fff;
  margin-top: 4px;
}

.border-editable,
.new-note,
.new-link {
  border: 1px solid #6f708b;
}

.new-note,
.new-link {
  min-height: 64px;
  margin-bottom: 16px;
  color: #acadc1;
}

.step {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.v-stepper {
  position: relative;
}

/* regular step */
.step .circle {
  background-color: white;
  border: 1px solid #acadc1;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  display: inline-block;
}

.step .line {
  top: 15px;
  left: 3px;
  height: 100%;
  position: absolute;
  border-left: 3px solid gray;
}

.step.completed .circle {
  visibility: visible;
  border: 1px solid #acadc1;
}

.step.completed .line {
  border-left: 1px dashed #acadc1;
}

.step.active .circle {
  visibility: visible;
  border-color: rgb(6, 150, 215);
}

.step.empty .circle {
  visibility: hidden;
}

.step.empty .line {
  top: 0;
  height: 150%;
}

.step:last-child .line {
  border-left: 3px solid white;
  z-index: -1; /* behind the circle to completely hide */
}

.history-content {
  margin-left: 20px;
  display: inline-block;
}

.history-content {
  margin-bottom: 12px;
}

.margin-date {
  margin-left: 32px;
}

.svg-is-open svg {
  transform: rotate(180deg);
}

/*-----Job position page-------*/
.top-job-content {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.font-type-1 {
  font: normal normal 600 16px/22px Open Sans;
}

.current-page {
  font: normal normal 600 20px/27px Open Sans;
  color: #6f708b;
}

.breadcrumbs {
  display: flex;
  gap: 12px;
  align-items: center;
}

.bread-icon:before {
  color: #acadc1;
  font-size: 22px;
}

.job-position-btn {
  display: flex;
  gap: 20px;
  position: relative;
}

.top-details {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}

.top-card {
  background: #fff;
  height: 271px;
  border-radius: 8px;
  padding: 20px 0 0 20px;
  margin-bottom: 40px;
}
.introductory-job-details {
  margin-top: 20px;
  color: #acadc1;
  font: normal normal normal 14px/19px Open Sans;
  margin-bottom: 44px;
  display: flex;
  gap: 23px;
}

.card-title {
  font: normal normal 600 14px/19px Open Sans;
  color: #6f708b;
}

.hiring-manager {
  display: flex;
  align-items: center;
}

.lists,
.drag-titles,
.drag-lines {
  display: grid;
  column-gap: 20px;
  grid-template-rows: auto;
}
.drag-column-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.drag-column-6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.drag-sub {
  height: 4px;
  margin: 8px 0;
}

.drag-sub-1 {
  background: #718feb;
}

.drag-sub-2 {
  background: #d6d6e1;
}

.drag-sub-3 {
  background: #acadc1;
}

.drag-sub-4 {
  background: #ffb42a;
}

.drag-sub-5 {
  background: #a1ebb9;
}

.drag-sub-6 {
  background: #0cd376;
}

.lists .list {
  display: flex;
  flex-flow: column;
  gap: 8px;
  flex: 1;
  width: 100%;
  height: 100%;
  min-height: 150px;
  transition: all 0.2s linear;
}

.list {
  padding-bottom: 143px;
}

.lists .list .list-item {
  background-color: #fff;
  height: 143px;
  border-radius: 8px;
  padding: 24px 20px 15px 20px;
}

.card-candidate {
  position: relative;
}

.candidate-date {
  font: normal normal normal 12px/17px Open Sans;
  margin-bottom: 17px;
  position: absolute;
  bottom: 0px;
  color: #acadc1;
}

.card-candidate {
  position: relative;
}

.candidate-date {
  font: normal normal normal 12px/17px Open Sans;
  margin-bottom: 17px;
  position: absolute;
  bottom: 0px;
  color: #acadc1;
}

.more-options-box {
  box-shadow: 2px 2px 4px #6f708b29;
  border: 1px solid #e8f5f7;
  top: 44px;
  left: -47px;
  position: absolute;
  padding: 8px 8px;
  background: #fff;
  border-radius: 8px;
}

/*---------Templates---------------*/

.top-template-content {
  padding-top: 60px;
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 40px;
}

.card-template {
  background-color: white;
  height: 82px;
  border-radius: 8px;
  position: relative;
  padding: 20px;
}

.card-template:hover {
  box-shadow: 0px 4px 8px #acadc129;
}

/*--Template description---*/
.template-content {
  margin-top: 28px;
  background-color: #f5f5fb;
  border-radius: 4px;
  padding: 16px;
}

.template-text {
  min-height: 228px;
}

.template-subject {
  min-height: 44px;
}

.text-markers {
  font: normal normal normal 14px/19px Open Sans;
  padding: 8px;
  color: #acadc1;
}

/*---Collaborators---*/
.container--2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(227px, min-content));
  grid-gap: 20px;
}

.card-user {
  background-color: white;
  height: 270px;
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 8px;
}

/*---------Dashboard Slider-------------*/

.container--3 {
  display: flex;
}

.slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.slider-wrapper {
  position: relative;
}

.slider-container {
  transition: all 0.5s;
  will-change: transform;
}

.item {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  margin-right: 20px;
  width: 349px;
  position: relative;
  flex-shrink: 0;
  z-index: 1001;
}

.item:last-child {
  margin-right: 0;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  color: #1b9aaa;
  border: none;
  cursor: pointer;
  z-index: 1000;
}
#sortable1,
#sortable2 {
  z-index: 1001;
  position: relative; /* Ensure the position property is set */
}
.prev {
  left: -3%;
}

.next {
  right: -3%;
}

/*----------Responsive-------------*/
@media only screen and (max-width: 1400px) {
  .company-table-wrapper {
    width: 50%;
  }

  .company-table {
    width: 100%;
  }

  .fixed-sidebar {
    height: unset;
    padding: 0 0 40px;
  }

  .top-search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }

  .responsive-filters {
    margin-top: 0;
    display: flex;
  }

  .btn_admin.large-search-res,
  .responsive-filters {
    width: 90%;
  }

  .btn_admin.responsive-search {
    width: 242px;
  }

  .large-search-res {
    margin-top: 40px;
  }

  .first-filter {
    margin-right: 12px;
  }

  .dropdown-filter {
    flex-grow: 1;
  }

  .last-filter {
    margin-right: 0;
  }

  .btn_admin.large-search-res {
    margin-bottom: 12px;
  }

  .job-search {
    width: 100%;
    display: inline-grid;
    align-items: center;
    grid-template-columns: 3fr 2fr 138px;
    grid-template-rows: 1fr 1fr;
    grid-template-areas:
      "large-search large-search new-job"
      "job-position-filters job-position-filters .";
  }

  .large-search {
    grid-area: large-search;
  }

  .job-position-filters {
    grid-area: job-position-filters;
  }

  .new-job {
    grid-area: new-job;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1120px) {
  .center-content {
    flex-direction: column;
  }

  .company-sidebar,
  .company-table-wrapper {
    width: 655px;
  }

  .fixed-sidebar {
    position: relative;
    width: 100%;
    height: unset;
    padding: 0 0 40px;
  }
}

/*--- Collaborators tab---*/
/*styles related to amplyfing the user image*/

.overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-img {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.modal-img img {
  margin: 0 auto;
  width: 80vh;
  max-height: 80vh;
}

.div-extra {
  display: inline-block;
  position: relative;
}

.close-icon {
  position: absolute;
  border-radius: 50%;
  padding: 5px 8px;
  max-width: 100%;
  background-color: #ffffffb5;
  top: -10px;
  right: -12px;
}

.cursor-magnifying {
  cursor: zoom-in;
}

.mini-magnifying {
  position: absolute;
  right: 0;
  right: 62px;
  top: 120px;
  background-color: #fff;
  padding: 5px;
  z-index: 999;
  border-radius: 50%;
}
/*-------------------------- CALENDAR-------------------------------*/
/*-------Team Calendar-----*/

.checkboxes-margin {
  margin-top: 45px;
}

.spinner-height {
  height: 80px;
}

.table-background {
  background-color: white;
  border-radius: 8px;
}

.today {
  width: 30px;
  border: 2px solid coral !important;
}

.dates-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  row-gap: 20px;
  color: #6f708b;
  font: normal normal normal 14px/19px px Open Sans;
  margin-top: 48px;
  row-gap: 28px;
}

.dates-colors {
  color: #acadc1;
}

/*-------------------------------USER CALENDAR---------------------------------------*/
.user-cal-margin {
  margin-bottom: 40px;
}

/*--------------------------------------FORMS----------------------------------------*/
/*---change password---*/
.password-field-wrapper {
  position: relative;
}

.password-toggle {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
}
/*------------------------------CALENDAR APPROVAL PAGE--------------------------------*/
.approval-heading {
  width: 100%;
  margin-bottom: 8px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 40rem 1fr 1fr 1fr 2.5fr 8rem;
  align-items: center;
}

.colaborator-name {
  margin-left: 32px;
}

.helper-text:hover::after {
  position: absolute;
  top: -32px;
  left: 0;
  padding: 4px 8px 8px 8px;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  pointer-events: none;
}

.accept-text:hover::after {
  content: "accept";
}

.reject-text:hover::after {
  content: "reject";
}

.empty-table {
  margin-left: 4px;
}

.reasons {
  padding-right: 20px;
}
