.total-count-wrap,
.table-container-wrap {
  grid-template-columns: 1fr 1fr;
}

.grid-2-1 {
  grid-template-columns: 2fr 1.3fr;
}

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

.welcome-company-info-details {
  position: relative;
  padding: 20px 15px;
  background-image: linear-gradient(290deg, #38b1f8, #027dcf);
  color: #fff;
  border-radius: 5px;
  z-index: 1;
}
.welcome-company-info-details::before {
  content: "";
  position: absolute;
  background-image: url(../images/dashboard_section_banner.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.52;
  z-index: -1;
}
.welcome-company-info-details h4,
.welcome-company-info-details h6 a {
  font-weight: 400;
  color: #fff;
}
.welcome-company-info-details h6 {
  text-decoration: underline;
  color: #fff;
}
.welcome-company-info-details p {
  width: 60%;
  font-weight: 300;
  line-height: 1.5;
  padding: 15px 0px 80px 0px;
}
.welcome-company-info-details img {
  position: absolute;
  bottom: 0;
  right: 15px;
  width: 40%;
}

.total-count-module {
  position: relative;
  background: #fff;
  padding: 25px 15px 15px 15px;
  border-radius: 6px;
  overflow: hidden;
}
.total-count-module h1 {
  padding-bottom: 10px;
}
.total-count-module p {
  color: #3d3d3d;
}
.total-count-module .side-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  width: 55px;
  background: #e70000;
  border-radius: 0px 0px 0px 20px;
}
.total-count-module .side-icon.light-bg-side-icon {
  background: #e0f0fe;
}
.total-count-module .side-icon img {
  width: 20px;
}

.blue-total-count-module {
  position: relative;
  background-image: linear-gradient(290deg, #38b1f8, #027dcf);
  padding: 25px 15px 15px 15px;
  border-radius: 6px;
  overflow: hidden;
}
.blue-total-count-module h1 {
  color: #fff;
  padding-bottom: 10px;
}
.blue-total-count-module p {
  color: #fff;
}
.blue-total-count-module .side-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  width: 55px;
  background: #f0f8ff;
  border-radius: 0px 0px 0px 20px;
}
.blue-total-count-module .side-icon img {
  width: 20px;
}

.dashboard-vacancies-module h6 {
  font-weight: 400;
}
.dashboard-vacancies-module a {
  font-size: 13px;
  color: #027dcf;
}

table {
  border-collapse: collapse;
  width: 100%;
  border-radius: 6px;
  /*overflow: hidden;*/
  margin-top: 20px;
}
table td {
  font-size: 13px;
}
table td a {
  color: #3d3d3d;
  transition: all 0.5s ease-in-out;
}
table th {
  font-weight: 400;
  white-space: nowrap;
}
table th,
table td {
  border: none;
  text-align: left;
  padding: 15px;
}
table tr {
  border-top: 1px solid #ececec;
  transition: all 0.5s ease-in-out;
}
table tr:first-child {
  background: #027dcf;
  color: #fff;
}
table tr:not(:first-child) {
  background: #fff;
  transition: all 0.5s ease-in-out;
}
table tr:not(:first-child):hover {
  background: #e0f0fe;
  transition: all 0.5s ease-in-out;
}
table tr:not(:first-child):hover a {
  color: #027dcf;
  transition: all 0.5s ease-in-out;
}

.tab-content .table-container table tr td:last-child, .tab-content .table-container table tr td:nth-last-child(2),
.tab-content .table-container table tr th:last-child,
.tab-content .table-container table tr th:nth-last-child(2) {
  text-align: left;
}

.toggle {
  cursor: pointer;
  display: inline-block;
}

.toggle-switch {
  display: inline-block;
  background: #e70000;
  border-radius: 16px;
  width: 39px;
  height: 22px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}
.toggle-switch:before, .toggle-switch:after {
  content: "";
}
.toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 4px;
  transition: left 0.25s;
}
.toggle-checkbox:checked + .toggle-switch {
  background: #027dcf;
}
.toggle-checkbox:checked + .toggle-switch:before {
  left: 20px;
}

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.toggle-label {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.aplicant-details-module h4,
.aplicant-details-module h4,
.vacancy-title-details h4,
.vacancy-title-details h4 {
  font-weight: 400;
}

.upload-area-file {
  cursor: pointer;
}
.upload-area-file input {
  display: none;
}
.upload-area-file p {
  color: #888888;
  margin: 10px 0px;
}
.upload-area-file p .upload-button {
  color: #5d5d5d;
  background-image: linear-gradient(to bottom, #c1c1c1, rgba(255, 255, 255, 0.44));
  padding: 9px 18px;
  border: 1px solid #888888;
  border-radius: 4px;
  margin-right: 10px;
  transition: transform 0.4s;
}

.ql-editor {
  min-height: 120px;
}

.ql-toolbar.ql-snow {
  margin-top: 10px;
  border: 1px solid #888888;
  border-radius: 4px 4px 0px 0px;
}

.ql-container.ql-snow {
  border: 1px solid #888888;
  border-radius: 0px 0px 4px 4px;
}

.company-details-form {
  position: relative;
}
.company-details-form .post-vacency-prop-2 {
  position: absolute;
  right: -25px;
  top: 0;
  width: 300px;
}

.vacancy-details-table {
  position: relative;
  overflow: hidden;
}
.vacancy-details-table .vacancy-details-banner {
  position: absolute;
  right: 0;
  top: 43px;
  width: 230px;
  opacity: 0.06;
}
.vacancy-details-table .vacancy-details-left-banner {
  position: absolute;
  left: 0;
  bottom: 0px;
  opacity: 0.06;
  z-index: 0;
}
.vacancy-details-table .dashboard-vacancies-module table tr td,
.vacancy-details-table .dashboard-vacancies-module table tr th {
  position: relative;
  padding: 20px 25px;
  z-index: 1;
}
.vacancy-details-table .dashboard-vacancies-module table tr:not(:first-child):hover a {
  color: #fff;
  transition: all 0.5sease-in-out;
}
.vacancy-details-table .dashboard-vacancies-module .view-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  padding: 8px 10px;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  background: #027dcf;
}
.vacancy-details-table .dashboard-vacancies-module .view-btn:hover {
  color: #fff !important;
}
.vacancy-details-table .vacancy-info {
  position: relative;
  padding: 25px;
  border-top: 1px solid #e7e7e7;
  background: #fff;
  z-index: 1;
}
.vacancy-details-table .vacancy-info p {
  padding-top: 15px;
}

.shortlist-module {
  border-radius: 6px;
  overflow: hidden;
}
.shortlist-module .shortlist-heading h6 {
  color: #fff;
  background: #e70000;
  font-weight: 400;
  padding: 14px 24px;
}
.shortlist-module .applicant-list-module {
  padding: 12px 24px;
  background: #fff;
  border-top: 1px solid #e7e7e7;
  transition: all 0.5s ease-in-out;
}
.shortlist-module .applicant-list-module div i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  background: #d9d9d9;
  border-radius: 50%;
  color: #3d3d3d;
}
.shortlist-module .applicant-list-module div div p {
  color: #3d3d3d;
  transition: all 0.5s ease-in-out;
}
.shortlist-module .applicant-list-module div div span {
  font-size: 14px;
  color: #888888;
  transition: all 0.5s ease-in-out;
}
.shortlist-module .applicant-list-module .rotate-up-right {
  color: #3d3d3d;
  transition: all 0.5s ease-in-out;
}
.shortlist-module .applicant-list-module:hover div div p {
  color: #027dcf;
  transition: all 0.5s ease-in-out;
}
.shortlist-module .applicant-list-module:hover div div span {
  color: #3d3d3d;
  transition: all 0.5s ease-in-out;
}
.shortlist-module .applicant-list-module:hover .rotate-up-right {
  transform: rotate(-30deg);
  transition: all 0.5s ease-in-out;
}

@media (max-width: 1100px) {
  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-2,
  .grid-2-1 {
    grid-template-columns: 1fr;
  }
  .welcome-company-info-details img {
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .company-details-form .post-vacency-prop-2 {
    width: 200px;
  }
}
@media (max-width: 650px) {
  .table-container-wrap {
    grid-template-columns: 1fr;
  }
  .welcome-company-info-details p {
    width: 80%;
    padding: 15px 0px 60px 0px;
  }
}
@media (max-width: 525px) {
  .welcome-company-info-details p {
    width: 100%;
  }
  .welcome-company-info-details img {
    display: none;
  }
  .vacancy-board div form.flex {
    flex-direction: column;
    align-items: normal;
    gap: 10px;
  }
  .vacancy-details-table .dashboard-vacancies-module table tr th,
  .vacancy-details-table .dashboard-vacancies-module table tr td {
    padding: 13px;
  }
  .vacancy-details-table .dashboard-vacancies-module .view-btn {
    padding: 5px 8px;
    font-size: 11px;
  }
  .shortlist-module .applicant-list-module div div span {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .welcome-company-info-details p {
    padding: 15px 0px 35px 0px;
  }
}/*# sourceMappingURL=dashboard-style.css.map */