/* K A E -|- F O N T
==================================================*/
@font-face {
  font-family: "inter";
  src: url("../webfonts/inter/Inter_18pt-Regular.ttf");
}
@font-face {
  font-family: "inter medium";
  src: url("../webfonts/inter/Inter_18pt-Medium.ttf");
}
@font-face {
  font-family: "inter light";
  src: url("../webfonts/inter/Inter_18pt-Light.ttf");
}
@font-face {
  font-family: "inter bold";
  src: url("../webfonts/inter/Inter_18pt-Bold.ttf");
}
/* </> F O N T -|- G E N E R A L 
==================================================*/
body {
  color: #6a7282;
  font-size: 14px;
  font-family: "inter";
}
b {
  font-family: "inter bold";
}
a {
  color: #6a7282;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #1086c0;
  text-decoration: none;
}
input:focus {
  cursor: text;
  outline: 0px;
}
label {
  margin-bottom: 5px;
}
hr {
  opacity: 1;
  border-top: 1px solid #e9ebf4;
}
a:focus,
a:active,
button:focus,
button:active {
  outline: none;
  text-decoration: none;
  box-shadow: inset 0 0px 0px rgba(0,0,0,0);
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
}
select {
  border-radius: 2px;
  -webkit-appearance: none;
}
h6 {
  font-size: 15px;
}
h5 {
  font-size: 18px;
}
h4 {
  font-size: 20px;
}
h3 {
  font-size: 24px;
}
h2 {
  font-size: 28px;
}
h1 {
  font-size: 36px;
}
@media (min-width: 576px) {
  h6 {
    font-size: 16px;
  }
  h5 {
    font-size: 20px;
  }
  h4 {
    font-size: 24px;
  }
  h3 {
    font-size: 28px;
  }
  h2 {
    font-size: 32px;
  }
  h1 {
    font-size: 40px;
  }
}
/* </> G E N E R A L -|- B A C K G R O U N D
==================================================*/
.bg-primary {
  color: #ffffff;
  background-color: #0d6efd!important;
}
.bg-white {
  color: #000000;
  background-color: #ffffff;
}
.bg-light {
  color: #4b5156;
  background-color: #f7f8fa!important;
}
.bg-dark {
  color: #ffffff;
  background-color: #000000!important;
}
.bg-wallpaper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: inherit;
}
@media (min-width: 518px) {
  .bg-wallpaper {
    background-attachment: fixed;
  }
}
.bg-mask {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
}
/* </> B A C K G R O U N D -|- P A D D I N G
==================================================*/
.mrg-0 {
  margin: 0px;
}
.mrg-l15 {
  margin-left: 15px;
}
.mrg-r15 {
  margin-right: 15px;
}
.mrg-b15 {
  margin-bottom: 15px;
}
.pdd-0 {
  padding: 0px;
}
/* --- */
.pdd-5 {
  padding: 5px;
}
.pdd-t5 {
  padding-top: 5px;
}
.pdd-y5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pdd-x5 {
  padding-left: 5px;
  padding-right: 5px;
}
/* --- */
.pdd-y10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* --- */
.pdd-15 {
  padding: 15px;
}
.pdd-t15 {
  padding-top: 15px;
}
.pdd-b15 {
  padding-bottom: 15px;
}
.pdd-y15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pdd-x15 {
  padding-left: 15px;
  padding-right: 15px;
}
/* --- */
.pdd-30 {
  padding: 30px;
}
.pdd-t30 {
  padding-top: 30px;
}
.pdd-b30 {
  padding-bottom: 30px;
}
.pdd-y30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* --- */
.section-pdd-sm {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-pdd-md {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-pdd-lg {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .section-pdd-sm {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-pdd-md {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .section-pdd-lg {
    padding-top: 120px;
    padding-bottom: 120px;
  }
} 
/* </> P A D D I N G -|- B O O T S T R A P
==================================================*/
#alertModal .modal-content {
  border: 0px;
  border-radius: 5px;
}
#alertModal .modal-body {
  padding: 30px 15px;
}
#alertModal .modal-body p {
  color: #676a6c;
  font-size: 18px;
  margin-top: 15px;
  text-transform: uppercase;
}
#alertModal .modal-body span {
  font-family: 'inter light';
}
#alertModal .modal-footer .btn-alert {
  color: #676a6c;
  border-radius: 5px;
  background-color: #f7f8fa;
  font-family: 'inter medium';
}
#alertModal .modal-footer .btn-alert:hover {
  color: #ffffff;
  background-color: #0d6efd;
}
#alertModal .alert-success,
#alertModal .alert-success b {
  color: #0d6efd;
}
#alertModal .alert-info,
#alertModal .alert-info b {
  color: #0d6efd;
}
#alertModal .alert-warning,
#alertModal .alert-warning b {
  color: #0d6efd;
}
#alertModal .alert-danger,
#alertModal .alert-danger b {
  color: #0d6efd;
}
/* 
==================================================*/
.bi-4x {
  font-size: 80px;
}
.none {
  display: none;
}


