/* Start primary color */
:root {
  --dt-row-selected: 18, 78, 96 !important;
}
.txt-primary {
  color: #124e60 !important;
}
.btn-primary {
  background-color: #124e60 !important;
  border-color: #124e60 !important;
}
.btn-outline-primary {
  color: #124e60 !important;
  border-color: #124e60 !important;
}
.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #124e60 !important;
  border-color: #124e60 !important;
}
.badge-primary {
  color: #fff;
  background-color: #124e60 !important;
}
.element-wrapper .element-info {
  margin-bottom: 1rem !important;
}
.element-wrapper .wrapper-separator .element-info {
  padding-bottom: 2rem !important;
}
.element-info-icon {
  color: #124e60 !important;
  flex: 0 0 50px !important;
}
.custom-control-input:checked~.custom-control-label::before {
  color: #fff !important;
  border-color: #124e60 !important;
  background-color: #124e60 !important;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #124e60 !important;
}
.list-group-item.active {
  color: #fff !important;
  background-color: #124e60 !important;
  border-color: #124e60 !important;
}
.btn-link, .pre-icon {
  color: #124e60 !important;
}
::-ms-thumb {
  background-color: #124e60 !important;
}
::-webkit-slider-thumb {
  background-color: #124e60 !important;
}
::-moz-range-thumb {
  background-color: #124e60 !important;
}
.element-wrapper .element-header:after, .auth-box-w .auth-header:after {
  background-color: #124e60 !important;
}
.nav-tabs .nav-link:after, .nav-tabs .nav-item .nav-link:after {
  background-color: #124e60 !important;
}
.nav-tabs button:focus {
  outline: 5px auto #124e60 !important;
}
/* End primary color */

.w-fill {
  width: -webkit-fill-available !important;
}

.b-0 {
  bottom: 0 !important;
}

.z-index-999 {
  z-index: 999 !important;
}

a:hover {
  text-decoration: none !important;
}

a.el-tablo .label {
  color: inherit !important;
}

a.el-tablo:hover .label {
  color: rgba(0, 0, 0, 0.4) !important;
}

h2.title-section {
  padding: 12px;
  width: 100%;
  border-bottom: 1px solid #cbcbcb;
}

button {
  margin-left: 0 !important;
}

.f-20 {
  font-size: 20px !important;
}

.content-box {
  padding: 1.5rem !important;
}

.table {
  font-size: .9rem;
  font-family: "Avenir Next W01","Lato",-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-weight: 400;
  line-height: 1.5;
  width: 100% !important;
}

#table {
  height: initial !important;
}

.table.dataTable {
  font-size: 13px !important;
  background-color: #ffffff;
}

.table.dataTable thead th, .table.dataTable tfoot th {
  text-transform: unset;
  background-color: #ffffff;
  font-size: 13px !important;
  font-weight: 700;
  border-top: unset !important;
}

.table.dataTable thead th {
  vertical-align: top !important;
}

div.dataTables_scrollHead .table.dataTable thead th.dt-control::before {
  display: flex;
  justify-content: center;
  margin-top: 8px;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  content: "\f151";
}

div.dataTables_scrollHead .table.dataTable thead th.dt-control.dt-expand::before {
  display: flex;
  justify-content: center;
  margin-top: 8px;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  content: "\f150";
}

.table.dataTable tbody .truncate {
  max-width: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table.dataTable tbody small, .table.dataTable tfoot small {
  font-weight: 200;
}

.table.dataTable tfoot th {
  border-top: 1px solid #dee2e6 !important;
}

.table.dataTable tr.dtrg-group td {
  background-color: #f6f6f6;
  border: 1px solid #dee2e6;
}

#tableReport.dataTable thead tr > th:nth-child(4), #tableReport.dataTable tbody tr > td:nth-child(4), #tableReport.dataTable tfoot tr > th:nth-child(4) {
  border-right: 5px solid #dee2e6;
}

.table.dataTable tbody .blockquotes {
  font-size: 12px;
  font-weight: 200;
  line-height: 16px;
  border-left: 3px solid #124e60;
  padding: 3px 3px 3px 10px;
  margin-bottom: 0.3rem;
  background: rgba(18, 78, 96, 7%);
}

div.dataTables_scrollBody:has(> #table) {
  background: #FFFFFF !important;
}

div.dataTables_scrollBody {
  background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.025) 10px, rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0) 20px) !important;
}

div.dataTables_scrollFoot {
  overflow: unset !important;
}

