@font-face {
  font-family: "Gotham";
  src: url("//db.onlinewebfonts.com/t/056353a27c68233bab7e618c8b191d65.eot");
  src: url("//db.onlinewebfonts.com/t/056353a27c68233bab7e618c8b191d65.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/056353a27c68233bab7e618c8b191d65.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/056353a27c68233bab7e618c8b191d65.woff") format("woff"), url("//db.onlinewebfonts.com/t/056353a27c68233bab7e618c8b191d65.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/056353a27c68233bab7e618c8b191d65.svg#Gotham Pro") format("svg");
}
@font-face {
  font-family: "Lexia";
  src: url("//db.onlinewebfonts.com/t/3bae520ee6c22fd8cc6fd6dc9c423af7.eot");
  src: url("//db.onlinewebfonts.com/t/3bae520ee6c22fd8cc6fd6dc9c423af7.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/3bae520ee6c22fd8cc6fd6dc9c423af7.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/3bae520ee6c22fd8cc6fd6dc9c423af7.woff") format("woff"), url("//db.onlinewebfonts.com/t/3bae520ee6c22fd8cc6fd6dc9c423af7.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/3bae520ee6c22fd8cc6fd6dc9c423af7.svg#Lexia") format("svg");
}
@font-face {
  font-family: "Sanchez";
  src: url("//db.onlinewebfonts.com/t/5d3d7f9cae13228a39b63c71458be397.eot");
  src: url("//db.onlinewebfonts.com/t/5d3d7f9cae13228a39b63c71458be397.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/5d3d7f9cae13228a39b63c71458be397.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/5d3d7f9cae13228a39b63c71458be397.woff") format("woff"), url("//db.onlinewebfonts.com/t/5d3d7f9cae13228a39b63c71458be397.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/5d3d7f9cae13228a39b63c71458be397.svg#Sanchez") format("svg");
}
body {
  margin: 0 !important;
  background: #f3f3f3;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
}

label {
  font-family: "Gotham";
  font-weight: bold !important;
}

a {
  text-decoration: none;
}

h1, h2 {
  color: #a3a192;
  font-family: "Sanchez";
  font-weight: 400 !important;
  font-size: 27px;
}

h2 {
  color: #b29d24;
  font-size: 23px;
}

h4 {
  color: #a3a192;
  font-size: 12px;
}

#main-container {
  display: flex;
  flex-direction: row;
}

.content-container {
  position: relative;
  width: calc(100% - 300px);
  margin-left: 300px;
  padding: 10px;
  padding-top: 100px;
  transition: 0.3s;
}
@media screen and (min-width: 1300px) {
  .content-container {
    width: calc(100% - 300px);
    margin-left: 300px;
    padding-top: 80px;
  }
}
.content-container.short {
  width: 100%;
  transition: 0.3s;
  margin-left: 0;
}
.content-container.short > div > div {
  display: block;
}

.paper {
  padding: 25px;
}

#page .header {
  padding: 0 15px;
}

.lock-drawer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000000000000000;
  background: rgba(255, 255, 255, 0.8);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  border-radius: 5px;
  padding: 10px 20px;
  margin: 5px 0;
  background: #378a9c;
  color: white;
  opacity: 1;
  transition: 0.15s;
}
.btn:hover {
  opacity: 0.9;
  transition: 0.15s;
}

button:disabled {
  opacity: 0.6;
  transition: 0.15s;
}

.background-image {
  background-size: cover !important;
  background-position-x: center !important;
  background-position-y: center !important;
  background-repeat: no-repeat !important;
}

.grid-wrapper {
  justify-content: space-evenly;
  margin-bottom: 15px !important;
}

.submit-container.submit-application {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  flex-direction: column;
}
@media screen and (min-width: 1300px) {
  .submit-container.submit-application {
    flex-direction: row;
  }
}
.submit-container.submit-application .save {
  box-shadow: none;
  border-radius: 0;
  background-color: #378a9c;
  height: fit-content;
  margin: 10px;
  width: calc(100% - 20px);
}
@media screen and (min-width: 1300px) {
  .submit-container.submit-application .save {
    width: 200px;
  }
}
.submit-container.submit-application .submit {
  box-shadow: none;
  border-radius: 0;
  background-color: #b29d24;
  height: fit-content;
  margin: 10px;
  width: calc(100% - 20px);
}
@media screen and (min-width: 1300px) {
  .submit-container.submit-application .submit {
    width: 200px;
  }
}

::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #378a9c;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #193f48;
}

.hidden {
  display: none;
}

.is-desktop {
  display: none;
}
@media screen and (min-width: 1300px) {
  .is-desktop {
    display: block;
  }
}

.is-mobile {
  display: block;
}
@media screen and (min-width: 1300px) {
  .is-mobile {
    display: none;
  }
}

.MuiChip-deleteIcon {
  margin-right: 5px !important;
}

.tooltip-control-container {
  display: flex;
}

.tooltip {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tooltip:hover {
  overflow: visible;
}
.tooltip:hover .tooltip-content {
  opacity: 1;
}
.tooltip .tooltip-content {
  background: #378a9c;
  box-sizing: border-box;
  color: white;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 1px;
  max-width: 400px;
  min-width: 320px;
  padding: 1em;
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 100000000000000000;
}
.tooltip .tooltip-content::after {
  background: #378a9c;
  content: "";
  height: 10px;
  position: absolute;
  transform: rotate(45deg);
  width: 10px;
}
.tooltip.right img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.tooltip.right .tooltip-content {
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right .tooltip-content::after {
  right: -5px;
  margin-top: -5px;
  top: 50%;
}

.column-fix {
  position: sticky;
  background: white;
  left: 0;
  z-index: 1;
  border-right: 1px solid rgb(224, 224, 224);
  min-width: 180px;
}

.info-message-yellow-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-message-yellow-wrapper .info-message-yellow {
  width: 50%;
  background: #b29d24;
  padding: 20px 40px;
  border-radius: 40px;
  margin-top: 45px;
}
.info-message-yellow-wrapper .info-message-yellow p {
  color: white;
}
.info-message-yellow-wrapper.full .info-message-yellow {
  width: 100%;
  margin-bottom: 30px;
}

.submit-container {
  margin-top: 20px;
}
.submit-container button {
  margin: 0 5px;
}

.tooltip-control-container {
  display: flex;
}
.tooltip-control-container .MuiFormControl-fullWidth {
  width: calc(100% - 21px) !important;
}

.tooltip {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tooltip:hover {
  overflow: visible;
}
.tooltip:hover .tooltip-content {
  opacity: 1;
}
.tooltip .tooltip-content {
  background: #378a9c;
  box-sizing: border-box;
  color: white;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 1px;
  max-width: 400px;
  min-width: 320px;
  padding: 1em;
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 100000000000000000;
}
@media screen and (max-width: 1300px) {
  .tooltip .tooltip-content {
    min-width: 260px;
  }
}
.tooltip .tooltip-content::after {
  background: #378a9c;
  content: "";
  height: 10px;
  position: absolute;
  transform: rotate(45deg);
  width: 10px;
}
.tooltip.right img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.tooltip.right .tooltip-content {
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right .tooltip-content::after {
  right: -5px;
  margin-top: -5px;
  top: 50%;
}
.tooltip.left img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.tooltip.left .tooltip-content {
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.left .tooltip-content::after {
  left: -5px;
  margin-top: -5px;
  top: 50%;
}

.error-container {
  display: inline-block;
  list-style-type: none;
  padding-left: 10px;
  margin: 0;
  font-size: 12px;
  color: #f44336;
}

.horizontal-form-container .error-container {
  padding-left: 0;
}

#header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  z-index: 100;
  top: 0;
  left: 300px;
  width: calc(100% - 300px);
  background: white;
  border-bottom: 1px solid #c4c4c4;
  transition: 0.3s;
  height: fit-content;
  min-height: 80px;
}
#header .right {
  display: flex;
  text-align: center;
}
#header .right .save-button {
  display: none;
}
@media screen and (min-width: 768px) {
  #header .right .save-button {
    display: flex;
  }
}
#header .center {
  text-align: center;
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  #header .center {
    display: none;
    text-align: right;
    width: calc(100% - 180px);
  }
}
#header .save-button {
  background-color: #378a9c;
  box-shadow: none;
  border-radius: 0;
  white-space: nowrap;
  margin-right: 20px;
  height: 30px;
  width: 130px;
  align-self: center;
}
.withdraw-button {
  background-color: #b29d24;
  box-shadow: none;
  border-radius: 0;
  white-space: nowrap;
  margin-right: 20px;
  height: 30px;
  align-self: center;
}
#header.short {
  width: 100%;
  left: 0;
  transition: 0.3s;
}
#header .user-wrapper {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 10px;
}
#header .user-wrapper svg {
  color: #378a9c;
}
#header .user-wrapper p {
  margin: 0;
}
#header .filters-wrapper {
  display: flex;
  width: inherit;
  width: 100%;
}
@media screen and (min-width: 1400px) {
  #header .filters-wrapper {
    display: inline-table;
    column-count: 3;
  }
}
#header .filters-wrapper .filters, #header .filters-wrapper .search {
  display: flex;
  align-items: center;
}
#header .filters-wrapper .filters img, #header .filters-wrapper .search img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
#header .filters-wrapper .filters {
  width: 100%;
}
#header .filters-wrapper .filters .react-datepicker-wrapper {
  width: 100%;
}
#header .filters-wrapper .filters .filters-dropdowns {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  margin-left: 20px;
  width: 100%;
}
#header .filters-wrapper .filters .filters-dropdowns .datepicker-control-container {
  align-items: center;
  margin-top: 10px;
}
#header .filters-wrapper .filters .filters-dropdowns .filter-row {
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
  justify-content: start;
}
#header .filters-wrapper .filters .filters-dropdowns .filter-row > div {
  margin-right: 10px;
  min-width: calc(33% - 10px);
}
@media screen and (min-width: 1300px) {
  #header .filters-wrapper .filters .filters-dropdowns .filter-row > div {
    width: 150px;
    min-width: 180px;
  }
}
@media (max-width: 767px) {
  #header
  {
    display: flex;
    flex-direction: column;
  }
  #header .withdraw-button {
    width: 100%;
    margin-bottom: 10px;  
  }
}
#header .filters-wrapper .filters .clear-filter {
  margin-right: 15px;
  background: #378a9c;
  box-shadow: none;
  border-radius: initial;
}
#header .filters-wrapper .search {
  width: 100%;
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
}
#header .filters-wrapper .search img {
  position: absolute;
  right: 0;
}

#navigation > div {
  background: #378a9c;
}
#navigation .navigation-content-container {
  width: 300px;
  height: 100vh;
  background: #378a9c;
  transition: 0.3s;
  overflow: hidden;
}
#navigation .navigation-content-container nav {
  overflow-y: auto;
  height: 100%;
  padding-bottom: 100px;
}
#navigation .navigation-content-container.short {
  width: 0;
  transition: 0.3s;
}
#navigation .navigation-content-container.short .navigation-text {
  display: none;
}
#navigation .navigation-content-container.short .logo-container .title {
  display: none;
}
#navigation .navigation-content-container .logo-container {
  height: 80px;
  display: flex;
  flex-direction: row;
  padding: 15px;
  align-items: center;
  justify-content: center;
  background: white;
}
#navigation .navigation-content-container .logo-container .logo {
  width: 100%;
  padding: 20px;
}
#navigation .navigation-content-container .logo-container .logo img {
  width: 100%;
  height: auto;
  padding-top: 10px;
}
#navigation .navigation-content-container .logo-container .title {
  flex-grow: 1;
  color: #f74464;
}
#navigation .navigation-content-container .navigation-item .navigation-icon {
  color: #f74464;
}
#navigation .navigation-content-container .navigation-item .navigation-icon.user-icon {
  color: white;
}
#navigation .navigation-content-container .navigation-item .navigation-icon.user-icon img {
  width: 24px;
  height: 24px;
}
#navigation .navigation-content-container .navigation-item .navigation-icon .circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
#navigation .navigation-content-container .navigation-item .navigation-icon .circle.yellow {
  background-color: #f0dc16;
}
#navigation .navigation-content-container .navigation-item .navigation-icon .circle.green {
  background-color: #34fa27;
}
#navigation .navigation-content-container .navigation-item .navigation-text {
  padding-left: 0;
}
#navigation .navigation-content-container .navigation-item .navigation-text span {
  color: white;
}
#navigation .navigation-content-container .submenu {
  padding-left: 20px;
}
#navigation .navigation-content-container .navigation-link {
  display: flex;
  text-decoration: none;
  transition: 0.15s;
  background: #378a9c !important;
}
#navigation .navigation-content-container .navigation-link:hover, #navigation .navigation-content-container .navigation-link.active {
  background: #193f48 !important;
  transition: 0.15s;
}
#navigation .navigation-content-container .navigation-link.yellow span {
  color: #f0dc16;
}

#filter .filter-header {
  width: 250px;
  padding: 5px;
  background: #378a9c;
}
#filter .filter-header button {
  color: white;
}
#filter .filter-content-container {
  width: 250px;
}
#filter .control-container {
  margin-top: 50px;
  text-align: center;
}

.main-table-container {
  height: calc(100vh - 240px);
}
@media screen and (min-width: 1300px) {
  .main-table-container {
    height: calc(100vh - 200px);
  }
}

#table-page {
  position: relative;
}
#table-page .header {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#table-page .table-container {
  max-height: calc(100vh - 150px);
}
#table-page table {
  position: relative;
}
#table-page table .lock-table {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 500;
}
#table-page .table-header {
  background: #378a9c;
}
#table-page .table-header th {
  color: white;
}
#table-page .table-row-0 {
  background: rgba(178, 199, 220, 0.2);
  transition: 0.15s;
}
#table-page .table-row-0:hover, #table-page .table-row-0.selected {
  background: rgba(178, 199, 220, 0.4);
  transition: 0.15s;
}
#table-page .table-row-1 {
  background: rgba(199, 221, 255, 0.2);
}
#table-page .table-row-1:hover, #table-page .table-row-1.selected {
  background: rgba(178, 199, 220, 0.4);
  transition: 0.15s;
}

.drawer-wrapper .drawer-wrapper-header {
  width: 300px;
  padding: 5px;
  background: #378a9c;
}
@media screen and (min-width: 1300px) {
  .drawer-wrapper .drawer-wrapper-header {
    width: 550px;
  }
}
.drawer-wrapper .drawer-wrapper-header button {
  color: white;
}
.drawer-wrapper .drawer-wrapper-content {
  width: 300px;
}
@media screen and (min-width: 1300px) {
  .drawer-wrapper .drawer-wrapper-content {
    width: 550px;
  }
}

.autocomplete {
  width: 100%;
  margin-top: 16px !important;
  margin-bottom: 8px !important;
}

.datepicker-control-container {
  display: flex;
  align-items: flex-end;
}
.datepicker-control-container .react-datepicker__input-container {
  width: 100%;
}
.datepicker-control-container label {
  font-size: 13px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.54);
  margin-bottom: 8px;
  display: block;
}
.datepicker-control-container.error label {
  color: #f44336;
}
.datepicker-control-container .error {
  color: #f44336;
  font-size: 13px;
  line-height: 1;
  margin: 8px 0;
}
.datepicker-control-container input {
  height: 37px;
  padding: 0 10px;
  font-size: 16px;
  border-radius: 2px;
  width: 100%;
  border: 1px solid #f3f3f3;
}

