@charset "UTF-8";

.message {
  display: block;
  position: absolute;
  right: 5px;
  top: 10px;
  text-align: end;
  width: max-content;
  opacity: 1;
  transition: all 2s;
  z-index: 99;

}

.message.hide {
  opacity: 0;
}

.message.border {
  padding: 5px 30px;
  border-radius: 10px;
  font-size: 14px;
  background-color: rgb(226, 225, 218);
  border-color: cornflowerblue;
}

.message.border.success {
  padding: 5px 30px;
  border-radius: 10px;
  font-size: 14px;
  background-color: rgb(90, 247, 98);
  border-color: cornflowerblue;
}

.message.border.error {
  padding: 5px 30px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: rgb(226, 225, 218);
  background-color: rgb(206, 44, 44);
  border-color: cornflowerblue;
}

.sidebar-menu {
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  background-color: transparent;
  border: 0;
}

.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 500;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
  border: 0;
}

.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #cbeff6;
}

.btn-toggle::after {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform: rotate(180deg);
  transform-origin: .5em 50%;
  padding-right: 2px;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}

.btn-toggle[aria-expanded="true"]::after {
  transform: rotate(90deg);
  padding-bottom: 6px;
  padding-left: 2px;
}

.btn-toggle-pa {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 500;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
  border: 0;
}

.btn-toggle-pa:hover,
.btn-toggle-pa:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #cbeff6;
}

.btn-toggle-pa::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform: rotate(0deg);
  transform-origin: .5em 50%;
  padding-right: 2px;
}

.btn-toggle-pa[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}

.btn-toggle-pa[aria-expanded="true"]::before {
  transform: rotate(90deg);
  padding-bottom: 6px;
  padding-left: 2px;
}

.btn-toggle-pa-mobile {
  display: none;
}

.btn-veryfy:hover{
  color: white !important;
}

.btn-copy {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.8);
  margin: calc(var(--bs-modal-header-padding-y)* -0.5) calc(var(--bs-modal-header-padding-x)* 0.8) calc(var(--bs-modal-header-padding-y)* -0.5) auto;
  border: none!important;
}

.btn-copy:hover {
  border: none !important;
}

.btn-sent:hover {
  color: white !important;
}

a.dropdown-item {
  cursor: pointer;
}

