/* Import Beacon Bootstrap Customisations */
@import 'beacon-bootstrap.css';
@import 'fonts.css';
/* Variables */
/* General */
a:hover, button:hover {
  cursor: pointer;
}

.hide-me {
  display: none !important;
}

.collapse {
  display: none;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.collapse.show {
  display: block;
  height: auto;
  transition: all 0.5s ease-in-out;
}

.clickable:hover {
  cursor: pointer;
}

/* Icons */
.material-icons.mi-sm {
  font-size: 12px;
}

.material-icons.mi-md {
  font-size: 18px;
}

.material-icons.mi-lg {
  font-size: 36px;
}

.icon-row:hover {
  text-decoration: none;
}

.icon-row span {
  margin-left: 5px;
}

/* Structure */
.navbar {
  padding: 0;
  padding-right: 12px;
  background: #102A43;
}

.navbar-nav a {
  display: block;
  width: 54px;
  text-align: center;
  padding: 15px 12px;
  color: rgb(255, 255, 255);
}

.navbar-nav a:hover {
  text-decoration: none;
  color: #2CA;
}

.navbar-nav a span {
  display: block;
}

#BN-resource-lib .btn-light {
  background-color: #FADB5F;
  border-color: #FADB5F;
}

#BN-resource-lib .btn-light:hover {
  background-color: #F7C948;
}

#BN-resource-lib .btn-light:disabled {
  cursor: default;
}

#BN-canvas {
  border-top-left-radius: 5px;
  width: calc(100% - 54px);
  background: #fff;
  position: relative;
  left: 54px;
  transition: left 0.65s ease-in;
}

#editor {
  margin-top: 54px;
  background: #FFF;
}

iframe {
  width: 100%;
  height: 100vh;
  border: none;
}

.sketch-picker {
  width: 225px !important;
  padding: 6px 10px 10px 10px !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  box-shadow: none !important;
}

/* BN-Live Edit Bar*/
.BN-live {
  margin-top: 54px;
  margin-left: 54px;
}

.BN-live-edit-bar {
  position: fixed;
  top: 0px;
  background: #0E2942;
  width: 100%;
  padding: 0;
  z-index: 1040;
  display: block;
  opacity: 1;
  display: flex;
  align-content: center;
  align-items: center;
}
.BN-live-edit-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.BN-live-edit-bar span.material-icons {
  color: #fff;
}
.BN-live-edit-bar span.material-icons:hover {
  color: #2ca;
}
.BN-live-edit-bar button {
  margin-right: 1rem;
}

.vnav.BN-live-vnav {
  z-index: 1040;
}
.vnav.BN-live-vnav span.material-icons {
  color: #fff;
}
.vnav.BN-live-vnav span.material-icons:hover {
  color: #2ca;
}

/* Utility Modifications */
.pills-compact .nav-link {
  padding: 0.25rem 0.5rem;
}

.alert *:last-child {
  margin-bottom: 0 !important;
}

/* Edit Menu */
.vnav {
  position: fixed;
  z-index: 2;
  width: 54px;
  height: 100vh;
  background: #102A43;
}

.vnav ul {
  padding: 0;
}
.vnav ul li {
  list-style-type: none;
}
.vnav ul li a {
  display: block;
  width: 54px;
  text-align: center;
  padding: 15px 12px;
  color: rgb(255, 255, 255);
}
.vnav ul li a:hover {
  text-decoration: none;
  color: #2CA;
}
.vnav ul li span {
  display: block;
}

/* Modal General */
.modal {
  display: block;
}

.ReactModal__Overlay {
  z-index: 9999;
  background-color: #959697;
}

.modal-backdrop {
  background-color: #102A43;
}

.modal-backdrop.show {
  opacity: 1;
}

.BN-modal .close-modal:hover {
  cursor: pointer;
}

.BN-modal {
  top: "35%";
  left: "50%";
  right: "auto";
  bottom: "auto";
  margin-right: "-50%";
  width: "60%";
  transform: "translate(-40%, -10%)";
}

.ReactModalBody {
  width: 800px;
  margin: 0 auto;
}

#BN-save-button {
  position: fixed;
  top: 10px;
  right: 10px;
}

.modal-body .collapsing {
  margin-left: 3rem;
  margin-right: 3rem;
}

.modal-body a {
  color: hsl(160deg, 51%, 49%);
}

.modal-body a:hover {
  text-decoration: underline;
}

.modal-body a.btn.btn-primary {
  color: #fff;
}

.modal-body a.btn.btn-primary:hover {
  text-decoration: none;
}

.modal-body p {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 1.4em;
}

.modal-body label {
  color: #3dbd92;
}

.modal-body .alert.alert-info.mb-3.mb-lg-5,
.modal-body .alert.alert-info.mb-4,
.modal-body .alert.alert-info.mb-5 {
  margin-bottom: 0 !important;
  background: #102A43;
  border: none;
  padding: 0;
  padding-bottom: 2rem;
  color: #fff;
  border-radius: 0;
  font-size: 1.2rem;
}

.modal-body .alert.alert-info p {
  color: inherit;
}

.no-resources {
  background: #6F7F8E;
  padding: 2rem;
  border-radius: 5px;
}

.no-resources p:nth-of-type(2) {
  margin-bottom: 0;
}

.list-group-item {
  padding: 6px 12px;
}