form .datepicker-control-container {
  flex-direction: column;
  align-items: flex-start;
}
form .datepicker-control-container .react-datepicker__input-container,
form .datepicker-control-container .react-datepicker-wrapper {
  display: block;
  width: 100%;
}
form .datepicker-control-container .react-datepicker__input-container input,
form .datepicker-control-container .react-datepicker-wrapper input {
  width: 100%;
}

.select-control-container {
  margin-top: 8px;
  min-width: 150px;
}
.select-control-container label {
  font-size: 13px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.54);
  margin-bottom: 8px;
  display: block;
}
.select-control-container .error {
  color: #f44336;
  font-size: 13px;
  line-height: 1;
  margin: 8px 0;
}

.select-container {
  margin-bottom: 20px;
}
.select-container input {
  color: #737273 !important;
}
.select-container .css-vj8t7z, .select-container .css-2o5izw {
  height: 49px;
}
.select-container.error .css-vj8t7z {
  border-color: #f44336;
}
.select-container.error p {
  margin-left: 0;
}
.select-container.error p.select-error {
  font-size: 12px;
  margin-top: -10px;
  color: #f44336;
}

#not-found {
  width: 100vw;
  height: 100vh;
  background: #378a9c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#not-found h1 {
  font-size: 150px;
  margin-bottom: 0;
  color: #f74464;
}
#not-found h3 {
  font-size: 26px;
  margin-top: 15px;
  color: #f74464;
}

#forbidden {
  width: 100vw;
  height: 100vh;
  background: #378a9c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#forbidden h1 {
  font-size: 150px;
  margin-bottom: 0;
  color: #f74464;
}
#forbidden h3 {
  font-size: 26px;
  margin-top: 15px;
  color: #f74464;
}

#error {
  width: 100vw;
  height: 100vh;
  background: #378a9c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#error h1 {
  font-size: 150px;
  margin-bottom: 0;
  color: #f74464;
}
#error h3 {
  font-size: 26px;
  margin-top: 15px;
  color: #f74464;
}

p.error {
  color: #f44336;
}

#login {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
}
#login .grid-wrapper {
  margin-top: 100px;
}
#login .grid-wrapper .login-form-wrapper {
  width: 95%;
}
@media screen and (min-width: 1300px) {
  #login .grid-wrapper .login-form-wrapper {
    width: unset;
  }
}
#login .grid-wrapper .login-form-wrapper .paper {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#login .grid-wrapper label {
  font-weight: 400 !important;
}
#login .login-image img {
  width: 100%;
}
#login .login-logo {
  position: absolute;
  top: -50px;
}
#login .login-logo img {
  width: auto;
  height: 100px;
}
#login .forgot-password-wrapper {
  text-align: center;
  margin: 15px;
}
#login .forgot-password-wrapper .forgot-password {
  text-transform: uppercase;
  text-decoration: underline;
  color: #378a9c;
  font-weight: bold;
}
#login .submit-container {
  display: flex;
  justify-content: center;
}
#login .submit-container button {
  background-color: #b29d24;
  border-radius: 0;
  box-shadow: none;
  width: 150px;
}
#login .wrapper {
  display: flex;
  margin-top: 20px;
}
#login .wrapper .terms-and-conditions {
  margin-left: 30px;
  margin-right: 30px;
}
#login .wrapper a {
  color: #a3a192;
}
#login .wrapper a:hover {
  color: #737273;
}
#login .logo {
  position: absolute;
  top: 30px;
  left: 50px;
}
#login .logo img {
  width: 250px;
}

#login-form {
  width: 100%;
}
@media screen and (min-width: 1300px) {
  #login-form {
    width: 50%;
  }
}

#lock {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

#add-candidate .add-candidate-btn {
  background: #b29d24;
  box-shadow: none;
  border-radius: 0;
}
#add-candidate label {
  font-weight: 400 !important;
}
#add-candidate .job-role-input {
  margin-top: 0;
}
#add-candidate .job-role-input label {
  z-index: 0;
}

#add-candidate-password {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 100vh;
}
#add-candidate-password .grid-wrapper .add-candidate-password-form-wrapper .paper {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#add-candidate-password .grid-wrapper .add-candidate-password-form-wrapper .paper #add-candidate-password-form {
  width: 100%;
}
#add-candidate-password .add-candidate-password-image img {
  width: 100%;
  height: 100%;
}
#add-candidate-password .add-candidate-password-logo {
  position: absolute;
  top: -50px;
}
#add-candidate-password .add-candidate-password-logo img {
  width: 100px;
  height: 100px;
}
#add-candidate-password .submit-container {
  display: flex;
  justify-content: center;
}
#add-candidate-password .submit-container button {
  background-color: #b29d24;
  border-radius: 0;
  box-shadow: none;
  width: 150px;
}

.home-container {
  width: 100%;
  height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  justify-content: center;
}

#personal-details-form .grid-wrapper > div .MuiFormControl-root-222, #personal-details-form .grid-wrapper > div .select-control-container {
  margin-bottom: 20px;
}
#personal-details-form .grid-wrapper > div .Mui-disabled {
  background: #f0f0f0;
  color: #929292 !important;
}
#personal-details-form .grid-wrapper > div fieldset {
  border-color: #e2e2e2;
}
@media screen and (max-width: 1300px) {
  #personal-details-form .grid-wrapper {
    display: block;
  }
}
#personal-details-form .grid-wrapper .select-container .datepicker-control-container {
  position: relative;
}
#personal-details-form .grid-wrapper .select-container .datepicker-control-container input:disabled {
  background: #f0f0f0;
  color: #929292 !important;
  border-color: #e2e2e2;
}
#personal-details-form .grid-wrapper .select-container .datepicker-control-container svg {
  position: absolute;
  margin: auto;
  top: 8px;
  right: 25px;
  bottom: 0;
}

#address-details-form .grid-wrapper > div .MuiFormControl-root-222, #address-details-form .grid-wrapper > div .select-control-container {
  margin-bottom: 20px;
}
#address-details-form .grid-wrapper > div .Mui-disabled {
  background: #f0f0f0;
  color: #929292 !important;
}
#address-details-form .grid-wrapper > div fieldset {
  border-color: #e2e2e2;
}
@media screen and (max-width: 1300px) {
  #address-details-form .grid-wrapper {
    display: block;
  }
}

#job-details-form .grid-wrapper > div .MuiFormControl-root-222, #job-details-form .grid-wrapper > div .select-control-container {
  margin-bottom: 20px;
}
#job-details-form .grid-wrapper > div .Mui-disabled {
  background: #f0f0f0;
  color: #929292 !important;
}
#job-details-form .grid-wrapper > div fieldset {
  border-color: #e2e2e2;
}
@media screen and (max-width: 1300px) {
  #job-details-form .grid-wrapper {
    display: block;
  }
}
#job-details-form .select-container > div {
  margin-bottom: 20px;
}

#gdpr-disclaimer-form {
  /*------ SWITCH ---------*/
}
#gdpr-disclaimer-form .grid-wrapper .gdpr-answer {
  color: #6a7285;
  font-size: 10px;
}
#gdpr-disclaimer-form .switch-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px 0;
}
@media screen and (min-width: 1300px) {
  #gdpr-disclaimer-form .switch-wrapper {
    align-items: unset;
    flex-direction: row;
    padding: 0;
  }
}
#gdpr-disclaimer-form .switch-wrapper .label-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-top: 15px;
}
@media screen and (min-width: 1300px) {
  #gdpr-disclaimer-form .switch-wrapper .label-wrapper {
    margin-top: 0;
  }
}
#gdpr-disclaimer-form .switch-wrapper .label-wrapper label {
  font-size: 20px;
  font-weight: 500;
}
#gdpr-disclaimer-form .disclaimer-text {
  padding: 20px;
}
#gdpr-disclaimer-form .switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 35px;
}
#gdpr-disclaimer-form .switch input {
  display: none;
}
#gdpr-disclaimer-form .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d9d9d9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#gdpr-disclaimer-form .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 8px;
  bottom: 50%;
  top: 50%;
  margin: auto;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#gdpr-disclaimer-form input:checked + .slider {
  background-color: #378a9c;
}
#gdpr-disclaimer-form input:checked + .slider:before {
  -webkit-transform: translateX(65px);
  -ms-transform: translateX(65px);
  transform: translateX(65px);
  background-color: #193f48;
}
#gdpr-disclaimer-form .on {
  display: none;
}
#gdpr-disclaimer-form .on, #gdpr-disclaimer-form .off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 14px;
}
#gdpr-disclaimer-form input:checked + .slider .on {
  display: block;
}
#gdpr-disclaimer-form input:checked + .slider .off {
  display: none;
}
#gdpr-disclaimer-form .slider.round {
  border-radius: 16px;
  user-select: none;
}
#gdpr-disclaimer-form .slider.round:before {
  border-radius: 50%;
  background-color: #737273;
}

#immigration-control-form {
  /*------ SWITCH ---------*/
}
@media screen and (max-width: 1300px) {
  #immigration-control-form .grid-wrapper {
    display: block;
  }
}
#immigration-control-form label {
  color: #737273;
}
#immigration-control-form .switch-wrapper {
  display: flex;
}
#immigration-control-form .switch-wrapper .label-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 50px;
}
#immigration-control-form .switch-wrapper .label-wrapper label {
  font-size: 15px;
  font-weight: 500;
}
#immigration-control-form .switch-wrapper > div {
  width: 100%;
}
#immigration-control-form .switch-wrapper .select-container {
  display: flex;
}
#immigration-control-form .switch-wrapper .select-container .datepicker-control-container {
  position: relative;
  margin-top: 0 !important;
}
#immigration-control-form .switch-wrapper .select-container .datepicker-control-container input:disabled {
  background: #f0f0f0;
  color: #929292 !important;
  border-color: #e2e2e2;
}
#immigration-control-form .switch-wrapper .select-container .datepicker-control-container svg {
  position: absolute;
  margin: auto;
  top: 8px;
  right: 25px;
  bottom: 0;
}
#immigration-control-form .switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 35px;
}
#immigration-control-form .switch input {
  display: none;
}
#immigration-control-form .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d9d9d9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#immigration-control-form .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 8px;
  bottom: 50%;
  top: 50%;
  margin: auto;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#immigration-control-form input:checked + .slider {
  background-color: #378a9c;
}
#immigration-control-form input:checked + .slider:before {
  -webkit-transform: translateX(65px);
  -ms-transform: translateX(65px);
  transform: translateX(65px);
  background-color: #193f48;
}
#immigration-control-form .on {
  display: none;
}
#immigration-control-form .on, #immigration-control-form .off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 14px;
}
#immigration-control-form input:checked + .slider .on {
  display: block;
}
#immigration-control-form input:checked + .slider .off {
  display: none;
}
#immigration-control-form .slider.round {
  border-radius: 16px;
  user-select: none;
}
#immigration-control-form .slider.round:before {
  border-radius: 50%;
  background-color: #737273;
}
#immigration-control-form .question {
  padding: 20px;
}

#emergency-contact-form .grid-wrapper > div .MuiFormControl-root-222, #emergency-contact-form .grid-wrapper > div .select-control-container {
  margin-bottom: 20px;
}
#emergency-contact-form .grid-wrapper > div .Mui-disabled {
  background: #f0f0f0;
  color: #929292 !important;
}
#emergency-contact-form .grid-wrapper > div fieldset {
  border-color: #e2e2e2;
}
@media screen and (max-width: 1300px) {
  #emergency-contact-form .grid-wrapper {
    display: block;
  }
}

#uk-nationals-form .button-wrapper {
  text-align: center;
}
#uk-nationals-form .button-wrapper button {
  border-radius: 0;
  background: #b29d24;
}
#uk-nationals-form .button-wrapper button.Mui-disabled {
  background: #b29d24;
  color: #737273 !important;
}
#uk-nationals-form .button-wrapper button fieldset {
  border-color: #e2e2e2;
}
#uk-nationals-form .grid-wrapper > div .MuiFormControl-root-222, #uk-nationals-form .grid-wrapper > div .select-control-container {
  margin-bottom: 20px;
}
#uk-nationals-form .grid-wrapper > div .Mui-disabled {
  background: #f0f0f0;
  color: #929292 !important;
}
#uk-nationals-form .grid-wrapper > div fieldset {
  border-color: #e2e2e2;
}
@media screen and (max-width: 1300px) {
  #uk-nationals-form .grid-wrapper {
    display: block;
  }
}
#uk-nationals-form .grid-wrapper .select-container .datepicker-control-container {
  position: relative;
}
#uk-nationals-form .grid-wrapper .select-container .datepicker-control-container svg {
  position: absolute;
  margin: auto;
  top: 8px;
  right: 25px;
  bottom: 0;
}
#uk-nationals-form .document-error {
  font-size: 12px;
  margin-top: 5px;
  color: #f44336;
}
#uk-nationals-form .select-container-upload {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
#uk-nationals-form > div {
  margin-bottom: 20px;
}
#uk-nationals-form .open-modal-button {
  display: flex;
  align-items: center;
}
#uk-nationals-form .open-modal-button button {
  border-radius: 0;
  background: #b29d24;
}
#uk-nationals-form .open-modal-button button.Mui-disabled {
  background: #b29d24;
  color: #737273 !important;
}
#uk-nationals-form .open-modal-button button fieldset {
  border-color: #e2e2e2;
}
#uk-nationals-form .uploaded-file-chip {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #e0e0e0;
  height: unset;
  width: 100%;
  margin: 30px 0;
  padding: 10px;
  -webkit-box-shadow: 0px 5px 10px 5px rgba(128, 128, 128, 0.7);
  -moz-box-shadow: 0px 5px 10px 5px rgba(128, 128, 128, 0.7);
  box-shadow: 0px 5px 10px 5px rgba(128, 128, 128, 0.7);
}
@media screen and (min-width: 1300px) {
  #uk-nationals-form .uploaded-file-chip {
    padding: 0 15px;
    margin: 10px auto 0;
    width: 80%;
    height: 60px;
    flex-direction: row;
  }
}
#uk-nationals-form .uploaded-file-chip .chip-uploaded-file {
  border-radius: initial;
  width: 100%;
  justify-content: space-around;
}
@media screen and (min-width: 1300px) {
  #uk-nationals-form .uploaded-file-chip .chip-uploaded-file {
    justify-content: unset;
  }
}
#uk-nationals-form .uploaded-file-chip .chip-uploaded-file:hover {
  background: #e0e0e0;
}
#uk-nationals-form .uploaded-file-chip .chip-uploaded-file svg {
  transform: rotate(45deg);
  color: #378a9c;
  font-size: 38px;
  margin-right: 0;
  margin-left: -10px;
}
#uk-nationals-form .uploaded-file-chip .chip-uploaded-file .close-icon {
  font-size: 10px;
  transform: rotate(90deg);
  color: white;
  background: red;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-left: 10px;
}
#uk-nationals-form .uploaded-file-chip .chip-uploaded-file span {
  padding: 0;
  white-space: nowrap;
}
#uk-nationals-form .uploaded-file-chip .chip-uploaded-file.Mui-disabled {
  background: #e0e0e0;
  color: #929292 !important;
}
#uk-nationals-form .uploaded-file-chip .chip-uploaded-file .select-control-container {
  margin: 0;
}
#uk-nationals-form .uploaded-file-chip .select-control-container {
  margin-top: 10px !important;
  width: 100%;
}
@media screen and (min-width: 1300px) {
  #uk-nationals-form .uploaded-file-chip .select-control-container {
    width: 200px;
    margin: 0 !important;
  }
}
#uk-nationals-form .wrapper {
  display: flex;
  align-items: center;
  /*------ SWITCH ---------*/
}
#uk-nationals-form .wrapper .switch-wrapper {
  display: flex;
}
#uk-nationals-form .wrapper .switch-wrapper .label-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
#uk-nationals-form .wrapper .switch-wrapper .label-wrapper label {
  font-size: 15px;
  font-weight: 500;
}
#uk-nationals-form .wrapper .switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 35px;
}
#uk-nationals-form .wrapper .switch input {
  display: none;
}
#uk-nationals-form .wrapper .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d9d9d9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#uk-nationals-form .wrapper .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 8px;
  bottom: 50%;
  top: 50%;
  margin: auto;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#uk-nationals-form .wrapper input:checked + .slider {
  background-color: #378a9c;
}
#uk-nationals-form .wrapper input:checked + .slider:before {
  -webkit-transform: translateX(65px);
  -ms-transform: translateX(65px);
  transform: translateX(65px);
  background-color: #193f48;
}
#uk-nationals-form .wrapper .on {
  display: none;
}
#uk-nationals-form .wrapper .on, #uk-nationals-form .wrapper .off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 14px;
}
#uk-nationals-form .wrapper input:checked + .slider .on {
  display: block;
}
#uk-nationals-form .wrapper input:checked + .slider .off {
  display: none;
}
#uk-nationals-form .wrapper .slider.round {
  border-radius: 16px;
  user-select: none;
}
#uk-nationals-form .wrapper .slider.round:before {
  border-radius: 50%;
  background-color: #737273;
}
#uk-nationals-form .wrapper .question {
  padding-top: 20px;
  padding-bottom: 20px;
}

