.cursor {
  cursor: pointer !important;
}

.subheader {
  background: #fff;
}

@media only screen and (max-width: 37.5em) {
  .hide__mobile {
    display: none;
    visibility: hidden;
  }
}

.swal-button {
  background: #000000;
}

.lg-w-50 {
  width: 50%;
}

@media only screen and (max-width: 37.5em) {
  .lg-w-50 {
    width: auto;
  }
}

.select {
  /* styling */
  background-color: white;
  border: 1px solid #b0b8c2;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 1.2rem;
  outline: 0;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.minimal {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 22px) calc(1em + 8px), calc(100% - 15px) calc(1em + 8px), calc(100% - 3.5em) 0.5em;
  background-size: 7px 7px, 7px 7px, 1px 2.5em;
  background-repeat: no-repeat;
}

.aside-logo {
  position: relative;
  top: -16px;
  left: 0;
  padding: 2rem;
  border: 0px none;
}

.topmenu {
  position: relative;
  top: 0.5rem;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topmenu li {
  border-radius: 0.5rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.topmenu li .topmenu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 2px 0px;
}

.topmenu li .topmenu-item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 0px none;
  margin: 0px 25px;
  color: #506683;
  font-size: 1.2rem;
  font-weight: 400;
}

.topmenu li .topmenu-item div span {
  color: #b0b8c2;
  text-align: right;
}

.topmenu li .topmenu-item .topmenu-item-badge {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background: rgba(215, 127, 129, 0.25);
  color: #d77f81;
  font-size: 1.5rem;
  font-weight: 500;
}

.topmenu li .topmenu-item .topmenu-item-text {
  font-size: 1.2rem;
  font-weight: 600;
  margin-left: 15px;
  color: #506683;
}

.topmenu li:hover {
  cursor: pointer;
}

._h-40 {
  height: 40px !important;
}

.border-2-color {
  border: 2px solid #b0b8c2;
  border-radius: 10px;
  margin-top: -20px !important;
}

.card .card-custom {
  -webkit-box-shadow: 0px none !important;
          box-shadow: 0px none !important;
}

.w-100 {
  width: 100% !important;
}

.bodered-rounded {
  border: 1px solid #b0b8c2 !important;
  border-radius: 10px !important;
}

@media only screen and (max-width: 37.5em) {
  .bodered-1-rounded {
    border: 1px solid #b0b8c2 !important;
    border-radius: 5px !important;
  }
}

.margin__20 {
  margin-left: 9rem !important;
}

@media only screen and (max-width: 37.5em) {
  .margin__20 {
    margin-left: 0px !important;
  }
}

.card.card-custom {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 225, 225, 0.05) !important;
          box-shadow: 0px 0px 30px 0px rgba(255, 225, 225, 0.05) !important;
  border: 0;
}

.job__card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 0;
  height: 60rem !important;
  overflow-y: scroll;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.job__card__body::-webkit-scrollbar {
  width: 1px;
}

.job__card__body::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 1px;
}

.job__card__body::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 1px;
}

.job__card__body::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

.job__card__body .job__card__content {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  padding: 2rem;
}

@media only screen and (max-width: 37.5em) {
  .job__card__body .job__card__content {
    display: block !important;
    height: auto !important;
    padding: auto !important;
    margin: 1rem 0;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: 0px 5px 15px rgba(106, 127, 130, 0.09);
            box-shadow: 0px 5px 15px rgba(106, 127, 130, 0.09);
  }
  .job__card__body .job__card__content div {
    margin: 1rem 0;
  }
}

@media only screen and (max-width: 56.25em) {
  .job__card__body .job__card__content {
    height: auto !important;
    margin: 1rem 0;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: 0px 5px 15px rgba(106, 127, 130, 0.09);
            box-shadow: 0px 5px 15px rgba(106, 127, 130, 0.09);
  }
  .job__card__body .job__card__content div {
    margin: 1rem 0;
  }
}

.upload-box {
  width: auto;
  border-radius: 0.8rem;
  margin: 2rem 0;
  -webkit-box-shadow: 0px 5px 15px rgba(106, 127, 130, 0.09);
          box-shadow: 0px 5px 15px rgba(106, 127, 130, 0.09);
}

.upload-box .upload-box__header {
  padding: 2rem;
}

.upload-box .upload-box__header h5 {
  font-size: 1.2rem;
}

.upload-box .upload-box-container {
  height: 30vh;
  background-color: #fffefa;
}

.upload-box .upload-box-container .drop-area {
  position: relative;
  top: 0;
  left: 0;
  border-radius: 1rem;
  height: 15rem;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.2rem;
}

.upload-box .upload-box-container .drop-area input {
  position: absolute;
  top: 40%;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.upload-box .upload-box__footer {
  padding: 2rem;
}

.upload-box .upload-box__footer h5 {
  font-size: 1.2rem;
}

.upload-box .upload-box__footer .image-box {
  position: relative;
  width: 100px;
  height: 100px;
  background: #fff;
  margin: 1rem;
  padding: 1rem;
  border: 2px dashed #506683;
  border-radius: 0.5rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.upload-box .upload-box__footer .image-box input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.upload-box .upload-box__footer .image-box span {
  margin: 1rem 0.2rem;
  color: #506683 !important;
  font-weight: bold;
}

@media only screen and (max-width: 37.5em) {
  .upload-box .upload-box__footer .image-box {
    width: 100%;
    height: 100px;
    margin: 1rem 1rem 1rem 0;
  }
}

.upload-box .upload-box__footer .image-box:nth-child(1) {
  margin: 1rem 1rem 1rem 0;
}

.upload-box .upload-box__footer .image-box:hover {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
  -webkit-box-shadow: 0px 5px 15px rgba(106, 127, 130, 0.09);
          box-shadow: 0px 5px 15px rgba(106, 127, 130, 0.09);
}

.reprint__tag {
  width: 5.8rem;
  height: 2rem;
  padding: 0.3rem 1rem;
  background: #ffccaf;
  color: #763510;
  font-size: 1rem;
  border-radius: 2rem;
  margin: 0.3rem;
}

@media only screen and (max-width: 37.5em) {
  .reprint__tag {
    margin: 0.2rem 0.5rem !important;
  }
}

.loginScreen {
  width: 100%;
  height: auto;
  padding: 2rem;
}

@media only screen and (max-width: 37.5em) {
  .loginScreen {
    padding: 0 2rem;
  }
}

.loginScreen .loginScreen__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 10rem 0;
}

@media only screen and (max-width: 37.5em) {
  .loginScreen .loginScreen__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 10rem;
  }
}

@media only screen and (max-width: 56.25em) {
  .loginScreen .loginScreen__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 10rem;
    margin: 5rem 0;
  }
}

.loginScreen .loginScreen__body .login__card {
  width: 50%;
  padding: 5rem;
}

@media only screen and (max-width: 37.5em) {
  .loginScreen .loginScreen__body .login__card {
    width: 100%;
    padding: 0;
  }
  .loginScreen .loginScreen__body .login__card img {
    margin: auto;
    height: 200px;
  }
}

@media only screen and (max-width: 56.25em) {
  .loginScreen .loginScreen__body .login__card {
    width: 100%;
  }
}

.login-signin {
  margin-top: 5rem;
}

@media only screen and (max-width: 37.5em) {
  .login-signin {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 56.25em) {
  .login-signin {
    margin-top: 2rem;
  }
}

.paddingRight {
  padding: 2rem;
  padding-right: 12rem !important;
}
/*# sourceMappingURL=custom.css.map */