body {
  padding-top: 70px;
  padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase>p>.btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

h4 {
  margin-top: 25px;
}

.row {
  margin-bottom: 20px;
}

.row .row {
  margin-top: 10px;
  margin-bottom: 0;
}

[class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-header {
  margin-top: 50px;
}

.progress {
  margin: 20px 0;
}


/* CUSTOM */

.navbar-brand {
  pointer-events: none;
}

.table {
  vertical-align: middle;
}

.table td {
  border: 1px solid #DEE2E6;
  padding: 15px;
}

.table>:not(:first-child) {
  border-top: 1px solid currentColor;
}

.blog-post h2,
.blog-post h3,
.blog-post h4,
.blog-post h5,
.blog-post h6 {
  margin-top: 25px;
}

.alert h4 {
  margin-top: 0px;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
  display: block;
}

.navbar .row {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .navbar .search-wrapper {
    padding-top: 0;
  }
}

body {
  padding-top: 84px;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 129px;
  }
}

.search-result .card a {
  color: inherit;
  text-decoration: none;
}

.search-result .card a h5 {
  color: #0d6efd;
}

.clearfix {
  overflow: auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.editor-align-right{
  margin-left: 24px;
}

.editor-align-left{
  margin-right: 24px;
}

.blog-post .article-body > *{
  overflow: auto;
}

.blog-post .article-body > *::after{
  content: "";
  clear: both;
  display: table;
}

@media screen and (max-width: 768px) {
  .editor-align-left , .editor-align-right{
    width: 100% !important; 
    float: none !important;
    margin-right: 0;
    margin-left: 0;
  }
}

/* FORM BUILDER ADJUSTMENTS */

.xp-formbuilder-form .form-group, .xp-form-input {
  margin-bottom: 20px;
}

.xp-form-input label{
  width: 100%;
}

.xp-input{
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.xp-form-input label input[type="checkbox"] {
  border-radius: 0.25em;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  margin-right: 3px;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, .25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.xp-form-input label input[type="checkbox"]:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.xp-form-input input[type="radio"]{
  border-radius: 50%;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  margin-right: 5px;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0,0,0,.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.xp-form-input input[type="radio"]:checked{
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.xp-form-input select{
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}