#right-to-work-form .grid-wrapper > div .MuiFormControl-root-222, #right-to-work-form .grid-wrapper > div .select-control-container {
  margin-bottom: 20px;
}
#right-to-work-form .grid-wrapper > div .Mui-disabled {
  background: #f0f0f0;
  color: #929292 !important;
}
#right-to-work-form .grid-wrapper > div fieldset {
  border-color: #e2e2e2;
}
@media screen and (max-width: 1300px) {
  #right-to-work-form .grid-wrapper {
    display: block;
  }
}
#right-to-work-form .grid-wrapper .select-container .datepicker-control-container {
  position: relative;
}
#right-to-work-form .grid-wrapper .select-container .datepicker-control-container input:disabled {
  background: #f0f0f0;
  color: #929292 !important;
  border-color: #e2e2e2;
}
#right-to-work-form .grid-wrapper .select-container .datepicker-control-container svg {
  position: absolute;
  margin: auto;
  top: 8px;
  right: 25px;
  bottom: 0;
}
#right-to-work-form .grid-wrapper .hidden {
  visibility: hidden;
}
#right-to-work-form .select-container-upload {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
#right-to-work-form .select-container-upload label {
  max-width: unset;
}
@media screen and (max-width: 1300px) {
  #right-to-work-form .select-container-upload label {
    max-width: 120px;
  }
}
#right-to-work-form > div {
  margin-bottom: 20px;
}
#right-to-work-form .open-modal-button {
  display: flex;
  align-items: center;
}
#right-to-work-form .open-modal-button button {
  border-radius: 0;
  background: #b29d24;
}
#right-to-work-form .open-modal-button button.Mui-disabled {
  background: #b29d24;
  color: #737273 !important;
}
#right-to-work-form .open-modal-button button fieldset {
  border-color: #e2e2e2;
}
#right-to-work-form .uploaded-file-chip {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #e0e0e0;
  height: unset;
  width: 100%;
  margin: 30px 0;
  padding: 10px;
  -webkit-box-shadow: 0px 5px 10px 5px rgba(128, 128, 128, 0.7);
  -moz-box-shadow: 0px 5px 10px 5px rgba(128, 128, 128, 0.7);
  box-shadow: 0px 5px 10px 5px rgba(128, 128, 128, 0.7);
}
@media screen and (min-width: 1300px) {
  #right-to-work-form .uploaded-file-chip {
    padding: 0 15px;
    margin: 10px auto 0;
    width: 80%;
    height: 60px;
    flex-direction: row;
  }
}
#right-to-work-form .uploaded-file-chip .chip-uploaded-file {
  border-radius: initial;
  width: 100%;
  justify-content: space-around;
}
@media screen and (min-width: 1300px) {
  #right-to-work-form .uploaded-file-chip .chip-uploaded-file {
    justify-content: unset;
  }
}
#right-to-work-form .uploaded-file-chip .chip-uploaded-file:hover {
  background: #e0e0e0;
}
#right-to-work-form .uploaded-file-chip .chip-uploaded-file svg {
  transform: rotate(45deg);
  color: #378a9c;
  font-size: 38px;
  margin-right: 0;
  margin-left: -10px;
}
#right-to-work-form .uploaded-file-chip .chip-uploaded-file .close-icon {
  font-size: 10px;
  transform: rotate(90deg);
  color: white;
  background: red;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-left: 10px;
}
#right-to-work-form .uploaded-file-chip .chip-uploaded-file span {
  padding: 0;
  white-space: break-spaces;
}
#right-to-work-form .uploaded-file-chip .chip-uploaded-file.Mui-disabled {
  background: #e0e0e0;
  color: #929292 !important;
}
#right-to-work-form .uploaded-file-chip .chip-uploaded-file .select-control-container {
  margin: 0;
}
#right-to-work-form .uploaded-file-chip .select-control-container {
  margin-top: 10px !important;
  width: 100%;
}
@media screen and (min-width: 1300px) {
  #right-to-work-form .uploaded-file-chip .select-control-container {
    width: 200px;
    margin: 0 !important;
  }
}

#documents-form .select-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#documents-form > div {
  margin-bottom: 20px;
}
@media screen and (max-width: 1300px) {
  #documents-form > div {
    display: block;
  }
}
#documents-form .open-modal-button {
  display: flex;
  align-items: center;
}
#documents-form .open-modal-button button {
  border-radius: 0;
  background: #b29d24;
}
#documents-form .uploaded-file-chip {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #e0e0e0;
  height: unset;
  width: 100%;
  margin: 30px 0;
  padding: 10px;
  -webkit-box-shadow: 0px 5px 10px 5px rgba(128, 128, 128, 0.7);
  -moz-box-shadow: 0px 5px 10px 5px rgba(128, 128, 128, 0.7);
  box-shadow: 0px 5px 10px 5px rgba(128, 128, 128, 0.7);
}
@media screen and (min-width: 1300px) {
  #documents-form .uploaded-file-chip {
    padding: 0 15px;
    margin: 10px auto 0;
    width: 80%;
    height: 60px;
    flex-direction: row;
  }
}
#documents-form .uploaded-file-chip .chip-uploaded-file {
  border-radius: initial;
  justify-content: space-around;
}
@media screen and (min-width: 1300px) {
  #documents-form .uploaded-file-chip .chip-uploaded-file {
    justify-content: unset;
  }
}
#documents-form .uploaded-file-chip .chip-uploaded-file:hover {
  background: #e0e0e0;
}
#documents-form .uploaded-file-chip .chip-uploaded-file svg {
  transform: rotate(45deg);
  color: #378a9c;
  font-size: 38px;
  margin-right: 0;
  margin-left: -10px;
}
#documents-form .uploaded-file-chip .chip-uploaded-file .close-icon {
  font-size: 10px;
  transform: rotate(90deg);
  color: white;
  background: red;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-left: 10px;
}
#documents-form .uploaded-file-chip .chip-uploaded-file span {
  max-width: 160px;
  overflow: auto;
}
#documents-form .uploaded-file-chip .select-control-container {
  margin-top: 10px !important;
  width: 100%;
}
@media screen and (min-width: 1300px) {
  #documents-form .uploaded-file-chip .select-control-container {
    width: 200px;
    margin: 0 !important;
  }
}

#candidate-profiles-table-page {
  margin-top: 10px;
}
#candidate-profiles-table-page .comments-btn button {
  background-color: #378a9c;
  box-shadow: none;
  border-radius: 0;
  white-space: nowrap;
}
#candidate-profiles-table-page .doc-check-btn button {
  background-color: #f44336;
  box-shadow: none;
  border-radius: 0;
  white-space: nowrap;
}
#candidate-profiles-table-page .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#candidate-profiles-table-page .header .filter-wrapper {
  position: relative;
}
#candidate-profiles-table-page .header .filter-wrapper svg {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 30px;
  color: #378a9c;
  font-size: 30px;
}
#candidate-profiles-table-page table {
  position: relative;
}
#candidate-profiles-table-page table .lock-table {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 500;
}
#candidate-profiles-table-page table td {
  text-align: center;
  white-space: nowrap;
}
#candidate-profiles-table-page table td .select-control-container {
  margin-top: 0;
}
#candidate-profiles-table-page table td.gray {
  background-color: #f3f3f3;
}
#candidate-profiles-table-page table td.warning {
  padding: 0;
}
#candidate-profiles-table-page table td.warning img {
  height: 25px;
  width: 25px;
}
#candidate-profiles-table-page .table-header th {
  color: #737273;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
}
#candidate-profiles-table-page .table-header th.gray {
  background-color: #f3f3f3;
}
#candidate-profiles-table-page .table-row-0 {
  background: rgba(178, 199, 220, 0.2);
  transition: 0.15s;
}
#candidate-profiles-table-page .table-row-0:hover, #candidate-profiles-table-page .table-row-0.selected {
  background: rgba(178, 199, 220, 0.4);
  transition: 0.15s;
}
#candidate-profiles-table-page .table-row-1 {
  background: rgba(199, 221, 255, 0.2);
}
#candidate-profiles-table-page .table-row-1:hover, #candidate-profiles-table-page .table-row-1.selected {
  background: rgba(178, 199, 220, 0.4);
  transition: 0.15s;
}
#candidate-profiles-table-page .candidate-button button {
  background-color: #b29d24;
  box-shadow: none;
  border-radius: 0;
  white-space: nowrap;
}
#candidate-profiles-table-page .candidate-button.candidate-confirm button {
  background-color: #18cf97;
}
#candidate-profiles-table-page .candidate-profile-image img {
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

#candidate-applications-table-page {
  margin-top: 10px;
}
#candidate-applications-table-page .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#candidate-applications-table-page .header .filter-wrapper {
  position: relative;
}
#candidate-applications-table-page .header .filter-wrapper svg {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 30px;
  color: #378a9c;
  font-size: 30px;
}
#candidate-applications-table-page table {
  position: relative;
}
#candidate-applications-table-page table td {
  text-align: center;
}
#candidate-applications-table-page table td.warning {
  padding: 0;
}
#candidate-applications-table-page table td.warning img {
  height: 25px;
  width: 25px;
}
#candidate-applications-table-page table .lock-table {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 500;
}
#candidate-applications-table-page .table-header th {
  color: #737273;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
}
#candidate-applications-table-page .doc-check-btn button {
  background-color: #f44336;
  box-shadow: none;
  border-radius: 0;
  white-space: nowrap;
}
#candidate-applications-table-page .comments-btn button {
  background-color: #378a9c;
  box-shadow: none;
  border-radius: 0;
  white-space: nowrap;
}
#candidate-applications-table-page .confirm-btn button {
  background-color: #18cf97;
  box-shadow: none;
  border-radius: 0;
  white-space: nowrap;
}
#candidate-applications-table-page .view-rtw-btn button, #candidate-applications-table-page .view-offer-btn button, #candidate-applications-table-page .view-applicant-btn button {
  background-color: #b29d24;
  box-shadow: none;
  border-radius: 0;
  white-space: nowrap;
}
#candidate-applications-table-page .candidate-profile-image img {
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

#conditional-offers-table-page {
  margin-top: 10px;
}
#conditional-offers-table-page .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#conditional-offers-table-page .header .filter-wrapper {
  position: relative;
}
#conditional-offers-table-page .header .filter-wrapper svg {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 30px;
  color: #378a9c;
  font-size: 30px;
}
#conditional-offers-table-page table {
  position: relative;
}
#conditional-offers-table-page table .lock-table {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 500;
}
#conditional-offers-table-page table td {
  text-align: center;
}
#conditional-offers-table-page .table-header th {
  color: #737273;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
#conditional-offers-table-page .table-row-0 {
  background: rgba(178, 199, 220, 0.2);
  transition: 0.15s;
}
#conditional-offers-table-page .table-row-0:hover, #conditional-offers-table-page .table-row-0.selected {
  background: rgba(178, 199, 220, 0.4);
  transition: 0.15s;
}
#conditional-offers-table-page .table-row-1 {
  background: rgba(199, 221, 255, 0.2);
}
#conditional-offers-table-page .table-row-1:hover, #conditional-offers-table-page .table-row-1.selected {
  background: rgba(178, 199, 220, 0.4);
  transition: 0.15s;
}
#conditional-offers-table-page .change-status-button button {
  background-color: #378a9c;
  box-shadow: none;
  border-radius: 0;
  white-space: nowrap;
}
#conditional-offers-table-page .hr-approval-button button {
  background-color: #b29d24;
  box-shadow: none;
  border-radius: 0;
  white-space: nowrap;
}
#conditional-offers-table-page .send-button button {
  background-color: #18cf97;
  box-shadow: none;
  border-radius: 0;
  white-space: nowrap;
}
#conditional-offers-table-page .sent-button button {
  background-color: #737273;
  color: white;
  box-shadow: none;
  border-radius: 0;
  white-space: nowrap;
}
#conditional-offers-table-page .candidate-profile-image img {
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