.list-group-item:hover {
  background: #F5F7F9;
  border-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.list-group-item.active, .list-group-item.active:focus {
  background: #F5F7F9 url("/assets/dashv3/i/icon-check-active.png") 95% center no-repeat;
  border-color: rgba(0, 0, 0, 0.1);
  color: #22ccaa;
}

.list-group-item.active:hover {
  background: #F5F7F9 url("/assets/dashv3/i/icon-cross.png") 95% center no-repeat;
  border-color: rgba(0, 0, 0, 0.1);
  color: #E85656;
}

/* Modal Standard */
.modal-dialog.modal-standard .modal-content {
  border: none;
  border-radius: 0;
  background: transparent;
}
.modal-dialog.modal-standard .modal-header {
  border-radius: 0;
  border: none;
  background: #102A43;
  padding: 0 0 1rem 0;
}
.modal-dialog.modal-standard .modal-header .close {
  text-shadow: none;
  color: rgba(255, 255, 255, 0.7);
}
.modal-dialog.modal-standard .modal-header .close:hover {
  color: rgb(255, 255, 255);
}
.modal-dialog.modal-standard .modal-footer {
  border-radius: 0;
  border: none;
  background: #102A43;
}
.modal-dialog.modal-standard .modal-body {
  border-radius: 5px;
  padding: 0;
}
.modal-dialog.modal-standard .modal-body h6 {
  color: hsl(160deg, 51%, 49%);
}
.modal-dialog.modal-standard .modal-body h6 a {
  color: hsl(160deg, 51%, 49%);
}
.modal-dialog.modal-standard .modal-body h6 a:hover {
  text-decoration: none;
}

/* Manage Modal*/
#manageModal {
  /* Refine Resources */
}
#manageModal .modal-body.p-3.p-lg-5.rounded-lg {
  padding: 0 !important;
}
#manageModal .bulk-actions {
  background: #EFF7FC;
  border-radius: 5px;
  transition: opacity 0.5s;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 2rem;
}
#manageModal .bulk-actions h4 {
  color: #41525D;
  font-weight: bold;
  display: none;
}
#manageModal .bulk-actions p {
  display: none;
}
#manageModal .bulk-actions .form-group {
  margin-bottom: 0;
}
#manageModal .bulk-actions .col-md-4:last-of-type {
  text-align: right;
}
#manageModal .bulk-actions .btn.btn-danger {
  padding: 10px !important;
}
#manageModal .bulk-actions .card button {
  color: #495057;
  width: 100%;
  text-align: left;
  padding: 10px;
}
#manageModal .bulk-actions .card button:focus {
  outline: none;
}
#manageModal .bulk-actions .card-body {
  padding: 0;
}
#manageModal .bulk-actions .card-body ul {
  list-style-type: none;
}
#manageModal .bulk-actions .list-group li:first-of-type input {
  border: 1px solid #ececec !important;
  padding: 10px;
  width: 100%;
  font-size: 1.1rem;
}
#manageModal .bulk-actions .list-group + button {
  display: block;
  width: 100%;
  background: #23cdab;
  color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-align: center;
}
#manageModal .bulk-actions .list-group + button:hover {
  background: hsl(166deg, 72%, 28%);
}
#manageModal .bulk-actions .form-group .accordion button span.material-icons {
  position: absolute;
  right: 10px;
  top: 10px;
}
#manageModal .pt-3.pl-3.pr-3.pb-2.border.border-bottom-0 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: none !important;
  background: #EFFCF6;
  padding: 12px 10px;
}
#manageModal .pt-3.pl-3.pr-3.pb-2.border.border-bottom-0 label {
  font-family: "sofiapro-semibold", "arial", sans-serif;
  color: #014D40;
}
#manageModal .pt-3.pl-3.pr-3.pb-2.border.border-bottom-0 button {
  padding: 0;
}
#manageModal .pt-3.pl-3.pr-3.pb-2.border.border-bottom-0 h6.h5 {
  display: flex;
  color: hsl(160deg, 51%, 49%);
  font-family: "sofiapro-regular", "arial", sans-serif;
  font-size: 1.2rem;
}
#manageModal .pt-3.pl-3.pr-3.pb-2.border.border-bottom-0 h6.hs span {
  position: relative;
  top: 5px;
}
#manageModal .pt-3.pl-3.pr-3.pb-2.border.border-bottom-0 h6 {
  color: #014D40;
  font-family: "sofiapro-semibold";
  font-size: 1rem;
}
#manageModal .pt-3.pl-3.pr-3.pb-2.border.border-bottom-0 .nav-item {
  margin-right: 5px;
}
#manageModal .pt-3.pl-3.pr-3.pb-2.border.border-bottom-0 .nav-link {
  color: #014D40;
}
#manageModal .pt-3.pl-3.pr-3.pb-2.border.border-bottom-0 .nav-link.active {
  background: hsl(160deg, 51%, 49%);
  color: #fff;
}
#manageModal .pt-3.pl-3.pr-3.pb-2.border.border-bottom-0 .nav-link.active:hover {
  text-decoration: none;
}
#manageModal .pt-3.pl-3.pr-3.pb-2.border.border-bottom-0 input {
  border: none;
  padding: 12px 10px;
}
#manageModal .pt-3.pl-3.pr-3.pb-2.border.border-bottom-0 .collapsing {
  margin-left: 0;
  margin-right: 0;
}
#manageModal .accordion .card {
  border: none;
  background: transparent;
}
#manageModal .bulk-actions[disabled] {
  pointer-events: none;
  opacity: 0.5;
}
#manageModal .collapse.show .list-group, #manageModal .collapsing .list-group {
  padding-bottom: 10px;
  background: #fff;
}
#manageModal .collapse.show .list-group li:first-child, #manageModal .collapsing .list-group li:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: flex;
  justify-content: space-between;
  padding: 0.75rem;
  cursor: default !important;
}
#manageModal .collapse.show .list-group li:first-child span:hover, #manageModal .collapsing .list-group li:first-child span:hover {
  cursor: pointer;
}
#manageModal .collapse.show .list-group li:first-child .material-icons, #manageModal .collapsing .list-group li:first-child .material-icons {
  padding-right: 0;
  top: 5px;
}
#manageModal .collapse.show .list-group-item:first-of-type:hover, #manageModal .collapsing .list-group-item:first-of-type:hover {
  background-color: #fff;
}
#manageModal .collapse.show .list-group-item, #manageModal .collapsing .list-group-item {
  padding: 6px 0.75rem;
  border: none;
}
#manageModal .collapse.show .list-group-item input, #manageModal .collapsing .list-group-item input {
  border: 1px solid #ececec !important;
  padding: 6px 8px;
  color: #666;
}
#manageModal .collapse.show .list-group-item input:hover, #manageModal .collapsing .list-group-item input:hover {
  cursor: text;
}
#manageModal .collapse.show .list-group li span.material-icons, #manageModal .collapsing .list-group li span.material-icons {
  vertical-align: middle;
  padding-right: 0.5rem;
  position: relative;
  color: #3dbd92;
  opacity: 1;
  top: -2px;
}
#manageModal .collapse.show .list-group-item span.material-icons:nth-of-type(2), #manageModal .collapsing .list-group-item span.material-icons:nth-of-type(2) {
  padding-right: 0;
  top: 2px;
  color: #ccc;
}
#manageModal .collapse.show .list-group-item span.material-icons:nth-of-type(2):hover, #manageModal .collapsing .list-group-item span.material-icons:nth-of-type(2):hover {
  color: #E85656;
}
#manageModal .collapse.show .list-group-item:hover, #manageModal .collapsing .list-group-item:hover {
  cursor: pointer;
}
#manageModal .collapse.show .list-group-item button, #manageModal .collapsing .list-group-item button {
  padding: 0;
}
#manageModal .collapse.show .list-group-item button span.material-icons, #manageModal .collapsing .list-group-item button span.material-icons {
  margin: 0 0 0 10px !important;
  padding-right: 0 !important;
}
#manageModal .table-manage {
  table-layout: fixed;
}
#manageModal .table-manage tr td,
#manageModal .table-manage tr th {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#manageModal .table-manage thead {
  background: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#manageModal .table-manage thead tr th {
  border-top: none;
}
#manageModal .table-manage thead tr th:nth-child(1) {
  width: 48px;
}
#manageModal .table-manage thead tr th:nth-child(2) {
  width: 48px;
}
#manageModal .table-manage thead tr th:nth-child(3) {
  width: 48px;
}
#manageModal .table-manage thead tr th:nth-child(5) {
  width: 48px;
}
#manageModal .table-manage thead tr th:nth-child(6) {
  width: 48px;
}
#manageModal .table-manage tbody {
  background: #fff;
}
#manageModal .table-manage tbody tr td:nth-child(1) {
  text-align: center;
}
#manageModal .table-manage tbody tr td:nth-child(2) {
  cursor: grab;
  border-left: none;
}
#manageModal .table-manage tbody tr td:nth-child(2):active {
  cursor: grabbing;
}
#manageModal .table-manage tbody tr td:nth-child(3) {
  cursor: pointer;
}
#manageModal .table-manage tbody tr td:nth-child(3):hover {
  color: #23cdab;
}
#manageModal .table-manage tbody tr td:nth-child(5) {
  cursor: pointer;
}
#manageModal .table-manage tbody tr td:nth-child(5):hover {
  color: #23cdab;
}
#manageModal .table-manage tbody tr td:nth-child(6) {
  cursor: pointer;
}
#manageModal .table-manage tbody tr td:nth-child(6):hover {
  color: #E85656;
}
#manageModal .table-manage tbody tr:nth-last-of-type(2) td:first-of-type {
  border-bottom-left-radius: 5px;
}
#manageModal .table-manage tbody tr:nth-last-of-type(2) td:last-of-type {
  border-bottom-right-radius: 5px;
}
#manageModal .table-manage tbody tr:last-of-type td {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#manageModal .table-manage tbody td span.truncate div {
  display: none;
}
#manageModal .table-manage tbody tr[data-editform] td:nth-child(1) {
  text-align: left;
}
#manageModal .table-manage tbody tr[data-editform]:hover {
  color: #014D40;
}
#manageModal .table-manage tbody tr[data-editform]:active {
  cursor: default;
}
#manageModal .table-manage tbody tr[data-editform] span.material-icons {
  display: inline !important;
}
#manageModal .table-manage tbody tr[data-editform] td:nth-child(1):active {
  cursor: default;
}
#manageModal .table-manage tbody tr[data-editform] td {
  cursor: default;
  background: #EFFCF6;
  overflow: visible;
}
#manageModal .table-manage tbody tr[data-editform] td input, #manageModal .table-manage tbody tr[data-editform] td textarea {
  border: none;
  padding: 12px 10px;
  font-size: 1.1rem;
}
#manageModal .table-manage tbody tr[data-editform] td input,
#manageModal .table-manage tbody tr[data-editform] td .text-editor-controls,
#manageModal .table-manage tbody tr[data-editform] td .text-editor,
#manageModal .table-manage tbody tr[data-editform] td .card {
  border: 1px solid #D6EAE2;
}
#manageModal .table-manage tbody tr[data-editform] td .text-editor-controls {
  border-bottom: none;
}
#manageModal .table-manage tbody tr[data-editform] td label {
  color: #014D40;
  font-size: 1.1rem;
}
#manageModal .table-manage tbody tr[data-editform] .btn-link {
  color: #014D40;
}
#manageModal .table-manage tbody tr[data-editform] .accordion > .card {
  overflow: visible !important;
}
#manageModal .table-manage tbody tr[data-editform] .accordion .card {
  background: #fff;
  border: 1px solid #D6EAE2;
}
#manageModal .table-manage tbody tr[data-editform] .accordion .collapse {
  width: calc(100% + 2px);
  position: absolute;
  top: 40px;
  left: -1px;
  max-height: 50vh;
  overflow-y: scroll;
  margin-left: 0;
  margin-right: 0;
  z-index: 1;
  border: 1px solid #D6EAE2;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#manageModal .table-manage tbody tr[data-editform] .accordion .collapsing {
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  top: 40px;
  z-index: 1;
  max-height: 275px;
  border: 1px solid #D6EAE2;
}
#manageModal .table-manage tbody tr[data-editform] .accordion input {
  flex-basis: 100%;
  padding: 10px;
}
#manageModal .table-manage tbody tr[data-editform] .accordion button {
  padding: 0 0.75rem;
}
#manageModal .table-manage tbody tr[data-editform] .accordion button input {
  border: none;
  padding-left: 0;
  width: calc(100% - 24px);
  overflow: hidden;
  text-overflow: ellipsis;
}
#manageModal .table-manage tbody tr[data-editform] .accordion button span {
  margin: 4px 10px 0 0;
}
#manageModal .table-manage tbody tr[data-editform] #resource-description {
  min-height: 190px;
}
#manageModal .table-manage tbody tr[data-editform] .thumb {
  position: relative;
  padding: 20px 20px 64px 20px;
  border-radius: 5px;
  background: rgba(1, 77, 64, 0.1);
  text-align: center;
  cursor: pointer;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #014d40;
}
#manageModal .table-manage tbody tr[data-editform] .thumb:hover:before {
  color: #23cdab;
}
#manageModal .table-manage tbody tr[data-editform] .thumb:before {
  content: "Change Thumbnail";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #d6eae4;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
