
@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat-Medium.ttf);
}

body {
    font-family: 'Montserrat';
}

.navigation {
    font-family: 'Montserrat';
}


.btn {
    display: inline-flex;
    justify-content: center;
}

.header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link .user-name {
    margin-bottom: 0;
}

.main-menu .navbar-header .navbar-brand .brand-logo img {
    height: 30px;
    max-width: 100%;
}

.card .dataTables_wrapper .card-header {
    padding: 0 !important;
    padding-bottom: 15px !important;
  }

  .dt-buttons {
    display: flex;
    gap: 15px;
  }

  .dt-buttons button{
    margin: 0 !important;
  }

  .dt-buttons button svg {
      margin-right: 5px;
  }

  .card-footer {
    padding: 10px 20px;
}

.content-header.row {
    margin-bottom: 15px;
}

.card-body .modal-footer {
  padding: 0;
    padding-top: 10px;
    margin-top: 15px;
}

.flex-radio {
  display: flex;
  gap: 30px;
}

.radio-div input {
  margin-right: 6px;
  width: 18px;
  height: 18px;
}

.radio-div {
  display: flex;
}

.seo-title {
  margin-bottom: 15px;
  margin-top: 20px;
  color: #333;
  display: flex;
  white-space: nowrap;
  gap: 13px;
  align-items: center;
}

.seo-title span {
  background: #333;
  width: 100%;
  height: 2px;
}

html .content.app-content {
    padding: 20px !important;
    padding-top: 75px !important;
}

html .content .content-wrapper .content-header-title {
    padding-right: 0;
    border-right: 0;
}

.breadcrumb {
    padding-left: 0;
}

.mr-auto {
    margin-right: auto;
}

.ml-auto {
    margin-left: auto;
}

div.dataTables_wrapper div.dataTables_filter select, div.dataTables_wrapper div.dataTables_length select {
    background-position: calc(100% - 3px) 5px, calc(100% - 20px) 13px, 100% 0;
    width: 4rem;
    padding-top: 0.188rem;
    padding-bottom: 0.188rem;
    padding-left: 0.857rem;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .header-navbar.floating-nav {
    left: 80px;
}

.auth-wrapper.auth-v2 .brand-logo {
    width: auto;
}

.auth-wrapper.auth-v2 .brand-logo img {
height: 40px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-size: 14px;
}

.form-control:focus {
    border-color: #134F41;
}

.input-group:not(.bootstrap-touchspin):focus-within .form-control, .input-group:not(.bootstrap-touchspin):focus-within .input-group-text {
    border-color: #134F41;
}

.main-menu.menu-light .navigation > li.active > a,
.main-menu.menu-light .navigation > li ul .active,
.main-menu.menu-light .navigation > li ul .active > a {
  background: #134f411c;
  box-shadow: unset;
  color: #134F41;
}

.main-menu.menu-light .navigation > li.open:not(.menu-item-closing) > a, .main-menu.menu-light .navigation > li.sidebar-group-active > a {
  color: #fff;
  background: #134F41;
}

.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.has-sub.open:not(.menu-item-closing) > a:after {
  filter: brightness(0) invert(1);
}

.form-check-input:checked {
    background-color: #4caf50;
    border-color: #4caf50;
}

.page-item.active .page-link {
    background-color: #134F41;
}

a {
    color: #134F41;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #134f41;
    background-color: rgb(19 79 65 / 12%);
}

.header-navbar.floating-nav {
    position: absolute;
    margin: 0;
    width: calc(100% - 260px);
    border-radius: 0;
}

.table:not(.table-dark):not(.table-light) thead:not(.table-dark) th, .table:not(.table-dark):not(.table-light) tfoot:not(.table-dark) th {
    background-color: #134f41c7;
    color: #fff;
    font-weight: normal;
    font-size: 13px;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before {
    filter: brightness(0) invert(1);
}

.form-label {
    font-size: 14px;
}

.flex--tabs {
    display: flex;
    gap: 15px;
    padding: 10px;
}

.flex--tabs a{
    margin: 0 !important;
    font-size: 16px;
    box-shadow: unset !important;
}

.flex--tabs a.active {
    background-color: #427267 !important;
    border-color: #427267 !important;
}

.flex--tabs a div {
    display: none;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .header-navbar.floating-nav {
    width: calc(100% - 80px);
}

.vertical-layout.vertical-menu-modern .main-menu .navigation .menu-content > li > a svg, .vertical-layout.vertical-menu-modern .main-menu .navigation .menu-content > li > a i {
    font-size: 15px;
    height: 15px;
    width: 15px;
  }

  .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation li.has-sub > a:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation li.has-sub.open:not(.menu-item-closing) > a:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: brightness(0) invert(1);
  }

  .header-navbar .dropup, .header-navbar .dropend, .header-navbar .dropdown, .header-navbar .dropstart {
    position: relative;
  }

  .header-navbar .navbar-container ul.navbar-nav li.dropdown-language .dropdown-menu.dropdown-menu-end,
  .vertical-layout .header-navbar .navbar-container ul.navbar-nav li.dropdown .dropdown-menu {
    right: 0;
    left: auto !important;
}

  @media (max-width: 1200px) {
.header-navbar.fixed-top, .header-navbar.floating-nav {
    left: 0;
    width: 100% !important;
    }
  }

  @media (max-width: 991.98px) {
.header-navbar .navbar-nav {
    margin-left: auto;
}
  }