#bank-details-form {
  /*------ SWITCH ---------*/
}
#bank-details-form .MuiGrid-grid-md-4 {
  width: 100%;
}
@media screen and (min-width: 1300px) {
  #bank-details-form .MuiGrid-grid-md-4 {
    width: unset;
  }
}
#bank-details-form .select-container {
  margin-bottom: 20px;
}
#bank-details-form .select-container-upload {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#bank-details-form .select-container-upload label {
  max-width: unset;
}
@media screen and (max-width: 1300px) {
  #bank-details-form .select-container-upload label {
    max-width: 120px;
  }
}
#bank-details-form .open-modal-button {
  display: flex;
  align-items: center;
}
#bank-details-form .open-modal-button button {
  border-radius: 0;
  background: #b29d24;
}
#bank-details-form .uploaded-file-chip {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #e0e0e0;
  height: unset;
  width: 100%;
  margin: 30px 0;
  padding: 10px;
  padding-right: 15px;
  -webkit-box-shadow: 0px 5px 10px 5px rgba(128, 128, 128, 0.7);
  -moz-box-shadow: 0px 5px 10px 5px rgba(128, 128, 128, 0.7);
  box-shadow: 0px 5px 10px 5px rgba(128, 128, 128, 0.7);
}
@media screen and (min-width: 1300px) {
  #bank-details-form .uploaded-file-chip {
    padding: 0 15px;
    margin: 10px auto 0;
    width: 80%;
    height: 60px;
    flex-direction: row;
  }
}
#bank-details-form .uploaded-file-chip .chip-uploaded-file {
  border-radius: initial;
  width: 100%;
  justify-content: space-around;
}
@media screen and (min-width: 1300px) {
  #bank-details-form .uploaded-file-chip .chip-uploaded-file {
    justify-content: unset;
  }
}
#bank-details-form .uploaded-file-chip .chip-uploaded-file:hover {
  background: #e0e0e0;
}
#bank-details-form .uploaded-file-chip .chip-uploaded-file svg {
  transform: rotate(45deg);
  color: #378a9c;
  font-size: 38px;
  margin-right: 0;
  margin-left: -10px;
}
#bank-details-form .uploaded-file-chip .chip-uploaded-file .close-icon {
  font-size: 10px;
  transform: rotate(90deg);
  color: white;
  background: red;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-left: 10px;
}
#bank-details-form .uploaded-file-chip .chip-uploaded-file span {
  padding: 0;
  white-space: break-spaces;
}
#bank-details-form .uploaded-file-chip .select-control-container {
  margin-top: 10px !important;
  width: 100%;
}
@media screen and (min-width: 1300px) {
  #bank-details-form .uploaded-file-chip .select-control-container {
    width: 200px;
    margin: 0 !important;
  }
}
#bank-details-form .message-wrapper {
  border: 1px solid #18cf97;
  background: #18cf97;
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#bank-details-form .message-wrapper h4, #bank-details-form .message-wrapper .message {
  color: white;
  padding: 10px;
  margin: 0;
}
#bank-details-form .switch-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px 0;
}
@media screen and (min-width: 1300px) {
  #bank-details-form .switch-wrapper {
    align-items: unset;
    flex-direction: row;
    padding: 0;
  }
}
#bank-details-form .switch-wrapper .label-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
#bank-details-form .switch-wrapper .label-wrapper label {
  font-size: 15px;
  font-weight: 500;
}
#bank-details-form .switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 35px;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1300px) {
  #bank-details-form .switch {
    margin: unset;
  }
}
#bank-details-form .switch input {
  display: none;
}
#bank-details-form .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d9d9d9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#bank-details-form .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 8px;
  bottom: 50%;
  top: 50%;
  margin: auto;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#bank-details-form input:checked + .slider {
  background-color: #378a9c;
}
#bank-details-form input:checked + .slider:before {
  -webkit-transform: translateX(65px);
  -ms-transform: translateX(65px);
  transform: translateX(65px);
  background-color: #193f48;
}
#bank-details-form .on {
  display: none;
}
#bank-details-form .on, #bank-details-form .off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 14px;
}
#bank-details-form input:checked + .slider .on {
  display: block;
}
#bank-details-form input:checked + .slider .off {
  display: none;
}
#bank-details-form .slider.round {
  border-radius: 16px;
  user-select: none;
}
#bank-details-form .slider.round:before {
  border-radius: 50%;
  background-color: #737273;
}
#bank-details-form .question {
  padding: 20px;
}

#employment-form {
  /*------ SWITCH ---------*/
}
#employment-form .MuiGrid-grid-md-9 {
  width: 75%;
}
#employment-form .employment-declaration-show {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}
#employment-form .previous-employment-comment {
  margin-top: 20px;
  margin-bottom: 20px;
}
#employment-form .previous-employment-comment > div {
  width: 100%;
  margin-top: 20px;
}
#employment-form .previous-employment-comment label {
  font-size: 16px;
  font-weight: 500;
}
#employment-form .previous-employment-comment textarea {
  height: 100px !important;
}
#employment-form .margin-center {
  margin: 20px auto;
}
#employment-form .grid-wrapper-empl .employment-answer {
  color: #6a7285;
  font-size: 10px;
}
#employment-form .grid-wrapper-empl .question {
  font-size: 15px;
  padding: 10px;
}
#employment-form .select-container {
  margin-bottom: 20px;
}
#employment-form .select-container-upload {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#employment-form .open-modal-button {
  display: flex;
  align-items: center;
}
#employment-form .open-modal-button button {
  border-radius: 0;
  background: #b29d24;
}
#employment-form .uploaded-file-chip {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #e0e0e0;
  height: unset;
  width: 100%;
  margin: 30px 0;
  padding: 10px;
  -webkit-box-shadow: 0px 5px 10px 5px rgba(128, 128, 128, 0.7);
  -moz-box-shadow: 0px 5px 10px 5px rgba(128, 128, 128, 0.7);
  box-shadow: 0px 5px 10px 5px rgba(128, 128, 128, 0.7);
}
@media screen and (min-width: 1300px) {
  #employment-form .uploaded-file-chip {
    padding: 0 15px;
    margin: 10px auto 0;
    width: 80%;
    height: 60px;
    flex-direction: row;
  }
}
#employment-form .uploaded-file-chip .chip-uploaded-file {
  border-radius: initial;
  justify-content: space-around;
}
@media screen and (min-width: 1300px) {
  #employment-form .uploaded-file-chip .chip-uploaded-file {
    justify-content: unset;
  }
}
#employment-form .uploaded-file-chip .chip-uploaded-file:hover {
  background: #e0e0e0;
}
#employment-form .uploaded-file-chip .chip-uploaded-file svg {
  transform: rotate(45deg);
  color: #378a9c;
  font-size: 38px;
  margin-right: 0;
  margin-left: -10px;
}
#employment-form .uploaded-file-chip .chip-uploaded-file .close-icon {
  font-size: 10px;
  transform: rotate(90deg);
  color: white;
  background: red;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-left: 10px;
}
#employment-form .uploaded-file-chip .chip-uploaded-file span {
  width: 130px;
  white-space: break-spaces;
}
#employment-form .uploaded-file-chip .select-control-container {
  margin-top: 10px !important;
  width: 100%;
}
@media screen and (min-width: 1300px) {
  #employment-form .uploaded-file-chip .select-control-container {
    width: 200px;
    margin: 0 !important;
  }
}
#employment-form .message-wrapper {
  border: 1px solid #18cf97;
  background: #18cf97;
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#employment-form .message-wrapper h4, #employment-form .message-wrapper .message {
  color: white;
  padding: 10px;
  margin: 0;
}
#employment-form .switch-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px 0;
  margin-top: 20px;
}
@media screen and (min-width: 1300px) {
  #employment-form .switch-wrapper {
    align-items: unset;
    flex-direction: row;
    padding: 0;
  }
}
#employment-form .switch-wrapper .label-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-top: 15px;
}
@media screen and (min-width: 1300px) {
  #employment-form .switch-wrapper .label-wrapper {
    margin-top: 0;
  }
}
#employment-form .switch-wrapper .label-wrapper label {
  font-size: 20px;
  font-weight: 500;
}
#employment-form .switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 35px;
}
#employment-form .switch input {
  display: none;
}
#employment-form .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d9d9d9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#employment-form .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 8px;
  bottom: 50%;
  top: 50%;
  margin: auto;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#employment-form input:checked + .slider {
  background-color: #378a9c;
}
#employment-form input:checked + .slider:before {
  -webkit-transform: translateX(65px);
  -ms-transform: translateX(65px);
  transform: translateX(65px);
  background-color: #193f48;
}
#employment-form .on {
  display: none;
}
#employment-form .on, #employment-form .off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 14px;
}
#employment-form input:checked + .slider .on {
  display: block;
}
#employment-form input:checked + .slider .off {
  display: none;
}
#employment-form .slider.round {
  border-radius: 16px;
  user-select: none;
}
#employment-form .slider.round:before {
  border-radius: 50%;
  background-color: #737273;
}

#uniform-form {
  /*------ SWITCH ---------*/
}
#uniform-form .grid-wrapper .uniform-answer {
  color: #6a7285;
  font-size: 10px;
}
#uniform-form .grid-wrapper .question {
  font-size: 15px;
  padding: 10px;
}
#uniform-form .select-container {
  margin-bottom: 20px;
}
#uniform-form .select-container-upload {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#uniform-form .open-modal-button {
  display: flex;
  align-items: center;
}
#uniform-form .open-modal-button button {
  border-radius: 0;
  background: #b29d24;
}
#uniform-form .uploaded-file-chip {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #e0e0e0;
  height: unset;
  width: 100%;
  margin: 30px 0;
  padding: 10px;
  -webkit-box-shadow: 0px 5px 10px 5px rgba(128, 128, 128, 0.7);
  -moz-box-shadow: 0px 5px 10px 5px rgba(128, 128, 128, 0.7);
  box-shadow: 0px 5px 10px 5px rgba(128, 128, 128, 0.7);
}
@media screen and (min-width: 1300px) {
  #uniform-form .uploaded-file-chip {
    padding: 0 15px;
    margin: 10px auto 0;
    width: 80%;
    height: 60px;
    flex-direction: row;
  }
}
#uniform-form .uploaded-file-chip .chip-uploaded-file {
  border-radius: initial;
  justify-content: space-around;
}
@media screen and (min-width: 1300px) {
  #uniform-form .uploaded-file-chip .chip-uploaded-file {
    justify-content: unset;
  }
}
#uniform-form .uploaded-file-chip .chip-uploaded-file:hover {
  background: #e0e0e0;
}
#uniform-form .uploaded-file-chip .chip-uploaded-file svg {
  transform: rotate(45deg);
  color: #378a9c;
  font-size: 38px;
  margin-right: 0;
  margin-left: -10px;
}
#uniform-form .uploaded-file-chip .chip-uploaded-file .close-icon {
  font-size: 10px;
  transform: rotate(90deg);
  color: white;
  background: red;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-left: 10px;
}
#uniform-form .uploaded-file-chip .chip-uploaded-file span {
  max-width: 160px;
  overflow: auto;
}
#uniform-form .uploaded-file-chip .select-control-container {
  margin-top: 10px !important;
  width: 100%;
}
@media screen and (min-width: 1300px) {
  #uniform-form .uploaded-file-chip .select-control-container {
    width: 200px;
    margin: 0 !important;
  }
}
#uniform-form .message-wrapper {
  border: 1px solid #18cf97;
  background: #18cf97;
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#uniform-form .message-wrapper h4, #uniform-form .message-wrapper .message {
  color: white;
  padding: 10px;
  margin: 0;
}
#uniform-form .switch-wrapper {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1300px) {
  #uniform-form .switch-wrapper {
    justify-content: unset;
    flex-direction: row;
  }
}
#uniform-form .switch-wrapper .label-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-top: 15px;
}
#uniform-form .switch-wrapper .label-wrapper label {
  font-size: 20px;
  font-weight: 500;
}
#uniform-form .switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 35px;
}
#uniform-form .switch input {
  display: none;
}
#uniform-form .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d9d9d9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#uniform-form .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 8px;
  bottom: 50%;
  top: 50%;
  margin: auto;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#uniform-form input:checked + .slider {
  background-color: #378a9c;
}
#uniform-form input:checked + .slider:before {
  -webkit-transform: translateX(65px);
  -ms-transform: translateX(65px);
  transform: translateX(65px);
  background-color: #193f48;
}
#uniform-form .on {
  display: none;
}
#uniform-form .on, #uniform-form .off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 14px;
}
#uniform-form input:checked + .slider .on {
  display: block;
}
#uniform-form input:checked + .slider .off {
  display: none;
}
#uniform-form .slider.round {
  border-radius: 16px;
  user-select: none;
}
#uniform-form .slider.round:before {
  border-radius: 50%;
  background-color: #737273;
}

#medical-declaration-form {
  /*------ SWITCH ---------*/
}
#medical-declaration-form .medical-declaration-show {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}
#medical-declaration-form .medical-declaration-comment {
  margin-top: 20px;
}
#medical-declaration-form .medical-declaration-comment > div {
  width: 100%;
  margin-top: 20px;
}
#medical-declaration-form .medical-declaration-comment label {
  font-size: 16px;
  font-weight: 500;
}
#medical-declaration-form .medical-declaration-comment textarea {
  height: 100px !important;
}
#medical-declaration-form .grid-wrapper .question {
  font-size: 15px;
  padding: 10px;
}
#medical-declaration-form .select-container {
  margin-bottom: 20px;
}
#medical-declaration-form .select-container-upload {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#medical-declaration-form .open-modal-button {
  display: flex;
  align-items: center;
}
#medical-declaration-form .open-modal-button button {
  border-radius: 0;
  background: #b29d24;
}
#medical-declaration-form .uploaded-file-chip {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #e0e0e0;
  height: unset;
  width: 100%;
  margin: 30px 0;
  padding: 10px;
  -webkit-box-shadow: 0px 5px 10px 5px rgba(128, 128, 128, 0.7);
  -moz-box-shadow: 0px 5px 10px 5px rgba(128, 128, 128, 0.7);
  box-shadow: 0px 5px 10px 5px rgba(128, 128, 128, 0.7);
}
@media screen and (min-width: 1300px) {
  #medical-declaration-form .uploaded-file-chip {
    padding: 0 15px;
    margin: 10px auto 0;
    width: 80%;
    height: 60px;
    flex-direction: row;
  }
}
#medical-declaration-form .uploaded-file-chip .chip-uploaded-file {
  border-radius: initial;
  justify-content: space-around;
}
@media screen and (min-width: 1300px) {
  #medical-declaration-form .uploaded-file-chip .chip-uploaded-file {
    justify-content: unset;
  }
}
#medical-declaration-form .uploaded-file-chip .chip-uploaded-file:hover {
  background: #e0e0e0;
}
#medical-declaration-form .uploaded-file-chip .chip-uploaded-file svg {
  transform: rotate(45deg);
  color: #378a9c;
  font-size: 38px;
  margin-right: 0;
  margin-left: -10px;
}
#medical-declaration-form .uploaded-file-chip .chip-uploaded-file .close-icon {
  font-size: 10px;
  transform: rotate(90deg);
  color: white;
  background: red;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-left: 10px;
}
#medical-declaration-form .uploaded-file-chip .chip-uploaded-file span {
  max-width: 160px;
  overflow: auto;
}
#medical-declaration-form .uploaded-file-chip .select-control-container {
  margin: 0;
  width: 200px;
}
#medical-declaration-form .message-wrapper {
  border: 1px solid #18cf97;
  background: #18cf97;
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#medical-declaration-form .message-wrapper h4, #medical-declaration-form .message-wrapper .message {
  color: white;
  padding: 10px;
  margin: 0;
}
#medical-declaration-form .switch-wrapper {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
@media screen and (min-width: 1300px) {
  #medical-declaration-form .switch-wrapper {
    justify-content: unset;
  }
}
#medical-declaration-form .switch-wrapper .label-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
}
#medical-declaration-form .switch-wrapper .label-wrapper label {
  font-size: 20px;
  font-weight: 500;
}
#medical-declaration-form .switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 35px;
}
#medical-declaration-form .switch input {
  display: none;
}
#medical-declaration-form .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d9d9d9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#medical-declaration-form .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 8px;
  bottom: 50%;
  top: 50%;
  margin: auto;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#medical-declaration-form input:checked + .slider {
  background-color: #378a9c;
}
#medical-declaration-form input:checked + .slider:before {
  -webkit-transform: translateX(65px);
  -ms-transform: translateX(65px);
  transform: translateX(65px);
  background-color: #193f48;
}
#medical-declaration-form .on {
  display: none;
}
#medical-declaration-form .on, #medical-declaration-form .off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 14px;
}
#medical-declaration-form input:checked + .slider .on {
  display: block;
}
#medical-declaration-form input:checked + .slider .off {
  display: none;
}
#medical-declaration-form .slider.round {
  border-radius: 16px;
  user-select: none;
}
#medical-declaration-form .slider.round:before {
  border-radius: 50%;
  background-color: #737273;
}

