@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700&display=swap";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap";
html {
  font-size: 16px; }
  @media (min-width: 992px) {
    html {
      font-size: 18px; } }

body {
  color: #333333;
  font-family: "Roboto", "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  background-color: rgba(176, 176, 176, 0.1);
  -webkit-overflow-scrolling: touch;
  /* ios5+ */ }

a {
  color: #2CB5E2; }
  a:hover {
    color: #2CB5E2; }

button:focus {
  outline: 0; }

hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-top: 1px solid #d7d7d7; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #B0B0B0 !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #B0B0B0 !important; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #B0B0B0 !important; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #B0B0B0 !important; }

.container {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px; }

.feather {
  position: relative;
  top: -1px; }

.text-primary {
  color: #2CB5E2 !important; }

.text-body {
  color: #333333 !important; }

.text-muted {
  color: #B0B0B0 !important; }

.text-sm {
  font-size: 0.9375rem; }

.alert {
  margin-bottom: 1.5rem;
  border: 0;
  border-radius: 0; }

.alert-primary {
  color: #147494;
  background-color: rgba(44, 181, 226, 0.3); }

.alert-danger {
  color: #f7022a;
  background-color: rgba(254, 97, 123, 0.3); }

.alert-success {
  color: #1e8d40;
  background-color: rgba(60, 213, 107, 0.3); }

.alert-warning {
  color: #8e7401;
  background-color: rgba(243, 199, 2, 0.3); }

.avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }
  .avatar__image {
    width: 100px;
    height: 100px;
    position: relative;
    display: block;
    background: rgba(176, 176, 176, 0.3) url(../images/icons/user-white.svg) 50% 50% no-repeat;
    background-size: 50%;
    border-radius: 50rem;
    text-align: left;
    overflow: hidden; }
    @media (min-width: 992px) {
      .avatar__image {
        width: 120px;
        height: 120px; } }
    .avatar__image img {
      width: 100%;
      height: 100%;
      position: absolute;
      -o-object-fit: cover;
      object-fit: cover; }
      .avatar__image img[src=''] {
        display: none; }
    .avatar__image.--sm {
      width: 30px;
      height: 30px; }
    .avatar__image.--md {
      width: 40px;
      height: 40px; }
  .avatar__name {
    max-width: 100%;
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 50px;
    margin-left: 0.5rem; }

.badge {
  position: relative;
  top: -1px; }

.badge-primary {
  background-color: #2CB5E2; }

.badge-secondary {
  background-color: #B0B0B0; }

.badge-danger {
  background-color: #FE617B; }

.badge-warning {
  background-color: #F3C702; }

.breadcrumb {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0;
  background-color: transparent; }

.breadcrumb-item.active {
  color: #B0B0B0; }

.breadcrumb-item br {
  display: none; }

.breadcrumb-item + .breadcrumb-item::before {
  color: #B0B0B0; }

.btn {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #333333;
  border-radius: 50rem; }
  .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0; }

.btn-sm {
  font-size: 0.875rem; }

.btn-lg {
  font-size: 1.25rem; }

.btn-link {
  color: #2CB5E2; }
  .btn-link:hover {
    color: #2CB5E2; }

.btn-primary {
  color: #fff;
  border: 1px solid #2CB5E2;
  background-color: #2CB5E2;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  .btn-primary:focus, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active,
  .btn-primary:not(:disabled):not(.disabled).active .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
    color: #333333;
    border-color: #2CB5E2;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    border: 1px solid #2CB5E2;
    background-color: #2CB5E2; }

.btn-secondary {
  color: #fff;
  border: 1px solid #B0B0B0;
  background-color: #B0B0B0;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  .btn-secondary:focus, .btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled):active,
  .btn-secondary:not(:disabled):not(.disabled).active .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus {
    color: #333333;
    border-color: #B0B0B0;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    border: 1px solid #B0B0B0;
    background-color: #B0B0B0; }

.btn-danger {
  color: #fff;
  border: 1px solid #FE617B;
  background-color: #FE617B;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  .btn-danger:focus, .btn-danger:hover, .btn-danger:not(:disabled):not(.disabled):active,
  .btn-danger:not(:disabled):not(.disabled).active .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus {
    color: #333333;
    border-color: #FE617B;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    border: 1px solid #FE617B;
    background-color: #FE617B; }

.btn-warning {
  color: #fff;
  border: 1px solid #F3C702;
  background-color: #F3C702;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  .btn-warning:focus, .btn-warning:hover, .btn-warning:not(:disabled):not(.disabled):active,
  .btn-warning:not(:disabled):not(.disabled).active .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus {
    color: #333333;
    border-color: #F3C702;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    border: 1px solid #F3C702;
    background-color: #F3C702; }

.btn-outline-primary {
  color: #333333;
  border-color: #2CB5E2;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  .btn-outline-primary:hover {
    color: #fff;
    border-color: #2CB5E2;
    background-color: #2CB5E2; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
    border-color: #1a97c1;
    background-color: #1a97c1; }

.btn-outline-secondary {
  color: #333333;
  border-color: #B0B0B0;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  .btn-outline-secondary:hover {
    color: #fff;
    border-color: #B0B0B0;
    background-color: #B0B0B0; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
    border-color: #979797;
    background-color: #979797; }

.btn-outline-danger {
  color: #333333;
  border-color: #FE617B;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  .btn-outline-danger:hover {
    color: #fff;
    border-color: #FE617B;
    background-color: #FE617B; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active {
    border-color: #fe2e51;
    background-color: #fe2e51; }

.btn-outline-warning {
  color: #333333;
  border-color: #F3C702;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  .btn-outline-warning:hover {
    color: #fff;
    border-color: #F3C702;
    background-color: #F3C702; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active {
    border-color: #c09e02;
    background-color: #c09e02; }

.btn-outline-dark {
  color: #333333;
  border-color: #333333;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  .btn-outline-dark:hover {
    color: #fff;
    border-color: #333333;
    background-color: #333333; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {
    border-color: #1a1a1a;
    background-color: #1a1a1a; }

.card {
  margin-bottom: 1.5rem;
  border: 0;
  border-radius: 0; }
  .card .card-img-top {
    border-radius: 0; }
  .card .card-body {
    padding: 1.5rem; }
  .card .card-title {
    margin-bottom: 1.5rem; }

.card-job {
  margin-bottom: 1rem;
  background-color: #fff; }
  @media (min-width: 992px) {
    .card-job {
      margin-bottom: 1.5rem; } }
  .card-job a {
    color: #333333; }
    .card-job a:hover {
      text-decoration: none; }
  .card-job .card-image {
    position: relative;
    padding-bottom: 60%;
    background: rgba(176, 176, 176, 0.3) url(../images/icons/image-white.svg) 50% 50% no-repeat;
    background-size: 36px; }
    .card-job .card-image img {
      width: 100%;
      height: 100%;
      position: absolute;
      -o-object-fit: cover;
      object-fit: cover; }
  .card-job .card-body {
    text-align: center; }
  .card-job .card-text {
    color: #B0B0B0; }

.custom-select {
  color: #333333;
  border: 1px solid #d7d7d7;
  background: #fff url("../images/icons/arrow_carrot-down.svg") no-repeat right 0.25rem top 0.3125rem;
  background-size: auto 1.5rem; }
  .custom-select:focus {
    border: 1px solid #2CB5E2;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .custom-select:disabled {
    color: #B0B0B0;
    background-color: #B0B0B0; }

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #2CB5E2;
  background-color: #2CB5E2; }

.custom-control-input:focus ~ .custom-control-label::before {
  border-color: #2CB5E2 !important;
  -webkit-box-shadow: none;
  box-shadow: none; }

.custom-control-input:active ~ .custom-control-label::before {
  background-color: #b3e4f4 !important; }

.custom-control-label {
  cursor: pointer; }
  .custom-control-label:before, .custom-control-label:after {
    width: 1.1875rem;
    height: 1.1875rem;
    top: 0.1875rem;
    left: -1.6rem; }
  .custom-control-label:before {
    border-color: #d7d7d7;
    border-radius: 0; }
  .custom-control-label.text-sm:before, .custom-control-label.text-sm:after {
    top: 1px; }

.custom-checkbox, .custom-radio {
  padding-left: 1.6rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-size: 0.625rem; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-size: 0.5rem; }

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(1.1rem);
  -ms-transform: translateX(1.1rem);
  transform: translateX(1.1rem); }

.custom-switch .custom-control-label:before {
  left: -2.25rem;
  width: 2.3125rem;
  border-radius: 1rem; }

.custom-switch .custom-control-label:after {
  top: calc(.12rem + 2px);
  left: calc(-2.15rem + 2px);
  width: calc(1rem - 3px);
  height: calc(1rem - 3px);
  background-color: #B0B0B0; }

.custom-file-input:lang(cn) ~ .custom-file-label::after {
  content: "浏览"; }

.custom-file-input:lang(tw) ~ .custom-file-label::after {
  content: "瀏覽"; }

.divider {
  text-align: center;
  overflow: hidden; }
  .divider__title {
    position: relative;
    padding: 1rem;
    color: #B0B0B0;
    font-size: 80%; }
    .divider__title:before, .divider__title:after {
      top: 50%;
      position: absolute;
      content: "";
      width: 5000px;
      border-bottom: 1px solid #d7d7d7; }
    .divider__title:before {
      right: 100%; }
    .divider__title:after {
      left: 100%; }

.dropdown.show .dropdown-toggle:after {
  background-image: url(../images/icons/arrow_carrot-up.svg); }

.dropdown-toggle:after {
  width: 13px;
  height: 13px;
  border: 0;
  background: url(../images/icons/arrow_carrot-down.svg) 50% 50% no-repeat;
  background-size: 22px auto;
  vertical-align: 0; }

.dropdown-menu {
  margin-top: 0;
  padding: 0;
  color: #333333;
  border: 0;
  border-radius: 0; }

.dropdown-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #333333;
  border-radius: 0 !important; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #2CB5E2; }

@media (max-width: 767px) {
  .filter-form [class*="col"] {
    margin-bottom: 0.75rem;
    text-align: center; }
    .filter-form [class*="col"] .btn {
      width: 100%; } }

.form-control {
  color: #333333;
  border: 1px solid #d7d7d7; }
  .form-control:focus {
    border: 1px solid #2CB5E2;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .form-control:disabled, .form-control[readonly] {
    background-color: rgba(176, 176, 176, 0.2); }

.form-group {
  position: relative;
  margin-bottom: 1.5rem; }
  .form-group label br:first-of-type {
    display: none; }
  .form-group label span {
    margin-left: 0.25rem;
    color: #FE617B; }

.col-form-label br {
  display: none; }

.help-block {
  display: block;
  margin-top: 0.25rem;
  color: #FE617B;
  font-size: 0.8125rem;
  font-style: normal; }

.custom-control .help-block,
.input-group .help-block {
  bottom: -1.375rem;
  left: 0;
  position: absolute; }

#file_profile_photo-error {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
  text-align: center; }

.input-group-append + .form-control {
  margin-left: -1px; }

.input-group-text {
  background-color: rgba(176, 176, 176, 0.2); }

.list-group-item {
  padding: 1rem;
  border: 0;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7; }

.nav-tabs {
  border-bottom: 1px solid #d7d7d7;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: auto;
  overflow-y: hidden; }
  .nav-tabs .nav-link {
    color: #B0B0B0;
    border: 0;
    border-bottom: 5px solid transparent;
    border-radius: 0;
    font-weight: 500;
    white-space: nowrap;
    -webkit-transition: color .15s, border .15s;
    -o-transition: color .15s, border .15s;
    transition: color .15s, border .15s; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-bottom: 0; }
      @media (min-width: 992px) {
        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
          color: #333333;
          border-bottom: 5px solid #2CB5E2;
          background-color: transparent; } }
    .nav-tabs .nav-link.active {
      color: #333333;
      border-bottom: 5px solid #2CB5E2;
      background-color: transparent; }
    .nav-tabs .nav-link .badge {
      margin-left: 0.25rem; }

.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2rem 0 0; }
  .pagination .page-item.active .page-link {
    color: #333333;
    background-color: transparent; }
  .pagination .page-item.disabled .page-link {
    color: #d7d7d7; }
  .pagination .page-item .page-link {
    color: #333333;
    border: 0; }
    .pagination .page-item .page-link:hover {
      color: #333333;
      background-color: transparent; }
    .pagination .page-item .page-link:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }

.stepper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start; }
  .stepper__step {
    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;
    font-size: 0.9375rem;
    color: #B0B0B0;
    text-align: center; }
    .stepper__step:before {
      width: 18px;
      height: 18px;
      display: block;
      content: "";
      margin-bottom: 1rem;
      border-radius: 50rem;
      background-color: rgba(176, 176, 176, 0.2); }
    .stepper__step.active {
      color: #333333; }
      .stepper__step.active:before {
        background-color: #2CB5E2; }
  .stepper__line {
    -webkit-box-flex: 1rem;
    -ms-flex: 1rem;
    flex: 1rem;
    margin: 0.5rem 0;
    height: 2px;
    background-color: rgba(176, 176, 176, 0.2); }
    @media (min-width: 576px) {
      .stepper__line {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto; } }

.header {
  top: 0;
  left: 0;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1000;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9); }

.navbar-brand img {
  height: 30px; }
  @media (min-width: 992px) {
    .navbar-brand img {
      height: 55px; } }

.navbar-func {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .navbar-func .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    color: #333333; }

.navbar-toggler {
  color: #333333;
  margin-right: -0.5rem; }

.navbar-divider {
  margin: 1rem 1.5rem; }

@media (max-width: 991px) {
  .navbar-nav {
    margin-bottom: -2px;
    padding-left: 1.5rem; } }

.navbar-nav .nav-link {
  color: #333333;
  line-height: 1.3; }
  @media (min-width: 992px) {
    .navbar-nav .nav-link {
      padding-top: 1rem; } }
  .navbar-nav .nav-link.active {
    color: #2CB5E2; }
  @media (max-width: 1199px) {
    .navbar-nav .nav-link br {
      display: none; } }

.navbar-nav .nav-icon {
  position: relative;
  top: -1px; }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav-menu .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.navbar-expand-lg .navbar-nav-func .nav-item-lang .nav-link {
  white-space: nowrap !important; }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav-func .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.navbar-expand-lg .navbar-nav-func .nav-item:last-child .nav-link {
  white-space: normal; }

.navbar-expand-lg .navbar-nav-func .nav-link {
  white-space: nowrap; }
  @media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav-func .nav-link {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }

@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav-func .dropdown-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; } }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }

main.main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 3rem; }

.section {
  padding: 1.5rem 0; }
  @media (min-width: 992px) {
    .section {
      padding: 3rem 0; } }
  .section__header {
    margin-bottom: 1.5rem; }

.section-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .section-hero.--center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .section-hero.--center .container,
    .section-hero.--center .section-hero__title {
      text-align: center; }
  .section-hero__image {
    position: relative;
    width: 100%;
    padding-bottom: 60%; }
    @media (min-width: 992px) {
      .section-hero__image {
        padding-bottom: 40%; } }
    .section-hero__image img {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -1;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center top;
      object-position: center top; }
    .section-hero__image.--register {
      padding: 0;
      height: 300px; }
      @media (min-width: 768px) {
        .section-hero__image.--register {
          height: 450px; } }
  .section-hero__body {
    position: absolute;
    width: 100%; }
  .section-hero__box {
    display: inline-block;
    padding: 10%;
    color: #fff;
    background-color: #fff; }
    @media (min-width: 992px) {
      .section-hero__box {
        padding: 9%; } }
  .section-hero__title {
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .section-hero__title {
        font-size: 3rem; } }
  .section-hero__subtitle {
    margin-top: 0.5rem;
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .section-hero__subtitle {
        font-size: 1.125rem; } }

.footer {
  padding: 2rem 0;
  font-size: 0.9375rem;
  border-top: 1px solid #d7d7d7;
  text-align: center; }
  .footer a {
    color: #333333; }
  .footer__top {
    margin-bottom: 1rem; }
  .footer__links a {
    position: relative;
    display: inline-block;
    padding: 0.5rem; }
  .footer__social a {
    display: inline-block;
    padding: 1rem 0.5rem; }
  .footer__bottom {
    font-size: 0.875rem; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    max-width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #B0B0B0;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #2CB5E2;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 8px;
      height: 8px;
      margin: 5px 7px;
      background: #B0B0B0;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #2CB5E2; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  /*font-size: 28px;*/
  font-size: 2rem;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  /*font-size: 12px;*/
  font-size: 0.75rem;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  /*top: -40px;*/
  top: -44px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  /*font-size: 12px;*/
  font-size: 0.75rem;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.owl-theme .owl-nav {
  margin-top: 0; }
  .owl-theme .owl-nav button.owl-prev,
  .owl-theme .owl-nav button.owl-next {
    width: 3.75rem;
    height: 3.75rem;
    position: absolute;
    top: 50%;
    margin: 0;
    color: #333333;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: background .15s, border .15s;
    -o-transition: background .15s, border .15s;
    transition: background .15s, border .15s; }
    .owl-theme .owl-nav button.owl-prev:hover,
    .owl-theme .owl-nav button.owl-next:hover {
      color: #fff;
      border: 1px solid #d7d7d7;
      background-color: #B0B0B0; }
    .owl-theme .owl-nav button.owl-prev .feather,
    .owl-theme .owl-nav button.owl-next .feather {
      width: 32px;
      height: 32px;
      top: 0;
      stroke-width: 1.3;
      -webkit-transition: color .15s;
      -o-transition: color .15s;
      transition: color .15s; }
  .owl-theme .owl-nav button.owl-prev {
    left: 2%; }
    .owl-theme .owl-nav button.owl-prev .feather {
      left: -1px; }
  .owl-theme .owl-nav button.owl-next {
    right: 2%; }
    .owl-theme .owl-nav button.owl-next .feather {
      right: -1px; }

.owl-theme .owl-dots {
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute; }

.auth-login-bg {
  padding-bottom: 0 !important;
  background: url(../images/cover_login.jpg) center top no-repeat;
  background-size: cover; }
  @media (min-width: 992px) {
    .auth-login-bg {
      min-height: calc(100vh - 81px); } }

.auth-form {
  padding: 4rem 2rem;
  background-color: #fff; }

.jobs-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .jobs-list__item {
    border-top: 1px solid #d7d7d7; }
    .jobs-list__item:first-child {
      border-top: 0; }
    @media (min-width: 768px) {
      .jobs-list__item [class*="col"] {
        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-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .jobs-list__item p {
      margin-bottom: 0.5rem; }
      .jobs-list__item p:last-child {
        margin-bottom: 0; }
    .jobs-list__item .content {
      -webkit-line-clamp: 8;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      word-wrap: break-word; }
    .jobs-list__item .btn {
      margin-left: 0.5rem; }
      @media (min-width: 768px) {
        .jobs-list__item .btn {
          margin-top: 1rem;
          margin-left: 0; } }
      .jobs-list__item .btn:first-child {
        margin: 0; }

.btn-favorite .feather.active {
  fill: #F3C702;
  stroke: #F3C702; }

.banner__item {
  position: relative;
  padding-bottom: 86%; }
  @media (min-width: 768px) {
    .banner__item {
      padding-bottom: 60%; } }
  @media (min-width: 992px) {
    .banner__item {
      padding-bottom: 40%; } }
  .banner__item img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top; }

@media (min-width: 992px) {
  .home-card__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 30px; } }

.home-card__item {
  position: relative; }
  @media (max-width: 991px) {
    .home-card__item {
      margin-bottom: 1rem; } }
  @media (min-width: 992px) {
    .home-card__item:nth-child(1) {
      grid-column: 1 / auto;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1 / span 2;
      background-color: #2CB5E2; } }
  .home-card__item:nth-child(1) .home-card__body {
    position: relative;
    background-color: #2CB5E2;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    @media (min-width: 992px) {
      .home-card__item:nth-child(1) .home-card__body {
        top: 10%; }
        .home-card__item:nth-child(1) .home-card__body p {
          margin-bottom: 1rem; } }
  @media (min-width: 992px) {
    .home-card__item:nth-child(2) {
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
      grid-column: 2 / span 2;
      grid-row: 1 / auto; } }
  .home-card__item:nth-child(2) .home-card__body {
    background-color: rgba(243, 199, 2, 0.9); }
  @media (min-width: 992px) {
    .home-card__item:nth-child(3) {
      grid-column: 2 / auto;
      grid-row: 2 / auto; } }
  .home-card__item:nth-child(3) .home-card__body {
    background-color: rgba(254, 97, 123, 0.9); }
  @media (min-width: 992px) {
    .home-card__item:nth-child(4) {
      grid-column: 3 / auto;
      grid-row: 2 / auto; } }
  .home-card__item:nth-child(4) .home-card__body {
    background-color: rgba(60, 213, 107, 0.9); }

.home-card__image {
  padding-bottom: 40%; }
  @media (max-width: 991px) {
    .home-card__image {
      position: relative;
      padding-bottom: 80%; } }
  .home-card__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover; }

.home-card__body {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  padding: 1rem 1.5rem;
  color: #fff; }
  @media (min-width: 992px) {
    .home-card__body {
      padding: 1.5rem 2rem; } }
  .home-card__body p {
    margin-bottom: 0; }

.member-total {
  margin: 0;
  padding: 1rem 1.5rem; }

.card-resume h5 {
  margin-bottom: 0.75rem; }
  .card-resume h5 + p {
    margin-top: -0.25rem; }
  .card-resume h5 span {
    color: #FE617B; }

.card-resume p {
  margin-bottom: 0.75rem; }

.card-resume .list-group-item:first-child {
  margin-top: 1rem; }

.card-resume .list-group-item .form-group:last-child {
  margin-bottom: 0.5rem; }

.btn-create,
.btn-remove {
  width: 2.375rem;
  height: 2.375rem;
  position: relative;
  padding: 0; }

.btn-create-sm,
.btn-remove-sm {
  width: 1.5625rem;
  height: 1.5625rem; }
  .btn-create-sm .feather,
  .btn-remove-sm .feather {
    width: 1.1875rem;
    height: 1.1875rem; }

/*# sourceMappingURL=style.css.map */