body {
  background-color: #fff;
  background: url(https://cdn5.dcbstatic.com/files/a/a/aacn_docebosaas_com/userfiles/13032/aas.com/lms/Web_Images/backgroundimage.png)
    no-repeat center center fixed;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}
.modal-window {
  background: rgba(255, 255, 255, 0.9);
  width: 620px;
  border-radius: 8px;
  margin: 50px auto !important;
}

/** NewBranch **/
.modal-window .scroll {
  height: 180px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  background: transparent;
}
.modal-window .half-width-text {
  display: inline-block;
  width: calc(50% - 20px);
}
.modal-window .half-width-text:nth-of-type(1) {
  margin-right: 20px !important;
}
.modal-window .docebo-textfield.padding-bt3 {
  padding: 0px 0 30px 0;
}
.modal-window .docebo-textfield.padding-none {
  padding: 0;
}
.modal-window .widget-tree.widget-tree__breadcrumbs {
  margin-top: 0;
  margin-bottom: 0;
}
.modal-window .widget-tree__breadcrumbs > ul > li .item-label span {
  font-size: 12px;
}
.modal-window .widget-tree .list-ul {
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1;
}
.modal-window .users-rightpanel .section-new-branch .selected-tree {
  min-height: auto;
}
.modal-window .docebo-button.submit-btn {
  width: 100%;
  background-color: #2bc4d9;
  border-radius: 6px;
  color: #fff;
  transition: all 0.5s ease;
  text-transform: uppercase;
  border-bottom: 3px solid #0d97a7;
}
.modal-window .docebo-button.submit-btn:hover {
  background-color: #0d97a7;
  color: #fff;
}
.modal-window label.btn-outline-primary {
  border-color: #0068d9;
  color: #0068d9;
}
.modal-window .btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: #fff;
  background-color: #0068d9;
  border-color: #005ec3;
}
.modal-window label.btn-outline-primary:hover {
  background-color: #014983 !important;
  border-color: #014983 !important;
  color: #fff !important;
}
.modal-window .btn-group {
  width: 100%;
}
.modal-window .btn-outline-primary {
  max-width: 170px;
}
.modal-window .docebo-textfield.search-field {
  padding-top: 10px;
}
.modal-window .users-rightpanel .section-content-alt .subtitle {
  padding: 0 24px 5px;
}
.modal-window .widget-tree h5 {
  padding: 0px 25px;
}
.modal-window #back_to h5 {
  padding-bottom: 8px;
}
.modal-window
  .router-outlet:not(.direction-rtl):not(.heracles-root)
  .widget-tree__body
  .list-items
  > li {
  padding: 2px 25px 8px 35px;
}
.modal-window .widget-tree__body .list-items.list-radio > li,
.widget-tree__body .list-items > li {
  height: 32px;
}
.modal-window .users-rightpanel .section-new-branch .selected-tree {
  padding: 0px 19px;
}
.modal-window .mdl-rightpanel__foot {
  height: auto;
  padding: 12px 20px;
}
/** SSOPage **/
.padding-30 {
  padding: 30px;
}
.modal-window .custom-button {
  width: 100%;
  background-color: #2bc4d9;
  border-radius: 6px;
  color: #fff;
  transition: all 0.5s ease;
  border-color: #2bc4d9;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 3px solid #0d97a7;
}
.modal-window .custom-button:hover {
  background-color: #0d97a7;
  border-color: #0d97a7;
  color: #fff;
  text-decoration: none;
}

.modal-window p.descriptive-text {
  font-size: 1.5em;
  color: #000;
  text-align: center;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 20px;
}
.modal-window main.button-page {
  text-align: center;
}
.modal-window .button-ico {
  height: 125px;
  width: auto;
  margin-bottom: 20px;
}
/** MappingsPage **/
.modal-window.mappings {
  padding: 30px;
  width: 800px;
}
.modal-window h3.subtitle {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}
.modal-window thead,
.modal-window th {
  background: #0068d9;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-color: #0068d9;
}
.modal-window table {
  background: #fff;
}
.modal-window tr {
  border-style: none;
}
.modal-window .bdr {
  border-radius: 6px;
  overflow: hidden;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.5));
}
.btn-group.checkboxes{
  display:inline-block;
}
.btn-group.checkboxes .check-label{
  margin-right:20px;
}