:root {
  --bs-primary: #253551;
  --bs-blue: #9ec5fe;
  --dark-blue: #1d2738;
  --bs-secondary: #3a3b45;
  --bs-success: #1cc88a;
  --bs-info: #36b9cc;
  --bs-warning: #f6c23e;
  --bs-danger: #e74a3b;
  --bs-light: #f8f9fc;
  --bs-dark: #000000;
  --bs-primary-rgb: 37, 53, 81;
  --bs-secondary-rgb: 133, 135, 150;
  --bs-success-rgb: 28, 200, 138;
  --bs-info-rgb: 54, 185, 204;
  --bs-warning-rgb: 246, 194, 62;
  --bs-danger-rgb: 231, 74, 59;
  --bs-light-rgb: 248, 249, 252;
  --bs-dark-rgb: 58, 59, 69;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-rgb: 133, 135, 150;
  --bs-font-sans-serif: Roboto, "Helvetica Neue", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: Roboto Mono, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #858796;
  --bs-body-bg: #fff;
}

h1 {
  font-family: "Poppins";
  font-weight: 700;
  color: black;
}

th {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 14px;
  color: #253551;
}

.btn-primary {
  color: #fff !important;
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-body-bg) !important;
}

tr .btn-primary {
  color: var(--bs-gray) !important;
  background-color: var(--bs-table-bg) !important;
  border-color: var(--bs-table-bg) !important;
  font-size: 20px !important;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #858796;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #858796;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-secondary);
  --bs-table-hover-bg: var(--bs-gray-200);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-gray-800);
  vertical-align: middle;
  border-color: #e3e6f0;
}

tr .btn-primary:hover {
  color: var(--bs-info);
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

tr a {
  color: var(--bs-secondary);
  text-decoration: none;
}

tr a:hover {
  color: var(--bs-blue);
  text-decoration: underline;
}

body {
  position: relative;
}

@media (min-width: 992px) {
  body {
    padding-left: 14rem;
  }
}

.py-4 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.logo {
  width: 100px;
}

.logo-toggled {
  width: 0px;
  visibility: hidden;
}

span.d-lg-flex.justify-content-lg-center {
  display: flex;
  justify-content: center;
}

@media (min-width: 992px) {
  #register {
    padding-left: 0 !important;
  }
}

.btn {
  border-radius: 4px;
}

.bpad {
  padding-bottom: 20px;
}

#actionselect {
  min-width: 130px;
  border-radius: 4px 0 0 4px;
  /* margin: 0 20px 0 0; */
}
@media (min-width: 768px) {
  #actionselect {
    /* min-width: 130px; */

    /* margin: 0 20px 0 0; */
  }
}

#mydataTable_length {
  display: flex !important;
  justify-content: left;
  align-items: center;
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  #mydataTable_length {
    flex-direction: row-reverse;
  }
}

#actionsubmit {
  vertical-align: top;
  border-radius: 0 4px 4px 0;
  margin-right: 20px;
}
.selectcol {
  /* display: none; */
  width: 20px;
}

.btn-group.d-xl-flex {
  display: flex !important;
  align-items: center;
}

.dt-buttons {
  display: block !important;
}
.Hired {
  color: var(--bs-success);
}
.Rejected {
  color: var(--bs-danger);
}
.Shortlisted {
  color: #ffa500;
}

.Pending {
  color: #0000ff;
}

.invited {
  color: var(--bs-success);
}

.error {
  color: red;
  font-size: 1em;
  width: 100%;
}

.card-body {
  margin: 0 1rem !important;
  background-color: #ffffff !important;
}

#wrapper #content-wrapper {
  background-color: #ffffff !important;
}

.fulliframe {
  height: 100vh;
}

table.dataTable td,
table.dataTable th {
  line-break: anywhere;
}

.hidden {
  display: none !important;
}

#fileToUpload {
  max-width: 70%;
  overflow: hidden;
  /* color: transparent; */
}

#uploaderwrapper {
  /* background: var(--bs-gray-300); */
  /* border-radius: 5px; */
  padding: 20px 0px;
  /* text-align: center; */
  /* border: 2px dotted var(--bs-gray-500); */
}
.applicationwrapper {
  margin: 0;
  display: block !important;
}
@media (min-width: 768px) {
  #fileToUpload {
    width: 100%;
    overflow: hidden;
    color: #ffffff;
  }

  #uploaderwrapper {
    background: var(--bs-gray-300);
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    border: 2px dotted var(--bs-gray-500);
  }

  .applicationwrapper {
    margin: 0 5%;
    min-height: 75vh;
  }
}

.sidebar .nav-item .nav-link {
  display: flex;
  width: 100%;
  text-align: left;
  padding: 1rem;
  width: 14rem;
  font-size: 0.85rem;
}
.sidebar.toggled .nav-item .nav-link,
.sidebar.toggled {
  overflow: visible;
  width: 12.5rem !important;
}

/*
@media only screen and (orientation: portrait) {
  body {
    height: 100vw;
    transform: rotate(90deg);
  }
} */

#turn {
}

/* (A) correct ORIENTATION - SHOW MESSAGE HIDE CONTENT */
@media only screen and (orientation: landscape) {
  #turn {
    display: none;
  }
  #wrapper {
    display: flex;
  }
}

/* (B) wrong ORIENTATION - SHOW CONTENT HIDE MESSAGE */
@media only screen and (orientation: portrait) {
  #turn {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    width: 100%;
    height: 100vh;
    z-index: 123456789;
    position: relative;
    font-size: 29px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .verybig {
    font-size: 75px;
  }
  #wrapper {
    display: none;
  }
}
.eeowrapper {
  border: 1px solid;
  background-color: var(--bs-primary);
  padding: 40px 30px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.eeowrapper .form-group {
  padding: 10px 0;
}