#working-time-election-form .grid-wrapper .question {
  font-size: 15px;
  padding: 10px;
}
#working-time-election-form .grid-wrapper .custom-checkbox-wrapper {
  display: flex;
}
#working-time-election-form .grid-wrapper .custom-checkbox-wrapper .label-wrapper label {
  font-size: 14px;
}
#working-time-election-form .grid-wrapper .custom-checkbox-wrapper .label-wrapper .italic {
  font-style: italic;
  font-size: 14px;
}
#working-time-election-form .grid-wrapper .custom-checkbox-wrapper .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#working-time-election-form .grid-wrapper .custom-checkbox-wrapper .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#working-time-election-form .grid-wrapper .custom-checkbox-wrapper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 20px;
  background-color: #f3f3f3;
  -webkit-box-shadow: 0px 3px 5px 3px rgba(128, 128, 128, 0.7);
  -moz-box-shadow: 0px 3px 5px 3px rgba(128, 128, 128, 0.7);
  box-shadow: 0px 3px 5px 3px rgba(128, 128, 128, 0.7);
}
#working-time-election-form .grid-wrapper .custom-checkbox-wrapper .container:hover input ~ .checkmark {
  background-color: #c4c4c4;
}
#working-time-election-form .grid-wrapper .custom-checkbox-wrapper .container input:checked ~ .checkmark {
  background-color: #18cf97;
}

#changes-in-information-form {
  /*------ SWITCH ---------*/
}
#changes-in-information-form .grid-wrapper .question {
  font-size: 15px;
  padding: 10px;
}
#changes-in-information-form .select-container {
  margin-bottom: 20px;
}
#changes-in-information-form .select-container-upload {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#changes-in-information-form .open-modal-button {
  display: flex;
  align-items: center;
}
#changes-in-information-form .open-modal-button button {
  border-radius: 0;
  background: #b29d24;
}
#changes-in-information-form .uploaded-file-chip {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #e0e0e0;
  height: unset;
  width: 100%;
  margin: 30px 0;
  padding: 10px;
  -webkit-box-shadow: 0px 5px 10px 5px rgba(128, 128, 128, 0.7);
  -moz-box-shadow: 0px 5px 10px 5px rgba(128, 128, 128, 0.7);
  box-shadow: 0px 5px 10px 5px rgba(128, 128, 128, 0.7);
}
@media screen and (min-width: 1300px) {
  #changes-in-information-form .uploaded-file-chip {
    padding: 0 15px;
    margin: 10px auto 0;
    width: 80%;
    height: 60px;
    flex-direction: row;
  }
}
#changes-in-information-form .uploaded-file-chip .chip-uploaded-file {
  border-radius: initial;
  justify-content: space-around;
}
@media screen and (min-width: 1300px) {
  #changes-in-information-form .uploaded-file-chip .chip-uploaded-file {
    justify-content: unset;
  }
}
#changes-in-information-form .uploaded-file-chip .chip-uploaded-file:hover {
  background: #e0e0e0;
}
#changes-in-information-form .uploaded-file-chip .chip-uploaded-file svg {
  transform: rotate(45deg);
  color: #378a9c;
  font-size: 38px;
  margin-right: 0;
  margin-left: -10px;
}
#changes-in-information-form .uploaded-file-chip .chip-uploaded-file .close-icon {
  font-size: 10px;
  transform: rotate(90deg);
  color: white;
  background: red;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-left: 10px;
}
#changes-in-information-form .uploaded-file-chip .chip-uploaded-file span {
  max-width: 160px;
  overflow: auto;
}
#changes-in-information-form .uploaded-file-chip .select-control-container {
  margin-top: 10px !important;
  width: 100%;
}
@media screen and (min-width: 1300px) {
  #changes-in-information-form .uploaded-file-chip .select-control-container {
    width: 200px;
    margin: 0 !important;
  }
}
#changes-in-information-form .message-wrapper {
  border: 1px solid #18cf97;
  background: #18cf97;
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#changes-in-information-form .message-wrapper h4, #changes-in-information-form .message-wrapper .message {
  color: white;
  padding: 10px;
  margin: 0;
}
#changes-in-information-form .switch-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px 0;
  margin-top: 20px;
}
@media screen and (min-width: 1300px) {
  #changes-in-information-form .switch-wrapper {
    align-items: unset;
    flex-direction: row;
    padding: 0;
  }
}
#changes-in-information-form .switch-wrapper .label-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-top: 15px;
}
@media screen and (min-width: 1300px) {
  #changes-in-information-form .switch-wrapper .label-wrapper {
    margin-top: 0;
  }
}
#changes-in-information-form .switch-wrapper .label-wrapper label {
  font-size: 20px;
  font-weight: 500;
}
#changes-in-information-form .switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 35px;
}
#changes-in-information-form .switch input {
  display: none;
}
#changes-in-information-form .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d9d9d9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#changes-in-information-form .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 8px;
  bottom: 50%;
  top: 50%;
  margin: auto;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#changes-in-information-form input:checked + .slider {
  background-color: #378a9c;
}
#changes-in-information-form input:checked + .slider:before {
  -webkit-transform: translateX(65px);
  -ms-transform: translateX(65px);
  transform: translateX(65px);
  background-color: #193f48;
}
#changes-in-information-form .on {
  display: none;
}
#changes-in-information-form .on, #changes-in-information-form .off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 14px;
}
#changes-in-information-form input:checked + .slider .on {
  display: block;
}
#changes-in-information-form input:checked + .slider .off {
  display: none;
}
#changes-in-information-form .slider.round {
  border-radius: 16px;
  user-select: none;
}
#changes-in-information-form .slider.round:before {
  border-radius: 50%;
  background-color: #737273;
}

#terms-and-conditions-form {
  /*------ SWITCH ---------*/
}
#terms-and-conditions-form .grid-wrapper-terms {
  text-align: center;
  display: block;
}
#terms-and-conditions-form .submit-container {
  margin-bottom: 30px;
}
#terms-and-conditions-form .submit-container button {
  border-radius: 0;
  box-shadow: none;
  background-color: #b29d24;
}
#terms-and-conditions-form .switch-wrapper {
  display: flex;
}
#terms-and-conditions-form .switch-wrapper .label-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
}
#terms-and-conditions-form .switch-wrapper .label-wrapper label {
  font-size: 20px;
  font-weight: 500;
}
#terms-and-conditions-form .switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 35px;
}
#terms-and-conditions-form .switch input {
  display: none;
}
#terms-and-conditions-form .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d9d9d9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#terms-and-conditions-form .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 8px;
  bottom: 50%;
  top: 50%;
  margin: auto;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#terms-and-conditions-form input:checked + .slider {
  background-color: #378a9c;
}
#terms-and-conditions-form input:checked + .slider:before {
  -webkit-transform: translateX(65px);
  -ms-transform: translateX(65px);
  transform: translateX(65px);
  background-color: #193f48;
}
#terms-and-conditions-form .on {
  display: none;
}
#terms-and-conditions-form .on, #terms-and-conditions-form .off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 14px;
}
#terms-and-conditions-form input:checked + .slider .on {
  display: block;
}
#terms-and-conditions-form input:checked + .slider .off {
  display: none;
}
#terms-and-conditions-form .slider.round {
  border-radius: 16px;
  user-select: none;
}
#terms-and-conditions-form .slider.round:before {
  border-radius: 50%;
  background-color: #737273;
}

.terms-and-conditions table {
  margin: 30px;
}
.terms-and-conditions .header-wrapper {
  display: flex;
  align-items: center;
}
.terms-and-conditions .header-wrapper svg {
  color: #378a9c;
  margin-right: 20px;
  cursor: pointer;
}
.terms-and-conditions .content-wrapper h3 {
  text-align: center;
}
.terms-and-conditions .content-wrapper p {
  margin: 30px;
}
.terms-and-conditions .content-wrapper .submit-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.terms-and-conditions .content-wrapper .submit-container button {
  width: 300px;
}
.terms-and-conditions .content-wrapper .submit-container button span {
  display: flex;
  flex-direction: column;
}
.terms-and-conditions .content-wrapper .submit-container button span p {
  margin: 0;
  font-size: 10px;
}
.terms-and-conditions .content-wrapper .submit-container button.accept {
  border-radius: 0;
  box-shadow: none;
  background-color: #378a9c;
  margin-bottom: 20px;
}
.terms-and-conditions .content-wrapper .submit-container button.decline {
  border-radius: 0;
  box-shadow: none;
  background-color: #b29d24;
  margin-top: 20px;
}

#digital-signature-form .grid-wrapper {
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1300px) {
  #digital-signature-form .grid-wrapper {
    align-items: unset;
  }
}
#digital-signature-form .grid-wrapper .signature-pad {
  border: 1px dashed black;
  flex-basis: auto;
}
#digital-signature-form .grid-wrapper .signature-pad canvas {
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 1300px) {
  #digital-signature-form .grid-wrapper .signature-pad canvas {
    height: unset;
  }
}
#digital-signature-form .grid-wrapper .signature-pad img {
  max-width: 100%;
}
#digital-signature-form .grid-wrapper .digital-signature-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  width: 100%;
}
#digital-signature-form .grid-wrapper .digital-signature-buttons .clear-btn {
  width: 50px;
  border-radius: 0;
  box-shadow: none;
  background-color: #a3a192;
  height: fit-content;
}
#digital-signature-form .grid-wrapper .digital-signature-buttons .trim-btn {
  width: 200px;
  border-radius: 0;
  box-shadow: none;
  background-color: #378a9c;
  height: fit-content;
}
#digital-signature-form .grid-wrapper .message {
  font-size: 12px;
  margin-top: 15px;
  color: #737273;
  line-height: 25px;
  flex-basis: auto;
}
#digital-signature-form .grid-wrapper .message .signe-error {
  color: #f74464;
}

#personal-details-contract-form .grid-wrapper > div .MuiFormControl-root-222, #personal-details-contract-form .grid-wrapper > div .select-control-container {
  margin-bottom: 20px;
}
@media screen and (max-width: 1300px) {
  #personal-details-contract-form .grid-wrapper {
    display: block;
  }
}

#selfie-gallery-page .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#selfie-gallery-page .header .filter-wrapper {
  position: relative;
}
#selfie-gallery-page .header .filter-wrapper svg {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 30px;
  color: #378a9c;
  font-size: 30px;
}
#selfie-gallery-page .pagination-right {
  display: grid;
}
#selfie-gallery-page .content {
  overflow: auto;
  display: inline-block;
  width: -webkit-fill-available;
  height: calc(100vh - 228px);
  background: #FFFFFF;
  border: 1px solid #c4c4c4;
  padding-bottom: 10px;
}
#selfie-gallery-page .candidate-cart, #selfie-gallery-page .view-applicant-selfie {
  margin-top: 10px;
  margin-left: 10px;
  float: left;
  width: 295px;
  height: 413px;
  background: #FAFAFA;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
}
#selfie-gallery-page .candidate-cart .candidate-selfie-container, #selfie-gallery-page .view-applicant-selfie .candidate-selfie-container {
  display: flex;
}
#selfie-gallery-page .candidate-cart .candidate-selfie-container .candidate-selfie, #selfie-gallery-page .view-applicant-selfie .candidate-selfie-container .candidate-selfie {
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 32px;
  margin-top: 7px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
}
#selfie-gallery-page .candidate-cart .candidate-selfie-container .candidate-selfie.rejected, #selfie-gallery-page .view-applicant-selfie .candidate-selfie-container .candidate-selfie.rejected {
  filter: grayscale(1);
}
#selfie-gallery-page .candidate-cart .candidate-selfie-container .candidate-selfie-expand-button, #selfie-gallery-page .view-applicant-selfie .candidate-selfie-container .candidate-selfie-expand-button {
  cursor: pointer;
  height: fit-content;
  border: none;
  background: transparent;
  margin-top: 5px;
  justify-content: start;
  display: contents;
}
#selfie-gallery-page .candidate-cart .candidate-selfie-container .candidate-selfie-expand-button .candidate-selfie-expand, #selfie-gallery-page .view-applicant-selfie .candidate-selfie-container .candidate-selfie-expand-button .candidate-selfie-expand {
  width: 25px;
  height: 25px;
  margin-top: 10px;
  margin-left: -5px;
}
#selfie-gallery-page .candidate-cart .candidate-cart-name-email, #selfie-gallery-page .view-applicant-selfie .candidate-cart-name-email {
  display: grid;
  text-align: center;
  margin-top: 15px;
  color: black;
}
#selfie-gallery-page .candidate-cart .candidate-cart-name-email .label, #selfie-gallery-page .view-applicant-selfie .candidate-cart-name-email .label {
  overflow: hidden;
  text-overflow: ellipsis;
}
#selfie-gallery-page .candidate-cart .cadidate-cart-buttons-container, #selfie-gallery-page .view-applicant-selfie .cadidate-cart-buttons-container {
  display: grid;
  justify-content: center;
  margin-top: 15px;
}
#selfie-gallery-page .candidate-cart .cadidate-cart-buttons-container .accept-button, #selfie-gallery-page .view-applicant-selfie .cadidate-cart-buttons-container .accept-button {
  cursor: pointer;
  color: #FFFFFF;
  font-family: "Sanchez";
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  width: 155px;
  height: 38px;
  background: #b29d24;
}
#selfie-gallery-page .candidate-cart .cadidate-cart-buttons-container .accept-button:disabled, #selfie-gallery-page .view-applicant-selfie .cadidate-cart-buttons-container .accept-button:disabled, #selfie-gallery-page .candidate-cart .cadidate-cart-buttons-container .accept-button[disabled], #selfie-gallery-page .view-applicant-selfie .cadidate-cart-buttons-container .accept-button[disabled] {
  cursor: not-allowed;
}
#selfie-gallery-page .candidate-cart .cadidate-cart-buttons-container .reject-button, #selfie-gallery-page .view-applicant-selfie .cadidate-cart-buttons-container .reject-button {
  margin-top: 13px;
  cursor: pointer;
  color: white;
  font-family: "Sanchez";
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  width: 155px;
  height: 38px;
  background: #378a9c;
}
#selfie-gallery-page .candidate-cart .cadidate-cart-buttons-container .reject-button:disabled, #selfie-gallery-page .view-applicant-selfie .cadidate-cart-buttons-container .reject-button:disabled, #selfie-gallery-page .candidate-cart .cadidate-cart-buttons-container .reject-button[disabled], #selfie-gallery-page .view-applicant-selfie .cadidate-cart-buttons-container .reject-button[disabled] {
  cursor: not-allowed;
}
#selfie-gallery-page .view-applicant-selfie {
  margin: 0;
  background: none;
  border: none;
}

