.btn-close {
  filter: invert(100%);
}
.btn-close:hover {
  filter: invert(100%);
}

.modal-body {
  overflow-x: hidden;
  word-wrap: break-word;
}

.modal {
  overflow-x: hidden;
}

.color-white {
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.color-black {
  color: #343a40 !important;
}

.bg-black {
  background-color: #343a40 !important;
}

.color-colorSecondary {
  color: #00AAD7 !important;
}

.bg-colorSecondary {
  background-color: #00AAD7 !important;
}

.color-colorPrimary {
  color: #015677 !important;
}

.bg-colorPrimary {
  background-color: #015677 !important;
}

.color-darkBootstrap {
  color: #222529 !important;
}

.bg-darkBootstrap {
  background-color: #222529 !important;
}

body {
  background-color: #343a40;
  color: #ffffff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  max-width: 100vw;
}
body.registration {
  background-color: #ffffff;
  color: #343a40;
}

a {
  color: #ffffff;
}

.content {
  margin: 10px 10px 10px 260px;
}

h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
h2::before, h2::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #ffffff;
}
h2::before {
  margin-right: 1rem;
}
h2::after {
  margin-left: 1rem;
}

body::-webkit-scrollbar {
  width: 12px;
}

body:not(.registration):state(webkit-scrollbar) {
  width: 12px;
}
body:not(.registration):state(webkit-scrollbar-track) {
  background: #222529;
}
body:not(.registration):state(webkit-scrollbar-thumb) {
  background-color: #00AAD7;
  border-radius: 20px;
  border: 3px solid #222529;
}

*:not(body.registration) {
  scrollbar-width: thin;
  scrollbar-color: #00AAD7 #222529;
}
*:not(body.registration):state(webkit-scrollbar) {
  width: 12px;
}
*:not(body.registration):state(webkit-scrollbar-thumb) {
  background-color: #00AAD7;
  border-radius: 20px;
  border: 3px solid #222529;
}
*:not(body.registration):state(webkit-scrollbar-track) {
  background: #222529;
}

.editor {
  height: 200px;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #015677;
  height: 200px;
  margin-bottom: 10px;
}

.ql-toolbar {
  background-color: #fff;
  border: 1px solid #015677;
}
.ql-toolbar button,
.ql-toolbar select {
  background-color: #015677;
  color: #343a40;
}
.ql-toolbar button:hover,
.ql-toolbar select:hover {
  background-color: #015677;
}

.ql-editor {
  color: #343a40;
}
.ql-editor.ql-blank::before {
  color: #aaa;
}

form .ql-container {
  height: auto;
  min-height: 200px;
}

.table-wrapper {
  overflow: scroll;
}

#participants-table {
  min-width: 125vw;
}

.bootstrap-table .fixed-table-toolbar .search {
  min-width: 50%;
}
.bootstrap-table .fixed-table-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: auto;
}
.bootstrap-table .fixed-table-pagination .float-left {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  grid-gap: 2rem;
}
.bootstrap-table .fixed-table-pagination ul.pagination {
  margin: 0;
}

.table-itinerary td {
  align-content: center;
}

.nav-link {
  color: #ffffff;
}
.nav-link:hover {
  background-color: #00AAD7;
}
.nav-link.active {
  background-color: #015677;
}

aside {
  width: 250px;
  transition: margin-left 0.3s;
  overflow-y: scroll;
}

.nav-link.active,
.nav-link:hover {
  color: #ffffff;
  font-weight: bold;
}

.btn-add {
  float: right;
  min-width: 40%;
  text-transform: uppercase;
  font-weight: bold;
}

.link-primary {
  cursor: pointer;
}

.accordion-header::before, .accordion-header::after {
  margin: 0;
}

@media (max-width: 991.98px) {
  aside {
    display: none;
  }
  .content {
    margin-left: 0;
  }
}
body.registration form #participants-section .participant h4 {
  background-color: #015677;
  padding: 0.5rem;
  text-align: center;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  color: #ffffff;
}
body.registration #totalPriceBlock {
  position: fixed;
  bottom: 2.5%;
  right: 0;
  width: 10%;
  margin: 0 1.25%;
  padding: 1.5rem;
  font-size: 1.5rem;
  border-radius: 10px;
  background-color: #015677;
  color: #ffffff;
}
body.registration #totalPrice {
  color: yellow;
}

/*# sourceMappingURL=style.css.map */