#manageModal .table-manage tbody .tr[data-editform] .thumb img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
#manageModal .table-bordered tr:nth-last-of-type(2) td {
  border-bottom: none !important;
}
#manageModal .table tr[data-editform] {
  background: #FFF;
}
#manageModal .table tr[data-editform] legend {
  color: hsl(160deg, 51%, 49%);
}
#manageModal .table tr[data-editform] td {
  white-space: normal;
}
#manageModal .table tr[data-editform] .bg-light h6 {
  font-size: 1.2rem;
  margin-bottom: 1.1rem;
}
#manageModal .table tr[data-editform]:hover {
  background: #fff;
}
#manageModal .table tr[data-resource].hover {
  border-bottom: 3px solid #23CDAB;
}

.optin-settings {
  background: #fff;
  padding: 2rem;
  margin: 1rem 0 2rem 0;
  border: 1px solid #D6EAE4;
  border-radius: 5px;
}

/* Add Choice Modal */
#addChoiceModal .modal-body.p-3.p-lg-5.rounded-lg {
  padding: 0 !important;
  margin-bottom: 80px;
}
#addChoiceModal .modal-body .collapsing {
  margin: 0;
}
#addChoiceModal a.stretched-link * {
  color: #666;
}
#addChoiceModal a.stretched-link.hover * {
  color: #3dbd92;
}
#addChoiceModal a.stretched-link:hover {
  text-decoration: none;
}
#addChoiceModal a.stretched-link .material-icons {
  color: hsl(160deg, 51%, 49%);
}
#addChoiceModal p {
  margin-bottom: 0;
  font-size: 1.2rem;
}
#addChoiceModal a.stretched-link:hover p {
  color: hsl(160deg, 51%, 49%);
}
#addChoiceModal .accordion .card {
  border: none;
  background: transparent;
}
#addChoiceModal .modal-body.p-3.p-lg-5.rounded-lg.optin-modal .row {
  background: #fff;
}
#addChoiceModal .modal-body.p-3.p-lg-5.rounded-lg.optin-modal .row:nth-of-type(1) .col:nth-of-type(1),
#addChoiceModal .modal-body.p-3.p-lg-5.rounded-lg.optin-modal .row:nth-of-type(1) .col:nth-of-type(2),
#addChoiceModal .modal-body.p-3.p-lg-5.rounded-lg.optin-modal .row:nth-of-type(1) .col:nth-of-type(3) {
  border-bottom: 1px solid #dee2e6;
}
#addChoiceModal .modal-body.p-3.p-lg-5.rounded-lg.optin-modal .row:first-of-type {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}
#addChoiceModal .modal-body.p-3.p-lg-5.rounded-lg.optin-modal .row:nth-last-of-type(2) {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
#addChoiceModal .modal-body.p-3.p-lg-5.rounded-lg.optin-modal .row:last-of-type {
  background: transparent;
}
#addChoiceModal .pt-3.pl-3.pr-3.pb-2.border.border-bottom-0 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: none !important;
  background: #EFFCF6;
}
#addChoiceModal .pt-3.pl-3.pr-3.pb-2.border.border-bottom-0 label {
  font-family: "sofiapro-semibold", "arial", sans-serif;
  color: #014D40;
}
#addChoiceModal .pt-3.pl-3.pr-3.pb-2.border.border-bottom-0 button {
  padding: 0;
}
#addChoiceModal .pt-3.pl-3.pr-3.pb-2.border.border-bottom-0 h6.h5 {
  display: flex;
  color: hsl(160deg, 51%, 49%);
  font-family: "sofiapro-regular", "arial", sans-serif;
  font-size: 1.2rem;
}
#addChoiceModal .pt-3.pl-3.pr-3.pb-2.border.border-bottom-0 h6.hs span {
  position: relative;
  top: 5px;
}
#addChoiceModal .pt-3.pl-3.pr-3.pb-2.border.border-bottom-0 h6 {
  color: #014D40;
  font-family: "sofiapro-semibold";
  font-size: 1rem;
}
#addChoiceModal .pt-3.pl-3.pr-3.pb-2.border.border-bottom-0 .nav-item {
  margin-right: 5px;
}
#addChoiceModal .pt-3.pl-3.pr-3.pb-2.border.border-bottom-0 .nav-link {
  color: #014D40;
}
#addChoiceModal .pt-3.pl-3.pr-3.pb-2.border.border-bottom-0 .nav-link.active {
  background: hsl(160deg, 51%, 49%);
  color: #fff;
}
#addChoiceModal .pt-3.pl-3.pr-3.pb-2.border.border-bottom-0 .nav-link.active:hover {
  text-decoration: none;
}
#addChoiceModal .pt-3.pl-3.pr-3.pb-2.border.border-bottom-0 input {
  border: none;
  padding: 12px 10px;
}
#addChoiceModal .pt-3.pl-3.pr-3.pb-2.border.border-bottom-0 {
  border: none;
  padding: 12px 10px;
}
#addChoiceModal .hubspot-connect, #addChoiceModal .hubspot-info {
  background: #fff;
  padding: 3rem;
  border-radius: 5px;
}
#addChoiceModal .hubspot-connect button, #addChoiceModal .hubspot-info button {
  margin-top: 1rem;
}
#addChoiceModal .hubspot-connect form.add-new-resource, #addChoiceModal .hubspot-info form.add-new-resource {
  padding: 0;
}
#addChoiceModal .hubspot-connect form.add-new-resource .table, #addChoiceModal .hubspot-info form.add-new-resource .table {
  background: #fff;
  margin-top: 2rem;
  border: 1px solid #ececec;
}
#addChoiceModal .hubspot-connect form.add-new-resource .table tr th:last-of-type, #addChoiceModal .hubspot-info form.add-new-resource .table tr th:last-of-type {
  text-align: center;
}
#addChoiceModal .hubspot-connect form.add-new-resource .table tr td:last-of-type, #addChoiceModal .hubspot-info form.add-new-resource .table tr td:last-of-type {
  text-align: center;
}
#addChoiceModal .hubspot-connect form.add-new-resource .table tr th:first-of-type, #addChoiceModal .hubspot-info form.add-new-resource .table tr th:first-of-type {
  text-align: center;
}
#addChoiceModal .hubspot-connect form.add-new-resource .table tr td:first-of-type, #addChoiceModal .hubspot-info form.add-new-resource .table tr td:first-of-type {
  text-align: center;
}
#addChoiceModal .hubspot-connect form.add-new-resource .table a:hover, #addChoiceModal .hubspot-info form.add-new-resource .table a:hover {
  text-decoration: none;
}
#addChoiceModal .BN-upload-wrapper {
  width: 100%;
  margin: 2rem 0;
  border-radius: 5px;
  background: #EFFCF6;
}
#addChoiceModal .BN-upload-wrapper button.upload {
  display: none;
}
#addChoiceModal .BN-upload-wrapper .alert {
  margin-bottom: 0;
}
#addChoiceModal .BN-upload-wrapper table {
  width: 100%;
  color: #014d40;
}
#addChoiceModal .BN-upload-wrapper table tr {
  border-bottom: 1px solid rgba(1, 77, 64, 0.1);
}
#addChoiceModal .BN-upload-wrapper table tr td {
  padding: 1rem;
}
@media (max-width: 575.98px) {
  #addChoiceModal .row {
    margin-left: 0;
    margin-right: 0;
  }
  #addChoiceModal .col {
    flex-basis: 100%;
  }
  #addChoiceModal .col.border-right.text-center.p-3.p-lg-5 {
    border-top-right-radius: 5px !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0 !important;
    border-right: none;
    border-bottom: 1px solid #ececec;
    padding: 2rem !important;
  }
  #addChoiceModal .col.text-center.p-3.p-lg-5 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    padding: 2rem !important;
  }
}
#addChoiceModal .table-add {
  table-layout: fixed;
  background: #fff;
}
#addChoiceModal .table-add tr td,
#addChoiceModal .table-add tr th {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#addChoiceModal .table-add thead {
  background: #fff;
}
#addChoiceModal .table-add thead tr th {
  border-top: none;
}
#addChoiceModal .table-add thead tr th:nth-child(1) {
  width: 48px;
  text-align: center;
}
#addChoiceModal .table-add thead tr th:nth-child(3) {
  width: 100px;
}
#addChoiceModal .table-add thead tr th:nth-child(4) {
  width: 250px;
}
#addChoiceModal .table-add thead tr th:nth-child(5) {
  width: 200px;
}
#addChoiceModal .table-add thead tr th:nth-child(6) {
  width: 48px;
}
#addChoiceModal .table-add tbody {
  background: #fff;
}
#addChoiceModal .table-add tbody tr td:nth-child(1) {
  text-align: center;
}
#addChoiceModal .table-add tbody tr td:nth-child(6) a:hover {
  color: #3dbd92;
}
#addChoiceModal .table-add tbody tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 5px;
}
#addChoiceModal .table-add tbody tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 5px;
}
#addChoiceModal .no-resources p {
  margin-bottom: 1.4em;
}
#addChoiceModal .no-resources p:nth-of-type(2) {
  margin-bottom: 0;
}