div.dataTables_scrollFoot > div {
  width: 100% !important;
}

#table-footer > div {
  padding-top: 0 !important;
}

div.dts_loading {
  z-index: 2 !important;
}

.dt-button-selectpicker {
  position: relative !important;
  display: inline-block !important;
  box-sizing: border-box;
  margin: 3px !important;
  margin-left: 0.167em !important;
  margin-right: 0.167em !important;
  margin-bottom: 0.333em !important;
  padding: 0.5em 1em !important;
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  border-radius: 2px !important;
  cursor: pointer !important;
  font-size: .88em !important;
  line-height: 1.6em !important;
  color: inherit !important;
  white-space: nowrap !important;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1) !important;
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(230, 230, 230, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)") !important;
  -webkit-user-select: none !important;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none !important;
  text-decoration: none;
  outline: none;
  text-overflow: ellipsis;
}
.dt-buttons .dropdown-toggle::after {
  margin-left: -0.745em !important;
  font-size: 14px !important;
  vertical-align: 0.15em !important;
}
.dt-buttons .bootstrap-select .dropdown-menu {
  font-size: 12px;
}
.daterangepicker.datePresetsLog {
  min-width: 0 !important;
}
/* .daterangepicker.datePresetsLog .ranges ul {
  min-width: 150px !important;
} */
.scrollingCell {
  height: 5em;
  overflow: auto;
  transition: height .2s linear;
}
.scrollUpDownCell {
  width: 100%;
  height: 0;
  text-align: center;
  border-top: 2px dashed rgba(15, 78, 96, 15%);
  cursor: pointer;
}
.scrollUpDownCell i {
  position: relative;
  top: -13px;
  font-size: 16px;
  color: #124e60;
}

.table input[type="search"] {
  border-color: #e2e4ef;
  border-radius: 30px !important;
  height: calc(1.7rem + 4px);
  padding: 0.25rem 0.5rem;
  font-size: .8rem;
  line-height: 1.5;
}

.btn-action-task-table {
  width: 36px;
  height: fit-content;
  padding: 8px !important;
  font-size: 12px !important;
  cursor: default !important;
}

.action-txt-table {
  margin-left: 6px;
  line-height: 17px;
}

.action-txt-table i {
  cursor: pointer;
  font-size: 16px;
  margin-right: 4px;
}

.action-txt-table i:hover {
  color: #2196f3;
}

.cursor-pointer {
  cursor: pointer !important;
}

.total-selected {
  font-weight: 300 !important;
}

.list-group.tab-menu {
  width: 100% !important;
  flex-direction: row !important;
  -ms-flex-direction: row !important;
}

.list-group.tab-menu .list-group-item {
  border: 0 !important; 
  border-top-left-radius: inherit !important; 
  border-top-right-radius: inherit !important; 
  border-bottom-left-radius: unset !important; 
  border-bottom-right-radius: unset !important;
  padding: 10px !important;
}

.list-group.tab-menu .list-group-item.active {
  color: inherit !important;
  background-color: inherit !important;
  border-bottom: 3px solid !important;
  border-color: #124e60 !important;
}

.list-group-item.disabled, .list-group-item:disabled {
  background-color: #dee2e6 !important;
}

.dropdown-menu {
  padding: 0 !important;
}

.dropdown-item {
  padding: 0.55rem 1.5rem !important;
}

/* .content-w {
  overflow: auto;
} */

