body {
  font-family: "Heebo", sans-serif;
}

a {
  color: #3395ff;
}

a:hover {
  color: #1d5999;
}

.error {
  color: red;
  margin: 5px;
}

.hide {
  display: none;
}

.hover {
  cursor: pointer;
}

.w-5-porcent {
  width: 5% !important;
}

.w-6-porcent {
  width: 6% !important;
}

.w-7-porcent {
  width: 7% !important;
}

.w-8-porcent {
  width: 8% !important;
}

.w-9-porcent {
  width: 9% !important;
}

.w-10-porcent {
  width: 10% !important;
}

.w-11-porcent {
  width: 11% !important;
}

.w-12-porcent {
  width: 12% !important;
}

.w-13-porcent {
  width: 13% !important;
}

.w-14-porcent {
  width: 14% !important;
}

.w-15-porcent {
  width: 15% !important;
}

.w-20-porcent {
  width: 20% !important;
}

.w-25-porcent {
  width: 25% !important;
}

.w-30-porcent {
  width: 30% !important;
}

.w-35-porcent {
  width: 35% !important;
}

.w-40-porcent {
  width: 40% !important;
}

.w-45-porcent {
  width: 45% !important;
}

.w-50-porcent {
  width: 50% !important;
}

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

.btn-primary {
  color: #ffffff;
  background-color: #3395ff;
  border-color: #3395ff;
  height: 50px;
  border-radius: 10px !important;
  background-size: cover;
  font-family: Nunito;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #3395ff;
  border-color: #3395ff;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 92, 153, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #3395ff;
  border-color: #3395ff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #3395ff;
  border-color: #3395ff;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(51, 149, 255);
}

.btn-primary,
.btn-outline-primary {
  border-color: #3395ff;
}

.btn-primary .btn-spinner,
.btn-outline-primary .btn-spinner {
  animation: btn-glow-primary 1s ease infinite;
}

.btn-primary:hover,
.btn-outline-primary:hover {
  background: #3395ff;
  box-shadow: 0 8px 25px -8px #3395ff;
  border-color: #3395ff;
}

.btn-primary:focus,
.btn-outline-primary:focus {
  box-shadow: none;
  box-shadow: 0 8px 25px -8px #3395ff;
}

.btn-raised.btn-raised-primary {
  background: #3395ff;
  box-shadow: 0 4px 6px none solid rgb(51, 149, 255), 0 1px 3px none solid rgb(51, 149, 255);
}

.btn-back {
  background-color: #aeb5bd;
  background-size: cover;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  border-radius: 10px;
}

.btn-back:hover {
  box-shadow: 0 3px 10px 0 #aaacad;
  color: #ffffff;
}

.btn-lay-off {
  color: #ffffff;
  background-color: #f27375;
  border-color: #f27375;
  height: 50px;
  border-radius: 10px !important;
  background-size: cover;
  font-family: Nunito;
  font-size: 18px;
  font-weight: bold;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
}

.btn-lay-off:hover {
  color: #ffffff;
  background-color: #f27375;
  border-color: #f27375;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #3395ff;
}

.icon {
  display: inline-block;
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
}

.icon-pdf {
  font-size: 20px;
  padding: 5px;
}

.icon-see {
  font-size: 25px;
  padding: 5px;
  margin-top: 3px;
}

.icon-money-bag {
  font-size: 20px;
  padding: 5px;
}

.icon-approv {
  font-size: 20px;
  padding: 5px;
  color: #53ab4b;
}

.icon-approv:hover {
  color: #2d6e27;
}

.icon-edit {
  font-size: 20px;
  padding: 5px;
  color: #000000;
}

.icon-edit:hover {
  color: rgba(50, 50, 50, 0.5);
}

.icon-lay-off {
  font-size: 27px;
  padding: 5px;
  margin-top: 4px;
  color: #f27375;
}

.icon-lay-off:hover {
  color: #f2cbc2;
}

.icon-cancel {
  font-size: 21px;
  padding: 5px;
  color: #f27375;
}

.icon-cancel:hover {
  color: #f2cbc2;
}

.icon-reload {
  font-size: 21px;
  padding: 5px;
  color: #003b7a;
}

.icon-reload:hover {
  color: rgba(51, 92, 153, 0.5);
}

.auth-logo img {
  width: 100%;
  height: 100%;
}

.img-log {
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 10px;
}