/* Add Modal */
#addModal .modal-body {
  margin-bottom: 71px;
}
#addModal .modal-body label {
  font-family: "sofiapro-bold";
}
#addModal .modal-body #resource-refine h6 {
  color: #666;
  font-family: "sofiapro-bold";
}
#addModal .modal-body a.nav-link {
  color: #666;
}
#addModal .modal-body a.nav-link:hover {
  color: #007BFF;
}
#addModal .modal-body a.nav-link.active {
  color: #FFF !important;
}
#addModal .modal-body .pt-3.pl-3.pr-3.pb-2.border {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: none !important;
}
#addModal .modal-body.p-3.p-lg-5 {
  padding: 0 !important;
}

/* Image Choice Modal */
#imageChoiceModal a.stretched-link * {
  color: #666;
}
#imageChoiceModal a.stretched-link:hover {
  text-decoration: none;
}
#imageChoiceModal a.stretched-link .material-icons {
  color: hsl(160deg, 51%, 49%);
}
#imageChoiceModal p {
  margin-bottom: 0;
  font-size: 1.2rem;
}
#imageChoiceModal a.stretched-link:hover p {
  color: hsl(160deg, 51%, 49%);
}

/* Image Library Modal */
#ImgLibModal .modal-header h5 {
  order: 1;
  flex-basis: 86%;
}
#ImgLibModal .modal-header .close {
  order: 3;
  flex-basis: auto;
  display: flex;
  justify-content: flex-end;
}
#ImgLibModal .modal-header .back {
  order: 2;
  flex-basis: auto;
  display: flex;
  justify-content: flex-end;
}
#ImgLibModal .modal-header .back:hover {
  color: #fff;
}
#ImgLibModal .modal-body {
  padding: 0 !important;
  background: #fff;
  border-radius: 5px;
}
#ImgLibModal .modal-item {
  padding: 3rem;
}
#ImgLibModal .BN-upload-wrapper {
  width: 100%;
}
#ImgLibModal .modal-body p {
  color: #666;
  margin-bottom: 0;
}
#ImgLibModal .modal-body a.stretched-link p {
  color: #666;
}
#ImgLibModal .modal-body a.stretched-link:hover {
  text-decoration: none;
}
#ImgLibModal .modal-body a.stretched-link:hover p {
  color: hsl(160deg, 51%, 49%);
}
#ImgLibModal .modal-body.image-gallery .ReactModalBody {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#ImgLibModal .modal-body.image-gallery .filter {
  background: #EFFCF6;
  flex-basis: 100%;
  border-top-left-radius: 0.3rem !important;
  border-top-right-radius: 0.3rem !important;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#ImgLibModal .modal-body.image-gallery .filter h4 {
  order: 1;
  flex-basis: 75%;
  color: #3dbd92;
  margin-bottom: 0;
}
#ImgLibModal .modal-body.image-gallery .filter .search {
  order: 2;
  flex-basis: 25%;
  display: flex;
  justify-content: flex-end;
}
#ImgLibModal .modal-body.image-gallery .filter .search .inner-icon {
  width: 100%;
}
#ImgLibModal .modal-body.image-gallery .filter .search input {
  border: none;
  padding: 10px 12px;
  width: 100%;
}
#ImgLibModal .modal-body.image-gallery .filter .search .icon {
  display: none;
}
#ImgLibModal .modal-body.image-gallery .filter ul.nav {
  order: 3;
  flex-basis: 100%;
}
#ImgLibModal .modal-body.image-gallery .filter ul.nav li {
  margin-right: 10px;
  padding: 3px 7px;
  border-radius: 3px;
  color: #014D40;
  cursor: pointer;
}
#ImgLibModal .modal-body.image-gallery .filter ul.nav li.title {
  font-family: "sofiapro-semibold";
  padding-left: 0;
}
#ImgLibModal .modal-body.image-gallery .filter ul.nav li.active {
  background: hsl(160deg, 51%, 49%);
  color: #fff;
}
#ImgLibModal .modal-body.image-gallery .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #ececec;
}
#ImgLibModal .modal-body.image-gallery .image-wrap h3 {
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#ImgLibModal .modal-body.image-gallery .image-wrap a:hover {
  color: hsl(160deg, 51%, 49%);
}
#ImgLibModal .modal-body.image-gallery .image-wrap img {
  background: #fff url(https://s3.amazonaws.com/cdn.beacon.by/editor/a/i/bg-cheq.png);
  max-height: 120px;
}
#ImgLibModal .modal-body.image-gallery .image-wrap img:hover {
  background-color: #999;
}
#ImgLibModal .modal-body.image-gallery .back {
  margin: 15px;
}
#ImgLibModal .modal-body.image-gallery .back:hover {
  color: hsl(160deg, 51%, 49%);
}
#ImgLibModal .modal-body.image-gallery .back i {
  position: relative;
  top: 5px;
  margin-right: 5px;
}
#ImgLibModal .ReactModalHeader {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
}
#ImgLibModal .ReactModalHeader h1 {
  order: 1;
  flex-basis: 86%;
}
#ImgLibModal .ReactModalHeader .close-modal {
  order: 3;
  flex-basis: auto;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