#candidate-selfie-expand-view {
  padding: 10px 10px;
  overflow: auto;
  height: -webkit-fill-available;
}
#candidate-selfie-expand-view .img-size {
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.form-modal .browse-button {
  display: flex;
  justify-content: center;
}
.form-modal .browse-button button {
  margin-top: 20px;
  border-radius: 0;
  background: #b29d24;
}
.form-modal .file-upload-modal-h3 {
  margin-left: 20px;
  color: #a3a192;
}
.form-modal .done-button {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 3%;
}
.form-modal .done-button button {
  margin-top: 20px;
  border-radius: 0;
  background: #378a9c;
}
.form-modal > div > div {
  max-width: unset;
  width: 95%;
  height: 85%;
  border-radius: 20px;
  display: table;
  padding: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 1300px) {
  .form-modal > div > div {
    width: 50%;
  }
}
.form-modal .uploaded-file-chip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e0e0e0;
  height: unset;
  width: calc(100% - 20px);
  margin: 10px;
  padding: 10px;
}
@media screen and (min-width: 1300px) {
  .form-modal .uploaded-file-chip {
    padding: 0 15px;
    margin: 10px auto 0;
    width: 80%;
    height: 60px;
  }
}
.form-modal .uploaded-file-chip .chip-uploaded-file {
  border-radius: initial;
  width: 48%;
}
.form-modal .uploaded-file-chip .chip-uploaded-file:hover {
  background: #e0e0e0;
}
.form-modal .uploaded-file-chip .chip-uploaded-file svg {
  transform: rotate(45deg);
  color: #378a9c;
  font-size: 38px;
  margin-right: 0;
  margin-left: -10px;
}
.form-modal .uploaded-file-chip .chip-uploaded-file span {
  width: 100%;
  white-space: break-spaces;
}
.form-modal .uploaded-file-chip .select-control-container {
  margin-top: 10px !important;
  width: 100%;
}
@media screen and (min-width: 1300px) {
  .form-modal .uploaded-file-chip .select-control-container {
    width: 200px;
    margin: 0 !important;
  }
}
.form-modal .form-modal-header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 10px 0 20px;
}
.form-modal .form-modal-header .close-button-wrapper {
  border: 1px solid #a3a192;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.form-modal .form-modal-header .close-button-wrapper svg {
  font-size: 15px;
}
.form-modal .dropzone-wrapper {
  border: 1px solid #a3a192;
  width: 70%;
  margin: 10px auto 0;
}
@media screen and (min-width: 1300px) {
  .form-modal .dropzone-wrapper {
    margin: 30px auto 0;
  }
}
.form-modal .dropzone-wrapper .file-dropzone {
  border: 1px dashed #a3a192;
  margin: 10px 10px 20px 10px;
  background: #f3f3f3;
  height: 80px;
}
@media screen and (min-width: 1300px) {
  .form-modal .dropzone-wrapper .file-dropzone {
    height: 180px;
  }
}
.form-modal .dropzone-wrapper .file-dropzone .cursor-pointer {
  height: 100%;
}
.form-modal .dropzone-wrapper .file-dropzone p {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0;
  height: 100%;
  font-size: 20px;
  color: #a3a192;
  font-weight: 500;
}
.form-modal .dropzone-wrapper .file-size {
  margin-left: 10px;
  color: #a3a192;
  font-size: 13px;
}
.form-modal .dropzone-wrapper .file-size span {
  color: #f74464;
}
.form-modal .uploaded-files-chip-wrapper {
  height: calc(100% - 440px);
  overflow-y: auto;
  max-width: 95vw;
}
@media screen and (min-width: 1300px) {
  .form-modal .uploaded-files-chip-wrapper {
    height: calc(100% - 570px);
    max-width: unset;
  }
}
.form-modal hr {
  width: 90%;
  margin: 0 auto;
}

.view-documents-modal {
  /* Track */
  /* Handle */
}
.view-documents-modal .file-upload-modal-h3 {
  margin-left: 20px;
  color: #a3a192;
}
.view-documents-modal .documen-view-title {
  display: flex;
  align-items: center;
}
.view-documents-modal .documen-view-title img {
  width: 25px;
  margin-left: 15px;
}
.view-documents-modal > div > div {
  max-width: unset;
  width: 95%;
  max-height: 90%;
  height: 90%;
  border-radius: 20px;
  padding: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 1300px) {
  .view-documents-modal > div > div {
    width: 70%;
  }
}
.view-documents-modal.fullscreen .MuiDialog-paper {
  margin: 0;
}
.view-documents-modal.fullscreen .close-button-wrapper {
  display: none;
}
.view-documents-modal.fullscreen > div > div {
  max-width: unset;
  width: 100%;
  max-height: 100%;
  height: 100%;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1300px) {
  .view-documents-modal.fullscreen > div > div {
    width: 100%;
  }
}
.view-documents-modal .form-modal-header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 20px 0 20px;
}
.view-documents-modal .form-modal-header .close-button-wrapper {
  border: 1px solid #a3a192;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.view-documents-modal .form-modal-header .close-button-wrapper svg {
  font-size: 15px;
}
.view-documents-modal .uploaded-files-wrapper {
  display: flex;
  height: 80%;
  justify-content: center;
  margin: 30px;
  overflow: hidden;
}
.view-documents-modal .uploaded-files-wrapper .uploaded-files {
  width: calc(100% - 450px);
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 15px;
  max-height: 700px;
}
@media screen and (min-width: 1300px) {
  .view-documents-modal .uploaded-files-wrapper .uploaded-files {
    width: calc(100% - 250px);
  }
}
.view-documents-modal .uploaded-files-wrapper .uploaded-files .file .file-info {
  border: 1px solid #f3f3f3;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 20px 30px 20px 25px;
  background: #f3f3f3;
  position: relative;
}
.view-documents-modal .uploaded-files-wrapper .uploaded-files .file .file-info.selected {
  background: initial;
}
.view-documents-modal .uploaded-files-wrapper .uploaded-files .file .file-info.selected .file-info-border {
  position: absolute;
  height: 100%;
  left: 0;
  bottom: 0;
  border-left: 3px solid #378a9c;
}
.view-documents-modal .uploaded-files-wrapper .uploaded-files .file .file-info .file-info-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.view-documents-modal .uploaded-files-wrapper .content {
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}
.view-documents-modal .uploaded-files-wrapper .content .document-image {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 700px;
}
.view-documents-modal .uploaded-files-wrapper .content .document-image img {
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}
.view-documents-modal .uploaded-files-wrapper .content .document-image .pg-viewer-wrapper {
  overflow: auto;
  overflow-x: hidden;
  height: calc(100% - 40px);
  border-top-left-radius: 15px;
}
.view-documents-modal .uploaded-files-wrapper .content .document-image .pg-viewer-wrapper .document-container {
  width: auto;
  padding-top: 0;
}
.view-documents-modal .uploaded-files-wrapper .content .document-image .react-pdf__Document {
  overflow: auto;
  overflow-x: hidden;
  height: calc(100% - 40px);
  border-top-left-radius: 15px;
}
.view-documents-modal .uploaded-files-wrapper .content .document-image .react-pdf__Document canvas {
  width: 100% !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.view-documents-modal .buttons {
  display: flex;
  justify-content: center;
  height: fit-content;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
}
.view-documents-modal .buttons .download-button, .view-documents-modal .buttons .printing-button, .view-documents-modal .buttons .delete-button {
  margin-left: 7px;
  margin-right: 7px;
}
.view-documents-modal .buttons .download-button:hover, .view-documents-modal .buttons .printing-button:hover, .view-documents-modal .buttons .delete-button:hover {
  cursor: pointer;
}
.view-documents-modal .buttons .download-button img, .view-documents-modal .buttons .printing-button img, .view-documents-modal .buttons .delete-button img {
  width: 20px;
  height: 20px;
}
.view-documents-modal hr {
  width: 95%;
  margin: 0 auto;
}
.view-documents-modal ::-webkit-scrollbar {
  width: 15px;
}
.view-documents-modal ::-webkit-scrollbar-track {
  background: #378a9c;
}
.view-documents-modal ::-webkit-scrollbar-thumb {
  background: #193f48;
}

.verify-modal .file-upload-modal-h3 {
  margin-left: 20px;
  color: #a3a192;
}
.verify-modal > div > div {
  max-width: unset;
  width: 95%;
  border-radius: 10px;
  display: table;
  padding: 0;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 1300px) {
  .verify-modal > div > div {
    width: 50%;
  }
}
.verify-modal .form-modal-header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 20px 0 20px;
}
.verify-modal .form-modal-header .close-button-wrapper {
  border: 1px solid #a3a192;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.verify-modal .form-modal-header .close-button-wrapper svg {
  font-size: 15px;
}
.verify-modal .verify-wrapper {
  display: flex;
  flex-direction: column;
}
.verify-modal .verify-wrapper .verify-message {
  text-align: center;
  margin-top: 50px;
}
.verify-modal .verify-wrapper .verify-buttons {
  margin: 50px auto;
  text-align: center;
}
.verify-modal .verify-wrapper .verify-buttons .yes {
  border-radius: 0;
  box-shadow: none;
  background-color: #b29d24;
  margin-right: 20px;
  width: 80px;
}
@media screen and (min-width: 1300px) {
  .verify-modal .verify-wrapper .verify-buttons .yes {
    width: 150px;
  }
}
.verify-modal .verify-wrapper .verify-buttons .no {
  border-radius: 0;
  box-shadow: none;
  background-color: #378a9c;
  margin-left: 20px;
  width: 80px;
}
@media screen and (min-width: 1300px) {
  .verify-modal .verify-wrapper .verify-buttons .no {
    width: 150px;
  }
}
.verify-modal .verify-wrapper .rejection-reasons {
  padding: 20px 80px;
}
.verify-modal .verify-wrapper .rejection-reasons > div {
  width: 100%;
  height: 250px;
}
.verify-modal .verify-wrapper .rejection-reasons > div > div {
  height: 100%;
}
.verify-modal .verify-wrapper .rejection-reasons > div > div textarea {
  height: 100% !important;
}
.verify-modal hr {
  width: 95%;
  margin: 0 auto;
}

.send-modal .file-upload-modal-h3 {
  margin-left: 20px;
  color: #a3a192;
}
.send-modal > div > div {
  max-width: unset;
  width: 50%;
  height: 55%;
  border-radius: 10px;
  display: table;
  padding: 0;
  margin-bottom: 20px;
}
.send-modal .form-modal-header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 20px 0 20px;
}
.send-modal .form-modal-header .close-button-wrapper {
  border: 1px solid #a3a192;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.send-modal .form-modal-header .close-button-wrapper svg {
  font-size: 15px;
}
.send-modal .send-offer-wrapper {
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.send-modal .send-offer-wrapper .send-offer-message {
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  margin-top: 10%;
}
.send-modal .send-offer-wrapper .send-offer-buttons {
  display: flex;
  justify-content: center;
}
.send-modal .send-offer-wrapper .send-offer-buttons button {
  width: 150px;
  border-radius: 0;
  box-shadow: none;
}
.send-modal .send-offer-wrapper .send-offer-buttons button.yes {
  background-color: #b29d24;
  margin-right: 25px;
}
.send-modal .send-offer-wrapper .send-offer-buttons button.no {
  background-color: #378a9c;
  margin-left: 25px;
}
.send-modal hr {
  width: 95%;
  margin: 0 auto;
}

.make-offer-modal .file-upload-modal-h3 {
  margin-left: 20px;
  color: #a3a192;
}
.make-offer-modal > div > div {
  max-width: unset;
  width: 95%;
  height: 85%;
  border-radius: 10px;
  display: table;
  padding: 0;
  margin-bottom: 22px;
}
@media screen and (min-width: 1300px) {
  .make-offer-modal > div > div {
    width: 50%;
  }
}
.make-offer-modal .datepicker-control-container {
  position: relative;
}
.make-offer-modal .datepicker-control-container svg {
  position: absolute;
  margin: auto;
  top: 0;
  right: 25px;
  bottom: 0;
}
.make-offer-modal .form-modal-header {
  height: 100%;
  position: relative;
}
.make-offer-modal .form-modal-header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 20px 0 20px;
}
.make-offer-modal .form-modal-header .close-button-wrapper {
  border: 1px solid #a3a192;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.make-offer-modal .form-modal-header .close-button-wrapper svg {
  font-size: 15px;
}
.make-offer-modal .make-offer-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.make-offer-modal .make-offer-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-top: 35px;
}
.make-offer-modal .make-offer-wrapper .content-wrapper .select-control-container {
  width: 100%;
}
.make-offer-modal .make-offer-wrapper .content-wrapper .left-wrapper {
  width: 100%;
  height: 100%;
  margin-right: 30px;
  margin-left: 30px;
}
.make-offer-modal .make-offer-wrapper .content-wrapper .left-wrapper .left {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
  height: 50px;
}
.make-offer-modal .make-offer-wrapper .content-wrapper .left-wrapper .left input {
  padding-top: 10px;
  padding-bottom: 10px;
}
.make-offer-modal .make-offer-wrapper .content-wrapper .left-wrapper .left label {
  width: 100%;
  font-weight: 500;
  margin-right: 10px;
  max-width: 100px;
}
.make-offer-modal .make-offer-wrapper .content-wrapper .left-wrapper .left .inner-left {
  width: 100%;
}
.make-offer-modal .make-offer-wrapper .content-wrapper .right-wrapper {
  width: 100%;
  height: 100%;
  margin-right: 30px;
  margin-left: 30px;
}
.make-offer-modal .make-offer-wrapper .content-wrapper .right-wrapper .right {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
  height: 50px;
}
.make-offer-modal .make-offer-wrapper .content-wrapper .right-wrapper .right input {
  padding-top: 10px;
  padding-bottom: 10px;
}
.make-offer-modal .make-offer-wrapper .content-wrapper .right-wrapper .right label {
  width: 100%;
  font-weight: 500;
  max-width: 100px;
}
.make-offer-modal .make-offer-wrapper .content-wrapper .right-wrapper .right .inner-right {
  width: 100%;
}
.make-offer-modal .make-offer-wrapper .content-wrapper .right-wrapper .right .inner-right label {
  width: auto;
}
.make-offer-modal .make-offer-wrapper .content-wrapper .right-wrapper .right .inner-right .react-datepicker-wrapper {
  width: 100%;
}
.make-offer-modal .make-offer-wrapper .content-wrapper .right-wrapper .right .inner-right .react-datepicker-wrapper input {
  width: 100%;
}
.make-offer-modal .make-offer-wrapper button.make-offer-button {
  position: absolute;
  bottom: 20px;
  width: 150px;
  border-radius: 0;
  box-shadow: none;
  background-color: #378a9c;
}
.make-offer-modal .make-offer-wrapper p.Mui-error {
  position: absolute;
  top: 40px;
  line-height: 12px;
}
.make-offer-modal hr {
  width: 95%;
  margin: 0 auto;
}

