@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);@charset "UTF-8";

.page-sidebar {
  position: fixed;
  top: 26px;
  left: 0;
  overflow-y: scroll;
  overflow: auto;
  max-height: 100%;
  padding: 0px 0 65px;
  background: #2c2c2c;
}

.page-sidebar .side-menu {
  padding: 5px 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-sidebar .side-menu .sidebar-menu-item {
  border-radius: 10px;
}

.page-sidebar .side-menu .sidebar-menu-item:hover {
  background-color: #3a3a3a;
}

.page-sidebar .side-menu .sidebar-menu-item a {
  color: #cccccc;
}

.page-sidebar .side-menu .sidebar-menu-item.active {
  background-color: #841732;
}

.page-sidebar .side-menu .sidebar-menu-item.active a {
  color: #ffffff;
}

.page-sidebar .side-menu .sidebar-menu-item .nav-2-level {
  background: #2c2c2c;
  padding-left: 10px;
  padding-top: 7px;
}

.page-sidebar .side-menu .sidebar-menu-item .nav-2-level .sidebar-menu-item-level-2 {
  position: relative;
}

.page-sidebar .side-menu .sidebar-menu-item .nav-2-level .sidebar-menu-item-level-2 a {
  color: #cccccc;
}

.page-sidebar .side-menu .sidebar-menu-item .nav-2-level .sidebar-menu-item-level-2.active > a {
  color: #ffffff;
}

.page-sidebar .side-menu .sidebar-menu-item .nav-2-level .sidebar-menu-item-level-2.active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 50%;
  background-color: #841732;
  transform: translateY(-50%);
}

.page-sidebar .side-menu .sidebar-menu-item .nav-2-level .sidebar-menu-item-level-2.active.dictionaries::before {
  display: none;
}

.page-sidebar .side-menu .sidebar-menu-item .nav-2-level .sidebar-menu-item-level-2:hover a :first-of-type {
  color: #ffffff;
}

.page-sidebar .side-menu .sidebar-menu-item .nav-3-level {
  padding-left: 5px;
}

.page-sidebar .side-menu .sidebar-menu-item .nav-3-level .sidebar-menu-item-level-3.active a {
  color: #ffffff;
}

.page-sidebar .side-menu .sidebar-menu-item .nav-3-level .sidebar-menu-item-level-3:hover a {
  color: #ffffff;
}

.header {
  background: #2c2c2c;
}

.header .page-brand {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .page-brand .brand {
  width: 103px;
  height: 46px;
}

.header .page-brand .brand-mini {
  width: 30px;
  height: 30px;
}

.header .page-brand img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.heading {
  font-weight: 500;
  color: #2c2c2c;
}

.heading--big {
  font-size: 30px;
}

@media screen and (min-width: 992px) {
  .heading--big {
    font-size: 34px;
  }
}

@media screen and (min-width: 1200px) {
  .heading--big {
    font-size: 38px;
  }
}

.heading--primary {
  color: #841732;
}

.heading--secondary {
  color: #2c2c2c;
}

.heading--light-pimary {
  color: #ffffff;
}

.heading--light-secondary {
  color: #cccccc;
}

.heading--form-subtitle {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 25px;
}

.text {
  font-size: 16px;
  color: #2c2c2c;
}

.text--secondary {
  color: #666666;
}

.text--standard {
  color: #2c2c2c;
}

.text--error {
  color: #dc3545;
}

.text--warning {
  color: #ffc107;
}

.text--muted {
  color: #999999;
}

.text--light {
  color: #fff;
}

.text--info {
  color: #3b82f6;
}

.text--center {
  text-align: center;
}

.text--link-dark-bg {
  color: #999999;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.text--link-dark-bg:hover {
  color: #ad4a62;
}

.text--mb {
  margin-bottom: 20px;
}

.text--success {
  color: #28a745;
}

.text--error {
  color: #dc3545;
}

.text--error:hover {
  color: #c82333;
}

.text--info-link {
  color: #3b82f6;
  cursor: pointer;
}

.text--info-link:hover {
  color: #2563eb;
}

.text--bold {
  font-weight: 600;
}

.text--primary {
  color: #841732;
}

.alert {
  position: fixed;
  top: 70px;
  right: 20px;
  width: 300px;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px 20px;
  z-index: 20000;
}

.alert--success {
  background-color: #86efac;
  color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 6px #22c55e;
}

.alert--warning {
  background-color: #fef08a;
  color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 6px #eab308;
}

.alert--error {
  background-color: #fecaca;
  color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 6px #ef4444;
}

.page-wrapper .breadcrumb {
  background-color: #fff;
  box-shadow: 0 0 6px #d8d8d8;
  border-radius: 5px;
}

.status-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  vertical-align: middle;
}

.status-dot--green {
  background: #16a34a;
}

.status-dot--red {
  background: #dc2626;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
  width: 100%;
  height: 100%;
  background: rgba(42, 42, 42, 0.9);
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #801c37 solid;
  border-radius: 50%;
  -webkit-animation: sp-anime 0.8s infinite linear;
          animation: sp-anime 0.8s infinite linear;
}

@-webkit-keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  overflow-x: hidden;
  color: #666666;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.content-container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin: 0 auto;
  height: 100%;
}

@media screen and (min-width: 576px) {
  .content-container {
    max-width: 540px;
  }
}

@media screen and (min-width: 768px) {
  .content-container {
    max-width: 720px;
  }
}

@media screen and (min-width: 992px) {
  .content-container {
    max-width: 960px;
  }
}

@media screen and (min-width: 1200px) {
  .content-container {
    max-width: 1140px;
  }
}

@media screen and (min-width: 1400px) {
  .content-container {
    max-width: 1320px;
  }
}

@media screen and (min-width: 1600px) {
  .content-container {
    max-width: 1570px;
  }
}

.content-wrapper {
  background-color: #f9fafb;
  position: relative;
  margin-left: 220px;
  padding: 0 15px 60px 15px;
  transition: margin 0.2s ease-in-out;
  min-height: calc(100vh - 0px);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #2c2c2c;
}

::-webkit-scrollbar-thumb {
  background: #841732;
  border-radius: 5px;
  /* zaokrąglenie */
}

::-webkit-scrollbar-thumb:hover {
  background: #6d1329;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.ibox {
  padding: 20px 5px 20px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .ibox {
    padding: 20px 30px 30px;
  }
}

.ibox .ibox-head {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin-bottom: 20px;
}

.mb--10 {
  margin-bottom: 10px;
}

.mb--20 {
  margin-bottom: 20px;
}

.mb--30 {
  margin-bottom: 30px;
}

.mb--35 {
  margin-bottom: 35px;
}

.mt--20 {
  margin-top: 20px;
}

.mt--0 {
  margin-top: 0;
}

.mb--0 {
  margin-bottom: 0 !important;
}

.flex-center-container {
  display: flex;
  align-items: center;
}

.d-none {
  display: none;
}

.select2-results__option {
  min-height: 31px !important;
}

.dropdown-notification,
.navbar-toolbar {
  cursor: pointer;
}