#ImgLibModal .ReactModalHeader .close-modal:hover {
  color: #fff;
}
#ImgLibModal .ReactModalHeader .back {
  order: 2;
  flex-basis: auto;
  display: flex;
  justify-content: flex-end;
}
#ImgLibModal .ReactModalHeader .back:hover {
  color: #fff;
}
#ImgLibModal .ReactModalHeader h1 {
  color: #23cdab;
  font-size: 1.75rem;
}
#ImgLibModal .ReactModalBody.image-edit {
  background: #fff;
  padding: 3rem;
  border-radius: 5px;
  width: auto;
}
#ImgLibModal .ReactModalBody.image-edit img {
  max-width: 100%;
}
#ImgLibModal .ReactModalBody.image-edit .col-md-8 {
  padding-left: 0;
}
#ImgLibModal .ReactModalBody.image-edit .input-group label {
  width: 100%;
}
#ImgLibModal .ReactModalBody.image-edit .delete-image:hover {
  color: #E85656;
}
#ImgLibModal .ReactModalBody.image-edit .input-group input {
  margin-bottom: 0.5rem;
}
#ImgLibModal .ReactModalBody.image-edit .input-group textarea {
  margin-bottom: 1rem;
}
#ImgLibModal .ReactModalBody.image-edit .btn-save {
  background-color: hsl(160deg, 51%, 49%);
  border-color: hsl(160deg, 51%, 49%);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  margin-top: 2rem;
  color: #fff;
}
#ImgLibModal .ReactModalBody.image-edit .btn-save:hover {
  background-color: hsl(166deg, 72%, 28%);
  border-color: hsl(160deg, 51%, 49%);
}
#ImgLibModal .BN-upload-wrapper input[type=file] {
  position: absolute;
  opacity: 0;
  left: 50%;
  width: auto;
}

/* Optin Modal */
#optinModal hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#optinModal .modal-dialog.modal-standard .modal-body {
  background: #102A43 !important;
  padding: 0 !important;
}
#optinModal .modal-body.p-3.p-lg-5.rounded-lg {
  padding: 0 !important;
  margin-bottom: 80px;
}
#optinModal .modal-body .accordion {
  background: #fff;
  border-radius: 5px;
  border: none;
}
#optinModal .modal-body p {
  color: #666;
  margin-bottom: 0;
}
#optinModal .modal-body h6 {
  margin-bottom: 0.5rem;
  text-align: left;
}
#optinModal .modal-body h6 span {
  position: relative;
  top: 2px;
}
#optinModal .modal-body .collapse-0 {
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 3rem;
  background: transparent;
}
@media (max-width: 575.98px) {
  #optinModal .modal-body .collapse-0 {
    padding: 2rem;
  }
}
#optinModal .modal-body .collapse-1 {
  border-left: none;
  border-right: none;
  padding: 3rem;
  background: transparent;
}
@media (max-width: 575.98px) {
  #optinModal .modal-body .collapse-1 {
    padding: 2rem;
  }
}
#optinModal .modal-body .collapse-2 {
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding: 3rem;
  background: transparent;
}
@media (max-width: 575.98px) {
  #optinModal .modal-body .collapse-2 {
    padding: 2rem;
  }
}
#optinModal .modal-body .collapse-0 button,
#optinModal .modal-body .collapse-1 button,
#optinModal .modal-body .collapse-2 button {
  padding: 0;
}
#optinModal .modal-body .collapse.show, #optinModal .modal-body .collapsing {
  margin-top: 1.5rem;
}
#optinModal .modal-body .collapse.show .collapse.show {
  margin-top: 0;
}
#optinModal .modal-body .collapse.show:last-child {
  margin-bottom: 0;
}
#optinModal .modal-body .collapsing {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#optinModal .modal-body .card-body {
  padding: 0;
}
#optinModal .modal-body span[data-section=integrations] .form-row {
  margin-left: 3rem;
  margin-right: 3rem;
  margin-bottom: 3rem;
}
#optinModal .modal-body input, #optinModal .modal-body textarea {
  padding: 12px 10px;
}
#optinModal .modal-body .alert h6 {
  color: #856404;
  font-size: 1.15rem;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
#optinModal .modal-body .alert p {
  font-size: 1.1rem;
  color: #856404;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
#optinModal .modal-body .custom-control-label {
  color: #666;
}
#optinModal .modal-body .form-check label {
  color: #666;
}
#optinModal .modal-body .text-editor-controls button.material-icons:nth-of-type(1),
#optinModal .modal-body .text-editor-controls button.material-icons:nth-of-type(2),
#optinModal .modal-body .text-editor-controls button.material-icons:nth-of-type(3),
#optinModal .modal-body .text-editor-controls button.material-icons:nth-of-type(4),
#optinModal .modal-body .text-editor-controls button.material-icons:nth-of-type(5) {
  display: none !important;
}
#optinModal .modal-body .text-editor-controls button {
  height: 40px;
  border-right: 1px solid #ececec;
}
#optinModal .modal-body .text-editor-controls button:hover {
  background: #f5f7f9;
  color: #014D40;
}
#optinModal form {
  background: #fff;
  border-radius: 5px;
}
#optinModal form p {
  color: #666;
}
#optinModal form .alert-warning p, #optinModal form .alert-warning .custom-control-label {
  color: #856404;
}
#optinModal form p {
  font-size: 1.1rem;
}

.modal-dialog.modal-standard .modal-body h6 .alert-warning h6 {
  font-family: "sofiapro-bold";
  margin-bottom: 1rem;
  color: #856404;
}