.view-rtw-modal {
  /* Track */
  /* Handle */
}
.view-rtw-modal .file-upload-modal-h3 {
  margin-left: 20px;
  color: #a3a192;
}
.view-rtw-modal > div > div {
  max-width: unset;
  width: 50%;
  height: 85%;
  border-radius: 10px;
  display: table;
  padding: 0;
  margin-bottom: 20px;
}
.view-rtw-modal .form-modal-header {
  height: 100%;
  position: relative;
}
.view-rtw-modal .form-modal-header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 20px 0 20px;
}
.view-rtw-modal .form-modal-header .close-button-wrapper {
  border: 1px solid #a3a192;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.view-rtw-modal .form-modal-header .close-button-wrapper svg {
  font-size: 15px;
}
.view-rtw-modal .view-rtw-wrapper {
  display: flex;
  flex-direction: column;
  height: 85%;
}
.view-rtw-modal .view-rtw-wrapper .content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow-y: auto;
  max-height: 500px;
  margin-top: 30px;
}
.view-rtw-modal .view-rtw-wrapper .content .left-wrapper, .view-rtw-modal .view-rtw-wrapper .content .right-wrapper {
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
}
.view-rtw-modal .view-rtw-wrapper .content .left-wrapper .left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.view-rtw-modal .view-rtw-wrapper .content .left-wrapper .left .view-btn {
  background-color: #b29d24;
  box-shadow: none;
  border-radius: 0;
  white-space: nowrap;
  width: 100%;
}
.view-rtw-modal .view-rtw-wrapper .content .left-wrapper .left img, .view-rtw-modal .view-rtw-wrapper .content .left-wrapper .left canvas {
  width: 100% !important;
  border: 1px solid black;
}
.view-rtw-modal .view-rtw-wrapper .content .left-wrapper .left.hide {
  display: none;
}
.view-rtw-modal .view-rtw-wrapper .content .left-wrapper .left label {
  width: 100%;
  font-weight: 500;
}
.view-rtw-modal .view-rtw-wrapper .content .left-wrapper .left > div {
  width: 100%;
}
.view-rtw-modal .view-rtw-wrapper .content .right-wrapper .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.view-rtw-modal .view-rtw-wrapper .content .right-wrapper .right label {
  width: 100%;
  font-weight: 500;
}
.view-rtw-modal .view-rtw-wrapper .content .right-wrapper .right > div {
  width: 100%;
}
.view-rtw-modal .view-rtw-wrapper .done-btn {
  background-color: #378a9c;
  box-shadow: none;
  border-radius: 0;
  white-space: nowrap;
  width: 150px;
  margin-bottom: 30px;
}
.view-rtw-modal hr {
  width: 95%;
  margin: 0 auto;
}
.view-rtw-modal ::-webkit-scrollbar {
  width: 15px;
}
.view-rtw-modal ::-webkit-scrollbar-track {
  background: #378a9c;
}
.view-rtw-modal ::-webkit-scrollbar-thumb {
  background: #193f48;
}

.comments-modal .file-upload-modal-h3 {
  margin-left: 20px;
  color: #a3a192;
}
.comments-modal > div > div {
  max-width: unset;
  width: 50%;
  height: 55%;
  border-radius: 10px;
  display: table;
  padding: 0;
  margin-bottom: 20px;
}
.comments-modal .form-modal-header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 20px 0 20px;
}
.comments-modal .form-modal-header .close-button-wrapper {
  border: 1px solid #a3a192;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.comments-modal .form-modal-header .close-button-wrapper svg {
  font-size: 15px;
}
.comments-modal .comments-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 80%;
}
.comments-modal .comments-wrapper .comments-content {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.comments-modal .comments-wrapper .comments-content textarea {
  height: 150px;
  width: 500px;
}
.comments-modal .comments-wrapper .verify-buttons {
  display: flex;
  justify-content: center;
}
.comments-modal .comments-wrapper .verify-buttons button {
  background-color: #378a9c;
  box-shadow: none;
  border-radius: 0;
  white-space: nowrap;
  width: 200px;
  margin-bottom: 30px;
}
.comments-modal hr {
  width: 95%;
  margin: 0 auto;
}

.view-offer-modal .file-upload-modal-h3 {
  margin-left: 20px;
  color: #a3a192;
}
.view-offer-modal > div > div {
  max-width: unset;
  width: 50%;
  height: 85%;
  border-radius: 10px;
  display: table;
  padding: 0;
  margin-bottom: 20px;
}
.view-offer-modal .form-modal-header {
  height: 100%;
  position: relative;
}
.view-offer-modal .form-modal-header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 20px 0 20px;
}
.view-offer-modal .form-modal-header .close-button-wrapper {
  border: 1px solid #a3a192;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.view-offer-modal .form-modal-header .close-button-wrapper svg {
  font-size: 15px;
}
.view-offer-modal .view-offer-wrapper {
  height: 80%;
  display: flex;
  flex-direction: column;
}
.view-offer-modal .view-offer-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-top: 35px;
}
.view-offer-modal .view-offer-wrapper .content-wrapper .select-control-container {
  width: 100%;
}
.view-offer-modal .view-offer-wrapper .content-wrapper .left-wrapper {
  width: 100%;
  height: 100%;
  margin-right: 30px;
  margin-left: 30px;
}
.view-offer-modal .view-offer-wrapper .content-wrapper .left-wrapper .left {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}
.view-offer-modal .view-offer-wrapper .content-wrapper .left-wrapper .left input {
  padding-top: 10px;
  padding-bottom: 10px;
}
.view-offer-modal .view-offer-wrapper .content-wrapper .left-wrapper .left label {
  width: 100%;
  font-weight: 500;
}
.view-offer-modal .view-offer-wrapper .content-wrapper .left-wrapper .left .inner-left {
  width: 100%;
}
.view-offer-modal .view-offer-wrapper .content-wrapper .right-wrapper {
  width: 100%;
  height: 100%;
  margin-right: 30px;
  margin-left: 30px;
}
.view-offer-modal .view-offer-wrapper .content-wrapper .right-wrapper .right {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}
.view-offer-modal .view-offer-wrapper .content-wrapper .right-wrapper .right input {
  padding-top: 10px;
  padding-bottom: 10px;
}
.view-offer-modal .view-offer-wrapper .content-wrapper .right-wrapper .right label {
  width: 100%;
  font-weight: 500;
}
.view-offer-modal .view-offer-wrapper .content-wrapper .right-wrapper .right .inner-right {
  width: 100%;
}
.view-offer-modal .view-offer-wrapper button.view-offer-button {
  width: 150px;
  border-radius: 0;
  box-shadow: none;
  background-color: #378a9c;
}
.view-offer-modal hr {
  width: 95%;
  margin: 0 auto;
}
.view-admin-alert-modal{
  height: 50% !important;
}
.view-applicant-modal .file-upload-modal-h3 {
  margin-left: 20px;
  color: #a3a192;
}
.view-applicant-modal .select-control-container {
  margin-top: 0;
}
.view-applicant-modal > div > div {
  max-width: unset;
  width: 95%;
  height: 100%;
  border-radius: 10px;
  display: table;
  padding: 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 1400px) {
  .view-applicant-modal > div > div {
    width: 65%;
    height: 100%;
  }
}
.view-applicant-modal .form-modal-header {
  height: 100%;
  position: relative;
}
.view-applicant-modal .form-modal-header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 20px 0 20px;
}
.view-applicant-modal .form-modal-header .close-button-wrapper {
  border: 1px solid #a3a192;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.view-applicant-modal .form-modal-header .close-button-wrapper svg {
  font-size: 15px;
}
.view-applicant-modal .view-applicant-wrapper {
  height: 80%;
  display: flex;
  flex-direction: column;
}
.view-applicant-modal .view-applicant-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-top: 35px;
}
.view-applicant-modal .view-applicant-wrapper .content-wrapper .select-control-container {
  width: 100%;
}
.view-applicant-modal .view-applicant-wrapper .content-wrapper .left-wrapper {
  width: 100%;
  height: 100%;
  margin-right: 30px;
  margin-left: 30px;
}
.view-applicant-modal .view-applicant-wrapper .content-wrapper .left-wrapper .left {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  align-items: center;
}
.view-applicant-modal .view-applicant-wrapper .content-wrapper .left-wrapper .left input {
  padding-top: 10px;
  padding-bottom: 10px;
}
.view-applicant-modal .view-applicant-wrapper .content-wrapper .left-wrapper .left label {
  width: 100%;
  font-weight: 500;
}
.view-applicant-modal .view-applicant-wrapper .content-wrapper .left-wrapper .left .inner-left {
  width: 100%;
}
.view-applicant-modal .view-applicant-wrapper .content-wrapper .right-wrapper {
  width: 100%;
  height: 100%;
  margin-right: 30px;
  margin-left: 30px;
}
.view-applicant-modal .view-applicant-wrapper .content-wrapper .right-wrapper .right {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  align-items: center;
}
.view-applicant-modal .view-applicant-wrapper .content-wrapper .right-wrapper .right input {
  padding-top: 10px;
  padding-bottom: 10px;
}
.view-applicant-modal .view-applicant-wrapper .content-wrapper .right-wrapper .right label {
  width: 100%;
  font-weight: 500;
}
.view-applicant-modal .view-applicant-wrapper .content-wrapper .right-wrapper .right .inner-right {
  width: 100%;
}
.view-applicant-modal .view-applicant-wrapper .content-wrapper img {
  width: 100px;
  height: 100px;
}
.view-applicant-modal .view-applicant-wrapper .buttons .edit-candidate-button {
  border-radius: 0;
  box-shadow: none;
  background-color: #b29d24;
}
.view-applicant-modal .view-applicant-wrapper .buttons .update-candidate-button {
  background-color: #378a9c;
}
.view-applicant-modal .view-applicant-wrapper .buttons .done-button {
  border-radius: 0;
  box-shadow: none;
  background-color: #378a9c;
  width: 150px;
  margin-left: 20px;
}
.view-applicant-modal hr {
  width: 95%;
  margin: 0 auto;
}

.message-modal .file-upload-modal-h3 {
  margin-left: 20px;
  color: #a3a192;
}
.message-modal > div > div {
  max-width: unset;
  width: 95%;
  height: 35%;
  border-radius: 10px;
  display: table;
  padding: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 1300px) {
  .message-modal > div > div {
    width: 55%;
  }
}
.message-modal .form-modal-header {
  height: 100%;
  position: relative;
}
.message-modal .form-modal-header .form-modal-header h1 {
  font-size: 18px;
}
@media screen and (min-width: 1300px) {
  .message-modal .form-modal-header .form-modal-header h1 {
    font-size: unset;
  }
}
.message-modal .form-modal-header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 20px 0 20px;
}
.message-modal .form-modal-header .close-button-wrapper {
  border: 1px solid #a3a192;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.message-modal .form-modal-header .close-button-wrapper svg {
  font-size: 15px;
}
.message-modal .message-wrapper .message {
  height: 80%;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  font-size: 16px;
}
@media screen and (min-width: 1300px) {
  .message-modal .message-wrapper .message {
    font-size: 20px;
  }
}
.message-modal hr {
  width: 95%;
  margin: 0 auto;
}

.terms-and-conditions-modal .file-upload-modal-h3 {
  margin-left: 20px;
  color: #a3a192;
}
.terms-and-conditions-modal > div > div {
  max-width: unset;
  width: 95%;
  border-radius: 10px;
  display: table;
  padding: 0;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 1300px) {
  .terms-and-conditions-modal > div > div {
    width: 50%;
  }
}
.terms-and-conditions-modal .form-modal-header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 20px 0 20px;
}
.terms-and-conditions-modal .form-modal-header .close-button-wrapper {
  border: 1px solid #a3a192;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.terms-and-conditions-modal .form-modal-header .close-button-wrapper svg {
  font-size: 15px;
}
.terms-and-conditions-modal .verify-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 90vw;
}
.terms-and-conditions-modal .verify-wrapper .verify-message {
  text-align: center;
  margin-top: 50px;
  padding: 0 10px;
}
.terms-and-conditions-modal .verify-wrapper .verify-buttons {
  margin: 50px auto;
  text-align: center;
}
.terms-and-conditions-modal .verify-wrapper .verify-buttons .yes {
  border-radius: 0;
  box-shadow: none;
  background-color: #378a9c;
  margin-right: 20px;
  width: 80px;
}
@media screen and (min-width: 1300px) {
  .terms-and-conditions-modal .verify-wrapper .verify-buttons .yes {
    width: 150px;
  }
}
.terms-and-conditions-modal .verify-wrapper .verify-buttons .no {
  border-radius: 0;
  box-shadow: none;
  background-color: #b29d24;
  margin-left: 20px;
  width: 80px;
}
@media screen and (min-width: 1300px) {
  .terms-and-conditions-modal .verify-wrapper .verify-buttons .no {
    width: 150px;
  }
}
.terms-and-conditions-modal hr {
  width: 95%;
  margin: 0 auto;
}

.add-info-req-modal .file-upload-modal-h3 {
  margin-left: 20px;
  color: #a3a192;
}
.add-info-req-modal > div > div {
  max-width: unset;
  width: 55%;
  height: 55%;
  border-radius: 10px;
  display: table;
  padding: 0;
  margin-bottom: 20px;
}
.add-info-req-modal .form-modal-header {
  height: 100%;
  position: relative;
}
.add-info-req-modal .form-modal-header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 20px 0 20px;
}
.add-info-req-modal .form-modal-header .close-button-wrapper {
  border: 1px solid #a3a192;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.add-info-req-modal .form-modal-header .close-button-wrapper svg {
  font-size: 15px;
}
.add-info-req-modal .add-info-req-wrapper {
  flex-direction: column;
  height: 80%;
}
.add-info-req-modal .add-info-req-wrapper .add-info-req-message {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  font-size: 16px;
}
.add-info-req-modal .add-info-req-wrapper .add-info-req-content {
  width: 100%;
}
.add-info-req-modal .add-info-req-wrapper .add-info-req-content > div {
  width: 100%;
}
.add-info-req-modal .add-info-req-wrapper .add-info-req-content > div textarea {
  height: 100px !important;
}
.add-info-req-modal .add-info-req-wrapper .add-info-req-btn {
  margin-bottom: 10px;
}
.add-info-req-modal .add-info-req-wrapper .add-info-req-btn button {
  border-radius: 0;
  box-shadow: none;
  background-color: #378a9c;
  width: 150px;
}
.add-info-req-modal hr {
  width: 95%;
  margin: 0 auto;
}

