@font-face {
  font-family: "regular-rtl";
  src: url('/public/fonts/DroidKufi-Regular.ttf');
}
@font-face {
  font-family: "regular-rtl";
  src: url('/public/fonts/DroidKufi-Bold.ttf');
  font-weight: bold;
}
@font-face {
  font-family: Roboto;
  src: url('/public/fonts/Roboto-Regular.ttf');
}
@font-face {
  font-family: Roboto;
  src: url('/public/fonts/Roboto-Bold.ttf');
  font-weight: bold;
}
@font-face {
  font-family: Roboto;
  src: url('/public/fonts/Roboto-Medium.ttf');
  font-weight: 500;
}
@font-face {
  font-family: Roboto;
  src: url('/public/fonts/Roboto-Medium.ttf');
  font-weight: 600;
}
@font-face {
  font-family: Roboto;
  src: url('/public/fonts/Roboto-Light.ttf');
  font-weight: 300;
}
@font-face {
  font-family: Roboto;
  src: url('/public/fonts/Roboto-Thin.ttf');
  font-weight: 100;
}
.scroll-hide {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.scroll-hide::-webkit-scrollbar {
  width: 0 !important;
}
.border-none {
  border: 0 !important;
}
.radius-none {
  border-radius: 0 !important;
}
.radius-top-none {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
html {
  font-size: 10px;
  height: 100%;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #343A40;
  background-color: #F8F9FA;
  font-family: Roboto, SFNSDisplay-Regular, Helvetica, Arial;
  font-size: 1.6rem;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
body.modal-open.modal-auto .modal-container {
  width: auto;
}
body.modal-open.modal-xs .modal-container {
  width: 325px;
}
body.modal-open.modal-md .modal-container {
  width: 550px;
}
body.modal-open.modal-lg .modal-container {
  width: 760px;
}
body.modal-open.modal-users .modal-body {
  max-height: 60vh;
  overflow: auto;
}
body.modal-open.modal-job-application-detail .modal-container {
  width: 760px;
}
body.modal-open.modal-channel-attachment .modal-container {
  width: 590px;
}
body.modal-open.modal-confirmation .modal-container {
  width: 400px;
}
.logo-black {
  display: none !important;
}
.show-enter {
  white-space: pre-line;
  word-break: break-word;
}
.see-more {
  display: block;
  text-align: center;
  color: #339AF0;
  font-weight: bold;
  font-size: 1.4rem;
}
.ltr {
  direction: ltr;
}
.force-right {
  right: 0;
}
a,
.clickable {
  cursor: pointer;
}
a:hover,
a:focus {
  text-decoration: none;
}
*:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
textarea {
  resize: none;
}
.list-style-none {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.inline li {
  display: inline-block;
}
.hidden-inside > * {
  display: none;
}
.force-visible {
  display: block !important;
}
.force-hidden {
  display: none !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
[v-cloak] {
  display: none !important;
}
p {
  font-size: 1.2rem;
}
.text-gray-8 {
  color: #343A40;
}
.text-gray-6 {
  color: #868E96;
}
.text-gray-5 {
  color: #ADB5BD;
}
.text-link {
  color: #339AF0;
}
.text-primary {
  color: #343A40;
}
.color-google {
  color: #db4a39;
}
.color-gray-light {
  color: rgba(51, 51, 51, 0.5) !important;
}
.color-dark-white {
  color: #D8D8D8 !important;
}
.color-dark-gray {
  color: #454545 !important;
}
.color-gray-7 {
  color: #5D646B;
}
.color-gray-6 {
  color: #868E96;
}
.color-gray-5 {
  color: #ADB5BD;
}
.color-yellow-5 {
  color: #FCC419;
}
.master-container {
  min-height: -webkit-fill-available;
  min-height: 100%;
  position: relative;
  padding-bottom: 80px;
}
.footer-wrapper {
  height: 80px;
  background-color: #FFFFFF;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  right: 0;
  left: 0;
  position: absolute;
  bottom: 0;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 8rem;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 1.43px;
}
.footer-wrapper .list-links a {
  color: rgba(0, 0, 0, 0.6);
  display: block;
  padding: 0 12px;
}
.footer-wrapper .list-social a {
  color: #8E8E8E;
  padding: 0;
}
.btn {
  font-family: Nunito, Roboto, SFNSDisplay-Regular, Helvetica, Arial;
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding: 5px 20px;
  border: 2px solid transparent;
}
.btn.btn-info:hover {
  background-color: #228BE6;
}
.btn.btn-light-blue {
  color: #212529;
  background-color: rgba(200, 220, 240, 0.6);
}
.btn.btn-light-blue i {
  color: #5D646B;
}
.btn.btn-light-blue-link {
  color: #339AF0;
  background-color: rgba(200, 220, 240, 0.6);
}
.btn.btn-light-blue-link i {
  color: #5D646B;
}
.btn.btn-cyan {
  color: #FFFFFF;
  background-color: #22B8CF;
}
.btn.btn-cyan i {
  color: #F8F9FA;
}
.btn.btn-grape {
  color: #FFFFFF;
  background-color: #CC5DE8;
}
.btn.btn-grape i {
  color: #F8F9FA;
}
.btn.btn-teal {
  color: #FFFFFF;
  background-color: #20C997;
}
.btn.btn-teal i {
  color: #F8F9FA;
}
.btn.btn-yellow-6 {
  color: #FFFFFF;
  background-color: #FAB005;
}
.btn.btn-yellow-6 i {
  color: #F8F9FA;
}
.btn.btn-violet {
  color: #FFFFFF;
  background-color: #845EF7;
}
.btn.btn-violet i {
  color: #F8F9FA;
}
.btn.btn-default {
  color: #343A40;
  background-color: #E8EBEE;
  border: 2px solid #E8EBEE;
}
.btn.btn-default:hover {
  background-color: #DEE2E6;
  border: 2px solid #DEE2E6;
  color: #343A40;
}
.btn.btn-danger {
  color: #FFFFFF;
  border: 2px solid #FA5252;
  background-color: #FA5252;
}
.btn.btn-danger:hover {
  color: #FFFFFF;
}
.btn.btn-success {
  color: #20C997;
  border: 2px solid #20C997;
  background-color: #20C997;
  color: #FFFFFF;
}
.btn.btn-success-light {
  border: 2px solid #20C997;
  background: #E6FCF5;
  color: #20C997;
}
.btn.btn-info {
  color: #339AF0;
  border: 2px solid #339AF0;
  background-color: #339AF0;
  color: #FFFFFF;
}
.btn.btn-hollow {
  background-color: #FFFFFF;
}
.btn.btn-hollow.btn-info {
  color: #339AF0;
  background-color: #FFFFFF;
}
.btn.btn-hollow.btn-info:hover {
  background-color: #2897DD;
  border-color: #2897DD;
  color: #FFFFFF;
}
.btn.btn-hollow.btn-success {
  color: #20C997;
  background-color: #FFFFFF;
}
.btn.btn-hollow.btn-default {
  background-color: #FFFFFF;
}
.btn.btn-hollow.btn-default:hover {
  background-color: #FFFFFF;
}
.btn.btn-circle {
  border-radius: 50%;
  padding: 10px;
  line-height: 10px;
}
.btn.btn-circle i {
  width: 14px;
}
.btn.btn-sm {
  padding: 5px 15px;
}
.btn.btn-lg {
  padding: 10px 25px;
}
.btn.btn-xs {
  padding: 4px 10px;
  font-size: 1.2rem;
  font-weight: 600;
}
.btn.btn-transparent {
  background-color: transparent !important;
  border-color: transparent !important;
}
.btn.btn-link {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent !important;
  border-color: transparent !important;
  text-decoration: none;
  color: #339AF0;
}
.btn.btn-upper {
  text-transform: uppercase;
}
.btn.btn-icon {
  padding: 4px 6px;
}
.btn .spinner {
  display: flex;
  justify-content: center;
  flex: 1;
  padding: 0;
  font-size: 1.9rem;
}
.btn.btn-rounded {
  border-radius: 50px;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn-social {
  padding: 14px;
  font-size: 1.4rem;
  color: #FFFFFF;
  border-radius: 10px;
}
.btn-social:hover,
.btn-social:focus {
  text-decoration: none;
  color: #FFFFFF;
}
.btn-facebook {
  background-color: #3D518F;
}
.btn-linkedin {
  color: #FFFFFF;
  background-color: #0274B3;
}
.btn-linkedin:hover,
.btn-linkedin:focus {
  color: #FFFFFF;
  background-color: #0274B3;
}
.btn-google {
  border: 1px solid #979797;
  background-color: #FFFFFF;
  color: #343A40;
}
.btn-google i {
  color: #d34836;
}
.btn-google:hover,
.btn-google:focus {
  color: #343A40;
  background-color: #FFFFFF;
}
.btn-apple {
  border: 1px solid #979797;
  background-color: #FFFFFF;
  color: #343A40;
}
.btn-apple i {
  color: black;
}
.btn-apple:hover,
.btn-apple:focus {
  color: #343A40;
  background-color: #FFFFFF;
}
.autocomplete2 {
  width: inherit;
}
.autocomplete2 input {
  border: 0 !important;
  flex: 1;
}
.autocomplete2 .form-control {
  display: flex;
  align-items: center;
}
.autocomplete2 .icon {
  color: #23c7c0;
}
.autocomplete2 .autocomplete-list {
  max-height: 196px;
  overflow: auto;
  list-style-type: none;
  background-color: white;
  padding: 0;
  margin: 0;
  position: absolute;
  width: inherit;
  z-index: 1;
  margin-top: -15px;
  border: 1px solid rgba(151, 151, 151, 0.15);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 1.2rem;
  font-weight: 500;
}
.autocomplete2 .autocomplete-list li + li {
  border-top: 1px solid rgba(151, 151, 151, 0.15);
}
.autocomplete2 .autocomplete-list li.active {
  background-color: #F1F1F1;
}
.autocomplete2 .autocomplete-list a {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.3rem;
  padding: 10px;
  color: #454545;
}
.autocomplete2 .autocomplete-list a:hover {
  background-color: #F1F1F1;
}
.autocomplete2 .autocomplete-list a img {
  width: 20px;
  height: 20px;
}
.autocomplete2 .powered-by-google {
  height: 10px;
  float: right;
  margin: 5px 10px 0;
}
.autocomplete2.autocomplete-relative {
  position: relative;
}
.autocomplete2.autocomplete-relative .autocomplete-list {
  left: 0;
  right: 0;
}
.autocomplete2.google .form-group {
  margin-bottom: 0;
}
.autocomplete2.error .form-control {
  border-color: #FA5252;
}
.autocomplete2.focus .form-control {
  border-color: #339AF0;
}
.scroll-lock,
.scroll-lock body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.form-input-hidden {
  border: 0;
  background-color: transparent;
}
.input-group-search span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-right: 0;
  padding: 6px 0 6px 12px;
  background-color: #FFFFFF;
  color: #B0B0B0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #F1F3F5;
}
.input-group-search .form-control {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #FFFFFF;
  border-color: #F1F3F5;
}
.input-group-search .form-control:focus,
.input-group-search .form-control:active {
  border: 1px solid #F1F3F5;
  border-left: 0;
}
.input-group-search.input-group-search-inverse span {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 0;
  background-color: rgba(255, 255, 255, 0.06);
  color: #FFFFFF;
}
.input-group-search.input-group-search-inverse .form-control {
  background-color: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
  border-left: 0;
}
.input-group-search.input-group-search-inverse .form-control::-webkit-input-placeholder {
  color: #FFFFFF;
}
.input-group-search.input-group-search-inverse .form-control::-moz-placeholder {
  color: #FFFFFF;
}
.input-group-search.input-group-search-inverse .form-control:-ms-input-placeholder {
  color: #FFFFFF;
}
.input-group-search.input-group-search-inverse .form-control:-moz-placeholder {
  color: #FFFFFF;
}
.input-group-search.input-group-search-inverse .form-control::placeholder {
  color: #FFFFFF;
}
.input-group-search.input-group-search-inverse .form-control:focus,
.input-group-search.input-group-search-inverse .form-control:active {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 0;
}
.btn-checkbox {
  cursor: pointer;
  color: rgba(51, 51, 51, 0.8);
  font-size: 1.2rem;
  padding: 10px 0;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.btn-checkbox .img-checkbox {
  background: url('../img/icon/checkbox_off.png') no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  padding: 8px;
  vertical-align: text-bottom;
}
.btn-checkbox .img-checkbox.active {
  background: url('../img/icon/checkbox_on.png') no-repeat;
  background-size: contain;
}
.btn-checkbox.active .img-checkbox {
  background: url('../img/icon/checkbox_on.png') no-repeat;
  background-size: contain;
}
.btn-checkbox > span + .img-checkbox {
  margin-left: 8px;
}
.btn-checkbox > .img-checkbox + span {
  margin-left: 8px;
}
.btn-checkbox.btn-flex {
  display: flex;
}
.video-js .vjs-big-play-button {
  left: calc(50% - 45px) !important;
  top: calc(50% - 22px) !important;
}
.video-js .vjs-poster {
  background-size: cover;
  background-color: #F8F9FA;
}
.cropper-container .cropper-line {
  background-color: #339AF0;
}
.cropper-container .cropper-view-box {
  outline: 2px solid #339AF0;
}
.cropper-container .cropper-center {
  opacity: 0;
}
.cropper-container .cropper-point {
  opacity: 1;
  background-color: #339AF0;
}
.cropper-wrapper-circle .cropper-view-box,
.cropper-wrapper-circle .cropper-face {
  border-radius: 50%;
}
.cropper-wrapper-square .cropper-view-box,
.cropper-wrapper-square .cropper-face {
  border-radius: 11px;
}
.image-select {
  direction: ltr;
}
.image-select .image-select-list {
  vertical-align: middle;
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.image-select .image-select-list li {
  display: inline-block;
}
.image-select .image-select-list li .image-link {
  display: block;
  margin: 0 5px;
  position: relative;
}
.image-select .image-select-list li .image-link img {
  border-radius: 10px;
}
.image-select .image-select-list li .image-link .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  display: none;
}
.image-select .image-select-list li .image-link .overlay span {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  background-color: #20C997;
  padding: 0px 4px;
  text-align: center;
}
.image-select .image-select-list li .image-link .overlay [class^="fa"] {
  color: #FFFFFF;
  margin-top: 3px;
  margin-left: -1px;
}
.image-select .image-select-list li .image-link .author-overlay {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: white;
  font-size: 1rem;
  text-shadow: 0px 1px 5px black;
}
.image-select .image-select-list li .image-link .author-overlay a {
  text-decoration: underline;
  color: white;
}
.image-select .image-select-list li .image-link.active .overlay {
  display: block;
}
.image-select .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #343A40;
}
.dropdown {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.dropdown .btn-dropdown {
  font-size: 1.3rem;
  background-color: #FFFFFF;
  border: 1px solid #F1F3F5;
  color: #454545;
  padding: 8px;
  position: relative;
  text-align: left;
  border-radius: 3px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.03);
}
.dropdown .btn-dropdown .caret {
  position: absolute;
  top: 16px;
  right: 18px;
}
.dropdown .btn-dropdown:hover,
.dropdown .btn-dropdown:focus {
  color: #454545;
}
.dropdown.dropdown-stretch .btn-dropdown,
.dropdown.dropdown-stretch .dropdown-menu {
  width: 100%;
}
.dropdown.dropdown-clear .dropdown-toggle {
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
.dropdown.dropdown-clear .dropdown-toggle:hover,
.dropdown.dropdown-clear .dropdown-toggle:focus {
  color: #454545;
}
.dropdown.dropdown-checkbox .dropdown-menu > li > a {
  color: rgba(69, 69, 69, 0.8);
}
.dropdown.dropdown-checkbox .dropdown-menu > li > a:hover {
  background: transparent;
}
.dropdown.open.dropdown-replace .dropdown-menu {
  margin-top: -36px;
}
.dropdown.open.dropdown-replace .btn-dropdown {
  opacity: 0;
}
.dropdown.dropdown-center .dropdown-menu {
  left: 0;
  right: 0;
  margin: 10px auto 0 auto;
}
.dropdown .dropdown-menu {
  padding: 0;
  margin-top: 0;
  position: absolute;
  border-radius: 3px;
  border: 1px solid #F1F3F5;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.03);
}
.dropdown .dropdown-menu > li > a {
  cursor: pointer;
  font-size: 1.3rem;
  padding: 10px;
  color: #454545;
}
.dropdown .dropdown-menu > li > a:hover {
  background-color: #F1F1F1;
}
.dropdown .dropdown-menu > li:first-child a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.dropdown .dropdown-menu > li:last-child a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.dropdown .dropdown-menu > li:hover {
  background-color: #F1F1F1;
}
.dropdown .dropdown-menu .divider {
  background-color: #F1F3F5;
}
.dropdown .dropdown-menu .form-group {
  margin-bottom: 0;
  padding: 10px;
}
.dropdown .dropdown-menu .form-control {
  height: 33px;
}
.dropdown.dropdown-xs .btn-dropdown {
  width: 160px;
}
.dropdown.dropdown-xs .dropdown-menu {
  max-width: 160px;
}
.dropdown.dropdown-md .btn-dropdown {
  width: 100%;
}
.dropdown.dropdown-md .dropdown-menu {
  width: 428px;
  max-width: 428px;
  max-height: 445px;
  overflow: scroll;
}
.dropdown.dropdown-xl .btn-dropdown {
  width: 100%;
}
.dropdown.dropdown-xl .dropdown-menu {
  width: 100%;
  max-width: 1200px;
  max-height: 445px;
  overflow: scroll;
}
.dropdown.dropdown-icon img {
  height: 50px;
  width: 50px;
  margin-right: 10px;
}
.dropdown.dropdown-search .dropdown-menu > li {
  border-bottom-color: transparent;
}
.dropdown.dropdown-search .dropdown-menu > li:first-child {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.dropdown.dropdown-search a {
  display: flex;
  align-items: center;
}
.dropdown.dropdown-search a img {
  width: 20px;
  height: 20px;
}
.d-flex {
  display: flex;
}
.d-flex.d-ai-center {
  align-items: center;
}
.d-flex.d-ai-end {
  align-items: flex-end;
}
.d-flex-center {
  display: flex;
  align-items: center;
}
.d-flex-center-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.d-flex-column {
  display: flex;
  flex-direction: column;
}
.d-flex-column-2 {
  display: flex;
  flex-wrap: wrap;
}
.d-flex-column-2 > * {
  flex: 50%;
}
.d-flex-ai-center {
  display: flex;
  align-items: center;
}
.d-as-center {
  align-self: center;
}
.d-jc-center {
  justify-content: center;
}
.d-jc-between {
  justify-content: space-between;
}
.d-jc-end {
  justify-content: flex-end;
}
.d-flex-inline {
  display: inline-flex;
}
.d-block {
  display: block !important;
}
.d-inline {
  display: inline-block;
}
.d-flex-1 {
  flex: 1;
}
.d-flex-2 {
  flex: 2;
}
.o-hidden {
  overflow: hidden;
}
.row-flex {
  display: flex;
  align-items: center;
}
.container {
  max-width: 1200px;
}
.nowrap {
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.text-ellipsis-block {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.alert-messages {
  position: fixed;
  left: 30%;
  z-index: 1040;
  top: 4px;
  width: 40%;
  margin: 0 auto;
}
.alert {
  color: #FFFFFF;
  border-radius: 3px;
}
.alert [data-notify="icon"] {
  padding-right: 10px;
}
.alert i,
.alert .close {
  color: #FFFFFF;
}
.alert .close {
  opacity: 1;
  padding-left: 10px;
}
.alert.alert-warning {
  background-color: #FF9800;
  border-color: #FF9800;
}
.alert.alert-warning [data-notify="icon"] i::before {
  content: '\f06a';
}
.alert.alert-danger {
  background-color: #FF6F6F;
  border-color: #FF6F6F;
}
.alert.alert-danger [data-notify="icon"] i::before {
  content: '\f057';
}
.alert.alert-success {
  background-color: #20C997;
  border-color: #20C997;
}
.alert.alert-success [data-notify="icon"] i::before {
  content: '\f058';
}
.toggle .title {
  display: block;
  margin-bottom: 10px;
}
.toggle .title,
.toggle .text {
  color: #343A40;
  font-family: Nunito, Roboto, SFNSDisplay-Regular, Helvetica, Arial;
  font-size: 1.4rem;
  line-height: 140%;
}
.toggle .switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 20px;
  margin: 0;
}
.toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}
.toggle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ADB5BD;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 14px;
}
.toggle .slider:before {
  position: absolute;
  border-radius: 50%;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 3px;
  background-color: #FFFFFF;
  -webkit-transition: .2s;
  transition: .2s;
}
.toggle .control {
  display: flex;
  align-items: center;
}
.toggle.active .text {
  color: #20C997;
}
.toggle.toggle-success input:checked + .slider {
  background-color: #20C997;
}
.toggle.toggle-success input:focus + .slider {
  box-shadow: 0 0 1px #20C997;
}
.toggle.toggle-info input:checked + .slider {
  background-color: #339AF0;
}
.toggle.toggle-info input:focus + .slider {
  box-shadow: 0 0 1px #339AF0;
}
.error-view {
  padding: 64px 0;
  max-width: 780px;
  margin: 0 auto;
}
.error-view h1,
.error-view h2,
.error-view h3 {
  margin: 0 auto 25px auto;
  padding: 0;
  color: #454545;
}
.error-view h1 {
  font-size: 3.6rem;
  font-weight: bold;
}
.error-view h2 {
  font-size: 1.5rem;
  line-height: 20px;
  max-width: 515px;
  font-weight: normal;
}
.error-view h3 {
  color: #B0B0B0;
  font-size: 1.5rem;
  line-height: 20px;
  font-weight: normal;
}
.error-view .btn {
  margin-bottom: 40px;
  padding: 12px 50px;
}
.text-bold {
  font-weight: bold;
}
.text-normal {
  font-weight: 400;
}
.text-upper {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.underline {
  text-decoration: underline;
}
.font-secondary {
  font-family: Nunito, Roboto, SFNSDisplay-Regular, Helvetica, Arial;
}
.badge {
  font-family: Nunito, Roboto, SFNSDisplay-Regular, Helvetica, Arial;
}
.badge.badge-success {
  background-color: #20C997;
  color: #FFFFFF;
}
.badge.badge-success-light {
  background-color: #E6FCF5;
  color: #20C997;
}
.badge.badge-danger-light {
  background-color: #FF6F6F;
  color: #FFFFFF;
}
.badge.badge-danger {
  background-color: #FA5252;
  color: #FFFFFF;
}
.badge.badge-info {
  background-color: #339AF0;
  color: #FFFFFF;
}
.badge.badge-warning {
  background-color: #FF9800;
  color: #FFFFFF;
}
.badge.badge-lg {
  padding: 6px 10px;
  font-size: 1.4rem;
  border-radius: 50px;
}
label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: Nunito, Roboto, SFNSDisplay-Regular, Helvetica, Arial;
  font-size: 1.4rem;
  line-height: 140%;
}
label.error {
  color: #FA5252;
}
.input-group-addon {
  border: 1px solid #F1F3F5;
  background-color: #FFFFFF;
  color: #339AF0;
}
.tooltip {
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tooltip .tooltip-inner {
  padding: 5px 8px;
  border-radius: 3px;
}
::-webkit-input-placeholder {
  color: #B0B0B0;
}
::-moz-placeholder {
  color: #B0B0B0;
}
:-ms-input-placeholder {
  color: #B0B0B0;
}
:-moz-placeholder {
  color: #B0B0B0;
}
::placeholder {
  color: #B0B0B0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: all 5000s ease-in-out 0s;
}
.multiinput-container {
  background: #FFFFFF;
  border: 2px solid #F1F3F5;
  border-radius: 3px;
  color: #343A40;
  font-size: 1.2rem;
  box-shadow: none;
  padding: 0px 8px;
  cursor: text;
  width: 100%;
  min-height: 30px;
  overflow: auto;
}
.multiinput-container input {
  font-size: 1.4rem;
  line-height: 140%;
  border: 0;
  background-color: transparent;
  padding: 10px;
  width: 150px;
  float: left;
  margin-bottom: 1px;
  outline: none;
  display: inline-block;
}
.multiinput-container ul {
  float: left;
  list-style-type: none;
  margin-bottom: 0;
  display: inline-block;
  padding: 2px 0;
}
.multiinput-container li.multiinput-email {
  font-size: 1.4rem;
  float: left;
  margin-right: 2px;
  margin-bottom: 1px;
  border: 0;
  padding: 8px 12px;
  border-radius: 50px;
  background: #339AF0;
  color: #FFFFFF;
}
.multiinput-container .multiinput-close {
  text-align: right;
  width: 16px;
  height: 16px;
  display: block;
  float: right;
  margin: 0 3px;
  color: #FFFFFF;
}
.modal-header {
  font-weight: bold;
  font-size: 1.4rem;
  position: relative;
}
.modal {
  z-index: 9997;
}
.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: table;
}
.modal-mask.modal-top .modal-container {
  top: 64px;
  bottom: 64px;
  left: 0;
  right: 0;
  -webkit-transform: none;
  transform: none;
  margin: 0 auto;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.modal-container {
  width: 80%;
  max-width: 1000px;
  min-width: 320px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 0 1px 0;
  background-color: #FFFFFF;
  overflow-y: auto;
  max-height: 100%;
  border-radius: 3px;
}
.modal-container .modal-header {
  border-bottom: 0;
}
.modal-container .modal-header.modal-header-border {
  border-bottom: 2px solid #F1F3F5;
  margin-bottom: 10px;
}
.modal-container .modal-body {
  padding: 0;
}
.modal-container .modal-padded {
  padding: 0 15px 15px 15px;
}
.modal-container h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.modal-container p {
  margin: 0 30px 30px 30px;
  text-align: center;
}
.modal-container .modal-menu,
.modal-container p {
  font-size: 1.2rem;
  color: #343A40;
}
.modal-notifications > div {
  padding-bottom: 50px;
}
.modal-avatar .image-upload {
  display: inline-block;
  max-width: 200px;
  padding: 0;
}
.modal-avatar .image-upload .btn {
  margin-top: 20px;
}
.form-group .form-control {
  padding: 0;
  display: flex;
  align-items: center;
  font-family: Nunito, Roboto, SFNSDisplay-Regular, Helvetica, Arial;
  border-radius: 3px;
  border: 2px solid #F1F3F5;
  height: initial;
  box-shadow: none;
  background-image: none;
}
.form-group .form-control:focus,
.form-group .form-control.focus {
  border-color: #339AF0;
}
.form-group .form-control[disabled] {
  background-color: #F1F3F5;
}
.form-group .form-control input,
.form-group .form-control textarea,
.form-group .form-control select {
  font-size: 1.4rem;
  line-height: 140%;
  border: 0;
  background-color: transparent;
  flex: 1;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  box-shadow: none;
  background-image: none;
}
.form-group .form-control input[disabled],
.form-group .form-control textarea[disabled],
.form-group .form-control select[disabled],
.form-group .form-control input[readonly],
.form-group .form-control textarea[readonly],
.form-group .form-control select[readonly] {
  background-color: #F1F3F5;
}
.form-group .form-control select {
  height: 39px;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}
.form-group .form-control select[disabled],
.form-group .form-control select[readonly] {
  background-color: #F1F3F5;
}
.form-group .form-control i {
  font-size: 2rem;
  color: #ADB5BD;
}
.form-group .counter {
  font-size: 1.2rem;
  line-height: 140%;
  color: #868E96;
}
.form-group .counter.over {
  color: #FA5252;
}
.form-group .error {
  margin-top: 5px;
  display: none;
}
.form-group .clear {
  line-height: 12px;
}
.form-group.form-group-sm .form-control input {
  padding: 5px 10px;
}
.form-group.form-group-sm .form-control i {
  font-size: 1.5rem;
}
.form-group.form-group-sm.form-group-select .form-control select {
  height: 30px;
  padding: 5px;
}
.form-group.form-group-sm.form-group-select .form-control .carets {
  top: 8px;
}
.form-group.form-group-lg .form-control input {
  padding: 15px;
}
.form-group.form-group-lg .form-control i {
  font-size: 1.5rem;
}
.form-group.form-group-error .form-control {
  border-color: #FA5252;
}
.form-group.form-group-error .error {
  color: #FA5252;
  display: block;
  font-size: 1.3rem;
}
.form-group.form-group-rounded .form-control {
  border-radius: 50px;
}
.form-group.form-group-select .form-control {
  position: relative;
}
.form-group.form-group-select .form-control .carets {
  position: absolute;
  top: 12px;
}
.form-group.form-group-select .form-control .carets i {
  padding: 0;
  font-size: 1.5rem;
}
.form-group .label-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.form-group .label-group .optional {
  color: #ADB5BD;
}
.form-group .label-group a {
  font-size: 1.4rem;
  line-height: 140%;
  color: #339AF0;
}
.form-group .label-group .tooltip {
  white-space: normal;
}
.form-group .label-group label {
  margin-bottom: 0;
}
.text-bold {
  font-weight: bold;
}
.vertical-align-middle {
  vertical-align: middle;
}
.modal-close {
  position: absolute;
  float: right;
  right: 15px;
  top: 15px;
  border: 0;
  background-color: transparent;
  font-size: 1.3rem;
  color: #ACACAC;
}
.image-upload {
  margin-bottom: 30px;
}
.image-upload .preview {
  max-width: 100%;
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
  border-radius: 50%;
}
.image-upload .text-preview {
  height: 100px;
  width: 100%;
  border-radius: 11px;
  border: 1px dashed #979797;
}
.image-upload .text-preview span {
  color: #979797;
  text-align: center;
  line-height: 10rem;
  letter-spacing: 3px;
  font-size: 1.2rem;
  display: block;
  text-transform: uppercase;
}
.image-upload.image-upload-square .preview,
.image-upload.image-upload-rectangle .preview {
  border-radius: 11px;
}
.image-upload.active .text-preview {
  display: none;
}
.modal-users .empty {
  text-align: center;
  padding: 10px 0;
}
.modal-users .modal-user {
  display: flex;
  padding: 10px 15px;
  background-color: #FFFFFF;
  color: #343A40;
  align-items: center;
  word-break: break-word;
}
.modal-users .modal-user .avatar {
  padding-right: 15px;
  position: relative;
}
.modal-users .modal-user .avatar img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.modal-users .modal-user .avatar svg {
  position: absolute;
  bottom: 0;
  right: 10px;
}
.modal-users .modal-user .title {
  font-weight: bold;
  font-size: 1.4rem;
}
.modal-users .modal-user .location,
.modal-users .modal-user .position {
  color: #B2B2B2;
  font-size: 1.2rem;
}
.modal-users .modal-user + .modal-user {
  border-top: 1px solid #F1F3F5;
}
.modal-channel-experts .modal-header {
  padding: 16px;
}
.modal-channel-experts .modal-header .modal-close i {
  color: #333333;
  line-height: 22px;
}
.modal-channel-experts .modal-body {
  padding: 0 16px 45px 16px;
}
.modal-channel-experts h4 {
  font-size: 1.6rem;
  line-height: 22px;
}
.modal-channel-experts .modal-channel-expert {
  display: flex;
  padding: 16px 8px 16px 0;
  background-color: #FFFFFF;
  color: #343A40;
  align-items: center;
  word-break: break-word;
  border-bottom: 1px solid #DEE2E6;
}
.modal-channel-experts .modal-channel-expert:first-child {
  border-top: 1px solid #DEE2E6;
}
.modal-channel-experts .modal-channel-expert .avatar {
  position: relative;
}
.modal-channel-experts .modal-channel-expert .avatar img {
  width: 62px;
  height: 62px;
  border: 1px solid #E4F0F9;
  border-radius: 50%;
}
.modal-channel-experts .modal-channel-expert .title {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 20px;
  color: #339AF0;
  margin-bottom: 2px;
}
.modal-channel-experts .modal-channel-expert .location,
.modal-channel-experts .modal-channel-expert .position {
  color: #868E96;
  font-size: 1.2rem;
  line-height: 17px;
}
.modal-channel-experts .modal-channel-expert .location span,
.modal-channel-experts .modal-channel-expert .position span {
  font-weight: bold;
  color: #212529;
}
.modal-channel-experts .modal-channel-expert .remove-expert {
  border-radius: 50%;
  background-color: #E4F0F9;
  width: 40px;
  height: 40px;
  text-align: center;
}
.modal-channel-experts .modal-channel-expert .remove-expert i {
  color: #333333;
  font-size: 18px;
  line-height: 40px;
}
.modal-confirmation .modal-body {
  padding: 0 30px 30px;
}
.modal-confirmation .modal-body h1 {
  font-size: 1.8rem;
  line-height: 120%;
}
.modal-confirmation .modal-body h1 i {
  font-size: 2.2rem;
}
.modal-confirmation .modal-body h1.color-success {
  color: #20C997;
}
.modal-confirmation .modal-body h1.color-danger {
  color: #FA5252;
}
.modal-confirmation .modal-body p {
  font-size: 1.4rem;
  line-height: 140%;
  margin: 0 0 30px;
}
.modal-confirmation .modal-body .btn.btn-sm {
  font-size: 1.4rem;
}
.modal-job-application .modal-header {
  padding: 25px;
  background-color: #F8F9FA;
  border-bottom: 2px solid #F1F3F5;
}
.modal-job-application .modal-header img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
}
.modal-job-application .modal-header h4 {
  display: inline-block;
  color: #868E96;
  vertical-align: middle;
}
.modal-job-application .modal-header h4 br {
  display: none;
}
.modal-job-application .modal-header h4 span {
  color: #343A40;
}
.modal-job-application .modal-body {
  padding: 15px 25px;
}
.modal-job-application-detail .modal-header {
  padding: 25px 0;
}
.modal-job-application-detail .modal-header > div {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.modal-job-application-detail .modal-header > div img {
  width: 20px;
  height: auto;
}
.modal-job-application-detail .modal-header > div h4 {
  color: #868E96;
  vertical-align: middle;
}
.modal-job-application-detail .modal-header > div h4 br {
  display: none;
}
.modal-job-application-detail .modal-header > div h4 span {
  color: #343A40;
}
.modal-job-application-detail .modal-body {
  padding: 0 25px 25px;
}
.modal-job-application-detail .modal-body .applicant-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 2px solid #F1F3F5;
}
.modal-job-application-detail .modal-body .applicant-card .avatar img {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.modal-job-application-detail .modal-body .question {
  font-weight: 400;
  font-family: Nunito, Roboto, SFNSDisplay-Regular, Helvetica, Arial;
}
.modal-job-application-detail .modal-body .question span:first-child {
  color: #5D646B;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 3px;
}
.modal-job-application-detail .modal-body .question span:last-child {
  color: #868E96;
  display: block;
  font-size: 1.3rem;
}
.modal-job-application-detail .modal-body .question + .question {
  margin-top: 5px;
}
.modal-job-application-detail .modal-body .application-message {
  white-space: pre-line;
  color: #868E96;
  height: 242px;
  overflow-y: auto;
  font-size: 1.4rem;
  font-family: Nunito, Roboto, SFNSDisplay-Regular, Helvetica, Arial;
}
.modal-job-application-detail .modal-body .application-files a {
  display: flex;
  align-items: center;
  padding: 5px 10px;
}
.modal-job-application-detail .modal-body h4 {
  margin-bottom: 15px;
}
.modal-quick-message .quick-message-heading {
  padding: 2rem 2rem;
  background-color: #F8F9FA;
}
.modal-quick-message .quick-message-body {
  margin: 2rem 2rem 3rem;
}
.rtl {
  direction: rtl !important;
}
.ltr {
  direction: ltr !important;
}
.text-wrap {
  width: 100%;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  word-break: break-word;
}
.text-wrap-2 {
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-wrap-3 {
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 6rem;
  word-break: break-word;
}
.text-wrap-4 {
  word-break: break-word;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 8rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 5px;
}
.mb-2 {
  margin-bottom: 10px;
}
.mb-3 {
  margin-bottom: 15px;
}
.mb-4 {
  margin-bottom: 20px;
}
.mb-5 {
  margin-bottom: 25px;
}
.mb-6 {
  margin-bottom: 30px;
}
.mb-7 {
  margin-bottom: 35px;
}
.mb-8 {
  margin-bottom: 40px;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 5px;
}
.mt-2 {
  margin-top: 10px;
}
.mt-3 {
  margin-top: 15px;
}
.mt-4 {
  margin-top: 20px;
}
.mt-5 {
  margin-top: 25px;
}
.mt-6 {
  margin-top: 30px;
}
.mt-7 {
  margin-top: 35px;
}
.mt-8 {
  margin-top: 40px;
}
.mt-9 {
  margin-top: 45px;
}
.mt-10 {
  margin-top: 50px;
}
.mr-auto {
  margin-right: auto;
}
.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 5px;
}
.mr-2 {
  margin-right: 10px;
}
.mr-3 {
  margin-right: 15px;
}
.mr-4 {
  margin-right: 20px;
}
.mr-5 {
  margin-right: 25px;
}
.mr-6 {
  margin-right: 30px;
}
.mr-7 {
  margin-right: 35px;
}
.mr-8 {
  margin-right: 40px;
}
.ml-auto {
  margin-left: auto;
}
.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 5px;
}
.ml-2 {
  margin-left: 10px;
}
.ml-3 {
  margin-left: 15px;
}
.ml-4 {
  margin-left: 20px;
}
.ml-5 {
  margin-left: 25px;
}
.ml-6 {
  margin-left: 30px;
}
.ml-7 {
  margin-left: 35px;
}
.ml-8 {
  margin-left: 40px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.mx-1 {
  margin-left: 5px;
  margin-right: 5px;
}
.mx-2 {
  margin-left: 10px;
  margin-right: 10px;
}
.mx-3 {
  margin-left: 15px;
  margin-right: 15px;
}
.mx-4 {
  margin-left: 20px;
  margin-right: 20px;
}
.mx-5 {
  margin-left: 25px;
  margin-right: 25px;
}
.mx-6 {
  margin-left: 30px;
  margin-right: 30px;
}
.mx-7 {
  margin-left: 35px;
  margin-right: 35px;
}
.mx-8 {
  margin-left: 40px;
  margin-right: 40px;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.my-1 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-3 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-4 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-5 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.my-6 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-7 {
  margin-top: 35px;
  margin-bottom: 35px;
}
.my-8 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-1 {
  padding-left: 5px;
  padding-right: 5px;
}
.px-2 {
  padding-left: 10px;
  padding-right: 10px;
}
.px-3 {
  padding-left: 15px;
  padding-right: 15px;
}
.px-4 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-5 {
  padding-left: 25px;
  padding-right: 25px;
}
.px-6 {
  padding-left: 30px;
  padding-right: 30px;
}
.px-7 {
  padding-left: 35px;
  padding-right: 35px;
}
.px-8 {
  padding-left: 40px;
  padding-right: 40px;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-1 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-3 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-5 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-6 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-7 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.py-8 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pl-0 {
  padding-left: 0;
}
.pl-1 {
  padding-left: 5px;
}
.pl-2 {
  padding-left: 10px;
}
.pl-3 {
  padding-left: 15px;
}
.pl-4 {
  padding-left: 20px;
}
.pl-5 {
  padding-left: 25px;
}
.pl-6 {
  padding-left: 30px;
}
.pl-7 {
  padding-left: 35px;
}
.pl-8 {
  padding-left: 40px;
}
.pr-0 {
  padding-right: 0;
}
.pr-1 {
  padding-right: 5px;
}
.pr-2 {
  padding-right: 10px;
}
.pr-3 {
  padding-right: 15px;
}
.pr-4 {
  padding-right: 20px;
}
.pr-5 {
  padding-right: 25px;
}
.pr-6 {
  padding-right: 30px;
}
.pr-7 {
  padding-right: 35px;
}
.pr-8 {
  padding-right: 40px;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 5px;
}
.pb-2 {
  padding-bottom: 10px;
}
.pb-3 {
  padding-bottom: 15px;
}
.pb-4 {
  padding-bottom: 20px;
}
.pb-5 {
  padding-bottom: 25px;
}
.pb-6 {
  padding-bottom: 30px;
}
.pb-7 {
  padding-bottom: 35px;
}
.pb-8 {
  padding-bottom: 40px;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 5px;
}
.pt-2 {
  padding-top: 10px;
}
.pt-3 {
  padding-top: 15px;
}
.pt-4 {
  padding-top: 20px;
}
.pt-5 {
  padding-top: 25px;
}
.pt-6 {
  padding-top: 30px;
}
.pt-7 {
  padding-top: 35px;
}
.pt-8 {
  padding-top: 40px;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 5px;
}
.p-2 {
  padding: 10px;
}
.p-3 {
  padding: 15px;
}
.p-4 {
  padding: 20px;
}
.m-0 {
  margin: 0;
}
.text-xs {
  font-size: 1rem;
}
.text-sm {
  font-size: 1.2rem;
}
.text-base {
  font-size: 1.4rem;
}
.text-lg {
  font-size: 1.6rem;
}
.text-xl {
  font-size: 1.8rem;
}
.text-xxl {
  font-size: 2.4rem;
}
.opacity-0 {
  opacity: 0;
}
.right-0 {
  right: 0;
}
.right-1 {
  right: 5px;
}
.right-2 {
  right: 10px;
}
.right-3 {
  right: 15px;
}
.right-4 {
  right: 20px;
}
.left-0 {
  left: 0;
}
.left-1 {
  left: 5px;
}
.left-2 {
  left: 10px;
}
.left-3 {
  left: 15px;
}
.left-4 {
  left: 20px;
}
.full-width {
  width: 100% !important;
}
.underline {
  text-decoration: underline;
}
@media only screen and (min-width: 991px) {
  .visible-sm-flex {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .horizontal-sm {
    overflow-y: auto;
    white-space: nowrap;
  }
  .d-block-sm {
    display: block !important;
  }
  .ml-0-sm {
    margin-left: 0;
  }
  .mr-0-sm {
    margin-right: 0;
  }
  .mb-0-sm {
    margin-bottom: 0;
  }
  .mb-1-sm {
    margin-bottom: 5px;
  }
  .mb-2-sm {
    margin-bottom: 10px;
  }
  .mb-3-sm {
    margin-bottom: 15px;
  }
  .mb-4-sm {
    margin-bottom: 20px;
  }
  .mb-5-sm {
    margin-bottom: 25px;
  }
  .mb-6-sm {
    margin-bottom: 30px;
  }
  .mb-7-sm {
    margin-bottom: 35px;
  }
  .mb-8-sm {
    margin-bottom: 40px;
  }
  .mb-9-sm {
    margin-bottom: 45px;
  }
  .mb-10-sm {
    margin-bottom: 50px;
  }
  .mx-0-sm {
    margin-left: 0;
    margin-right: 0;
  }
  .mx-1-sm {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mx-2-sm {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mx-3-sm {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mx-4-sm {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mx-5-sm {
    margin-left: 25px;
    margin-right: 25px;
  }
  .mx-6-sm {
    margin-left: 30px;
    margin-right: 30px;
  }
  .mx-7-sm {
    margin-left: 35px;
    margin-right: 35px;
  }
  .mx-8-sm {
    margin-left: 40px;
    margin-right: 40px;
  }
  .py-0-sm {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-1-sm {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .py-2-sm {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .py-3-sm {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .py-4-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .py-5-sm {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .py-6-sm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py-7-sm {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .py-8-sm {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .right-0-sm {
    right: 0;
  }
  .right-1-sm {
    right: 5px;
  }
  .right-2-sm {
    right: 10px;
  }
  .right-3-sm {
    right: 15px;
  }
  .right-4-sm {
    right: 20px;
  }
  .visible-sm-flex {
    display: flex !important;
  }
  .error-view {
    padding: 19px 0;
  }
  .error-view h1,
  .error-view h2,
  .error-view h3 {
    margin: 0 auto 15px auto;
  }
  .error-view h1 {
    font-size: 2rem;
  }
  .error-view h2 {
    font-size: 1.2rem;
    line-height: 14px;
  }
  .error-view h3 {
    font-size: 1.2rem;
    line-height: 14px;
  }
  .modal-mask .modal-container {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    -webkit-transform: none;
    transform: none;
    margin: 0 auto;
  }
  .modal-mask.modal-top .modal-container {
    top: 64px;
    bottom: 64px;
  }
  body.modal-open .modal-body {
    max-height: calc(100vh - 64px) !important;
    padding-bottom: 100px;
    overflow: auto;
  }
  .btn.btn-block-sm {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .visible-xs-inline-block {
    display: none !important;
  }
  .image-upload {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .d-flex-center-xs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: none !important;
  }
  .d-flex-center-xs > * {
    flex: 1;
  }
  .visible-xs {
    display: block !important;
  }
  .d-flex-col-xs {
    flex-direction: column;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .alert-messages {
    left: 0;
    width: 100%;
  }
  .footer-wrapper {
    height: 170px;
    line-height: 5.5rem;
  }
  .footer-wrapper .list-links a {
    padding: 0 8px;
  }
  .master-container {
    padding-bottom: 170px;
  }
  .top-md-xs {
    margin-top: 16px;
  }
  .margin-none-xs {
    margin: 0 !important;
  }
  .text-center-xs {
    text-align: center !important;
  }
  .row-block-xs {
    display: block;
  }
  .row-padded-xs {
    padding-left: 15px;
    padding-right: 15px;
  }
  .modal-mask .modal-container {
    width: auto !important;
    max-width: 100%;
    min-width: 100%;
    border-radius: 0;
  }
  .modal-mask .modal-container p {
    margin-left: 15px;
    margin-right: 15px;
  }
  .modal-mask .modal-container h1 {
    padding: 0 30px;
  }
  .modal-job-application .modal-header {
    padding: 20px;
  }
  .modal-job-application .modal-header img {
    width: 50px;
    height: 50px;
  }
  .modal-job-application .modal-header h4 br {
    display: block;
  }
  .modal-job-application .modal-body {
    padding: 15px 20px;
  }
  .modal-job-application-detail .modal-header .dropdown-dvlt {
    display: none;
  }
  .modal-job-application-detail .modal-body .application-message {
    height: auto;
    overflow: unset;
  }
}