.img-data-table {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0px 8px;
  font-size: 16px;
  line-height: 1.5;
  color: #121212;
  background-color: #f8f9fa;
  background-clip: padding-box;
  background-size: cover;
  border: 1px solid #d6dbe0;
  border-radius: 10px;
  -webkit-text-decoration: none solid rgb(18, 18, 18);
          text-decoration: none solid rgb(18, 18, 18);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  color: #665c70;
  background-color: #ffffff;
  border-color: #3395ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 116, 153, 0.247);
}

.form-control::-moz-placeholder {
  color: #70657b;
  opacity: 1;
}

.form-control::placeholder {
  color: #70657b;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #eee;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #665c70;
  background-color: #ffffff;
}

@media (min-width: 1024px) {
  .auth-layout-wrap .auth-content {
    min-width: 515px;
  }
}
.form-group label {
  margin-bottom: 4px;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  -webkit-text-decoration: none solid rgb(0, 0, 0);
          text-decoration: none solid rgb(0, 0, 0);
}

.card-title {
  color: #3395ff;
  font-weight: bold;
}

.text-muted-twin {
  color: #3395ff !important;
}

.wBold {
  font-weight: bold;
}

.sub-title {
  font-size: 16px;
  font-weight: bold;
  color: #3395ff;
  -webkit-text-decoration: none solid rgb(51, 149, 255);
          text-decoration: none solid rgb(51, 149, 255);
  text-align: right;
}

.auth-layout-wrap .auth-content {
  max-width: 515px;
  height: 500px;
  margin: auto;
}

.sidebar-dark-purple .sidebar-left {
  background: #3395ff;
}

.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a {
  text-transform: none;
}

.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a.open {
  color: #3395ff;
  background: #eee;
}

.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a.open {
  color: #3395ff;
  background: #def0f7;
}

.main-header .menu-toggle div {
  width: 24px;
  height: 1px;
  background: #1d5999;
  margin: 3px 0;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #3395ff;
}

.nav-pills .nav-link {
  border-radius: 10px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f8f9fa;
}

tbody td {
  padding: 0px !important;
}

.table td {
  color: #003b7a;
}

.table th, .table td {
  vertical-align: middle;
}

table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting:after, table.dataTable thead .sorting_desc:after {
  margin-left: 0px;
}

table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting:after, table.dataTable thead .sorting_desc:after {
  -webkit-font-smoothing: antialiased !important;
  display: inline-block !important;
  font-family: "flaticon";
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

table.dataTable thead .sorting:after {
  content: "\f114";
  margin-left: 10px;
  font-family: "flaticon";
  cursor: pointer;
  color: rgba(50, 50, 50, 0.5);
}

.dataTables_filter {
  text-align: right;
}

.dataTables_filter label {
  display: contents;
  width: 30%;
  float: right;
}

.dataTables_filter .form-control {
  display: inline-block;
  width: 30%;
  margin: 10px;
}

.dataTables_length label {
  display: contents;
  width: 30%;
}

.dataTables_length .form-control {
  display: inline-block;
  width: 50px;
  margin: 10px;
}

.dataTables_paginate {
  float: right;
}

.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #3395ff;
  border-color: #3395ff;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 8px 25px -8px #3395ff;
}

.swal2-styled.swal2-cancel {
  border-radius: 10px !important;
}

.swal2-popup {
  height: 290px !important;
  width: 430px !important;
}

.swal2-container .swal2-styled:not(.swal2-cancel) {
  background: #3395ff !important;
  outline: none;
  border-radius: 10px;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  box-shadow: 0 8px 25px -8px #3395ff;
}

.swal2-container .swal2-styled:not(.swal2-cancel):focus {
  box-shadow: 0 8px 25px -8px #3395ff;
}

.swal2-html-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.spinner {
  font-size: 20px;
  animation: spin 0.5s infinite linear;
}

.spinner-info {
  background: linear-gradient(to right, #3395ff 10%, rgba(67, 236, 76, 0) 42%);
}

.spinner-info:before {
  background: #3395ff;
}

.spinner:after {
  width: 90%;
  height: 90%;
}

.badge {
  padding: 8px 10px;
  width: 100px;
  height: 25px;
  font-size: 13px;
  border-radius: 5px;
}

.badge-warning {
  color: #ffffff;
  background-color: #e0aa4c;
}