/* Publish Modal */
#publishModal .modal-header h5 {
  margin-right: 2rem;
}
#publishModal .modal-header .custom-control-label {
  top: 2px;
}
#publishModal .modal-header .custom-switch .custom-control-label::before {
  width: 2.5rem;
  border-radius: 1rem;
}
#publishModal .modal-header .custom-control-label::before {
  height: 1.25rem;
}
#publishModal .modal-header .custom-switch .custom-control-label::after {
  width: calc(1.25rem - 4px);
  height: calc(1.25rem - 4px);
}
#publishModal .modal-header .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #2ca;
  background-color: #2ca;
}
#publishModal .modal-header .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  border-color: #E9FBF4;
  background-color: #E9FBF4;
}
#publishModal .modal-header .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #2ca;
}
#publishModal .modal-header .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(34, 204, 170, 0.25);
}
#publishModal .modal-header .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1.2rem);
  -webkit-transform: translateX(1.2rem);
}
#publishModal .modal-body .collapsing {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#publishModal .alert-danger li {
  margin-bottom: 0.5em;
}
#publishModal .alert-danger a {
  background: #721c24;
  border-radius: 3px;
  padding: 3px 6px;
  color: #fff;
}
#publishModal .alert-danger a:hover {
  opacity: 0.5;
  text-decoration: none;
}
#publishModal .modal-body.p-3.p-lg-5.rounded-lg {
  padding: 0 !important;
  background: #fff;
}
#publishModal .modal-body.p-3.p-lg-5.rounded-lg span[data-section=urlsettings] p {
  margin-bottom: 0;
}
#publishModal .modal-body.p-3.p-lg-5.rounded-lg button {
  padding: 0;
}
#publishModal .modal-body.p-3.p-lg-5.rounded-lg button.btn.btn-primary {
  background-color: hsl(160deg, 51%, 49%);
  border-color: hsl(160deg, 51%, 49%);
  padding: 0.375rem 0.75rem;
}
#publishModal .modal-body.p-3.p-lg-5.rounded-lg button.btn.btn-primary:hover {
  background-color: hsl(166deg, 72%, 28%);
  border-color: hsl(160deg, 51%, 49%);
}
#publishModal .modal-body.p-3.p-lg-5.rounded-lg button.btn-primary:focus, #publishModal .modal-body.p-3.p-lg-5.rounded-lg button.btn-primary:active, #publishModal .modal-body.p-3.p-lg-5.rounded-lg button.btn-primary:disabled, #publishModal .modal-body.p-3.p-lg-5.rounded-lg button.btn-primary:not(:disabled):not(.disabled):active {
  background-color: hsl(166deg, 72%, 28%);
  border-color: hsl(160deg, 51%, 49%);
  box-shadow: 0 0 0 0.2rem rgba(35, 205, 171, 0.5);
}
#publishModal .modal-body.p-3.p-lg-5.rounded-lg p {
  color: #666;
  margin-bottom: 0;
}
#publishModal .modal-body.p-3.p-lg-5.rounded-lg h6 {
  margin-bottom: 0.5rem;
  text-align: left;
  text-transform: capitalize;
}
#publishModal .modal-body.p-3.p-lg-5.rounded-lg h6 span {
  position: relative;
  top: 2px;
}
#publishModal .modal-body.p-3.p-lg-5.rounded-lg h6:nth-of-type(2) {
  border-top: 1px solid #ececec;
  margin-top: 3rem;
  padding-top: 3rem;
}
#publishModal .modal-body.p-3.p-lg-5.rounded-lg .card {
  border-top: 1px solid #ececec;
  border-left: none;
  border-right: none;
  padding: 3rem 3rem 2.25rem 3rem;
}
@media (max-width: 575.98px) {
  #publishModal .modal-body.p-3.p-lg-5.rounded-lg .card {
    padding: 2rem;
  }
}
#publishModal .modal-body.p-3.p-lg-5.rounded-lg .card:first-of-type {
  border-top: none;
}
#publishModal .modal-body.p-3.p-lg-5.rounded-lg .card-body {
  padding: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 1.25rem;
}
#publishModal .modal-body.p-3.p-lg-5.rounded-lg .collapse.show, #publishModal .modal-body.p-3.p-lg-5.rounded-lg .collapsing {
  margin-top: 1.5rem;
}
#publishModal .modal-body.p-3.p-lg-5.rounded-lg .collapse.show .collapse.show {
  margin-top: 0;
}
#publishModal .modal-body.p-3.p-lg-5.rounded-lg .collapse.show:last-child {
  margin-bottom: 0;
}
#publishModal .modal-body.p-3.p-lg-5.rounded-lg .collapsing {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#publishModal .modal-body.p-3.p-lg-5.rounded-lg .collapse.show .card-body:last-child {
  margin-bottom: 0;
}
#publishModal .modal-body.p-3.p-lg-5.rounded-lg .alert-success a {
  color: #014D40;
}
#publishModal .modal-body.p-3.p-lg-5.rounded-lg .alert.alert-success.unpublished {
  background-color: #ececec;
  border-color: #ccc;
}
#publishModal .modal-body.p-3.p-lg-5.rounded-lg .alert.alert-success.unpublished a {
  color: #999;
}
#publishModal .modal-body.p-3.p-lg-5.rounded-lg .form-group.row .col {
  padding-right: 0 !important;
}
#publishModal .modal-body.p-3.p-lg-5.rounded-lg .form-group.row .col input {
  text-align: right;
  cursor: default;
  border-bottom: 1px solid #ced4da;
  padding-right: 15px;
}
#publishModal .modal-body.p-3.p-lg-5.rounded-lg .form-group.row .col input:focus {
  outline: none;
}
#publishModal .modal-body.p-3.p-lg-5.rounded-lg .form-group.row .col-8.pl-0 input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#publishModal .modal-body.p-3.p-lg-5.rounded-lg .form-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#publishModal .modal-body.p-3.p-lg-5.rounded-lg .card-body span .form-group {
  margin-top: 1rem;
}
#publishModal .modal-body.p-3.p-lg-5.rounded-lg textarea.unpublished {
  cursor: not-allowed;
}
#publishModal .modal-body.p-3.p-lg-5.rounded-lg .list-group-item span.material-icons {
  cursor: pointer;
}
#publishModal .modal-body.p-3.p-lg-5.rounded-lg .list-group-item span.material-icons:hover {
  color: #E85656;
}
#publishModal .modal-footer {
  padding-left: 0;
  padding-right: 0;
}
#publishModal .modal-footer .custom-control-label {
  color: #EFFCF6;
  font-size: 1.2rem;
}
#publishModal .modal-footer .custom-control-label::before {
  top: 0.45rem;
  border-color: #fff;
}
#publishModal .modal-footer .custom-control-input:checked ~ .custom-control-label::before {
  border-color: hsl(160deg, 51%, 49%);
  background-color: hsl(160deg, 51%, 49%);
}
#publishModal .modal-footer .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #EFFCF6;
}
#publishModal .modal-footer .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(61, 189, 146, 0.25);
}
#publishModal .modal-footer .custom-switch .custom-control-label::after {
  top: calc(0.45rem + 2px);
}
#publishModal .modal-footer > * {
  margin-left: 0;
  margin-right: 0;
}

/* Individual Edit Modal */
#individualEditModal .modal-body {
  background: #fff;
  border-radius: 5px;
  padding: 3rem !important;
}
#individualEditModal legend {
  color: #3dbd92;
}
#individualEditModal .thumb {
  position: relative;
  padding: 20px;
  border-radius: 5px;
  background: rgba(1, 77, 64, 0.1);
  text-align: center;
  cursor: pointer;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#individualEditModal .thumb:hover:before {
  content: "Change Thumbnail";
  position: absolute;
  top: 0;
  left: 0;
  background: #d6eae4;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  color: #23cdab;
}
#individualEditModal .thumb img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
#individualEditModal .accordion > .card {
  overflow: visible !important;
}
#individualEditModal .accordion .card {
  border: 1px solid rgba(1, 77, 64, 0.1);
}
#individualEditModal .accordion .collapse {
  width: calc(100% + 2px);
  position: absolute;
  top: 37px;
  left: -1px;
  max-height: 275px;
  overflow-y: scroll;
  margin-left: 0;
  margin-right: 0;
  z-index: 1;
  border: 1px solid #D6EAE2;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#individualEditModal .accordion .collapsing {
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  top: 37px;
  z-index: 1;
  max-height: 275px;
  border: 1px solid #D6EAE2;
}
#individualEditModal .accordion input {
  flex-basis: 100%;
  padding: 10px;
}
#individualEditModal .accordion button {
  padding: 0 0.75rem;
}
#individualEditModal .accordion button input {
  border: none;
  padding-left: 0;
  width: calc(100% - 24px);
  overflow: hidden;
  text-overflow: ellipsis;
}
#individualEditModal .accordion button span {
  margin: 4px 10px 0 0;
}
#individualEditModal .accordion .list-group {
  padding-bottom: 10px;
  background: #fff;
}
#individualEditModal .accordion .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: flex;
  justify-content: space-between;
  padding: 0.75rem;
  cursor: default !important;
}
#individualEditModal .accordion .list-group-item:first-child span:hover {
  cursor: pointer;
}
#individualEditModal .accordion .list-group-item {
  padding: 6px 0.75rem;
  border: none;
}
#individualEditModal .accordion .list-group-item input {
  border: 1px solid #ececec !important;
  padding: 6px 8px;
  color: #666;
}
#individualEditModal .accordion .list-group-item input:hover {
  cursor: text;
}
#individualEditModal .accordion .list-group-item span.material-icons {
  vertical-align: middle;
  padding-right: 0.5rem;
  position: relative;
  top: -2px;
  color: #3dbd92;
  opacity: 1;
}
#individualEditModal .accordion .list-group-item:hover {
  cursor: pointer;
}
#individualEditModal .accordion .list-group-item button {
  padding: 0;
}
#individualEditModal .accordion .list-group-item button span.material-icons {
  margin: 0 0 0 10px !important;
  padding-right: 0 !important;
}
#individualEditModal .optin-settings {
  background: #EFFCF6;
}
#individualEditModal .optin-settings .form-group {
  margin-bottom: 0;
}

/* Upload Modal */
#uploadModal .modal-body.p-3.p-lg-5.rounded-lg {
  padding: 0 !important;
}
#uploadModal form.add-new-resource {
  background: #fff;
  padding: 3rem;
  border-radius: 5px;
  text-align: center;
}