pre.content {
  font-family: var(--bs-body-font-family);
  white-space: pre-wrap;
  font-size: 1rem;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .sidebar {
    width: 235px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar {
    width: 215px !important;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.labelForm {
  position: absolute;
  color: #4a4648;
  font-size: 13px;
  letter-spacing: 0.5px;
  pointer-events: initial;
  margin-left: 4px;
  top: -20px;
  z-index: 999;
  font-weight: bold;
}

.searchIcon {
  position: relative;
  left: 5px;
  top: 5px;
  vertical-align: middle;
  padding: 0px 0px 0px 5px;
  z-index: 999;
}

.fa-search {
  font-size: 15px;
}

.fa-search:hover {
  cursor: pointer;
}

.modal .modal-body {
  max-height: 50vh;
  overflow-y: auto;
}

.modal-tiny {
  max-height: max-content!important;
  overflow-y: auto;
}

.modal-tiny-top {
  top: 0px!important;
}

.modal-footer-tiny{
  border-radius: 0;
  bottom:0px;
  position:absolute;
  width:-webkit-fill-available;
}

modal .modal-pages {
  padding-bottom: 0px;
  padding-top: 15px;
  text-align: center;
}

.modal .modal-pages .pagination {
  margin-left: 80%;
}

.modal-pages .pagination .page-item.pages:hover {
  cursor: pointer;
}

#chat2 .form-control {
  border-color: transparent;
}

#chat2 .form-control:focus {
  border-color: transparent;
  box-shadow: inset 0px 0px 0px 1px transparent;
}

.divider:after,
.divider:before {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee;
}

.DivToScroll {
  background-color: #F5F5F5;
  border: 1px solid #DDDDDD;
  border-radius: 4px 0 4px 0;
  color: #3B3C3E;
  font-size: 12px;
  font-weight: bold;
  left: -1px;
  padding: 10px 7px 5px;
}

.DivWithScroll {
  overflow-y: auto;
  overflow-x: hidden;
}

.chatWindow {
  position: fixed;
  bottom: 0;
  right: 3%;
}

:root {
  --navWidth: 52%
}

.avatar {
  vertical-align: middle;
  height: 35px;
  border-radius: 50%;
}

.notifications {
  margin-right: 2%;
  margin-left: 5px;
}

.navbar {
  white-space: nowrap;
  margin-bottom: 3rem;
  margin-left: calc((100% - var(--navWidth))/2);
  margin-right: calc((100% - var(--navWidth))/2);
  justify-content: center;

}

.navbar-collapse {
  flex-grow: 0;

}

.statusChatUser.Active {
  position: relative;
  bottom: 64px;
  left: 30px;
  background-color: rgb(6, 245, 6);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  vertical-align: middle;
}

.statusChatUser.disActive {
  background-color: rgb(120, 46, 46);
  position: relative;
  bottom: 64px;
  left: 30px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  vertical-align: middle;
}

.chatUserList {
  height: 12%;
}

.chatUserList :hover {
  height: -webkit-fill-available;
  background-color: #888888;
  border-radius: 10px;
  opacity: 0.8;
  cursor: pointer;
}

.errorWS {
  top: 50%;
  position: relative;
  color: gray;
  text-align: center;
  font-weight: 500;
}

.btn-show-chat,
.btn-show-list {
  color: #0d6efd;
  border-radius: 20px;
  width: 23%;
  font-size: 12px;
  background-color: white;
  font-weight: 700;
  border-color: #0d6efd;
}

.btn-show-chat:hover,
.btn-show-list:hover {
  color: #ffffff;
  border-radius: 20px;
  width: 23%;
  font-size: 12px;
  background-color: #0d6efd;
  font-weight: 700;
  border-color: #0f59c8;
}

.card-cbody {
  padding-top: 10px;
}

.spinner-border {
  color: #b2b9bf;
}

.spinner-border.modal-loading {
  position: fixed;
  color: #0b5ed7;
  font-size: 20px;
  width: 70px;
  height: 70px;
  z-index: 9999;
  top: 50%;
  left: 50%;
  /*transform: translate(-50%, -50%);*/
}

.d-none {
  display: none;
}

.this-with-shadow {
  background-color: #d8d8d8;
  box-shadow: inset 0 0 10px #585858;
}

.noNotifications {
  text-align: center;
  font-size: 12px;
  opacity: 0.5;
}

.badge {
  background-color: red;
  color: white;
  font-size: 10px;
  padding: 2px 4px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  margin-left: -21px;
  margin-top: -23px;
}

.pagination .pages:hover {
  cursor: pointer;
}

.dropdown-menu {
  z-index: 4;
}

.sidebar {
  position: inherit;
  top: initial;
}

@media (max-width: 991px) {
  .container-fluid {
    justify-content: end !important;
    max-width: fit-content !important;
    margin-right: 0px !important;
  }

  .container {
    margin-top: 5rem;
    width: auto;
  }

  .navbar {
    box-shadow: 0 0 10px #e0dede;
    background-color: #ffffff;
    justify-content: end;
    margin-left: initial;
    margin-right: inherit;
    position: fixed;
    margin-bottom: 0;
    top: 0;
    width: 100%;
    transition: top 0.3s;
    z-index: 3;
  }


  .navbar-collapse {
    text-align: center;
    z-index: 1;
    width: 60%;
    position: fixed;
    top: 56px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    overflow-y: scroll;
  }

  .nav-link {
    margin-top: 10%;
    text-decoration: underline;
  }

  .nav-link:last-child {
    margin-bottom: 10%;
  }

  .needs-validation {
    max-width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }

  .message {
    z-index: 99;
    right: 0px;
    left: 5px;
    top: 6px;
  }

  .chatWindow {
    display: none;
  }

  .navbar-collapse.collapsing {
    height: 100%;
    right: -75%;
    transition: height 0s ease;
  }

  .navbar-collapse.show {

    box-shadow: inset 0px 5px 15px #e0dede;
    background-color: #ffffff;
    height: 100%;
    right: 0;
    transition: right 400ms ease-in-out;
  }

  .navbar-toggler.collapsed~.navbar-collapse {
    background-color: #ffffff;
    box-shadow: inset 5px 0 15px #e0dede;
    transition: right 400ms ease-in;
  }

  .menuSidebar {
    overflow: hidden;
  }

  .avatar {
    display: flex;
    right: 25%;
    position: fixed;
    z-index: 1;
  }

  .dropdown-toggle::after {
    content: none;
  }

  .notifications {
    display: flex;
    left: 5%;
    position: fixed;
  }

  .dropdown-menu {
    left: -70% !important;
    z-index: 4;
  }

  .sidebar-card {
    margin-top: -25px;
    width: 100%;
  }

  .hidden-xs {
    display: none;
  }

  .btn-toggle-pa-mobile {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    background-color: inherit;
  }

  .btn-toggle-pa-mobile::before {
    transform: rotate(-270deg);
    margin-left: auto;
    margin-right: auto;

  }


  .btn-toggle-pa-mobile[aria-expanded="true"]::before {
    transform: rotate(-90deg);

  }

  .btn-toggle-pa-mobile:hover,
  .btn-toggle-pa-mobile:focus {
    background-color: transparent;
  }

  .col-6 {
    width: 100%;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  .col-sm-5 {
    width: fit-content !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .needs-validation {
    max-width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }

  .chatWindow {
    display: none;
  }
}

.overlay {
  position: fixed;
  display: contents;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}

.smallText {
  font-size: 0.7rem;
}

/*.card {*/
/*  width: 100%;*/
/*}*/

.card .form-control-plaintext {
  font-size: 0.9rem;
  font-weight: 500;
}

.card label {
  max-width: 150px;
  word-wrap: break-word; /* starsza właściwość */
  overflow-wrap: break-word;
}

.table-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #C9C9CC;
  align-items: center;
  z-index: 1;
}

.table-header-title {
  font-weight: bold;
}

.error-page {
  font-weight: bold;
  font-size: xxx-large;
  text-align: center;
  padding: 10px;
  border: 1px solid white;
  background: red;
  color: white;
}

.alert {
  /*background-color: #fff;*/
  border: unset;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(22, 22, 22, .12);
  color: #383536;
  margin-bottom: 20px;
  min-height: 37px;
  padding: 10px 10px 10px 30px;
  text-shadow: none;
}

.alert.alert-info {
  border-left: 6px solid #4eb3fd!important;
}

td {
  word-wrap: break-word; 
  overflow-wrap: break-word!important; 
  max-width: 200px!important;
}

.modal .inputData .input-group .alert-div {
  overflow-wrap: break-word !important;
  max-width: 100% !important;
}

/* STICKY HEADERS dla nagłówków tabel */
.sticky-headers th {
  position: sticky;
  top: 0;
}

/*Fix na przesunięcie w lewo wierszu z nagłówkami */
.table.sticky-headers {
  border-collapse: separate;
  border-spacing: 0;
  padding: 0 0 0 0.1px !important;
}