.table th {
  vertical-align: top;
}
.table td {
  padding: 7px 15px;
  vertical-align: middle;
}
.table {
  width: 100%;
}
.table thead tr th {
  color: #545965;
  font-size: 14px;
  padding: 5px 5px 5px 5px;
  text-transform: uppercase;
  border: 0px solid #f7f8fa;
  background-color: #e6e6ec;
  font-family: "inter medium";
}
.table tbody tr td {
  border: 0px;
  color: #343a40;
  font-size: 14px;
  padding: 5px 5px 5px 5px;
  background-color: #f7f8fa;
  font-family: "inter light";
}
.table tbody tr.tr-gray-light td {
  background-color: #f7f8fa;
}
.table tbody tr.tr-gray-dark td {
  background-color: #eff1f5;
}
.table .icon {
  width: 30px;
  text-align: center;
}
.table .td-sm {
  width: 80px;
}
.table .td-md {
  width: 160px;
}
.table .td-collapse {
  padding: 0px;
}
.table .td-img {
  width: 130px;
}
.table th:first-child {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
.table th:last-child {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
.w-100-per {
  width: 100%;
}
.w-200-px {
  width: 200px;
}
.w-150-px {
  width: 150px;
}
.w-100-px {
  width: 100px;
}
.w-80-px {
  width: 80px;
}
.br-5 {
  border-radius: 5px;
}
.breadcrumb {
  padding: 15px 0px;
  background-color: transparent;
}
.form-group {
  margin-bottom: 15px;
}
.form-control {
  height: 45px;
  color: #000000;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 5px;
  font-family: "inter";
  background-color: #ffffff;
  border: 1px solid #f1f2f3;
}
.form-control:focus {
  outline: 0;
  color: #000000;
  border-color: #ebebeb;
  background-color: #ffffff;
  box-shadow: 0 0 0 0 rgba(255,255,255,0);
}
.form-control.outline {
  height: 45px;
  color: #7A8A9E;
  background-color: transparent;
  border: 1px solid rgba(221, 221, 221, 0.1);
}
.btn {
  border: 0px;
  height: 45px;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 5px;
  font-family: "inter bold";
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-block {
  width: 100%;
}
.btn-primary {
  color: #ffffff;
  border-color: #1086c0;
  background-color: #1086c0;
}
.btn-primary:hover {
  background-color: #67b6d8;
}

.navbar {
  padding: 15px 15px;
}
.navbar .navbar-brand {
  height: 25px;
}

.navbar.navbar-system {
  flex-wrap: wrap;
  padding: 0px 0px 0px 0px;
  background-color: #FFFFFF;
}
.navbar.navbar-system .navbar-div {
  width: 100%;
  display: block;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #e9ebf4;
}
.navbar.navbar-system .navbar-top {
  color: #6a7282;
  font-size: 16px;
  padding: 15px 15px;
}
.navbar.navbar-system .navbar-top .navbar-brand {
  height: 25px;
}
.navbar.navbar-system .nav .nav-link {
  color: #6a7282;
  font-size: 14px;
  padding: 0px 0px;
  font-family: "inter";
}
.navbar.navbar-system .nav .nav-link:hover {
  color: #1086c0;
}
.navbar.navbar-system .navbar-nav .nav-link {
  color: #6a7282;
  font-size: 14px;
  padding: 15px 15px;
  font-family: "inter";
}
.navbar.navbar-system .navbar-nav .nav-link:hover {
  color: #1086c0;
}
.navbar.navbar-system .navbar-toggler {
  border: 0px;
}



.bi-size-lg {
  font-size: 40px;
}
.card {
  color: #6a7282;
  border-radius: 5px;
  border: 1px solid #e9ebf4;
}
.card-img {
  width: 100%;
  height: 200px;
  min-height: 100%;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: inherit;
}