
.g-313{
  gap : 0.313rem!important
}
#layout_content {
  padding: 0 15px;
}
#layout_content.builder {
  margin-bottom: 20px;
}
#layout_content.disabled:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 999999999;
  background: rgba(255, 255, 255, 0.7);
}
#layout_content > .row {
  /*display: -webkit-box;*/
  padding: 20px 3px 3px 3px;
  position: relative;
  border-radius: 4px;
  margin-bottom: 5px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#layout_content > .row .topRow,
#layout_content > .row .topRow:hover {
  padding: 0;
  display: inline-block;
  width: 100%;
  border: none;
  min-height: auto;
}
#layout_content > .row .topRow label {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  padding: 2px 5px;
}
#layout_content > .row .topRow span.handle {
  position: absolute;
  top: 0;
  left: 49.5%;
  cursor: move;
}
#layout_content > .row .topRow .content-edit-btn {
  right: 0;
  top: -12px;
  opacity: 1;
  width: 30px;
  padding: 5px 0;
}
#layout_content > .row .topRow .save-btn {
  margin-right: 43px;
}
#layout_content > .row .topRow .content-edit-btn:hover,
#layout_content > .row .topRow .content-edit-btn:active,
#layout_content > .row .topRow .content-edit-btn:focus {
  background: transparent !important;
  color: #66615b !important;
}
#layout_content > .row .contentRow {
  display: contents;
}
#layout_content > .row > div > div {
  padding: 10px;
  border: 1px dashed;
  min-height: 43px;
  border-color: #d8d8d8;
}
#layout_content > .row > div > div:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
#layout_content > .row > div.contentRow > div {
  background: #fff;
  cursor: move;
}
.content-edit-btn {
  position: absolute;
  right: 5px;
  top: -2px;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.content-edit-btn.edit-btn {
  margin-right: 20px;
}
#layout_content .row > div > div:hover .content-edit-btn {
  opacity: 1;
}
#layout_content p {
  margin-bottom: 0;
}

.featured_preview {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  height: 200px;
  min-width: 200px;
  border: dashed 2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.set-image .featured_preview {
  width: 100%;
  text-align: center;
}
.featured_preview img {
  object-fit: cover;
  height: 200px;
}
.featured_preview:before {
  content: "Click to change...";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 9999;
  pointer-events: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  padding-top: 90px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.featured_preview:hover:before {
  opacity: 1;
}

.sticky.fixed {
  position: fixed;
  width: 20%;
  margin-left: 0%;
  z-index: 999;
  top: 0;
  background: #fff;
  padding: 4px 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}



#historyModal .modal-body {
  max-height: 47em;
  overflow-x: auto;
  padding: 20px;
  font-size: 85% !important;
}
#historyModal .modal-body .row {
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 5px;
  padding: 5px;
}
#historyModal .modal-body > .row:hover {
  border-color: rgb(247, 212, 0);
}
#historyModal .modal-body .contentRow > div {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 10px;
  overflow: hidden;
  max-height: 180px;
}
#historyModal .modal-body .handle,
#historyModal .modal-body .btn {
  display: none;
}
.modal-wide {
  width: 80%;
  max-width: 80%;
}

.cke_contents {
  padding: 10px !important;
}
#modal_builder form {
  width: 100%;
}

.form-group select.form-control {
  height: auto !important;
  padding: 6px;
}

.magic_builder,
#magic_builder {
  padding: 0 15px;
}
.magic_builder.builder,
#magic_builder.builder {
  margin-bottom: 20px;
}
.magic_builder.disabled:before,
#magic_builder.disabled:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 999999999;
  background: rgba(255, 255, 255, 0.7);
}
.magic_builder > .row,
#magic_builder > .row {
  padding: 33px 10px 3px 10px;
  position: relative;
  border-radius: 4px;
  margin-bottom: 30px;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  background-color: rgba(248, 249, 250, 0.08);
}

.ui-sortable-module {
  padding: 50px 10px 3px 10px;
  position: relative;
  border-radius: 4px;
  margin-bottom: 30px;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  background-color: rgba(248, 249, 250, 0.08);
  flex-wrap: wrap;
}

.ui-sortable-module .menu-utilities-settings {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 10px;
  gap: 1rem;
}

.ui-sortable-module .menu-utilities-settings .menu-utilities {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
}

.ui-sortable-module .form-check-input:checked {
  border-color: #e91e63;
  background-color: #e91e63;
}

.ui-sortable-module .form-check-input:checked:after {
  border-color: rgba(0, 0, 0, 0.1);
}

.ui-sortable-module .menu-utilities-switch {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: var(--bs-gutter-x);
}

.ui-sortable-module .form-switch {
  background: rgba(0, 0, 0, 0.05);
  padding: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 8px;
}