/* Request Modal */
#requestModal .modal-body.p-3.p-lg-5.rounded-lg {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*  Sidebar*/
.sidebar {
  cursor: grab;
  display: block;
  background: #102A43;
  color: #fff;
  z-index: 1;
  left: 108px;
  top: 108px;
  width: 300px;
  max-width: 90%;
  border-radius: 5px;
  box-sizing: border-box;
  transition: opacity 0.2s ease-out;
  opacity: 1;
  -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.sidebar .material-icons {
  color: rgba(255, 255, 255, 0.5);
}
.sidebar .material-icons:hover {
  color: #22CCAA;
  cursor: pointer;
}
.sidebar .material-icons.active {
  color: #22CCAA;
}
.sidebar form {
  margin-top: 0;
}
.sidebar .form-group.double input.form-control {
  margin-bottom: 1rem;
}
.sidebar .form-group.double input.form-control:last-of-type {
  margin-bottom: 0;
}
.sidebar .form-group.double input.form-check-input {
  margin-top: 1rem;
}
.sidebar .form-group.double input.form-control {
  width: 85%;
  float: right;
}
.sidebar .form-group.double hr {
  border-top: none;
  clear: both;
  margin: 3rem 0;
}
.sidebar .form-control {
  padding: 12px 10px;
  border: none;
  font-size: 1.1rem;
  height: auto;
}
.sidebar label {
  font-size: 1.1rem;
}
.sidebar .form-group .radio label {
  margin-bottom: 0.25rem;
}
.sidebar .xcollapse {
  margin-top: 1.25rem;
}
.sidebar .col-11 {
  cursor: auto;
}
.sidebar h5 {
  color: #2ca;
  font-family: "sofiapro-medium", "arial", sans-serif;
  margin-bottom: 0;
}
.sidebar h5.expand {
  color: #fff;
  font-size: 1.15rem;
  font-family: "sofiapro-regular", "arial", sans-serif;
}
.sidebar h5.expand:hover {
  color: #2ca;
  cursor: pointer;
}
.sidebar h5.expand:hover span {
  color: #2ca;
  cursor: pointer;
}
.sidebar h5.expand span {
  float: right;
}
.sidebar hr {
  border-top-color: rgba(255, 255, 255, 0.2);
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
.sidebar h6.h5 {
  margin-bottom: 2rem;
  font-family: "sofiapro-regular", "arial", sans-serif;
}
.sidebar h6.h5 a {
  color: hsl(160deg, 51%, 49%);
}
.sidebar h6.h5 a:hover {
  text-decoration: none;
}
.sidebar h6.h5 .material-icons {
  color: hsl(160deg, 51%, 49%);
}
.sidebar .background-image {
  padding: 20px 20px 15px 20px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  margin-bottom: 20px;
}
.sidebar .background-image img {
  max-width: 100%;
  margin-bottom: 10px;
}
.sidebar .background-image span {
  float: right;
}
.sidebar .background-image span:hover {
  cursor: pointer;
  color: #E85656;
}
.sidebar h6 {
  color: #EFFCF6;
  display: block;
  margin-bottom: 0.5rem;
  font-family: "sofiapro-medium", "arial", sans-serif;
}
.sidebar .border-bottom {
  border-bottom: 1px solid #355573 !important;
}
.sidebar .material-icons {
  color: #fff;
}
.sidebar #sidebarClose .material-icons {
  color: rgba(255, 255, 255, 0.5);
}
.sidebar #sidebarClose:hover .material-icons {
  color: #22CCAA;
}

.sidebar:focus {
  cursor: grabbing;
}

.sidebar.hidden,
.itemEdit.hidden {
  opacity: 0;
  transition: all 0.65s ease-in;
  box-shadow: none;
}

#filterSidebar input[data-type=categories],
#filterSidebar input[data-type=format] {
  margin-bottom: 1rem;
}
#filterSidebar input[data-type=categories] ~ ul,
#filterSidebar input[data-type=format] ~ ul {
  padding-left: 0;
}
#filterSidebar input[data-type=categories] ~ ul li,
#filterSidebar input[data-type=format] ~ ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

/* Sidebar Panel */
.itemEdit.right {
  right: 108px;
}

.itemEdit {
  display: block;
  cursor: grab;
  background: #102A43;
  color: #fff;
  z-index: 1039 !important;
  left: 108px;
  top: 108px;
  width: 300px;
  max-width: 90%;
  border-radius: 5px;
  box-sizing: border-box;
  transition: opacity 0.2s ease-out;
  opacity: 1;
  -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  position: fixed;
}
.itemEdit .col-11 {
  cursor: auto;
}
.itemEdit .logo {
  position: relative;
  padding: 20px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.4);
  text-align: center;
  cursor: pointer;
  height: 145px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.itemEdit .logo:hover:before {
  content: "Replace logo";
  position: absolute;
  top: 0;
  left: 0;
  background: #6F7F8E;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  color: #fff;
}
.itemEdit .logo img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.itemEdit .form-group.double input.form-control {
  margin-bottom: 1rem;
}
.itemEdit .form-group.double input.form-control:last-of-type {
  margin-bottom: 0;
}
.itemEdit .form-group.double input.form-check-input {
  margin-top: 1rem;
}
.itemEdit .form-group.double input.form-control {
  width: 85%;
  float: right;
}
.itemEdit .form-group.double hr {
  border-top: none;
  clear: both;
  margin: 3rem 0;
}
.itemEdit .material-icons {
  color: rgba(255, 255, 255, 0.5);
}
.itemEdit .material-icons:hover {
  color: hsl(160deg, 51%, 49%);
  cursor: pointer;
}
.itemEdit h5 {
  color: #2ca;
  font-family: "sofiapro-medium", "arial", sans-serif;
  margin-bottom: 0;
}
.itemEdit hr {
  border-top-color: rgba(255, 255, 255, 0.1);
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.itemEdit h6.h5 {
  margin-bottom: 2rem;
  font-family: "sofiapro-regular", "arial", sans-serif;
}
.itemEdit h6.h5 a {
  color: hsl(160deg, 51%, 49%);
}
.itemEdit h6.h5 a:hover {
  text-decoration: none;
}
.itemEdit h6.h5 .material-icons {
  color: hsl(160deg, 51%, 49%);
}
.itemEdit h6 {
  color: #EFFCF6;
  display: block;
  margin-bottom: 0.5rem;
  font-family: "sofiapro-medium", "arial", sans-serif;
}
.itemEdit form {
  margin-top: 0;
}
.itemEdit .form-group {
  margin-bottom: 1.25rem;
}
.itemEdit .form-row {
  margin-top: 0.5rem;
}
.itemEdit label {
  font-size: 1.15rem;
  color: #EFFCF6;
}
.itemEdit input, .itemEdit textarea, .itemEdit select {
  border: none;
  font-size: 1.1rem;
  padding: 12px 10px;
  color: #666666;
  height: auto;
}

.itemEdit:focus {
  cursor: grabbing;
}

.itemEdit.hidden {
  opacity: 0;
  left: -500000px;
  transition: opacity 0.2s ease-in;
}

.itemInner {
  max-height: calc(100vh - 266px);
  overflow-y: scroll;
  margin-top: 1.5rem;
}

.sidebar#filterSidebar .itemInner, .sidebar#customiseSidebar .itemInner {
  max-height: calc(100vh - 329px);
}

ul.elements {
  list-style: none;
  margin-left: 0;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 0;
}
ul.elements li {
  list-style: none;
  line-height: 2;
  font-size: 1.1rem;
}
ul.elements li ul {
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}
ul.elements li ul li {
  line-height: 1.7;
  font-size: 1.05rem;
}
ul.elements a {
  color: #fff;
}
ul.elements a:hover {
  text-decoration: none;
}
ul.elements li a span {
  vertical-align: middle;
  padding-right: 0.5rem;
  position: relative;
  bottom: 2px;
}
ul.elements a.hidden {
  text-decoration: line-through;
  opacity: 0.75;
}
ul.elements a.hidden ul {
  opacity: 0.75;
}

/*Range Slider */
input[type=range] {
  background: transparent;
  padding: 5px 0;
}

input[type=range] {
  width: 100%;
  margin: 7.5px 0;
  background-color: transparent;
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  background: #ffffff;
  border: 0;
  border-radius: 25px;
  width: 100%;
  height: 5px;
  cursor: pointer;
}

input[type=range]::-webkit-slider-thumb {
  margin-top: -7.5px;
  width: 20px;
  height: 20px;
  background: #22ccaa;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ffffff;
}

input[type=range]::-moz-range-track {
  background: #ffffff;
  border: 0;
  border-radius: 25px;
  width: 100%;
  height: 5px;
  cursor: pointer;
}

input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #22ccaa;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
}

input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 7.5px 0;
  color: transparent;
  width: 100%;
  height: 5px;
  cursor: pointer;
}