.withdraw-modal > div > div {
  max-width: unset;
  width: 55%;
  height: 35%;
  border-radius: 10px;
  display: table;
  padding: 0;
  margin-bottom: 20px;
}
.withdraw-modal .form-modal-header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 10px 0 20px;
}
.withdraw-modal .form-modal-header .close-button-wrapper {
  border: 1px solid #a3a192;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.withdraw-modal .form-modal-header .close-button-wrapper svg {
  font-size: 15px;
}
.withdraw-modal .withdraw-content {
  display: flex;
  flex-direction: column;
  height: 80%;
}
.withdraw-modal .withdraw-content .options {
  height: 150px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.withdraw-modal .withdraw-content .options button {
  border-radius: 0;
  border: 1px solid #b29d24;
  box-shadow: none;
  background-color: white;
  width: 250px;
  height: 50px;
  color: #b29d24;
}
.withdraw-modal .withdraw-content .options button.selected {
  border-radius: 0;
  box-shadow: none;
  background-color: #b29d24;
  width: 250px;
  border-color: white;
  color: white;
}
.withdraw-modal .withdraw-content .send-button {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.withdraw-modal .withdraw-content .send-button button {
  border-radius: 0;
  box-shadow: none;
  background-color: #378a9c;
  width: 150px;
}
.withdraw-modal hr {
  width: 95%;
  margin: 0 auto;
}

.hr-approval-modal .file-upload-modal-h3 {
  margin-left: 20px;
  color: #a3a192;
}
.hr-approval-modal > div > div {
  max-width: unset;
  width: 95%;
  height: 85%;
  border-radius: 10px;
  display: table;
  padding: 0;
  margin-bottom: 22px;
}
@media screen and (min-width: 1300px) {
  .hr-approval-modal > div > div {
    width: 50%;
  }
}
.hr-approval-modal .inner-wrapper {
  width: 100%;
}
.hr-approval-modal .form-modal-header {
  height: 100%;
  position: relative;
}
.hr-approval-modal .form-modal-header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 20px 0 20px;
}
.hr-approval-modal .form-modal-header .close-button-wrapper {
  border: 1px solid #a3a192;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.hr-approval-modal .form-modal-header .close-button-wrapper svg {
  font-size: 15px;
}
.hr-approval-modal .hr-approval-modal {
  display: flex;
  flex-direction: column;
}
.hr-approval-modal .hr-approval-modal .content-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 15px;
}
.hr-approval-modal .hr-approval-modal .content-wrapper .select-control-container {
  width: 100%;
}
.hr-approval-modal .hr-approval-modal .content-wrapper .left-wrapper {
  width: 100%;
  height: 100%;
  margin-right: 10px;
  margin-left: 10px;
}
.hr-approval-modal .hr-approval-modal .content-wrapper .left-wrapper .left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 35px;
}
.hr-approval-modal .hr-approval-modal .content-wrapper .left-wrapper .left input {
  padding-top: 10px;
  padding-bottom: 10px;
}
.hr-approval-modal .hr-approval-modal .content-wrapper .left-wrapper .left label {
  width: 100%;
  font-weight: 500;
  margin-right: 10px;
  max-width: 100px;
}
.hr-approval-modal .hr-approval-modal .content-wrapper .left-wrapper .left .inner-left {
  width: 100%;
}
.hr-approval-modal .hr-approval-modal .content-wrapper .right-wrapper {
  width: 100%;
  height: 100%;
  margin-right: 30px;
  margin-left: 30px;
}
.hr-approval-modal .hr-approval-modal .content-wrapper .right-wrapper .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 35px;
}
.hr-approval-modal .hr-approval-modal .content-wrapper .right-wrapper .right input {
  padding-top: 10px;
  padding-bottom: 10px;
}
.hr-approval-modal .hr-approval-modal .content-wrapper .right-wrapper .right label {
  width: 100%;
  font-weight: 500;
  max-width: 100px;
}
.hr-approval-modal .hr-approval-modal .content-wrapper .right-wrapper .right .inner-right {
  width: 100%;
}
.hr-approval-modal .hr-approval-modal .content-wrapper .right-wrapper .right .inner-right label {
  width: auto;
}
.hr-approval-modal .hr-approval-modal .content-wrapper .right-wrapper .right .inner-right .react-datepicker-wrapper {
  width: 100%;
}
.hr-approval-modal .hr-approval-modal .content-wrapper .right-wrapper .right .inner-right .react-datepicker-wrapper input {
  width: 100%;
}
.hr-approval-modal .hr-approval-modal .comment-area {
  width: 100%;
}
.hr-approval-modal .hr-approval-modal .comment-area .MuiFormControl-fullWidth {
  width: 100%;
}
.hr-approval-modal .hr-approval-modal .MuiLinearProgress-root {
  height: 3px;
  width: 100%;
}
.hr-approval-modal .hr-approval-modal .files {
  width: 100%;
  height: 150px !important;
  display: block;
  overflow: auto;
}
.hr-approval-modal .hr-approval-modal .files .file {
  padding: 10px 20px;
  background: #e0e0e0;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.hr-approval-modal .hr-approval-modal .files .file .chip-uploaded-file {
  background: #e0e0e0;
}
.hr-approval-modal .hr-approval-modal .files .file .chip-uploaded-file svg {
  transform: rotate(45deg);
  color: #378a9c;
  font-size: 38px;
  margin-right: 0;
  margin-left: -10px;
}
.hr-approval-modal .hr-approval-modal .files .file .controls .buttons {
  display: flex;
  flex-direction: row;
}
.hr-approval-modal .hr-approval-modal .files .file .controls .buttons img {
  height: 25px;
  margin: 0 5px;
}
.hr-approval-modal .hr-approval-modal .documents-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hr-approval-modal .hr-approval-modal .documents-header h3 {
  color: #a3a192;
  font-family: "Sanchez";
  font-weight: 400 !important;
  font-size: 27px;
  margin-top: 0;
}
.hr-approval-modal .hr-approval-modal .documents-header button {
  background: #b29d24;
  font-family: "Sanchez";
  box-shadow: none;
}
.hr-approval-modal .hr-approval-modal button.green-button {
  width: 250px;
  border-radius: 0;
  box-shadow: none;
  background-color: #378a9c;
  margin: 10px;
}
.hr-approval-modal .hr-approval-modal button.yellow-button {
  width: 250px;
  border-radius: 0;
  box-shadow: none;
  background-color: #b29d24;
  margin: 10px;
}
.hr-approval-modal .hr-approval-modal p.Mui-error {
  position: absolute;
  top: 40px;
  line-height: 12px;
}
.hr-approval-modal hr {
  width: 95%;
  margin: 0 auto;
}

#system-settings {
  /*------ SWITCH ---------*/
}
#system-settings .grid-wrapper-terms {
  text-align: center;
  display: block;
}
#system-settings .submit-container {
  margin-bottom: 30px;
}
#system-settings .submit-container button {
  border-radius: 0;
  box-shadow: none;
  background-color: #b29d24;
}
#system-settings .switch-wrapper {
  display: flex;
}
#system-settings .switch-wrapper .label-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
}
#system-settings .switch-wrapper .label-wrapper label {
  font-size: 20px;
  font-weight: 500;
}
#system-settings .switch {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 35px;
}
#system-settings .switch input {
  display: none;
  pointer-events: none;
}
#system-settings .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d9d9d9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#system-settings .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 8px;
  bottom: 50%;
  top: 50%;
  margin: auto;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#system-settings .checked-switch .slider {
  background-color: #378a9c;
}
#system-settings .checked-switch .slider:before {
  -webkit-transform: translateX(105px);
  -ms-transform: translateX(105px);
  transform: translateX(105px);
  background-color: #193f48;
}
#system-settings .on {
  display: none;
}
#system-settings .on, #system-settings .off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 14px;
}
#system-settings .checked-switch .slider .on {
  display: block;
}
#system-settings .checked-switch .slider .off {
  display: none;
}
#system-settings .slider.round {
  border-radius: 16px;
  user-select: none;
}
#system-settings .slider.round:before {
  border-radius: 50%;
  background-color: #737273;
}

.view-selfies-modal {
  /* Track */
  /* Handle */
}
.view-selfies-modal .file-upload-modal-h3 {
  margin-left: 20px;
  color: #a3a192;
}
.view-selfies-modal .documen-view-title {
  display: flex;
  align-items: center;
}
.view-selfies-modal .documen-view-title img {
  width: 25px;
  margin-left: 15px;
}
.view-selfies-modal > div > div {
  max-width: 90%;
  width: 500px;
  max-height: 90%;
  height: 500px;
  border-radius: 20px;
  padding: 0;
  margin-bottom: 20px;
}
.view-selfies-modal.fullscreen .MuiDialog-paper {
  margin: 0;
}
.view-selfies-modal.fullscreen .close-button-wrapper {
  display: none;
}
.view-selfies-modal.fullscreen > div > div {
  max-width: unset;
  width: 100%;
  max-height: 100%;
  height: 100%;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1300px) {
  .view-selfies-modal.fullscreen > div > div {
    width: 100%;
  }
}
.view-selfies-modal .form-modal-header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 20px 0 20px;
}
.view-selfies-modal .form-modal-header .close-button-wrapper {
  border: 1px solid #a3a192;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.view-selfies-modal .form-modal-header .close-button-wrapper svg {
  font-size: 15px;
}
.view-selfies-modal .uploaded-files-wrapper {
  display: flex;
  height: 80%;
  justify-content: center;
  margin: 30px;
  overflow: hidden;
}
.view-selfies-modal .uploaded-files-wrapper .uploaded-files {
  width: calc(100% - 450px);
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 15px;
  max-height: 700px;
}
@media screen and (min-width: 1300px) {
  .view-selfies-modal .uploaded-files-wrapper .uploaded-files {
    width: calc(100% - 250px);
  }
}
.view-selfies-modal .uploaded-files-wrapper .uploaded-files .file .file-info {
  border: 1px solid #f3f3f3;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 20px 30px 20px 25px;
  background: #f3f3f3;
  position: relative;
}
.view-selfies-modal .uploaded-files-wrapper .uploaded-files .file .file-info.selected {
  background: initial;
}
.view-selfies-modal .uploaded-files-wrapper .uploaded-files .file .file-info.selected .file-info-border {
  position: absolute;
  height: 100%;
  left: 0;
  bottom: 0;
  border-left: 3px solid #378a9c;
}
.view-selfies-modal .uploaded-files-wrapper .uploaded-files .file .file-info .file-info-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.view-selfies-modal .uploaded-files-wrapper .content {
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}
.view-selfies-modal .uploaded-files-wrapper .content .document-image {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 700px;
}
.view-selfies-modal .uploaded-files-wrapper .content .document-image img {
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}
.view-selfies-modal .uploaded-files-wrapper .content .document-image .pg-viewer-wrapper {
  overflow: auto;
  overflow-x: hidden;
  height: calc(100% - 40px);
  border-top-left-radius: 15px;
}
.view-selfies-modal .uploaded-files-wrapper .content .document-image .pg-viewer-wrapper .document-container {
  width: auto;
  padding-top: 0;
}
.view-selfies-modal .uploaded-files-wrapper .content .document-image .react-pdf__Document {
  overflow: auto;
  overflow-x: hidden;
  height: calc(100% - 40px);
  border-top-left-radius: 15px;
}
.view-selfies-modal .uploaded-files-wrapper .content .document-image .react-pdf__Document canvas {
  width: 100% !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.view-selfies-modal .buttons {
  display: flex;
  justify-content: center;
  height: fit-content;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
}
.view-selfies-modal .buttons .download-button, .view-selfies-modal .buttons .printing-button, .view-selfies-modal .buttons .delete-button {
  margin-left: 7px;
  margin-right: 7px;
}
.view-selfies-modal .buttons .download-button:hover, .view-selfies-modal .buttons .printing-button:hover, .view-selfies-modal .buttons .delete-button:hover {
  cursor: pointer;
}
.view-selfies-modal .buttons .download-button img, .view-selfies-modal .buttons .printing-button img, .view-selfies-modal .buttons .delete-button img {
  width: 20px;
  height: 20px;
}
.view-selfies-modal hr {
  width: 95%;
  margin: 0 auto;
}
.view-selfies-modal ::-webkit-scrollbar {
  width: 15px;
}
.view-selfies-modal ::-webkit-scrollbar-track {
  background: #378a9c;
}
.view-selfies-modal ::-webkit-scrollbar-thumb {
  background: #193f48;
}

.yoti-validation-container {
  display: flex;
  align-items: center;
  text-align: left;
  font-family: "Sanchez";
  font-size: 14px;
  margin-top: 0;
}
.yoti-validation-container .labels {
  margin-left: 80px;
}
.yoti-validation-container .data {
  margin-left: 30px;
}

.yoti-validation-modal .file-upload-modal-h3 {
  margin-left: 20px;
  color: #a3a192;
}
.yoti-validation-modal > div > div {
  max-width: unset;
  width: 95%;
  border-radius: 10px;
  display: table;
  padding: 0;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 1300px) {
  .yoti-validation-modal > div > div {
    width: 40%;
  }
}
.yoti-validation-modal .form-modal-header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 20px 0 20px;
}
.yoti-validation-modal .form-modal-header .close-button-wrapper {
  border: 1px solid #a3a192;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.yoti-validation-modal .form-modal-header .close-button-wrapper svg {
  font-size: 15px;
}
.yoti-validation-modal .verify-wrapper {
  display: flex;
  flex-direction: column;
}
.yoti-validation-modal .verify-wrapper .verify-message {
  text-align: center;
}
.yoti-validation-modal .verify-wrapper .verify-buttons {
  display: inline-flex;
  text-align: center;
  justify-content: center;
  padding-bottom: 30px;
  margin: 0 50px;
}
.yoti-validation-modal .verify-wrapper .verify-buttons .yes {
  border-radius: 0;
  box-shadow: none;
  background-color: #b29d24;
  margin-right: 20px;
  width: -webkit-fill-available;
  max-width: 300px;
}
.yoti-validation-modal .verify-wrapper .verify-buttons .no {
  border-radius: 0;
  box-shadow: none;
  background-color: #378a9c;
  margin-left: 20px;
  width: -webkit-fill-available;
  max-width: 190px;
}
.yoti-validation-modal .verify-wrapper .rejection-reasons {
  padding: 20px 80px;
}
.yoti-validation-modal .verify-wrapper .rejection-reasons > div {
  width: 100%;
  height: 250px;
}
.yoti-validation-modal .verify-wrapper .rejection-reasons > div > div {
  height: 100%;
}
.yoti-validation-modal .verify-wrapper .rejection-reasons > div > div textarea {
  height: 100% !important;
}
.yoti-validation-modal hr {
  width: 95%;
  margin: 0 auto;
}
.divisionallogo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.sharedspace {
  width: 49%;
}

.dcard {
  width: 100%;
  font-size: 1rem;
  border-radius: 1rem;
  background-color: white;
  border: 5px solid red;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
}
.DivisionsMain
{
  align-items: center;
  width: 100%;
}
.grid-container
{
  width: 80%;
}
.stk {
  border-color: #EEDB2E;
}

.ss {
  border-color: #DA661D;
}

.sci {
  border-color: #92C022;
}
.stDiv
{
  border: 5px solid #EEDB2E;
}
.ssDiv
{
  border: 5px solid #DA661D;
}
.scDiv
{
  border: 5px solid #92C022;
}
.stDivHeader
{
  background: linear-gradient(142deg, rgba(255,255,255,0) 25%, rgba(238,219,46,1) 50%, rgba(178,157,36,1) 100%) !important;
}
.ssDivHeader
{
  background: linear-gradient(142deg, rgba(255,255,255,0) 25%, rgba(218,102,29,1) 100%) !important;
}
.scDivHeader
{
  background: linear-gradient(142deg, rgba(255,255,255,0) 25%, rgba(146,192,34,1) 100%) !important;
}
/*# sourceMappingURL=style.css.map */