.magic_builder > .row:hover,
#magic_builder > .row:hover {
  border: 1px dashed rgba(0, 0, 0, 0.7);
}

.dark-version .magic_builder > .row,
.dark-version #magic_builder > .row {
  border: 1px dashed rgba(203, 209, 215, 0.4);
}
.dark-version .magic_builder > .row:hover,
.dark-version #magic_builder > .row:hover {
  border: 1px dashed rgba(203, 209, 215, 0.7);
}

.magic_builder > .row .topRow,
#magic_builder > .row .topRow,
.magic_builder > .row .topColumn,
#magic_builder > .row .topColumn,
.magic_builder > .row .topRow:hover,
#magic_builder > .row .topRow:hover {
  padding: 0;
  display: inline-block;
  width: 100%;
  border: none;
  min-height: auto;
}
.topColumn {
  position: relative;
}

.magic_builder > .row .topRow label,
#magic_builder > .row .topRow label,
.magic_builder > .row .topColumn label,
#magic_builder > .row .topColumn label {
  position: absolute;
  left: 0;
  top: 7px;
  background: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 3px;
}

.magic_builder > .row .topColumn label,
#magic_builder > .row .topColumn label {
  top: -20px;
}

#magic_builder > .row .topRow span.handle,
.magic_builder > .row .topRow span.handle,
.magic_builder > .row .topColumn span.handle,
#magic_builder > .row .topColumn span.handle {
  position: absolute;
  top: 0;
  left: 49.5%;
  cursor: move;
}

.ui-sortable-module span.handle {
  position: absolute;
  top: 15px;
  left: calc(50% - 8px);
  cursor: move;
}
#magic_builder > .row .topRow .content-edit-btn,
.magic_builder > .row .topRow .content-edit-btn,
.magic_builder > .row .topColumn .content-edit-btn,
#magic_builder > .row .topColumn .content-edit-btn {
  right: 0;
  top: 0;
  opacity: 1;
  width: 25px;
  padding: 3px 0;
  font-size: 10px;
  border-radius: 5px;
}

.magic_builder > .row .topRow .row_actions,
#magic_builder > .row .topRow .row_actions,
.magic_builder > .row .topColumn .column_actions,
#magic_builder > .row .topColumn .column_actions {
  width: auto;
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 0;
  min-height: auto;
  border: none;
  display: flex;
  gap: 0.25rem;
}
#magic_builder > .row .topColumn .column_actions,
.magic_builder > .row .topColumn .column_actions {
  top: -20px;
  right: 5px;
}

#magic_builder > .row .topRow .save-btn,
.magic_builder > .row .topRow .save-btn {
  margin-right: 0px;
}
#magic_builder > .row .topRow .content-edit-btn:hover,
.magic_builder > .row .topRow .content-edit-btn:hover,
#magic_builder > .row .topColumn .content-edit-btn:hover,
.magic_builder > .row .topColumn .content-edit-btn:hover,
#magic_builder > .row .topRow .content-edit-btn:active,
.magic_builder > .row .topRow .content-edit-btn:active,
#magic_builder > .row .topColumn .content-edit-btn:active,
.magic_builder > .row .topColumn .content-edit-btn:active,
#magic_builder > .row .topRow .content-edit-btn:focus,
.magic_builder > .row .topRow .content-edit-btn:focus,
#magic_builder > .row .topColumn .content-edit-btn:focus,
.magic_builder > .row .topColumn .content-edit-btn:focus {
  /* background: transparent !important;
	color: #66615B !important; */
  opacity: 0.8;
}
.magic_builder > .row .contentRow,
#magic_builder > .row .contentRow {
  display: contents;
}
.magic_builder > .row > div > div,
#magic_builder > .row > div > div {
  padding: 10px;
  border: 1px dashed;
  min-height: 43px;
  border-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}
.dark-version .magic_builder > .row > div > div,
.dark-version #magic_builder > .row > div > div {
  border-color: rgba(203, 209, 215, 0.4);
}

.magic_builder > .row > div > div:hover,
#magic_builder > .row > div > div:hover {
  border-color: rgba(0, 0, 0, 0.7);
}

.dark-version .magic_builder > .row > div > div:hover,
.dark-version #magic_builder > .row > div > div:hover {
  border-color: rgba(203, 209, 215, 0.7);
}

.magic_builder > .row > div.contentRow > div,
#magic_builder > .row > div.contentRow > div {
  background: transparent;
  cursor: move;
}

.content-edit-btn {
  position: relative;
  right: 5px;
  top: -2px;
  opacity: 0;
  margin: 0;
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.content-edit-btn.edit-btn {
  margin-right: 0px;
}

.modules .modal-body {
  text-align: center;
}
.modules .module-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
  text-align: center;
  font-size: 10px !important;
  line-height: 2em;
  margin: 0.5rem 0;
  padding: 1.25rem;
}
.modules .module-btn:hover {
  background-color: #eee;
}
.modules .module-btn i {
  font-size: 30px;
}

