/*
Template Name: Admin Theme
Author: BluForce
Version: 1.0.0
File: Main Css File
*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
html {
  position: relative;
  min-height: 100%; }

body {
  overflow-x: hidden; }

header .navbar-custom {
  background: #8FC73E;
  background: -moz-linear-gradient(90deg, #3953A4 0%, #0195D6 45.67%, #8CC63F 100%);
  background: -webkit-linear-gradient(90deg, #3953A4 0%, #0195D6 45.67%, #8CC63F 100%);
  background: linear-gradient(90deg, #3953A4 0%, #0195D6 45.67%, #8CC63F 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002e73",endColorstr="#0088c2",GradientType=1); }
header .header-elements {
  display: flex;
  justify-content: space-between; }
header a, header .btn {
  color: #ffffff; }
  header a:hover, header .btn:hover {
    color: yellow; }
header .dropdown-item.active {
  background-color: #e5e5e5; }
header .primary-nav .active {
  border-bottom: solid 2px #0088C2; }
header .secondary-nav {
  background-color: #f0f0f0; }
  header .secondary-nav a {
    color: #212529;
    font-size: 14px; }
    header .secondary-nav a:hover {
      color: #0088C2; }
    header .secondary-nav a.active {
      color: #0088C2; }
header .logo {
  display: block; }
  header .logo span.logo-lg {
    display: block; }
  header .logo span.logo-sm {
    display: none; }
  header .logo .logo-lg-text-dark {
    color: #212529;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase; }
  header .logo .logo-lg-text-light {
    color: #ffffff;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase; }
header .user-dp-image img {
  height: 25px;
  width: 25px;
  border-radius: 50%; }
header .user-dp-text {
  background-color: #0088C2;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: block;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 16px; }
header .dropdown-item:hover, header .dropdown-item:focus {
  background-color: #e5e5e5;
  color: #0088C2; }
header .noti-scroll {
  max-height: auto; }
header .notification-list {
  margin-left: 0; }
  header .notification-list .noti-title {
    background-color: transparent;
    padding: 5px 20px; }
    header .notification-list .noti-title a {
      text-decoration: none; }
      header .notification-list .noti-title a:hover {
        text-decoration: underline;
        color: #0088C2; }
  header .notification-list .noti-icon-badge {
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 10px; }
  header .notification-list .notify-item {
    padding: 12px 20px; }
    header .notification-list .notify-item:active {
      background-color: #e5e5e5; }
    header .notification-list .notify-item .notify-icon {
      float: left;
      height: 36px;
      width: 36px;
      font-size: 18px;
      line-height: 36px;
      text-align: center;
      margin-right: 10px;
      border-radius: 50%;
      color: #ffffff; }
    header .notification-list .notify-item .notify-details {
      margin-bottom: 5px;
      overflow: hidden;
      margin-left: 45px;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #343a40; }
      header .notification-list .notify-item .notify-details b {
        font-weight: 500; }
      header .notification-list .notify-item .notify-details small {
        display: block; }
      header .notification-list .notify-item .notify-details span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 13px; }
    header .notification-list .notify-item .user-msg {
      margin-left: 45px;
      white-space: normal;
      line-height: 16px; }
  header .notification-list .profile-dropdown .notify-item {
    padding: 7px 20px; }
header .noti-icon {
  font-size: 21px;
  vertical-align: middle; }
header .profile-dropdown {
  min-width: 170px; }
  header .profile-dropdown i {
    vertical-align: middle;
    margin-right: 5px; }
header .nav-user {
  padding: 0 12px !important; }
  header .nav-user img {
    height: 32px;
    width: 32px; }

body {
  background: rgba(0, 150, 215, 0.10); }

* {
  font-family: "Jost", sans-serif; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: "Jost", sans-serif; }

.font-11 {
  font-size: 11px !important; }

.font-12 {
  font-size: 12px !important; }

.font-13 {
  font-size: 13px !important; }

.font-14 {
  font-size: 14px !important; }

.font-15 {
  font-size: 15px !important; }

.font-16 {
  font-size: 16px !important; }

.font-17 {
  font-size: 17px !important; }

.font-18 {
  font-size: 18px !important; }

.font-19 {
  font-size: 19px !important; }

.font-20 {
  font-size: 20px !important; }

.font-22 {
  font-size: 22px !important; }

.font-24 {
  font-size: 24px !important; }

.font-26 {
  font-size: 26px !important; }

.font-28 {
  font-size: 28px !important; }

.nav-tabs > li > a, .nav-pills > li > a {
  color: #999999;
  font-weight: 600; }

.nav-pills > a {
  color: #999999;
  font-weight: 600; }

.navtab-bg .nav-link {
  background-color: rgba(0, 0, 0, 0.03);
  margin: 0 5px; }

.nav-bordered {
  border-bottom: 2px solid rgba(175, 175, 175, 0.2) !important; }
  .nav-bordered .nav-item {
    margin-bottom: -2px; }
  .nav-bordered li a {
    border: 0 !important;
    padding: 10px 0;
    font-weight: 500; }
  .nav-bordered li:not(last-child) {
    margin-right: 25px; }
  .nav-bordered a.active {
    border-bottom: 2px solid #0088C2 !important; }

.tab-content {
  padding: 20px 0 0 0; }

.btn {
  text-transform: uppercase; }

.btn-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.btn-sm {
  padding: 5px 15px;
  font-size: 0.75rem;
  border-radius: 0.2rem; }

.btn-primary {
  background: linear-gradient(90deg, #3953A4 0%, #0195D6 49.75%, #B5D334 100%);
  }

.btn-secondary {
  background-color: #0088C2;
  border-color: #0088C2; }

.btn-outline-gray {
  border-color: #e5e5e5; }
  .btn-outline-gray:hover {
    color: #0088C2;
    border-color: #0088C2; }

.btn-icon {
  display: inline-flex;
  align-items: center;
  padding-left: 5px; }
  .btn-icon:hover {
    border-color: #0088C2;
    color: #0088C2; }
  .btn-icon .icon {
    color: #0088C2; }
    .btn-icon .icon svg {
      width: 55%;
      display: inline; }

.btn-label {
  margin: -.55rem .9rem -.55rem -.9rem;
  padding: .6rem .9rem;
  background-color: rgba(50, 58, 70, 0.1); }

.btn-label-right {
  margin: -0.375rem -0.75rem -0.375rem 0.75rem;
  padding: 0.375rem 0.75rem;
  background-color: rgba(50, 58, 70, 0.1);
  display: inline-block; }

.btn-xs {
  padding: .2rem .6rem;
  font-size: .75rem;
  border-radius: .15rem; }

legend {
  font-size: 16px;
  text-transform: uppercase; }

.form-control,
.custom-select {
  box-shadow: none; }

.form-control-light {
  background-color: #f3f7f9 !important;
  border-color: #f3f7f9 !important; }

input.form-control[type="color"],
input.form-control[type="range"] {
  min-height: 39px; }

.input-group-text {
  background-color: #ffffff; }

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .custom-select:invalid:focus, .form-control:invalid:focus,
.custom-select.is-valid:focus, .form-control.is-valid:focus, .custom-select:valid:focus, .form-control:valid:focus {
  box-shadow: none !important; }

.input-col {
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .input-col {
      transition: none; } }

.comment-area-box .form-control {
  border-color: #e5e5e5;
  border-radius: 0.25rem 0.25rem 0 0; }
.comment-area-box .comment-area-btn {
  background-color: #f0f0f0;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-top: none;
  border-radius: 0 0 0.25rem 0.25rem; }

.search-bar .form-control {
  padding-left: 40px;
  padding-right: 20px;
  border-radius: 30px; }
.search-bar span {
  position: absolute;
  z-index: 10;
  font-size: 16px;
  line-height: calc(1.5em + 0.75rem + 2px);
  left: 13px;
  top: -2px;
  color: #6c757d; }

.password-eye:before {
  font-family: feather !important;
  content: "\e86a";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 16px; }

.show-password .password-eye:before {
  content: "\e86e"; }

fieldset:not(:last-child) {
  margin-bottom: 30px; }

.data-table .table-filters .form-label {
  margin: 0;
  font-size: 13px; 
color: #191919;
font-weight: 600;}
.data-table .table-filters .form-control {
  background: #f0f0f0;
  border-color: #e5e5e5; }
.data-table .table-filters th {
  border-bottom-width: 2px;
  border-bottom-color: #e5e5e5 !important; }
.data-table tbody tr {
  font-size: 13px;
  line-height: 1;
  font-weight: 400; }
  .data-table tbody tr .form-select {
    font-size: 13px;
    line-height: 1;
    font-weight: 400; }
  .data-table tbody tr .row-cta-btn {
    padding: 0; }

th {
  font-weight: 500; }

.table-centered td, .table-centered th {
  vertical-align: middle !important; }

.table-nowrap th, .table-nowrap td {
  white-space: nowrap; }

.table .table-user img {
  height: 30px;
  width: 30px; }

.action-icon {
  color: #afafaf;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0 3px; }
  .action-icon:hover {
    color: #999999; }

.table-responsive-sm {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive-sm > .table-bordered {
    border: 0; }

.login-card{
  border-radius: 10px;
  border: 1px solid #E8E8E8;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  padding: 20px;
}
.text-copyright{
  color: #616161;
}
@media (max-width: 575.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }
@media (max-width: 767.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }
@media (max-width: 991.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }
@media (max-width: 1199.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }
@media (max-width: 1399.98px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table-bordered {
      border: 0; } }

.modal-title {
  margin-top: 0; }

.modal-full-width {
  width: 95%;
  max-width: none; }

.modal-top {
  margin: 0 auto; }

.modal-right {
  position: absolute;
  right: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  height: 100%;
  margin: 0;
  background-color: #fff;
  align-content: center;
  transform: translate(25%, 0) !important; }
  .modal-right button.close {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1; }

.modal.show .modal-right {
  transform: translate(0, 0) !important; }

.modal-bottom {
  display: flex;
  flex-flow: column nowrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  margin: 0 auto;
  align-content: center; }

.modal-colored-header {
  color: #ffffff;
  border-radius: 0; }
  .modal-colored-header .close {
    color: #ffffff !important; }

.authentication-bg {
  background: #fff url(../images/auth-bg.jpg);
  background-size: cover; }

.account-pages {
  display: flex;
  align-content: center; }
  .account-pages .card {
    border: solid 2px #e5e5e5;
    padding: 30px; }

.authentication-bg.enlarged {
  min-height: 100px; }

.main-card {
  border: none;
  background: #ffffff; }
  .main-card .card-header {
    border: none;
    background: #ffffff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); }
  .main-card .result-info-label {
    font-size: 12px;
    color: #999999; }
  .main-card .child-card {
    padding: 5px 30px; }
    .main-card .child-card .nav-bordered {
      border-bottom: none !important;
      margin-bottom: 2px; }

.page-header {
  display: flex; }
  .page-header .page-title-box .page-title {
    font-size: 1.25rem;
    margin: 0;
    padding: 0 30px;
    line-height: 50px;
    color: #2C5BA9;
    font-weight: 700;
    background: #ffffff; }
  .page-header .page-title-box .page-title-right {
    float: right;
    margin-top: 22px; }
  .page-header .page-title-box .breadcrumb {
    padding-top: 5px; }
  .page-header .active-tab-btn {
    margin: 0 0 0 5px;
    background: #ffffff;
    border-radius: 0;
    text-transform: capitalize;
    border-top: solid 3px #343a40;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .page-header .active-tab-btn:hover .icon {
      color: #dc3545; }

@media (max-width: 575.98px) {
  .page-title-box .page-title {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 70px; }
  .page-title-box .breadcrumb {
    display: none; } }
@media (max-width: 640px) {
  .page-title-box .page-title-right {
    display: none; } }
@media (max-width: 419px) {
  .page-title-box .breadcrumb {
    display: none; } }
.footer {
  padding: 19px 15px 20px;
  color: rgba(0, 150, 215, 0.10);
  background-color: #f0f0f0; }
  .footer .footer-links a {
    color: #6c757d;
    margin-left: 1.5rem;
    transition: all .4s; }
    .footer .footer-links a:hover {
      color: #323a46; }
    .footer .footer-links a:first-of-type {
      margin-left: 0; }

.footer-alt {
  left: 0 !important;
  text-align: center;
  background-color: transparent; }

@media (max-width: 575.98px) {
  .footer {
    left: 0 !important;
    text-align: center; } }
body[data-layout-mode="horizontal"] .footer {
  left: 0 !important; }
body[data-layout-mode="horizontal"][data-layout-width="boxed"] .footer {
  max-width: auto !important; }

@media (min-width: 992px) {
  body[data-layout-mode="detached"] .footer {
    position: inherit;
    margin: 0 10px; } }

/*# sourceMappingURL=app-styles.css.map */