.breadcrumb {
  background: none !important;
  margin: 0 !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .sub-header {
    display: none !important;
  }
  .icon-w i {
    font-size: 24px !important;
  }
  .mm-logo {
    width: 200px;
    height: 40px;
    background-image: url("../image/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .menu-mobile .menu-and-user {
    display: block !important;
  }
}

.logo {
  width: 190px;
  height: 65px;
  background-image: url("../image/logo-full.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90%;
}

.layout-w {
  min-height: 100vh !important;
}

.auth-box-w {
  min-height: 100vh !important;
}

.sub-header span {
  color: #124e60;
}

.icon-w i {
  font-size: 18px;
  color: #124e60;
}

.auth-box-w .logo-w {
  padding: 15% !important;
}

.auth-box-w .logo-w img {
  width: 75% !important;
}

.auth-box-w form {
  padding: 20px 70px !important;
}

.fb-container, .tiktok-container {
  margin: 30px 0 0;
}

.fb-container > div, .tiktok-container > div {
  margin-top: 10px;
}

.fb-start-stop {
  margin: 10px 0;
}

.fb-logo {
  margin: 15px auto;
  width: 50%;
}

.tiktok-logo {
  margin: 15px auto;
  width: 50%;
}

.notifyMessage {
  position: fixed;
  min-width: 250px;
  bottom: 6%;
  left: 4%;
  box-shadow: 0 0.15rem 0.45rem rgb(129 129 129) !important;
  z-index: 9999;
}

.schedule-table {
  width: 80%;
}

.schedule-header {
  font-size: 12px;
}

.schedule-rows td {
  width: 50px;
  height: 20px;
  margin: 3px;
  padding: 0;
  background-color: #df524d;
  cursor: pointer;
  font-size: 12px;
}

.schedule-rows td.time-slot {
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  border: 1px solid;
}

.schedule-rows td.time-slot:hover {
  background-color: #28a74585;
}

.schedule-rows td:first-child {
  background-color: transparent;
  text-align: right;
  position: relative;
  top: 0;
}

.schedule-rows td[data-selected],
.schedule-rows td[data-selecting] { background-color: #28a745; }

.schedule-rows td[data-disabled] { opacity: 0.55; }

.bootstrap-tagsinput .badge-info { color: #fff; background-color: #124e60; }

.container-action-task {
  overflow: scroll;
  height: 600px;
}

/* static conditional task */
.static-preview-disabled {
  background-color: #e9ecef;
}
.static-preview-metric {
  border-left: 3px solid #124e60;
  padding: 3px 3px 3px 10px !important;
}
.static-preview-affected {
  display: flex;
  justify-content: space-evenly;
  padding: 3px 3px 3px 10px !important;
}
.static-preview-affected > span {
  padding-left: 5px;
  padding-right: 5px;
}
.static-preview-insight {
  font-weight: 500;
}
.static-preview-conditions {
  margin-top: 10px;
  opacity: .4;
}
.static-preview-group {
  position: relative;
  padding-left: 20px;
}
.static-preview-group.OR::before {
  background: #238e70;
}
.static-preview-group::before {
  content: "";
  width: 6px;
  background: #1890ff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  opacity: .6;
}
.static-preview-condition::after {
  content: "";
  width: 15px;
  height: 1px;
  margin-left: -15px;
  background: #ccc;
  position: absolute;
}
.static-preview-condition {
  display: grid;
  align-items: center;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 200;
  background: rgba(18, 78, 96, 7%);
}
.static-preview-condition > div:not(.static-preview-subcondition, .static-preview-affected) {
  padding: 5px 10px;
}
.static-preview-condition > div.static-preview-logic {
  opacity: 1;
  font-weight: 400;
  color: #b1b1b1;
}
.static-preview-op-condition {
  padding: 2px 8px 4px 4px;
  opacity: .6;
  font-size: 11px;
  color: #fff;
  background: #1890ff;
  display: inline-block;
  margin-top: 10px;
  border-radius: 0 5px 5px 0;
  margin-left: -14px;
  font-weight: 700;
  transition: .3s;
}
.static-preview-op-condition.OR {
  background: #238e70;
}
.static-preview-condition.subgroup {
  border: none !important;
  background: none !important;
}
.static-preview-subcondition {
  position: relative;
  padding-left: 20px !important;
  width: 100%;
}
.static-preview-subcondition.OR::before {
  background: #238e70;
}
.static-preview-subcondition::before {
  content: "";
  width: 6px;
  background: #1890ff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  opacity: .6;
}
/* end static conditional task */
/* dynamic conditional task */
.no-bg-bd {
  background: transparent !important;
  border: 0 !important;
}
.type-or-bg-bd {
  background-color: #28a745 !important; 
  border-color: #28a745 !important;
}
.conditional-task {
  width: 20px;
  padding: 0;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  background-color: #1890ff;
  border: 1px solid #1890ff;
  text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.type-conditional-task:hover, .add-conditional-task:hover {
  background: hsla(0,0%,100%,.3);
}
.type-conditional-task {
  height: calc(100% - 24px);
  display: flex;
  justify-content: center;
  cursor: pointer;
  transition: all .3s;
}
.type-conditional-task span {
  height: auto;
  display: flex;
  transform: rotate(270deg);
  align-items: center;
  font-size: 11px;
}
.add-conditional-task {
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .3s;
}
.os-icon-task {
  font-size: 18px;
  font-weight: bold;
}
.add-pop-task div:hover, .compare-with-pop-task div:hover {
  background: #EEE;
}
.add-pop-task div, .compare-with-pop-task div {
  font-size: 14px;
  padding: 2px;
  cursor: pointer;
}
.form-task {
  width: 100%;
  margin-left: 14px;
}
.no-shadow {
  box-shadow: none !important;
}
.form-item-task::before {
  content: "";
  height: 1px;
  width: 14px;
  background: #bbb;
  position: absolute;
  left: -14px;
}
/* .form-item-task:not(.no-shadow):hover .form-action-task .os-icon-task {
  display: unset;
} */
.form-item-task {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 4px;
  /* border-top: 1px solid rgba(18,18,18,.05); */
  background: #fff;
  box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
}
.level-task {
  display: flex;
  width: 100%;
  margin: 20px 0;
  background: transparent;
  border-top: 0;
  border-radius: 4px;
  box-shadow: none;
}
.components-task {
  border: 0.7px solid #EEE;
}
.form-metric-task select {
  padding: 9px;
  margin: 2px 4px;
  width: 98%;
  border: 0;
}
.form-datepresets-task select {
  padding: 9px;
  margin: 2px 4px;
  width: 93%;
  border: 0;
}
.form-operator-task select {
  padding: 9px 0px;
  margin: 2px 4px;
  width: 90%;
  border: 0;
}
.form-value-task .input-prepend, .form-value-task .input-append {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
}
.form-value-task input {
  padding: 10px 15px;
  margin: 0;
  width: 80%;
  border: 0;
}
.form-comparison-task {
  display: flex;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}
.form-comparison-task .input-group {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.form-comparison-task .input-group .input-append {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-comparison-task input {
  padding: 10px 10px;
  margin: 0;
  border: 0;
  width: 90%;
  text-align: center;
}
.form-comparison-task .form-metric-task select {
  padding: 9px;
  margin: 2px 4px;
  border: 0;
  width: 100%;
}
.form-comparison-task .form-datepresets-task select {
  padding: 9px;
  margin: 2px 4px;
  width: 100%;
  border: 0;
}
.form-action-task {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
  border-radius: 0 4px 4px 0;
  z-index: 1;
  margin-bottom: 0;
  flex: 1 1;
}
.form-action-task .os-icon-task:hover {
  opacity: 1;
}
.form-action-task .os-icon-task {
  opacity: .4;
  cursor: pointer;
  /* display: none; */
  padding: 4px;
}
.form-dynamic-conditional {
  width: 100%;
  border: 1px solid rgba(18,18,18,.1);
  border-radius: 8px;
  background: #fff;
  overflow: visible;
  box-shadow: 0 0 6px rgb(0 0 0 / 8%);
  padding: 20px;
}
.form-dynamic-conditional .form-row {
  margin: 5px 0 25px;
}
.action-task {
  padding: 10px;
}
.action-task:hover {
  background: #eee;
  border-radius: 8px;
  cursor: pointer;
}
.counter-action-task {
  padding: 10px;
  background: #f0f4f8;
  border-radius: 8px;
}
.counter-action-task:hover {
  background: #d5e4f2;
  border-radius: 8px;
}
.action-label {
  font-weight: bold;
  margin-bottom: 16px;
}
.btn-action-task {
  width: 45px;
  height: fit-content;
  padding: 12px !important;
  font-size: 14px !important;
}
.btn-action-task-modal {
  margin-right: 14px;
  width: 40px;
  padding: 10px !important;
  font-size: 12px !important;
}
.btn-action-task-modal-param {
  width: 65px;
  padding: 15px !important;
  font-size: 20px !important;
  cursor: default !important;
}
.action-task .input-group .action-txt, .counter-action-task .input-group .counter-action-txt {
  width: 90%;
  margin-left: 10px;
  font-size: 16px;
}
.action-task-modal-param .container .row {
  margin: 20px 0;
}
.action-task-modal-param .container .row:nth-child(2) .col {
  font-size: 26px;
}
.action-task-modal-param .container .row:nth-child(2) .col small {
  font-size: 14px;
}
/* end dynamic conditional task */

.modal-body .tab-content, .modal-body .tab-content > div {
  height: inherit;
}

.edit-duplication-badge {
  font-size: 14px !important;
  font-weight: normal !important;
  padding: 7px 12px !important;
  margin-top: 10px;
}
.edit-duplication-badge small {
  font-size: 14px !important;
}

/* custom filepond */
ul#edit-adcreative-media-preview > li {
  display: inline-block;
}
ul#edit-adcreative-media-preview.filepond--file-poster-wrapper canvas {
  background-image: linear-gradient(#616161, #ffff0000);
}
.filepond--drop-label {
  border: 1px dashed;
  border-radius: 0.45em;
}
.filepond--root .filepond--list-scroller {
  height: 165px !important;
  top: 15px !important;
}

/* media selector */
.media-load {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.media-load div {
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
}
.media-selector {
  overflow: auto;
  max-height: 250px;
}
.media-selector .image-checkbox {
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 3px solid transparent;
  box-shadow: 0 0 4px #ccc;
  outline: 0;
  margin: 4px 6px;
  border-radius: 12px;
}
.media-selector .video-link, #selected-media-preview .video-link, #edit-adcreative-media-index .video-link {
  position: relative;
}
.media-selector .video-link::after, #selected-media-preview .video-link::after, #edit-adcreative-media-index .video-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("../images/play-btn.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25%;
  filter: drop-shadow(0 0 10px rgba(0,0,0,.4));
}
#selected-media-preview div {
  margin: 0;
  border-radius: 0;
}
#selected-media-preview ul > li {
  display: inline-block;
}
#selected-media-preview ul {
  margin: 0;
  padding: 0;
}
#selected-media-preview .image-preview {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 3px solid transparent;
  box-shadow: 0 0 4px #ccc;
  outline: 0;
  margin: 4px 6px;
  border-radius: 12px;
}
.media-selector .image-checkbox-checked {
  border-color: #2196f3;
}
.media-selector .image-checkbox img {
  border-radius: 8px;
  max-height: 100px !important;
  max-width: -webkit-fill-available;
}
#selected-media-preview .image-preview img {
  border-radius: 8px;
  max-height: 50px !important;
  max-width: -webkit-fill-available;
}
.media-selector .image-checkbox i {
  display: none;
  color: #2196f3;
}
.media-selector .image-checkbox-checked {
  position: relative;
}
.media-selector .image-checkbox-checked i {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}