.magic_builder .contentColumn,
#magic_builder .contentColumn {
  min-height: 5vh;
  text-align: center;
  position: relative;
}
.magic_builder .contentColumn > button,
#magic_builder .contentColumn > button {
  font-size: 10px;
}
.magic_builder p,
#magic_builder p {
  margin-bottom: 0;
}
.magic_builder .contentColumn .module,
#magic_builder .contentColumn .module {
  position: relative;
  background: #e8f5e9;
  border-radius: 8px;
  color: #212529;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  padding: 1rem;
  margin-bottom: 2px;
  display: grid;
}

.ui-sortable-title {
  position: relative;
  background: #e8f5e9;
  border-radius: 8px;
  color: #212529;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  padding: 1rem;
  margin-bottom: 2px;
  display: grid;
}

.magic_builder .contentColumn .module p,
#magic_builder .contentColumn .module p {
  font-size: 11px;
  font-weight: 700;
}

.dark-version .magic_builder .contentColumn .module,
.dark-version #magic_builder .contentColumn .module {
  background: #181c26;
  color: rgba(255, 255, 255, 0.7);
}

.magic_builder .contentColumn .module-startwrap,
#magic_builder .contentColumn .module-startwrap,
.magic_builder .contentColumn .module-endwrap,
#magic_builder .contentColumn .module-endwrap {
  background-color: #e3b75b;
  padding: 0.25em 1em;
}
.magic_builder .contentColumn .module .module_actions,
#magic_builder .contentColumn .module .module_actions {
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  width: 100%;
  background-color: #e8f5e9;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.2s all ease-in-out;
}

.dark-version .magic_builder .contentColumn .module .module_actions,
.dark-version #magic_builder .contentColumn .module .module_actions {
  background: #181c26;
}

.magic_builder .contentColumn .module-startwrap .module_actions,
#magic_builder .contentColumn .module-startwrap .module_actions,
.magic_builder .contentColumn .module-endwrap .module_actions,
#magic_builder .contentColumn .module-endwrap .module_actions {
  background-color: #e3b75b;
}
.magic_builder .contentColumn .module:hover .module_actions,
#magic_builder .contentColumn .module:hover .module_actions {
  opacity: 1;
}
.magic_builder .contentColumn .module .module_actions button,
#magic_builder .contentColumn .module .module_actions button {
  margin: -2px 2px 0 2px;
}

.sticky.fixed {
  position: fixed;
  width: 20%;
  margin-left: 0%;
  z-index: 999;
  top: 0;
  background: #fff;
  padding: 4px 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

#historyModal .modal-body {
  max-height: 47em;
  overflow-x: auto;
  padding: 20px;
  font-size: 85% !important;
}
#historyModal .modal-body .row {
  border: none !important;
  margin: 0px;
  padding: 0px;
}
#historyModal .modal-body > .row:hover {
  border-color: rgb(247, 212, 0);
}
#historyModal .modal-body .contentRow > div {
  padding: 10px;
  overflow: hidden;
  max-height: 180px;
}
#historyModal .modal-body .handle,
#historyModal .modal-body .btn {
  display: none;
}
.modal-wide {
  width: 80%;
  max-width: 80%;
}

.cke_contents {
  padding: 10px !important;
}

.gallery,
.documents,
.icons {
  width: 16.2%;
  display: inline-block;
  margin-right: 6px;
}
.gallery-w-20 .gallery {
  width: 20%;
}
.gallery .featured_preview,
.documents .featured_preview,
.icons .featured_preview {
  height: 13em !important;
}
.gallery:nth-child(6n + 6),
.documents:nth-child(6n + 6),
.icons:nth-child(6n + 6) {
  margin-right: 0;
}
.gallery .featured_preview:before,
.documents .featured_preview:before,
.icons .featured_preview:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.gallery .featured_preview img,
.documents .featured_preview img,
.icons .featured_preview img {
  height: 100%;
  width: 100%;
  position: relative;
  padding: 0;
  object-fit: contain;
}
.gallery .featured_preview i,
.documents .featured_preview i,
.icons .featured_preview i {
  top: calc(50% - 22px);
  position: absolute;
  left: calc(50% - 22px);
  font-size: 45px;
  opacity: 0.3;
}
.gallery .featured_preview .btn-remove,
.documents .featured_preview .btn-remove,
.icons .featured_preview .btn-remove {
  z-index: 99;
  top: 0;
  right: 0;
  position: absolute;
  padding: 0;
  margin: 10px;
}
.gallery .featured_preview .btn-remove:hover,
.documents .featured_preview .btn-remove:hover,
.icons .featured_preview .btn-remove:hover {
  background-color: transparent !important;
}
.gallery .featured_preview .btn-remove i,
.documents .featured_preview .btn-remove i,
.icons .featured_preview .btn-remove i {
  top: 0;
  left: 0;
  position: relative;
  font-size: 20px;
  color: #f14c4c;
  opacity: 1;
}