input[type=range]::-ms-fill-lower {
  background: #ffffff;
  border: 0;
  border-radius: 50px;
}

input[type=range]::-ms-fill-upper {
  background: #ffffff;
  border: 0;
  border-radius: 50px;
}

input[type=range]::-ms-thumb {
  width: 20px;
  height: 20px;
  background: #22ccaa;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}

input[type=range]:focus::-ms-fill-lower {
  background: #ffffff;
}

input[type=range]:focus::-ms-fill-upper {
  background: #ffffff;
}

/*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
how to remove the virtical space around the range input in IE*/
@supports (-ms-ime-align: auto) {
  /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  input[type=range] {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
/* Edit Table */
.table {
  background: #102A43;
  border: none;
  margin-bottom: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.table .material-icons {
  display: block !important;
}

.table-bordered thead tr th:last-of-type, .table-bordered tbody tr td:last-of-type {
  border-right: none;
}
.table-bordered thead tr th:first-of-type, .table-bordered tbody tr td:first-of-type {
  border-left: none;
}
.table-bordered tbody tr:last-of-type td {
  border-bottom: none;
}

/* Image Libarry */
.image-wrap {
  width: 20%;
  display: inline-block;
  padding: 2.5%;
  margin: 0;
  border-right: 1px solid #ececec;
  border-top: 1px solid #ececec;
  background: #fff url(/assets/v2/i/loading.gif) 49% 50% no-repeat;
}

.image-wrap img {
  display: block;
  margin: 5px auto;
  clear: both;
  background: #fff;
  max-width: 100%;
  height: 120px;
}

.image-wrap img:hover {
  cursor: pointer;
}

/*Rich Text Editor*/
.text-editor-controls {
  background: #fff;
  border: 1px solid #ececec;
  border-bottom: none;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  font-size: 85%;
}

.text-editor-controls button {
  background: transparent;
  border: none;
  padding: 7px 0;
  border-right: 1px solid #ececec;
  display: inline-block;
  width: 40px;
  text-align: center;
}

.text-editor-controls .material-icons {
  display: inline-block !important;
  color: #014D40;
}

.text-editor-controls button {
  color: #014D40;
}

.text-editor-controls button:first-child {
  border-top-left-radius: 5px;
}

.text-editor-controls button:hover {
  background: #ececec;
  color: #000;
  cursor: pointer;
  border-right: 1px solid #ececec;
}

.text-editor-controls button[data-action=bold] {
  font-weight: bold;
}

.text-editor-controls button[data-action=italic] {
  font-style: italic;
}

.text-editor-controls button[data-action=link] {
  font-style: normal;
}

.text-editor-controls button.hide-me {
  display: none;
}

.text-editor {
  background: #fff;
  color: #333;
  border: 1px solid #ececec;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-user-select: text;
  user-select: text;
}

.text-editor:hover {
  cursor: text;
}

.text-editor:focus {
  outline: none;
}

.remove-links {
  font-size: 80%;
  font-weight: bold;
  opacity: 0.8;
}

.remove-links:hover {
  cursor: pointer;
  color: #c20;
}

/*Notifications*/
.BN-notification {
  position: fixed;
  z-index: 1051;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  text-align: center;
  background: #EFFCF6;
  color: #147D64;
  transition: opacity 1s;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

.BN-notification.remove {
  opacity: 0;
}

/* Font Select */
ul.font-select li {
  display: block;
  border: 1px solid #ececec;
}

ul.font-select li.lead {
  background: #fff;
  color: #333;
  display: block;
  padding: 12px 10px;
  border-radius: 5px;
  width: 100%;
  font-size: 1em;
  position: relative;
  height: 46px;
}

ul.font-select li:hover {
  cursor: pointer;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

ul.font-select li.lead.hover,
ul.font-select li.lead.hover:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

ul.font-select li.lead span.preview {
  display: inline-block;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

ul.font-select li.lead span.flaticon {
  float: right;
  opacity: 0.5;
  text-align: center;
}

ul.font-select li.lead span.icon {
  position: absolute;
  right: -1px;
  top: 0;
  width: 30px;
  background: #fff;
  color: #333;
  text-align: center;
  height: 30px;
  padding-top: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 90%;
}

ul.font-select li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  top: 44px;
  left: -1px;
  display: none;
  width: calc(100% + 2px);
}

ul.font-select .dd {
  float: right;
  background: #000;
  color: #fff;
}

ul.font-select li.hover > ul,
ul.font-select li.hover ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
  z-index: 10000;
  background: transparent;
  border-radius: 5px;
  padding: 0;
  height: 20vh;
  overflow-y: scroll;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

ul.font-select li ul li {
  clear: both;
  width: 100%;
  background: #fff;
  color: #333;
  border-bottom: none;
  padding: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

ul.font-select li ul li:hover {
  background: #D9EDF7;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

ul.font-select li ul li.selected {
  background: #2396F5;
  color: #fff;
}

ul.font-select li ul li.selected:hover {
  background: #2396F5;
}

ul.font-select li ul li:last-child {
  border-bottom: 1px solid #ececec;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* ========== UPLOADS ========== */
.BN-upload-wrapper {
  text-align: center;
  display: inline-block;
}

.BN-upload-wrapper hr {
  display: none;
}

.BN-upload-wrapper button.upload {
  background-color: hsl(168deg, 71%, 47%);
  border: 1px solid hsl(168deg, 71%, 47%);
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.BN-upload-wrapper .progress {
  line-height: 0;
  display: none;
  width: 100%;
  background: #009C6B;
  border-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 70%;
  height: 5px;
  padding: 10px;
  border-radius: 3px;
  transition: all 0.25s linear;
}

.BN-upload-wrapper .progress.inactive {
  display: none;
  width: 0%;
  opacity: 0;
}

.BN-upload-wrapper .progress.active {
  display: block;
  opacity: 1;
}

.BN-upload-wrapper .progress.processing {
  background: #009C6B;
  color: #fff;
  opacity: 0.7;
  display: block;
}

.BN-upload-wrapper input[type=file] {
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 100%;
  cursor: pointer;
  height: 100%;
}

/* ========== ACCORDION BUTTONS ========== */
.accordion button {
  border: none;
  background: transparent;
}

.accordion button:focus {
  border: none;
  background: transparent;
  outline: none;
}

.BN-collapse {
  display: block !important;
}

body.modal-open {
  overflow: visible;
}

/* User Interactions */
.BN-hover {
  outline: 5px solid rgba(255, 204, 51, 0.5) !important;
  outline-offset: 0;
}

.BN-header.BN-hover {
  outline-offset: -5px;
}

.BN-footer.BN-hover {
  outline-offset: -5px;
}

.BN-filter-padding-on .BN-filters.BN-hover {
  outline-offset: 5px;
}

.BN-search.BN-hover {
  border-radius: 20px;
  outline-offset: 1px;
}

.BN-sort-dropdown.BN-hover,
.BN-category-dropdown.BN-hover,
.BN-format-dropdown.BN-hover {
  border-radius: 20px;
}

.BN-sidebar .BN-search.BN-hover {
  border-radius: 0;
}

/* Template Interactions */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .modal-dialog {
    max-width: 90%;
  }
}
/* SM */
@media (max-width: 901px) {
  #BN-canvas {
    width: 100%;
    left: 0;
  }
  .vnav {
    position: fixed;
    z-index: 2;
    bottom: 0;
    width: 100%;
    height: 54px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .vnav ul {
    display: flex;
    justify-content: center;
  }
  .itemEdit,
.sidebar {
    left: 0;
    top: auto;
    bottom: 54px;
    width: 100%;
    max-width: 100%;
    max-height: 40vh;
    overflow-y: scroll;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: fixed !important;
  }
  .itemEdit #editor #BN-canvas .BN-header,
.sidebar #editor #BN-canvas .BN-header {
    border-top-left-radius: 0 !important;
  }
}
/* Editor Specific Adjustments
   ========================================================================== */
#editor #BN-canvas {
  min-height: 100vh;
  /* SM */
}
#editor #BN-canvas .BN-filters * {
  /*pointer-events: none;*/
}
@media (min-width: 1001px) {
  #editor #BN-canvas .BN-SM-sticky-top {
    top: 54px;
  }
  #editor #BN-canvas .BN-SM-vh-100 {
    height: calc(100vh - 54px);
  }
}