/* image filter modal */
.filter-reset {
  position: absolute;
  right: 15px;
  top: -1px;
  padding: 0 !important;
}
.range-filter-input {
  position: absolute;
  right: 0;
  text-align: end;
}
.range-color-rgb {
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.5em;
  background-color: rgba(0, 0, 0, 0.1);
  height: 0.5em;
  width: 100%;
  display: block;
  outline: none;
  margin: 6px auto;
  transition: color 0.05s linear;
  background: linear-gradient(to right, red, yellow, lime, aqua, blue, fuchsia, red);
}
.range-color-rgb:focus {
  outline: none;
}
.range-color-rgb:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, none
}
.range-color-rgb:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, none
}
.range-color-rgb:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, none
}
.range-color-rgb::-moz-focus-outer {
  border: 0
}
.range-color-rgb:active, .range-color-rgb:hover {
  cursor: pointer;
  cursor: -webkit-pointer;
}
.range-color-rgb::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #047bf8;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.range-color-rgb::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #047bf8;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
.range-color-rgb::-webkit-slider-thumb:active, .range-color-rgb::-webkit-slider-thumb:hover:active {
  background-color: #b1d6fe;
}
.range-color-rgb::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #047bf8;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
.range-color-rgb::-moz-range-thumb:active, .range-color-rgb::-moz-range-thumb:hover:active {
  background-color: #b1d6fe;
}
.range-color-rgb::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.range-color-rgb::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.photo-frame {
  display: flex;
  align-items: start;
  justify-content: center;
}
.photo-frame .photo-img {
	width: 400px;
	height: 400px;
	object-fit: cover;
}
.photo-frame figure {
	margin: 0;
	text-align: center;
}