.open .form-control {
  border-radius: 6px;
  border-bottom-color: #dddddd;
}

.options p {
  display: flex;
}
.options p span.handle {
  padding: 6px 6px 6px 0px;
  cursor: grab;
}

.btn-builder-add {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

#modal_builder .form-group .form-control {
  border: 1px solid #d2d6da;
  border-radius: 0.375rem;
  padding: 0.625rem 0.75rem !important;
  line-height: 1.3 !important;
}

#modal_builder .modal-header,
#modalLayout .modal-header {
  flex-direction: row-reverse;
}

#modal_builder .modal-header button.close,
#modalLayout .modal-header button.close {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  outline: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: red;
}

#modal_builder .modal-footer button {
  margin-bottom: 0;
}

.modal-content.modules {
  max-width: 800px;
  margin: auto;
}

.upload-image-box a.btn-remove-fickle-image,
.upload-image-box a.btn-remove-fickle-background-image {
  display: block;
  position: absolute;
  bottom: 1rem;
  top: auto;
  right: 1rem;
  height: auto;
  width: auto;
  margin: 0;
}

Select {
  position: relative;
}
.sd-multiSelect .placeholder {
  opacity: 1;
  background-color: transparent;
  cursor: pointer;
}
.sd-multiSelect .ms-offscreen {
  height: 1px;
  width: 1px;
  opacity: 0;
  overflow: hidden;
  display: none;
}

.sd-multiSelect .sd-CustomSelect {
  width: 100% !important;
}

.sd-multiSelect .ms-choice {
  position: relative;
  text-align: left !important;
  width: 100%;
  border: 1px solid #e3e3e3;
  background: #ffff;
  box-shadow: none;
  font-size: 15px;
  height: 44px;
  font-weight: 500;
  color: #212529;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sd-multiSelect .ms-choice:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

.sd-multiSelect .ms-choice:focus {
  border-color: #e91e63;
}

.sd-multiSelect .ms-drop.bottom {
  display: none;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 10px;
}

.dark-version .sd-multiSelect .ms-drop.bottom {
  background: #000;
}

.dark-version .sd-multiSelect .ms-choice,
.dark-version .sd-multiSelect .ms-search input {
  background: #000;
  color: #fff;
}

.sd-multiSelect .ms-drop.bottom ul {
  list-style: none;
  margin: 0;
  overflow: auto;
}

.sd-multiSelect .ms-drop.bottom ul li.group {
  margin-left: -2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.sd-multiSelect .ms-drop.bottom ul li.group label {
  font-weight: 600;
  font-size: 1rem;
  color: #000000;
}

.sd-multiSelect .ms-drop li {
  position: relative;
  margin-bottom: 5px;
}

.sd-multiSelect .ms-drop li input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  cursor: pointer;
  accent-color: #e91e63;
}

.sd-multiSelect .ms-drop li label {
  cursor: pointer;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

/* .sd-multiSelect .ms-drop li label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #e91e63;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 3px;
  width: 21px;
  height: 21px;
} */

/* .sd-multiSelect .ms-drop li input:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 8.5px;
  width: 11px;
  height: 11px;
  background: #e91e63;
  border-width: 0 2px 2px 0;
  border-radius: 2px;
} */

.sd-multiSelect .ms-search {
  margin-bottom: 1rem;
}

.sd-multiSelect .ms-search input {
  width: 100%;
}

#tag-container {
  border: 1px solid #d2d6da;
  border-radius: 0.375rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

#tag-container .tag {
  background: #e91e63;
  color: #ffffff;
  padding: 0 0.5rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: move;
}

#tag-container .tag .remove-tag {
  background: white;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#tag-container .tag .remove-tag svg {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 3px;
}

#tag-container .tag .remove-tag svg path {
  stroke: #e91e63;
}

@media only screen and (max-width: 991px) {
  .magic_builder > .row .contentRow,
  #magic_builder > .row .contentRow {
    display: inline-block;
    width: 100%;
  }
  .magic_builder > .row > div > div,
  #magic_builder > .row > div > div {
    width: 100%;
    max-width: 100%;
    display: inherit;
  }
  .gallery {
    width: 100%;
  }
  #modal_builder .modal-body {
    padding: 15px 20px;
  }
  #modal_builder .modal-dialog {
    padding-top: 0;
  }
  #modal_builder .modal-footer > button {
    width: 100%;
  }
}

.avatar-inner .user-profile-image {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.avatar-inner .thumbnail {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar-inner .thumbnail .initials {
  color: #fff;
}