@media (min-width: 700px) {
	header h1 {
		font-size: 48px;
	}
	.photo-frame figure {
		text-align: left;
		margin: 1em auto;
		position: relative;
		background-color: #fff;
		width: 440px;
		padding: 20px;
		height: 500px;
		vertical-align: bottom;
		box-shadow: 2px 2px 8px rgba(0,0,0,0.6), inset 0 0 30px rgba(0,0,0,0.2);
	}
	.photo-frame figcaption {
		color: #333;
		font-size: 1.8em;
		line-height: 2;
		padding: 10px;
		text-align: center;
		font-weight: 400;
	}
}

/* Saved Filter Effects */
nav.saved-filters {
	position: relative;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: .75em 0 .5em;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 60%), inset 0 0 20px rgb(0 0 0 / 20%);
}
nav.saved-filters #filterButtons {
  text-align: center;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 0 .5em;
}
nav.saved-filters .filter {
  display: inline-block;
  position: relative;
  margin: 5px 8px;
  border-radius: 8px;
  box-shadow: inset 0 0 10px #000;
  height: 72px;
  width: 72px;
  cursor: pointer;
  background: #047bf8 no-repeat 0 0;
  background-size: cover;
}
nav.saved-filters .filter:hover {
	box-shadow: 0 0 12px #000;
}
nav.saved-filters .filter img {
  height: 72px;
  width: 72px;
  border-radius: 7px;
}
nav.saved-filters .filter.filter-selected img {
  border: 4px solid #000;
}
nav.saved-filters .filter i.filter-selected {
  display: none;
  color: #000;
  text-shadow: 1px 1px 1px #000;
}
nav.saved-filters .filter i.filter-remove {
  display: block;
  position: absolute;
  margin-top: -5px;
  margin-left: 60px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  padding: 2px;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
}
nav.saved-filters .filter.filter-selected i.filter-selected {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
}
nav.saved-filters .filter-tag {
  color: #fff;
  font-size: .8em;
  text-shadow: 1px 1px 1px #000;
  text-align: center;
  margin-top: -20px;
}

/* new branch */
body:before {
  background: none;
}

.top-bar {
  padding: 0px 20px 0px 20px !important;
}
.top-bar .top-menu-controls {
  width: 100% !important;
  justify-content: space-between !important;
}
.top-bar .logged-user-w .logged-user-menu {
  background: #124e60;
}

/* button color */
.btn-outline-black {
  color: #fff !important;
  background-color: #544940 !important;
  border-color: #544940 !important;
}
.btn-outline-purple {
  color: #fff !important;
  background-color: #a435dc !important;
  border-color: #a435dc !important;
}
.btn-outline-orange {
  color: #fff !important;
  background-color: #ff9000 !important;
  border-color: #ff9000 !important;
}

/* range custom values */
.multi-range-field {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Bootstrap Loading Skeleton */
.loading-skeleton h1,
.loading-skeleton h2,
.loading-skeleton h3,
.loading-skeleton h4,
.loading-skeleton h5,
.loading-skeleton h6,
.loading-skeleton p,
.loading-skeleton .action-txt,
.loading-skeleton .counter-action-txt,
.loading-skeleton li,
.loading-skeleton .btn,
.loading-skeleton label,
.loading-skeleton select,
.loading-skeleton input {
  color: transparent;
  appearance: none;
  -webkit-appearance: none;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.loading-skeleton h1::placeholder,
.loading-skeleton h2::placeholder,
.loading-skeleton h3::placeholder,
.loading-skeleton h4::placeholder,
.loading-skeleton h5::placeholder,
.loading-skeleton h6::placeholder,
.loading-skeleton p::placeholder,
.loading-skeleton .action-txt::placeholder,
.loading-skeleton .counter-action-txt::placeholder,
.loading-skeleton li::placeholder,
.loading-skeleton .btn::placeholder,
.loading-skeleton label::placeholder,
.loading-skeleton select::placeholder,
.loading-skeleton input::placeholder {
  color: transparent;
}

@keyframes loading-skeleton {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
.loading-skeleton {
  pointer-events: none;
  animation: loading-skeleton 1s infinite alternate;
}
.loading-skeleton img {
  filter: grayscale(100) contrast(0%) brightness(1.8);
}

/* Table toolbar */
.element-content .toolbar {
  width: 100%;
  height: 40px;
  /* margin: 0 0 20px; */
  padding: 0 5px;
  background: #FFFFFF;
  display: flex;
}
.element-content .toolbar div {
  display: flex;
  align-items: center;
}
.element-content .toolbar .search {
  width: 80%;
  padding: 0 5px;
  justify-content: start;
}
.element-content .toolbar .search i {
  padding: 10px;
}
.element-content .toolbar .date-presets {
  width: 20%;
  padding: 0 5px;
  justify-content: end;
}
.element-content .toolbar .date-presets div {
  max-width: 100%;
  background: #F8F8F8;
  cursor: pointer;
  padding: 4px 15px;
  border-radius: 6px;
}
.element-content .toolbar .date-presets div span {
  padding: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.daterangepicker {
  min-width: 400px !important;
}
.daterangepicker .ranges li.active, .daterangepicker td.active {
  background-color: #124e60 !important;
}

.spinner-stop {
  opacity: 1 !important;
  animation: none !important;
  -webkit-animation: none !important;
}
.element-status {
  width: 0.6rem !important;
  height: 0.6rem !important;
  vertical-align: inherit !important;
}
