﻿body {
}
.aga-font {
  font-family: "Playfair Display", serif;
}
.aga-color-1 {
  background-color: var(--aga-c-1) !important;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.aga-button {
  background: transparent;
  border: 0;
  border-radius: 4px;
  color: var(--aga-c-light);
  font-family: var(--aga-font-1);
  position: relative;
  height: 40px;
  margin: 0;
  min-width: 95px;
  padding: 0 16px;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  overflow: hidden;
  will-change: box-shadow;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
}
a.aga-button.bg-fade {
  color: var(--aga-c-light);
}
a.aga-button.aga-button-icon {
  width: 40px;
  height: 40px;
  padding: 0;
  min-width: auto;
  margin: 0 10px;
  line-height: 2.1;
  overflow: visible;
}
.aga-inverse-button {
  border: 1px solid var(--aga-c-1);
  background-color: #ffffff;
  border-radius: 4px;
  padding: 1px 16px;
  margin: 0;
  min-width: 60px;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  letter-spacing: 0;
  overflow: hidden;
  will-change: box-shadow;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 39px;
  vertical-align: middle;
}
.aga-inverse-button > i {
  margin-right: 4px;
}
button.aga-button.aga-secondary-button {
  color: var(--aga-c-1);
  border: 1px solid var(--aga-c-1);
  min-width: 120px;
}
button.aga-button.aga-secondary-button.no-border {
  border: 0 none;
}
button.aga-button.aga-tertiary-button {
  color: var(--aga-c-10);
  background-color: #e3e3e3;
}
button.aga-button.aga-warning-button {
  color: var(--aga-c-2);
  background-color: #f4b124;
}
button.aga-button.aga-warning-button:hover {
  background-color: #eaa412 !important;
}
button.aga-button.only-icon {
  min-width: 42px;
}
button.aga-button[data-agora-icon-right] {
  padding-right: 5px;
}

.aga-list {
  display: block;
  margin: 0;
  padding: 0;
}
.aga-ulist > li {
  display: inline-block;
  margin: 0 10px;
}
.aga-justify-start > .aga-ulist > li:first-child,
.aga-ulist.aga-text-left > li:first-child {
  margin-left: 0;
}
.aga-justify-end > .aga-list > li:last-child,
.aga-list.aga-text-right > li:last-child {
  margin-right: 0;
}

ul.aga-list-h {
  display: block;
  margin: 0;
  padding: 0;
}
ul.aga-list-h > li {
  display: block;
  margin: 10px 0 10px 10px;
  list-style-type: none;
}

.aga-text-left {
  text-align: right;
}
.aga-text-center {
  text-align: center;
}
.aga-text-right {
  text-align: right;
}

[data-aga-grid] {
  max-width: 1440px;
  margin: 0 auto;
}
[data-aga-g-r] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 auto 0 auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.aga-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aga-justify-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
.aga-justify-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}
.aga-justify-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.aga-justify-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.aga-justify-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
}
.aga-align-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}
.aga-align-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.aga-align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.aga-layout-spacer {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.aga-flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.aga-flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.aga-flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.aga-flexible {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.aga-link {
  cursor: pointer;
  text-decoration: underline;
  color: var(--aga-c-1);
}
.aga-bg-light {
  background: var(--aga-c-light);
}

.content-spacing {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.content-spacing.offset-top {
  padding-top: 4rem;
}
.content-spacing.offset-bottom {
  padding-bottom: 4rem;
}
.content-spacing.offset-top-2x {
  padding-top: 6rem;
}
.content-spacing.offset-bottom-2x {
  padding-bottom: 6rem;
}
.content-style h2,
.content-style h3 {
  width: 100%;
  padding: 8px 0;
  font-size: 2.9rem;
  z-index: 1;
  font-weight: 700;
  text-transform: none;
  width: 100%;
  text-align: center;
  margin-bottom: 40px !important;
  color: #002a59;
  position: relative;
}
.content-style h2[data-sub-text]:after {
  display: block;
  content: attr(data-sub-text);
  font-size: 1.6rem;
  padding: 1rem 0 0.3rem 0;
  font-style: normal;
  margin: 0;
  color: #6f6f6f;
}
input {
  -webkit-background-clip: text !important;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #C1C1C1; 
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 8px;
  border-radius:8px;
  background:#C1C1C1; 
  -webkit-box-shadow: inset 0 0 6px #C1C1C1; 
}
::-webkit-scrollbar-thumb:window-inactive {
background:#C1C1C1; 
}
body::-webkit-scrollbar {
  width: 13px;
  height: 13px;
}
/*padding*/
[class*="aga-p-"] {
  box-sizing: border-box;
}
.aga-p-8 {
  padding: 8px;
}
.aga-p-10 {
  padding: 10px;
}
.aga-p-20 {
  padding: 20px;
}
.aga-p-8-0 {
  padding: 8px 0;
}
.aga-p-0-8-0-0 {
  padding: 0 8px 0 0;
}
.aga-p-0-0-0-8 {
  padding: 0 0 0 8px;
}
.aga-p-10-0 {
  padding: 10px 0;
}
.aga-p-0-10-0-0 {
  padding: 0 10px 0 0;
}
.aga-p-0-0-10-0 {
  padding: 0 0 10px 0;
}
.aga-p-0-0-0-10 {
  padding: 0 0 0 10px;
}
.aga-p-8-10 {
  padding: 8px 10px;
}
.aga-p-0-16-0-0 {
  padding: 0 16px 0 0 !important;
}
.aga-p-0-0-16-0 {
  padding: 0 0 16px 0 !important;
}

/*margin*/
.aga-m-0 {
  margin: 0px !important;
}
.aga-m-8 {
  margin: 8px;
}
.aga-m-10 {
  margin: 10px;
}
.aga-m-8-0 {
  margin: 8px 0;
}
.aga-m-0-8-0-0 {
  margin: 0 8px 0 0;
}
.aga-m-0-0-0-8 {
  margin: 0 0 0 8px;
}
.aga-m-10-0 {
  margin: 10px 0 !important;
}
.aga-m-10-0-0-0 {
  margin-top: 10px !important;
}
.aga-m-0-10-0-0 {
  margin: 0 10px 0 0 !important;
}
.aga-m-0-0-0-10 {
  margin: 0 0 0 10px !important;
}
.aga-m-0-20-0-0 {
  margin: 0 20px 0 0 !important;
}
.aga-m-0-0-0-10 {
  margin: 0 0 0 10px;
}
.aga-m-0-0-10-0 {
  margin-bottom: 10px !important;
}
.aga-m-0-0-20-0 {
  margin-bottom: 20px !important;
}
.aga-m-0-0-35-0 {
  margin-bottom: 35px !important;
}
.aga-m-35-0-0-0 {
  margin-top: 35px !important;
}
.aga-m-16-0-0-0 {
  margin-top: 16px !important;
}
.aga-m-8-10 {
  margin: 8px 10px;
}
.aga-m-0-16-0-0 {
  margin: 0 16px 0 0 !important;
}
.aga-m-0-0-16-0 {
  margin-bottom: 16px !important;
}

@media screen and (min-width: 841px) {
  .aga-m-first {
    margin-left: 0;
  }
}

.aga-s-10 {
  padding: 10px;
  box-sizing: border-box;
}

/*default*/
html,
body {
  font-family: var(--aga-font-1);
}
body {
  margin: 0;
}

.aga-header.sticky {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 9;
  color: rgb(255, 255, 255);
  padding: 0 10px;
  box-sizing: border-box;
}
.aga-header .aga-g-r:first-child {
  border-bottom: 1px solid rgb(255, 255, 255);
}
nav.aga-navigation ul.aga-list > li {
  font-size: 13px;
  position: relative;
  list-style-type: none;
}

section {
  position: relative;
}

footer.aga-footer {
  background: #303030;
  padding: 0;
  color: rgb(255, 255, 255);
}
footer.aga-footer .address p,
footer.aga-footer .address p a {
  margin: 0;
  margin-bottom: 3px;
  color: #fff;
  line-height: 1.3;
  text-decoration: none;
  font-size: 0.9rem;
}
footer.aga-footer .aga-r:first-child,
footer.aga-footer .aga-r:nth-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 840px) {
}
@media screen and (min-width: 481px) and (max-width: 840px) {
}

@media screen and (max-width: 480px) {
}

.aga-model-wrapper {
  position: relative;
}
.aga-model-errors {
  display: block;
  list-style: none;
  color: white;
  position: absolute;
  left: -2px;
  top: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
  padding: 12px 11px;
  background: var(--aga-c-9);
  border-radius: 2px;
  width: calc(100% + 4px);
  box-sizing: border-box;
  margin-top: 10px;
  z-index: 999;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transform-origin: 0 -12px;
}
.aga-model-wrapper.aga-model-invalid.aga-model-focus > .aga-model-errors.active,
.aga-model-invalid.aga-model-focus ~ .aga-model-errors.active {
  transform: scale(1);
}
.aga-model-errors li {
  display: block;
}
.aga-in-text,
.aga-in-select,
.aga-in-check {
  position: relative;
  font-size: 16px;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 20px 0;
  max-width: 350px;
}
.aga-in-check {
  margin: 5px 20px;
}
.aga-in-text > input,
.aga-in-text > textarea,
span.aga-in-text-upload.aga-in-upload,
.aga-in-select > select {
  position: relative;
  display: block;
  font-family: var(--aga-font-1);
  float: right;
  padding: 10.5px 15px;
  width: 100%;
  background-color: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, border-color 0.25s;
  outline: none;
}
.aga-in-text > input:focus,
.aga-in-text.aga-model-not-empty > input,
.aga-in-text > textarea:focus,
.aga-in-text.aga-model-not-empty > textarea,
.aga-in-select > select:focus,
span.aga-model-not-empty.aga-in-upload,
.aga-crud-editor.aga-model-not-empty .aga-in-upload,
.aga-in-select.aga-model-not-empty > select {
  background-color: transparent;
  border-color: var(--aga-c-1);
  outline: none;
}
.aga-in-text.aga-model-invalid > input,.aga-in-text.required-field.aga-model-invalid > select {
  border-color: var(--aga-c-9) !important;
}
.aga-in-text > label,
span.aga-in-text-upload.aga-in-upload ~ h3,
.aga-in-select > label {
  width: 100%;
  text-align: left;
  position: absolute;
  bottom: 100%;
  color: #696969;
  pointer-events: none;
  overflow: hidden;
  -webkit-transform: translate3d(0, 38px, 0);
  transform: translate3d(0, 38px, 0);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  padding: 10.5px 15px;
  box-sizing: border-box;
  font-size: 13px;
}
.aga-in-select > label {
  transform: translate3d(0, 41px, 0);
}
.aga-in-text > input:focus ~ label,
.aga-in-text.aga-model-not-empty > input ~ label,
.aga-in-text > textarea:focus ~ label,
.aga-in-text.aga-model-not-empty > textarea ~ label,
.aga-in-select > select:focus ~ label,
span.aga-model-not-empty.aga-in-upload ~ h3,
.aga-in-select.aga-model-not-empty > select ~ label {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  padding: 0 15px 5px 15px;
  color: var(--aga-c-3);
}
.aga-in-text > textarea {
  min-height: 50px;
}
.aga-in-text > input,
.aga-in-select > select,
span.aga-in-text-upload.aga-in-upload,
.aga-in-text > textarea {
  color: var(--aga-c-3);
  font-size: 13px;
}
.aga-in-full {
  max-width: 100%;
}
.aga-in-width {
  width: 100%;
}
.aga-in-text i.aga-in-close {
  display: none;
}
.aga-in-text.aga-model-not-empty:not(.multi-search-block) i.aga-in-close,
.aga-in-text.aga-model-text-not-empty:not(.multi-search-block) i.aga-in-close,
.aga-in-text.multi-search-block.aga-model-multi-select-not-empty
  i.aga-in-close {
  display: block;
  position: absolute;
  right: 6px;
  top: 8px;
  cursor: pointer;
  color: var(--aga-c-1);
  background-color: #ffffff;
}
.aga-in-text.aga-model-text-not-empty:not(.multi-search-block)
  i.aga-in-close:before,
.aga-in-text.aga-model-not-empty:not(.multi-search-block)
  i.aga-in-close:before {
  margin-right: 0;
}
.aga-in-text.single-search-block.aga-model-not-empty:not(.multi-search-block)
  i.aga-in-close,
.aga-in-text.single-search-block.aga-model-text-not-empty:not(.multi-search-block)
  i.aga-in-close,
.aga-in-text.single-search-block.multi-search-block.aga-model-multi-select-not-empty
  i.aga-in-close {
  top: calc(50% - 13px);
  right: 40px;
}

.aga-in-text > input ~ [aga-validation-message],
.aga-in-select > select ~ [aga-validation-message],
.aga-in-text > textarea ~ [aga-validation-message] {
  position: absolute;
  font-size: 10.5px;
  letter-spacing: 0.2px;
  bottom: -14px;
  right: 0;
  color: var(--aga-c-error);
  transition: bottom 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  z-index: -1;
}
/*.aga-in-text > input ~ .active[aga-validation-message], .aga-in-select > select ~ .active[aga-validation-message], .aga-in-text > textarea ~ .active[aga-validation-message]{bottom:-14px}*/

.aga-in-check input[type="radio"]:checked + label > span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 4px solid #fff;
  transform: translate(-50%, -50%);
  transform-origin: 0% 100%;
  border-radius: 50%;
}
.aga-in-check input[type="radio"] + label > span {
  border-radius: 50% !important;
}
.aga-in-check input[type="radio"]:checked + label > span {
  border: 0.6em solid var(--aga-c-1);
}
.aga-in-check input[type="checkbox"]:checked + label > span:before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 5px);
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform-origin: 0% 100%;
  animation: checkbox-check 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards;
  transform: translate(-50%, -50%);
  min-width: auto;
}
.aga-in-check input[type="checkbox"] + label > span:before {
  content: "";
  min-width: 20px;
}
.aga-in-check input[type="checkbox"]:checked + label > span {
  border: 10px solid var(--aga-c-1);
  animation: shrink-bounce 200ms cubic-bezier(0.4, 0, 0.23, 1);
}
.aga-in-check input[type="checkbox"] + label > span,
.aga-in-check input[type="radio"] + label > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 2px solid #9e9e9e;
  border-radius: 2px;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.23, 1);
  box-sizing: border-box;
  position: relative;
  font-size: 11px;
}
.aga-in-check input[type="checkbox"] + label,
.aga-in-check input[type="radio"] + label {
  position: relative;
  display: flex;
  margin: 9px 0;
  align-items: center;
  color: var(--aga-c-4);
  transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1);
  cursor: pointer;
}
.aga-in-check input[type="checkbox"] + label.aga-label > span,
.aga-in-check input[type="radio"] + label.aga-label > span {
  margin-right: 10px;
}
.aga-in-check input[type="checkbox"],
.aga-in-check input[type="radio"] {
  height: 0;
  width: 0;
  opacity: 0;
  margin: 0;
}
.aga-in-check input[type="checkbox"] + label:hover > span,
input[type="checkbox"]:focus + label > span,
.aga-in-check input[type="radio"] + label:hover > span,
input[type="radio"]:focus + label > span {
  background: rgba(255, 255, 255, 0.1);
}
span.aga-in-check.select-all:after {
  content: "";
  width: 16px;
  height: 16px;
  background: transparent;
  border: 2px solid #9e9e9e;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  margin-left: -9px;
  margin-top: -4px;
  background-color: rgb(255, 255, 255);
}
span.aga-in-check.select-all {
  margin-top: 12px;
  margin: 0;
  background-color: #ffffff;
  padding: 4px 14px 10px 14px;
  border-radius: 4px;
  margin-right: 5px;
  max-height: 20px;
  display: inline-block;
  min-width: 20px;
  margin: 0px 20px 5px 14px;
}
span.aga-in-check.select-all label {
  position: absolute;
  top: -4px;
  background-color: rgb(255, 255, 255);
  left: 9px;
}

@keyframes shrink-bounce {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #ffffff;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 3px;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 3px;
    height: 7px;
    border-color: #ffffff;
    transform: translate3d(0, -0.5em, 0) rotate(45deg);
  }
}

.aga-drop ul.drop-list li:hover {
  padding-left: 20px;
}
.aga-drop ul.drop-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 10px 14px;
  border-bottom: 1px solid #f3f7fd;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 13px;
  cursor: pointer;
  color: var(--aga-c-1);
  -webkit-justify-content: flex-start;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.aga-drop ul.drop-list li > i,
.aga-drop ul.drop-list li i {
  padding-right: 8px;
  color: var(--aga-c-1);
  font-size: 14px;
}
.aga-drop ul.drop-list li a {
  color: var(--aga-c-1);
  text-decoration: none;
}
.aga-drop ul.drop-list li:hover a[data-tooltip] {
  z-index: 999;
}
.aga-drop ul.drop-list {
  position: absolute;
  top: 100%;
  margin-top: 1px;
  right: 0px;
  background: rgb(255, 255, 255);
  border: inherit;
  border-top: none;
  list-style: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0;
  pointer-events: none;
  margin: 8px 0 0 0;
  padding: 0;
  z-index: 99;
  border-radius: 4px;
  width: 180px;
  border: 0 none;
}
.aga-drop ul.drop-list li:last-child {
  border-bottom: 0 none;
}
.aga-drop.active ul.drop-list {
  opacity: 1;
  pointer-events: auto;
  display: inline-block;
}
span.aga-drop {
  position: relative;
}
.aga-drop ul.drop-list li.delete i,
.aga-drop ul.drop-list li.delete {
  color: var(--aga-c-9);
}
[aga-have-child] {
  position: relative;
}

.aga-card-1 {
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
}
.aga-card-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.aga-card-3 {
  box-shadow: 0 0 10px -5px rgb(0 0 0 / 20%), 0 0 24px 2px rgb(0 0 0 / 14%),
    0 0 30px 5px rgb(0 0 0 / 12%);
}

.aga-navigation.aga-menu li a:before {
  content: attr(data-mov);
  position: absolute;
  left: 0;
  color: var(--aga-c-1);
  width: 0%;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.45s;
}
.aga-navigation.aga-menu li a:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--aga-c-1);
  content: "";
  transition: all 0.45s;
}
.aga-navigation.aga-menu li a.active:after {
  background: #88a9a4;
  width: 100%;
}
.aga-navigation.aga-menu li a:hover:before,
.aga-navigation.aga-menu li a:hover:after {
  width: 100%;
}
.aga-navigation.aga-menu li a {
  padding: 10px 0;
  position: relative;
}

.accordion-view .accordion-item {
  width: 100%;
  overflow: hidden;
}
.accordion-view .accordion-item [type="checkbox"],
.accordion-view .accordion-item [type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordion-view .accordion-item .accordion-label {
  color: var(--aga-c-3);
  border: 1px solid #eaeaea;
  background: #f8f8f8;
  cursor: pointer;
  margin-bottom: 18px;
  position: relative;
  padding: 10px;
  font-weight: 600;
}
.accordion-view .accordion-item input ~ label.accordion-label:before {
  content: "Show Editor Panel";
  opacity: 0;
}
.accordion-view .accordion-item input ~ .accordion-content [template-editor],
.accordion-view
  .accordion-item
  input:checked
  ~ .accordion-content
  [template-wapper] {
  display: none;
}
.accordion-view
  .accordion-item
  input:checked
  ~ .accordion-content
  [template-editor],
.accordion-view .accordion-item input ~ .accordion-content [template-wapper] {
  display: block;
}
.accordion-view .accordion-item input:checked ~ label.accordion-label:before {
  content: "Hide Editor Panel";
  opacity: 0;
}
.accordion-view .accordion-item input ~ label:after {
  font-size: 24px;
  transition: transform 0.15s ease;
  position: absolute;
  right: 4px;
}
.accordion-view .accordion-item input:checked ~ label:after {
  transform: rotate(-180deg);
}
.accordion-view .accordion-item div.accordion-content {
  height: 100%;
  max-height: 0;
  max-height: 3000px;
  opacity: 1;
  overflow-y: auto;
  overflow: hidden;
  transition: max-height 0.15s ease-out;
  flex-basis: 100%;
  background-color: #ffffff;
  padding: 0;
  padding: 0 10px;
}
.accordion-view .accordion-item input:checked ~ div.accordion-content {
  max-height: 3000px;
  opacity: 1;
}
.editor-panel .accordion-view {
  width: 100%;
  position: relative;
  display: block;
  font-family: var(--aga-font-1);
  float: right;
  padding: 5px 5px 5px 5px;
  width: 100%;
  background-color: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, border-color 0.25s;
  outline: none;
  border-radius: 5px;
}
.editor-panel
  .accordion-view
  .accordion-item
  input
  ~ .accordion-content
  [template-editor] {
  /*max-width: 600px;*/
  margin-left: 0;
}

.tabed-view input[type="radio"] {
  display: none;
}

.tabed-view.default .tabs,
.tabed-view.default .tab-contents {
  margin-top: 0;
  margin-bottom: 0;
}
.tab-content-wrapper {
  margin: 0;
  width: 100%;
  padding-top: 12px;
}
.tabed-view .tab-contents {
  position: relative;
}
.tabed-view .tab-contents .tab-content {
  position: relative;
  opacity: 0;
  transition: 0.3s all cubic-bezier(0.4, 0.3, 0.1, 0.2);
  max-height: 0;
  /*    margin-top: 0!important;
    margin-bottom: 0!important;*/
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.tabed-view.menu > .tab-contents > .tab-content {
  display: block;
  position: relative;
  opacity: 1;
  visibility: visible;
  max-height: none;
  overflow: visible;
}
.tabed-view
  input[type="radio"]:nth-child(1):checked
  ~ .tab-contents
  .tab-content:nth-child(1),
.tabed-view
  input[type="radio"]:nth-child(2):checked
  ~ .tab-contents
  .tab-content:nth-child(2),
.tabed-view
  input[type="radio"]:nth-child(3):checked
  ~ .tab-contents
  .tab-content:nth-child(3),
.tabed-view
  input[type="radio"]:nth-child(4):checked
  ~ .tab-contents
  .tab-content:nth-child(4),
.tabed-view
  input[type="radio"]:nth-child(5):checked
  ~ .tab-contents
  .tab-content:nth-child(5),
.tabed-view
  input[type="radio"]:nth-child(6):checked
  ~ .tab-contents
  .tab-content:nth-child(6),
.tabed-view
  input[type="radio"]:nth-child(7):checked
  ~ .tab-contents
  .tab-content:nth-child(7),
.tabed-view
  input[type="radio"]:nth-child(8):checked
  ~ .tab-contents
  .tab-content:nth-child(8),
.tabed-view
  input[type="radio"]:nth-child(9):checked
  ~ .tab-contents
  .tab-content:nth-child(9),
.tabed-view
  input[type="radio"]:nth-child(10):checked
  ~ .tab-contents
  .tab-content:nth-child(10),
.tabed-view
  input[type="radio"]:nth-child(11):checked
  ~ .tab-contents
  .tab-content:nth-child(11),
.tabed-view
  input[type="radio"]:nth-child(12):checked
  ~ .tab-contents
  .tab-content:nth-child(12),
.tabed-view
  input[type="radio"]:nth-child(13):checked
  ~ .tab-contents
  .tab-content:nth-child(13),
.tabed-view
  input[type="radio"]:nth-child(14):checked
  ~ .tab-contents
  .tab-content:nth-child(14),
.tabed-view
  input[type="radio"]:nth-child(15):checked
  ~ .tab-contents
  .tab-content:nth-child(15),
.tabed-view
  input[type="radio"]:nth-child(16):checked
  ~ .tab-contents
  .tab-content:nth-child(16),
.tabed-view
  input[type="radio"]:nth-child(1):checked
  ~ .associate-container
  .tab-contents
  .tab-content:nth-child(1),
.tabed-view
  input[type="radio"]:nth-child(2):checked
  ~ .associate-container
  .tab-contents
  .tab-content:nth-child(2),
.tabed-view
  input[type="radio"]:nth-child(3):checked
  ~ .associate-container
  .tab-contents
  .tab-content:nth-child(3),
.tabed-view
  input[type="radio"]:nth-child(4):checked
  ~ .associate-container
  .tab-contents
  .tab-content:nth-child(4),
.tabed-view
  input[type="radio"]:nth-child(5):checked
  ~ .associate-container
  .tab-contents
  .tab-content:nth-child(5),
.tabed-view
  input[type="radio"]:nth-child(6):checked
  ~ .associate-container
  .tab-contents
  .tab-content:nth-child(6),
.tabed-view
  input[type="radio"]:nth-child(7):checked
  ~ .associate-container
  .tab-contents
  .tab-content:nth-child(7),
.tabed-view
  input[type="radio"]:nth-child(8):checked
  ~ .associate-container
  .tab-contents
  .tab-content:nth-child(8),
.tabed-view
  input[type="radio"]:nth-child(9):checked
  ~ .associate-container
  .tab-contents
  .tab-content:nth-child(9),
.tabed-view
  input[type="radio"]:nth-child(10):checked
  ~ .associate-container
  .tab-contents
  .tab-content:nth-child(10),
.tabed-view
  input[type="radio"]:nth-child(11):checked
  ~ .associate-container
  .tab-contents
  .tab-content:nth-child(11),
.tabed-view
  input[type="radio"]:nth-child(12):checked
  ~ .associate-container
  .tab-contents
  .tab-content:nth-child(12),
.tabed-view
  input[type="radio"]:nth-child(13):checked
  ~ .associate-container
  .tab-contents
  .tab-content:nth-child(13),
.tabed-view
  input[type="radio"]:nth-child(14):checked
  ~ .associate-container
  .tab-contents
  .tab-content:nth-child(14),
.tabed-view
  input[type="radio"]:nth-child(15):checked
  ~ .associate-container
  .tab-contents
  .tab-content:nth-child(15),
.tabed-view
  input[type="radio"]:nth-child(16):checked
  ~ .associate-container
  .tab-contents
  .tab-content:nth-child(16) {
  display: block;
  position: relative;
  opacity: 1;
  visibility: visible;
  max-height: none;
  overflow: visible;
}
.tabed-view.default .tabs {
  margin-bottom: 8px !important;
  border-bottom: 1px solid #dbdfea;
}
.tabed-view .tabs label {
  padding: 8px;
  color: var(--aga-c-3);
  font-weight: 400;
  border-radius: 0px;
  width: auto;
  text-align: center;
  line-height: 20px;
  z-index: 1;
  font-size: 13px;
}
.tabed-view.default .tabs label {
  padding: 16px;
  font-size: 14px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tabed-view.default
  input[type="radio"]:nth-child(1):checked
  ~ .tabs
  label:nth-child(1),
.tabed-view.default
  input[type="radio"]:nth-child(2):checked
  ~ .tabs
  label:nth-child(2),
.tabed-view.default
  input[type="radio"]:nth-child(3):checked
  ~ .tabs
  label:nth-child(3),
.tabed-view.default
  input[type="radio"]:nth-child(4):checked
  ~ .tabs
  label:nth-child(4),
.tabed-view.default
  input[type="radio"]:nth-child(5):checked
  ~ .tabs
  label:nth-child(5),
.tabed-view.default
  input[type="radio"]:nth-child(6):checked
  ~ .tabs
  label:nth-child(6),
.tabed-view.default
  input[type="radio"]:nth-child(7):checked
  ~ .tabs
  label:nth-child(7),
.tabed-view.default
  input[type="radio"]:nth-child(8):checked
  ~ .tabs
  label:nth-child(8),
.tabed-view.default
  input[type="radio"]:nth-child(9):checked
  ~ .tabs
  label:nth-child(9),
.tabed-view.default
  input[type="radio"]:nth-child(10):checked
  ~ .tabs
  label:nth-child(10),
.tabed-view.default
  input[type="radio"]:nth-child(11):checked
  ~ .tabs
  label:nth-child(11),
.tabed-view.default
  input[type="radio"]:nth-child(12):checked
  ~ .tabs
  label:nth-child(12),
.tabed-view.default
  input[type="radio"]:nth-child(13):checked
  ~ .tabs
  label:nth-child(13),
.tabed-view.default
  input[type="radio"]:nth-child(14):checked
  ~ .tabs
  label:nth-child(14),
.tabed-view.default
  input[type="radio"]:nth-child(15):checked
  ~ .tabs
  label:nth-child(15),
.tabed-view.default
  input[type="radio"]:nth-child(16):checked
  ~ .tabs
  label:nth-child(16) {
  color: var(--aga-c-1);
  display: inline-block;
  border-bottom: 1px solid var(--aga-c-1);
}
.tabed-view input[type="radio"]:nth-child(1):checked ~ .tabs label:nth-child(1),
.tabed-view input[type="radio"]:nth-child(2):checked ~ .tabs label:nth-child(2),
.tabed-view input[type="radio"]:nth-child(3):checked ~ .tabs label:nth-child(3),
.tabed-view input[type="radio"]:nth-child(4):checked ~ .tabs label:nth-child(4),
.tabed-view input[type="radio"]:nth-child(5):checked ~ .tabs label:nth-child(5),
.tabed-view input[type="radio"]:nth-child(6):checked ~ .tabs label:nth-child(6),
.tabed-view input[type="radio"]:nth-child(7):checked ~ .tabs label:nth-child(7),
.tabed-view input[type="radio"]:nth-child(8):checked ~ .tabs label:nth-child(8),
.tabed-view input[type="radio"]:nth-child(9):checked ~ .tabs label:nth-child(9),
.tabed-view
  input[type="radio"]:nth-child(10):checked
  ~ .tabs
  label:nth-child(10),
.tabed-view
  input[type="radio"]:nth-child(11):checked
  ~ .tabs
  label:nth-child(11),
.tabed-view
  input[type="radio"]:nth-child(12):checked
  ~ .tabs
  label:nth-child(12),
.tabed-view
  input[type="radio"]:nth-child(13):checked
  ~ .tabs
  label:nth-child(13),
.tabed-view
  input[type="radio"]:nth-child(14):checked
  ~ .tabs
  label:nth-child(14),
.tabed-view
  input[type="radio"]:nth-child(15):checked
  ~ .tabs
  label:nth-child(15),
.tabed-view
  input[type="radio"]:nth-child(16):checked
  ~ .tabs
  label:nth-child(16),
.tabed-view
  input[type="radio"]:nth-child(1):checked
  ~ .associate-container
  .tabs
  label:nth-child(1),
.tabed-view
  input[type="radio"]:nth-child(2):checked
  ~ .associate-container
  .tabs
  label:nth-child(2),
.tabed-view
  input[type="radio"]:nth-child(3):checked
  ~ .associate-container
  .tabs
  label:nth-child(3),
.tabed-view
  input[type="radio"]:nth-child(4):checked
  ~ .associate-container
  .tabs
  label:nth-child(4),
.tabed-view
  input[type="radio"]:nth-child(5):checked
  ~ .associate-container
  .tabs
  label:nth-child(5),
.tabed-view
  input[type="radio"]:nth-child(6):checked
  ~ .associate-container
  .tabs
  label:nth-child(6),
.tabed-view
  input[type="radio"]:nth-child(7):checked
  ~ .associate-container
  .tabs
  label:nth-child(7),
.tabed-view
  input[type="radio"]:nth-child(8):checked
  ~ .associate-container
  .tabs
  label:nth-child(8),
.tabed-view
  input[type="radio"]:nth-child(9):checked
  ~ .associate-container
  .tabs
  label:nth-child(9),
.tabed-view
  input[type="radio"]:nth-child(10):checked
  ~ .associate-container
  .tabs
  label:nth-child(10),
.tabed-view
  input[type="radio"]:nth-child(11):checked
  ~ .associate-container
  .tabs
  label:nth-child(11),
.tabed-view
  input[type="radio"]:nth-child(12):checked
  ~ .associate-container
  .tabs
  label:nth-child(12),
.tabed-view
  input[type="radio"]:nth-child(13):checked
  ~ .associate-container
  .tabs
  label:nth-child(13),
.tabed-view
  input[type="radio"]:nth-child(14):checked
  ~ .associate-container
  .tabs
  label:nth-child(14),
.tabed-view
  input[type="radio"]:nth-child(15):checked
  ~ .associate-container
  .tabs
  label:nth-child(15),
.tabed-view
  input[type="radio"]:nth-child(16):checked
  ~ .associate-container
  .tabs
  label:nth-child(16) {
  display: inline-block;
}

.icon-hover:after {
  position: absolute;
  z-index: -1;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  content: "";
  background-color: #e9e9e9;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
}
.icon-hover:hover:after {
  opacity: 1;
  height: 116%;
  width: 116%;
}
.icon-hover {
  padding: 8px;
  box-sizing: content-box;
  position: relative;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.aga-slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.aga-slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.aga-slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.aga-slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.aga-zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.aga-animate {
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms;
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

span.aga-in-check-slide > input[type="checkbox"] {
  display: none;
}
span.aga-icon-switch-circle {
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: 3px;
  top: 0;
  color: #ffffff;
  line-height: 2;
  font-size: 0.7em;
}
span.aga-in-check-slide
  > input[type="checkbox"]:checked
  + label
  span.aga-icon-switch-circle {
  left: calc(50% - -4px);
}
span.aga-in-check-slide > input[type="checkbox"] ~ label {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  outline: 0;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
  color: #9e9e9e;
  font-size: 30px;
}
span.aga-in-check-slide
  > input[type="checkbox"]:checked
  + label.aga-icon-switch-base {
  color: var(--aga-c-1);
}
span.aga-in-check-slide-container span.aga-in-check-slide-label {
  color: var(--aga-c-3);
  font-size: 13px;
  margin-right: 10px;
}

.crop-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-tooltip] {
  position: relative;
  z-index: 9;
  cursor: pointer;
}
/*[data-tooltip]:hover:after {display: inline-block;}
[data-tooltip]:after {content: attr(data-tooltip);background: rgb(255, 255, 255);padding: 5px 7px;font-size: 12px;border-radius: 2px;margin-top: 3px;max-width: 220px;color: var(--aga-c-3);position: absolute;left: 50%;line-height: 12px;top: 100%;-webkit-animation: fade-in-bottom-center 0.35s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;animation: fade-in-bottom-center 0.35s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;-webkit-transform: translateY(100%);transform: translateY(100%);display: none;text-transform: none;box-shadow: 0px 1px 5px 1px rgba(204, 204, 204, 0.5);font-family: var(--aga-font-1);}
@-webkit-keyframes fade-in-bottom-center {
  0% { -webkit-transform: translateX(-50%) translateY(50px); transform: translateX(-50%) translateY(50px); opacity: 0; }
  100% { -webkit-transform: translateX(-50%) translateY(0); transform: translateX(-50%) translateY(0); opacity: 1; }
}
@keyframes fade-in-bottom-center {
  0% { -webkit-transform: translateX(-50%) translateY(50px); transform: translateX(-50%) translateY(50px); opacity: 0; }
  100% { -webkit-transform: translateX(-50%) translateY(0); transform: translateX(-50%) translateY(0); opacity: 1; }
}*/

/*[data-tooltip]:before {width: 0;height: 0;border: 5px solid transparent;border-top-color: var(--data-tooltip-color);opacity: 0;pointer-events: none;transition: all .18s ease-out .18s;content: "";position: absolute;z-index: 10;}
*/
[data-tooltip]:after {
  opacity: 0;
  pointer-events: none;
  transition: all 0.18s ease-out 0.18s;
  text-indent: 0;
  font-family: var(--aga-font-1);
  font-weight: normal;
  font-style: normal;
  text-shadow: none;
  font-size: var(--data-tooltip-font-size);
  background: var(--data-tooltip-color);
  border-radius: 2px;
  color: var(--aga-c-3);
  content: attr(data-tooltip);
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
  z-index: 10;
  box-shadow: 0px 1px 5px 1px rgba(204, 204, 204, 0.5);
  border-radius: 2px;
  line-height: 16px;
  text-transform: capitalize;
}
/*[data-tooltip]:hover:before,*/
[data-tooltip]:hover:after {
  opacity: 1;
  pointer-events: none;
}
[data-tooltip]:after {
  display: none;
}

[data-tooltip-pos="up"]:after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 10px;
  transform: translate(-50%, var(--data-tooltip-move));
  transform-origin: top;
}
[data-tooltip-pos="up"]:hover:after {
  transform: translate(-50%, 0);
}
[data-tooltip-pos="up-left"]:after {
  bottom: 100%;
  left: 0;
  margin-bottom: 10px;
  transform: translate(0, var(--data-tooltip-move));
  transform-origin: top;
}
[data-tooltip-pos="up-left"]:hover:after {
  transform: translate(0, 0);
}
[data-tooltip-pos="up-right"]:after {
  bottom: 100%;
  right: 0;
  margin-bottom: 10px;
  transform: translate(0, var(--data-tooltip-move));
  transform-origin: top;
}
[data-tooltip-pos="up-right"]:hover:after {
  transform: translate(0, 0);
}
[data-tooltip-pos="down-left"]:after {
  left: 0;
  margin-top: 10px;
  top: 100%;
  transform: translate(0, calc(var(--data-tooltip-move) * -1));
}
[data-tooltip-pos="down-left"]:hover:after {
  transform: translate(0, 0);
}
[data-tooltip-pos="down-right"]:after {
  right: 0;
  margin-top: 10px;
  top: 100%;
  transform: translate(0, calc(var(--data-tooltip-move) * -1));
}
[data-tooltip-pos="down-right"]:hover:after {
  transform: translate(0, 0);
}

/*[data-tooltip-pos="up"]:before, [data-tooltip]:before {bottom: 100%;left: 50%;transform: translate(-50%, var(--data-tooltip-move));transform-origin: top;}
[data-tooltip-pos="up"]:hover:before, [data-tooltip]:hover:before {transform: translate(-50%, 0);}
[data-tooltip-pos="up-left"]:before {bottom: 100%;left: 5px;transform: translate(0, var(--data-tooltip-move));transform-origin: top;}
[data-tooltip-pos="up-left"]:hover:before{transform: translate(0, 0);}
[data-tooltip-pos="up-right"]:before {bottom: 100%;right: 5px;transform: translate(0, var(--data-tooltip-move));transform-origin: top;}
[data-tooltip-pos="up-right"]:hover:before{transform: translate(0, 0);}
[data-tooltip-pos="down-left"]:before {width: 0;height: 0;border: 5px solid transparent;border-bottom-color: var(--data-tooltip-color);left: 5px;top: 100%;transform: translate(0, calc(var(--data-tooltip-move) * -1));}
[data-tooltip-pos="down-left"]:hover:before {transform: translate(0, 0);}
[data-tooltip-pos="down-right"]:before {width: 0;height: 0;border: 5px solid transparent;border-bottom-color: var(--data-tooltip-color);right: 5px;top: 100%;transform: translate(0, calc(var(--data-tooltip-move) * -1));}
[data-tooltip-pos="down-right"]:hover:before {transform: translate(0, 0);}*/

[data-tooltip-pos="left"]:after {
  margin-right: 10px;
  right: 100%;
  top: 50%;
  transform: translate(var(--data-tooltip-move), -50%);
}
[data-tooltip-pos="left"]:hover:after {
  transform: translate(0, -50%);
}
[data-tooltip-pos="right"]:after {
  left: 100%;
  margin-left: 10px;
  top: 50%;
  transform: translate(calc(var(--data-tooltip-move) * -1), -50%);
}
[data-tooltip-pos="right"]:hover:after {
  transform: translate(0, -50%);
}
[data-tooltip-pos="down"]:after,
[data-tooltip]:after {
  left: 50%;
  margin-top: 10px;
  top: 100%;
  transform: translate(-50%, calc(var(--data-tooltip-move) * -1));
}
[data-tooltip-pos="down"]:hover:after,
[data-tooltip]:hover:after {
  transform: translate(-50%, 0);
}

[data-tooltip-pos="left"]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: var(--data-tooltip-color);
  right: 100%;
  top: 50%;
  transform: translate(var(--data-tooltip-move), -50%);
}
[data-tooltip-pos="left"]:hover:before {
  transform: translate(0, -50%);
}
[data-tooltip-pos="right"]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: var(--data-tooltip-color);
  left: 100%;
  top: 50%;
  transform: translate(calc(var(--data-tooltip-move) * -1), -50%);
}
[data-tooltip-pos="right"]:hover:before {
  transform: translate(0, -50%);
}
[data-tooltip-pos="down"]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: var(--data-tooltip-color);
  left: 50%;
  top: 100%;
  transform: translate(-50%, calc(var(--data-tooltip-move) * -1));
}
[data-tooltip-pos="down"]:hover:before {
  transform: translate(-50%, 0);
}

[data-tooltip]:after {
  width: auto;
  white-space: normal;
}
[data-tooltip-length="small"]:after {
  width: 80px;
}
[data-tooltip-length="medium"]:after {
  width: 150px;
}
[data-tooltip-length="large"]:after {
  width: 260px;
}
[data-tooltip-length="xlarge"]:after {
  width: 380px;
}
[data-tooltip-length="fit"]:after {
  width: 100%;
}
[data-tooltip-length] {
  white-space: normal;
}

.aga-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin: 30px 0 0 0;
  list-style: none;
  border-radius: 5px;
  margin-bottom: 0 !important;
}
.aga-pagination .aga-page-link {
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: -2px;
  line-height: 1.25;
  color: var(--aga-c-1);
  background-color: var(--aga-c-light);
  border: 1px solid rgb(220 220 221 / 50%);
  text-decoration: none;
  font-size: 13px;
  transition: color 0.25s ease;
  margin: 0 3px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}
.aga-pagination .aga-page-item:first-child .aga-page-link {
  margin-right: 0px;
  color: var(--aga-c-1);
}
.aga-pagination .aga-page-item.goto {
  margin-left: 32px;
}
.aga-pagination .aga-page-item:last-child .aga-page-link {
  margin-left: 0px;
  color: var(--aga-c-1);
}
.aga-pagination .aga-page-item.active .aga-page-link {
  z-index: 3;
  color: #ffffff;
  background-color: var(--aga-c-1);
  border-color: var(--aga-c-1);
}
.aga-pagination a.aga-page-link:hover {
  color:var(--aga-c-1);
}
.aga-pagination .aga-page-item .aga-result-count,
.aga-pagination .aga-page-item .aga-goto-section {
  position: relative;
  height: 34px;
  margin-left: -2px;
  line-height: 1.25;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.25s ease;
  border-radius: 0;
  margin: 0 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
}
.aga-pagination .aga-page-item .aga-goto-section {
  max-width: 160px;
}
.aga-pagination .aga-page-item .aga-goto-section.aga-in-text > input {
  height: 34px;
  padding: 0 8px;
  width: 74px;
}
.aga-pagination .aga-page-item .aga-goto-section .label {
  font-style: normal;
  margin-right: 2px;
}
.aga-pagination .aga-page-item .aga-result-count {
  font-size: 14px;
  padding-bottom: 0;
}
.aga-pagination .aga-page-item .aga-result-count b {
  color: var(--aga-c-1);
  font-weight: 600;
}

.tabed-view.default .tab-contents .tab-content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.tabed-view.default
  input[type="radio"]:nth-child(1):checked
  ~ .tab-contents
  .tab-content:nth-child(1),
.tabed-view.default
  input[type="radio"]:nth-child(2):checked
  ~ .tab-contents
  .tab-content:nth-child(2),
.tabed-view.default
  input[type="radio"]:nth-child(3):checked
  ~ .tab-contents
  .tab-content:nth-child(3),
.tabed-view.default
  input[type="radio"]:nth-child(4):checked
  ~ .tab-contents
  .tab-content:nth-child(4),
.tabed-view.default
  input[type="radio"]:nth-child(5):checked
  ~ .tab-contents
  .tab-content:nth-child(5),
.tabed-view.default
  input[type="radio"]:nth-child(6):checked
  ~ .tab-contents
  .tab-content:nth-child(6),
.tabed-view.default
  input[type="radio"]:nth-child(7):checked
  ~ .tab-contents
  .tab-content:nth-child(7),
.tabed-view.default
  input[type="radio"]:nth-child(8):checked
  ~ .tab-contents
  .tab-content:nth-child(8),
.tabed-view.default
  input[type="radio"]:nth-child(9):checked
  ~ .tab-contents
  .tab-content:nth-child(9),
.tabed-view.default
  input[type="radio"]:nth-child(10):checked
  ~ .tab-contents
  .tab-content:nth-child(10),
.tabed-view.default
  input[type="radio"]:nth-child(11):checked
  ~ .tab-contents
  .tab-content:nth-child(11),
.tabed-view.default
  input[type="radio"]:nth-child(12):checked
  ~ .tab-contents
  .tab-content:nth-child(12),
.tabed-view.default
  input[type="radio"]:nth-child(13):checked
  ~ .tab-contents
  .tab-content:nth-child(13),
.tabed-view.default
  input[type="radio"]:nth-child(14):checked
  ~ .tab-contents
  .tab-content:nth-child(14),
.tabed-view.default
  input[type="radio"]:nth-child(15):checked
  ~ .tab-contents
  .tab-content:nth-child(15),
.tabed-view.default
  input[type="radio"]:nth-child(16):checked
  ~ .tab-contents
  .tab-content:nth-child(16),
.tabed-view.default
  input[type="radio"]:nth-child(1):checked
  ~ .associate-container
  .tab-contents
  .tab-content:nth-child(1),
.tabed-view.default
  input[type="radio"]:nth-child(2):checked
  ~ .associate-container
  .tab-contents
  .tab-content:nth-child(2),
.tabed-view.default
  input[type="radio"]:nth-child(3):checked
  ~ .associate-container
  .tab-contents
  .tab-content:nth-child(3),
.tabed-view.default
  input[type="radio"]:nth-child(4):checked
  ~ .associate-container
  .tab-contents
  .tab-content:nth-child(4),
.tabed-view.default
  input[type="radio"]:nth-child(5):checked
  ~ .associate-container
  .tab-contents
  .tab-content:nth-child(5),
.tabed-view.default
  input[type="radio"]:nth-child(6):checked
  ~ .associate-container
  .tab-contents
  .tab-content:nth-child(6),
.tabed-view.default
  input[type="radio"]:nth-child(7):checked
  ~ .associate-container
  .tab-contents
  .tab-content:nth-child(7),
.tabed-view.default
  input[type="radio"]:nth-child(8):checked
  ~ .associate-container
  .tab-contents
  .tab-content:nth-child(8),
.tabed-view.default
  input[type="radio"]:nth-child(9):checked
  ~ .associate-container
  .tab-contents
  .tab-content:nth-child(9),
.tabed-view.default
  input[type="radio"]:nth-child(10):checked
  ~ .associate-container
  .tab-contents
  .tab-content:nth-child(10),
.tabed-view.default
  input[type="radio"]:nth-child(11):checked
  ~ .associate-container
  .tab-contents
  .tab-content:nth-child(11),
.tabed-view.default
  input[type="radio"]:nth-child(12):checked
  ~ .associate-container
  .tab-contents
  .tab-content:nth-child(12),
.tabed-view.default
  input[type="radio"]:nth-child(13):checked
  ~ .associate-container
  .tab-contents
  .tab-content:nth-child(13),
.tabed-view.default
  input[type="radio"]:nth-child(14):checked
  ~ .associate-container
  .tab-contents
  .tab-content:nth-child(14),
.tabed-view.default
  input[type="radio"]:nth-child(15):checked
  ~ .associate-container
  .tab-contents
  .tab-content:nth-child(15),
.tabed-view.default
  input[type="radio"]:nth-child(16):checked
  ~ .associate-container
  .tab-contents
  .tab-content:nth-child(16) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*toast*/
div[aga-toast-notification] {
  position: fixed;
  max-width: 350px;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 99999;
  opacity: 0;
  transition: all 0.3s ease-in;
  padding: 10px 15px 20px 10px;
}
div[aga-toast-container] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: rgb(255 255 255);
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
div[aga-toast-container] div[aga-toast-icon] {
  padding-right: 10px;
}
.aga-toast-t-l {
  top: 10px;
  left: 10px;
}
.aga-toast-t-m {
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.aga-toast-t-r {
  top: 10px;
  right: 10px;
}
.aga-toast-m-l {
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.aga-toast-m-m {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.aga-toast-m-r {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.aga-toast-b-l {
  bottom: 10px;
  left: 10px;
}
.aga-toast-b-m {
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.aga-toast-b-r {
  bottom: 10px;
  right: 10px;
}
div[aga-toast-notification].aga-animate-fade-in {
  opacity: 1;
}
.aga-info {
  background-color: var(--aga-c-info);
}
.aga-warning {
  background-color: var(--aga-c-warning);
}
.aga-success {
  background-color: var(--aga-c-success);
}
.aga-error {
  background-color: var(--aga-c-error);
}
[aga-toast-content] {
  font-size: 14px;
  margin-top: 4px;
}
div[aga-toast-notification]:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: rgb(255 255 255 / 0.3);
}
div[aga-toast-container] div[aga-toast-icon]:not(.aga-icon-error-outline) {
  font-size: 18px;
}
div[aga-toast-container] div[aga-toast-icon].aga-icon-error-outline {
  position: relative;
  top: 2px;
  font-size: 28px;
}
/*toast*/
/*loader*/
.aga-loader {
  position: fixed;
  z-index: 99999;
  text-align: center;
  width: 100%;
  top: 50vh;
  display: none;
}
body.aga-busy .aga-loader {
  display: block;
}
.aga-loader:before {
  content: "";
  position: fixed;
  z-index: 998;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.aga-loader:after {
  content: "";
  position: absolute;
  z-index: 1000;
  left: calc(50%);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  box-shadow: 0 0 0 3px var(--aga-c-1);
  margin: 1px 0 0 1px;
}
.aga-loader .aga-spinner {
  animation: 1s linear 0s normal none infinite running rotate;
  border-radius: 50%;
  box-shadow: 0 -10px 0 13px var(--aga-c-1) inset;
  box-sizing: border-box;
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  width: 30px;
  z-index: 999;
  position: absolute;
  background: #ffffff;
}
@keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*loader*/

:root {
  --aga-c-light: rgb(255, 255, 255);
  --aga-c-dark: rgb(0 0 0);
  --aga-c-1: rgb(31, 105, 255);
  --aga-c-2: #14171a;
  --aga-c-3: #2b2e30;
  --aga-c-4: rgb(98, 98, 98);
  --aga-c-5: rgba(31, 105, 255, 0.65);
  --aga-c-6: rgb(248, 248, 248);
  --aga-c-7: rgb(239, 238, 253);
  --aga-c-8: rgb(241, 241, 243);
  --aga-c-9: rgb(250, 62, 62); /* Red for error/trash */
  --aga-c-10: #727476;
  --aga-c-11: #f8f8f8;
  --aga-c-12: #de342b;
  --aga-font-1: "Open Sans", sans-serif;
  --aga-font-2: "Roboto", sans-serif;
  --aga-animation-duration: 1s;
  --aga-c-info: #0086d6;
  --aga-c-warning: #ffbb00;
  --aga-c-success: #43d787;
  --aga-c-error: #f9461c;
  --data-tooltip-color: rgb(255, 255, 255);
  --data-tooltip-font-size: 12px;
  --data-tooltip-move: 4px;
}

/*Start windows loader*/
.aga-windows-loader {
  position: absolute;
  right: 35px;
  top: 11px;
}
.aga-windows-loader .circle {
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 0;
  transform: rotate(225deg);
  animation-iteration-count: infinite;
  animation-name: orbit;
  animation-duration: 5.5s;
}
.aga-windows-loader .circle::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--aga-c-1);
}
.aga-windows-loader .circle:nth-child(2) {
  animation-delay: 240ms;
}
.aga-windows-loader .circle:nth-child(3) {
  animation-delay: 480ms;
}
.aga-windows-loader .circle:nth-child(4) {
  animation-delay: 720ms;
}
.aga-windows-loader .circle:nth-child(5) {
  animation-delay: 960ms;
}

@keyframes orbit {
  0% {
    transform: rotate(225deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }
  7% {
    transform: rotate(345deg);
    animation-timing-function: linear;
  }
  30% {
    transform: rotate(455deg);
    animation-timing-function: ease-in-out;
  }
  39% {
    transform: rotate(690deg);
    animation-timing-function: linear;
  }
  70% {
    transform: rotate(815deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }
  75% {
    transform: rotate(945deg);
    animation-timing-function: ease-out;
  }
  76% {
    transform: rotate(945deg);
    opacity: 0;
  }
  100% {
    transform: rotate(945deg);
    opacity: 0;
  }
}
/*End windows loader*/

/*custom edit for easydrip*/
.aga-in-text > input,
.aga-in-text > textarea,
span.aga-in-text-upload.aga-in-upload,
.aga-in-select > select {
  border-radius: 5px;
}
.aga-in-text > label,
span.aga-in-text-upload.aga-in-upload ~ h3,
.aga-in-select > label {
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: var(--aga-font-2);
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  width: auto;
  padding: 0 8px;
}
.aga-in-text > input:focus ~ label,
.aga-in-text.aga-model-not-empty > input ~ label,
.aga-in-text.aga-model-text-not-empty > input ~ label,
.aga-in-text > textarea:focus ~ label,
.aga-in-text.aga-model-not-empty > textarea ~ label,
.aga-in-select > select:focus ~ label,
span.aga-in-text-upload.aga-in-upload.aga-model-not-empty ~ h3,
.aga-in-select.aga-model-not-empty > select ~ label {
  -webkit-transform: scale(0.9) translate3d(12px, 6px, 0);
  transform: scale(0.9) translate3d(12px, 6px, 0);
  padding: 0 8px;
}
span.aga-in-text-upload.aga-in-upload.aga-model-not-empty ~ h3, span.aga-in-text-upload.aga-in-upload.aga-model-empty ~ h3, .aga-crud-editor.aga-model-empty span.aga-in-text-upload.aga-in-upload ~ h3, .aga-crud-editor.aga-model-not-empty span.aga-in-text-upload.aga-in-upload ~ h3 {
  -webkit-transform: scale(0.9) translate3d(12px, 40px, 0);
  transform: scale(0.9) translate3d(12px, 40px, 0);
  z-index: 9;
}
.aga-in-text-upload-block {
  position: relative;
}
span.aga-in-text-upload.aga-in-upload .container .preview-block .option-panel {
  color: var(--aga-c-2);
  bottom: 0;
  right: -15px;
}
.aga-crud-editor.aga-model-empty span.aga-in-text-upload.aga-in-upload .container .preview-block .option-panel>span.option-preview {
  display: none;
  margin: 0;
}
span.aga-in-text-upload.aga-in-upload .container .preview-block .option-panel span.option-preview {
  font-size: 15px;
  position: relative;
  top: -2px;
}
.aga-crud-editor span.aga-in-text-upload.aga-in-upload .container .preview-block .option-panel {
  width: auto;
  background-color: unset;
  right: -19px;
  bottom: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aga-crud-editor span.aga-in-text-upload.aga-in-upload .container .preview-block .option-panel>span {
  background-color: #ffffff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 6px 0 0 5px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
span.aga-in-text-upload.aga-in-upload .container .preview-block .option-panel span.option-edit::before {
  position: relative;
  top: -4px;
  left: -1px;
  font-size: 17px;
}
span.aga-in-text-upload.aga-in-upload .container .preview-block .option-panel span.option-preview::before {
  position: relative;
  top: -5px;
  left: -2px;
}
span.aga-in-text-upload.aga-in-upload .container .preview-block .option-panel span:last-child {
  margin-left:2px;
}
span.aga-in-text-upload.aga-in-upload .container .preview-block .option-panel span.option-edit {
  margin-left: 6px;
}
span.aga-in-text-upload.aga-in-upload {
  margin-bottom: 5px;
  max-width: 100%;
}
span.aga-in-text-upload.aga-in-upload~span.help-text {
  font-size: 14px;
}
.aga-in-text > label,
span.aga-in-text-upload.aga-in-upload ~ h3,
.aga-in-select > label {
  -webkit-transform: translate3d(12px, 29.5px, 0);
  transform: translate3d(12px, 29.5px, 0);
}
.aga-model-wrapper.aga-model-focus {
  z-index: 9;
}
/*custom edit for easydrip*/

ul.aga-breadcrumbs {
  margin: 0 0 20px 0;
  padding: 0;
}
ul.aga-breadcrumbs li {
  list-style-type: none;
  display: inline-block;
  color: var(--aga-c-10);
  font-size: 14px;
  font-weight: 500;
  font-family: var(--aga-font-2);
}
ul.aga-breadcrumbs li.active {
  color: var(--aga-c-1);
  cursor: pointer;
}
ul.aga-breadcrumbs li:after {
  color: var(--aga-c-2);
  margin-left: 8px;
}

span.aga-in-text input[type="date"] ~ label {
  width: 50%;
  line-height: 2.5;
  -webkit-transform: translate3d(12px, 29.5px, 0);
  transform: translate3d(12px, 39.5px, 0);
  transition: width 0s ease;
}

.aga-in-text > input[type="date"]:focus ~ label,
.aga-in-text.aga-model-not-empty > input[type="date"] ~ label {
  line-height: 1.1;
  -webkit-transform: scale(0.9) translate3d(12px, 6px, 0);
  transform: scale(0.9) translate3d(12px, 6px, 0);
  width: auto;
  transition: transform 0.25s, width 0s ease;
}

.gray .aga-in-text > input:focus ~ label,
.gray .aga-in-text.aga-model-not-empty > input ~ label,
.gray .aga-in-text > textarea:focus ~ label,
.gray .aga-in-text.aga-model-not-empty > textarea ~ label,
.gray .aga-in-select > select:focus ~ label,
.gray .aga-in-select.aga-model-not-empty > select ~ label {
  background: #f8f8f8;
}
.gray .aga-in-text > input,
.gray .aga-in-text > textarea,
.gray .aga-in-select > select {
  background: #ffffff;
}

.aga-hide {
  display: none !important;
}
.aga-show {
  display: block !important;
}
.aga-none-event {
  pointer-events: none;
}
.aga-all-event {
  pointer-events: all;
}

/*Table view-start*/
/*old-table -start*/
div[aga-table] {
  display: flex;
  width: 100%;
  flex-direction: column;
}
div[aga-table] [aga-table-b] {
  display: flex;
  flex-direction: column;
}
div[aga-table] [aga-table-h] {
  display: flex;
  flex-direction: column;
}
div[aga-table] [aga-table-row] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #ffffff;
}
div[aga-table] [aga-table-row]:hover {
  background-color: rgba(158, 158, 158, 0.2);
}
div[aga-table] [aga-table-row] [aga-table-cell] {
  display: flex;
}

div[aga-table] [aga-table-h] {
  border-bottom: 1px solid #dbdfea;
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  font-weight: 500;
}
div[aga-table] [aga-table-h] [aga-table-cell],
div[aga-table] [aga-table-b] [aga-table-cell] {
  padding: 6px 24px;
  font-size: 14px;
  vertical-align: middle;
  text-align: left;
  box-sizing: border-box;
}
div[aga-table] [aga-table-h] [aga-table-cell] {
  padding: 12px 24px;
}

div[aga-table] [aga-table-b] [aga-table-row] [aga-table-cell] {
  border-top: 6px solid var(--aga-c-6);
}
div[aga-table] [aga-table-b] [aga-table-row]:first-child [aga-table-cell] {
  border-top: 0 none;
}

div[aga-table] input[type="checkbox"] {
  display: none;
}
div[aga-table] input:checked + label,
div[aga-table] input:checked + label:hover {
  color: #004de6;
}
div[aga-table] div[aga-table-detail] {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.15s ease-out;
  flex-basis: 100%;
  background-color: #f5f5f5;
  padding: 0;
}
div[aga-table] input:checked ~ div[aga-table-detail] {
  max-height: 1000px;
  transition: max-height 0.15s ease-in;
  border: 6px solid #ffffff;
}
div[aga-table]
  [aga-table-b]
  [aga-table-row]
  input
  ~ div[aga-table-detail]
  [aga-table-cell] {
  background-color: transparent;
}
div[aga-table] input:checked ~ label:before {
  transform: rotate(-180deg);
}
div[aga-table] input ~ label:not(.aga-icon-switch-base):before {
  font-size: 24px;
  cursor: pointer;
  transition: transform 0.15s ease;
}
div[aga-table] input ~ label.aga-icon-switch-base span.aga-icon-switch-circle {
  line-height: 1.7;
}
div[aga-table] div[aga-table-detail] [aga-table-row] {
  padding: 6px 20px;
}
div[aga-table] [aga-table-h] [aga-table-cell] {
  font-weight: 600;
}

[aga-table-detail] div[aga-table-cell]:before {
  content: attr(aga-table-label);
  margin-right: 10px;
  font-weight: 600;
}
div[aga-table] [aga-table-b] [aga-table-cell][aga-table-more],
div[aga-table] [aga-table-h] [aga-table-cell][aga-table-more] {
  padding: 6px 8px;
  width: 40px;
  box-sizing: border-box;
}

/*table - new*/

.testing table {
  table-layout: unset;
}
.testing .table tr th,
.testing .table tr td {
  text-align: left;
}
.table-wrapper.testing {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}

div[aga-table] [aga-table-b] [aga-table-cell] .more {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

/*old-table -end*/

/*table - new-start*/

div.aga-table.aga-table-modern {
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-shadow: 0 4px 20px 1px #f4f4f4, 0 1px 4px #f4f4f4;
  box-shadow: 0 4px 20px 1px #f4f4f4, 0 1px 4px #f4f4f4;
}
div.aga-table.aga-table-modern .aga-table-body {
  display: flex;
  flex-direction: column;
}
div.aga-table.aga-table-modern .aga-table-header {
  display: flex;
  flex-direction: column;
}
div.aga-table.aga-table-modern .aga-table-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #ffffff;
}
div.aga-table.aga-table-modern .aga-table-row:hover {
  background-color: #f9f9f9;
}
div.aga-table.aga-table-modern .aga-table-row .aga-table-col {
  display: flex;
}

div.aga-table.aga-table-modern .aga-table-header {
  /* border-bottom: 1px solid #dbdfea; */
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  font-weight: 500;
}
div.aga-table.aga-table-modern .aga-table-header .aga-table-col,
div.aga-table.aga-table-modern .aga-table-body .aga-table-col {
  padding: 6px 12px;
  vertical-align: middle;
  text-align: left;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: var(--aga-font-2);
  color: #2d2d2d;
}
div.aga-table.aga-table-modern
  .aga-table-body
  .aga-table-detail
  .aga-table-col:not(.aga-hide):before {
  content: attr(aga-table-label);
  font-weight: 500;
  margin-right: 6px;
}
div.aga-table.aga-table-modern
  .aga-table-body
  .aga-table-detail
  .aga-table-col:not(.aga-hide) {
  align-items: flex-start;
}
div.aga-table.aga-table-modern .aga-table-header .aga-table-col,
div.aga-table.aga-table-modern .aga-table-body .aga-table-col span.aga-link {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  font-family: var(--aga-font-2);
  text-decoration: none;
}
div.aga-table.aga-table-modern .aga-table-body .aga-table-col span.aga-link{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.aga-table.aga-table-modern .aga-table-header .aga-table-col,
div.aga-table .aga-table-header .aga-table-row .aga-table-col {
  padding: 12px 12px;
}
div.aga-table .aga-table-body .aga-table-row .aga-table-col {
  padding: 6px 12px;
}
div.aga-table
  .aga-table-body
  .aga-table-row
  .aga-table-col
  i.action-icon:not(:first-child) {
  margin-left: 10px;
}
div.aga-table
  .aga-table-body
  .aga-table-row
  .aga-table-col
  i.action-icon.aga-icon-redo {
  position: relative;
  top: -3px;
  display: none;
}
div.aga-table
  .aga-table-body
  .aga-table-row.aga-item-delete-true
  .aga-table-col
  i.action-icon.aga-icon-trash-alt,
div.aga-table
  .aga-table-body
  .aga-table-row.aga-item-delete-true
  .aga-table-col
  i.action-icon.aga-icon-edit-light {
  display: none;
}
div.aga-table
  .aga-table-body
  .aga-table-row.aga-item-delete-true
  .aga-table-col
  i.action-icon.aga-icon-redo {
  display: block;
}
div.aga-table.aga-table-modern
  .aga-table-body
  .aga-table-row.aga-item-delete-true
  .aga-table-col
  .aga-link,
div.aga-table.aga-table-modern
  .aga-table-body
  .aga-table-row.aga-item-delete-true
  .aga-table-col.type-text,
div.aga-table.aga-table-modern
  .aga-table-body
  .aga-table-row.aga-item-delete-true
  .aga-table-col.type-object_multiple
  span {
  text-decoration: line-through;
}
div.aga-table.aga-table-modern
  .aga-table-body
  .aga-table-row.aga-item-delete-true
  .aga-table-col.type-object_multiple
  span {
  pointer-events: none;
}
div.aga-table .aga-table-body .aga-table-row .aga-table-col i.action-icon {
  cursor: pointer;
}
div.aga-table
  .aga-table-body
  .aga-table-row
  .aga-table-col
  i.action-icon:hover {
  color: var(--aga-c-1);
}
div.aga-table .aga-table-row .aga-table-col.type-object_multiple, div.aga-table .aga-table-row .aga-table-col.type-enum_multiple {
  flex-direction: column;
  justify-content: center;
}
div.aga-table
  .aga-table-row
  .aga-table-detail
  .aga-table-col.type-object_multiple,div.aga-table
  .aga-table-row
  .aga-table-detail
  .aga-table-col.type-enum_multiple {
  flex-direction: row;
}
div.aga-table .aga-table-row .aga-table-col.type-object_multiple span, div.aga-table .aga-table-row .aga-table-col.type-enum_multiple span {
  display: block;
  text-align: left;
  width: 100%;
}
div.aga-table.aga-table-modern
  .aga-table-row
  .aga-table-col.type-object_multiple
  span
  span,div.aga-table.aga-table-modern
  .aga-table-row
  .aga-table-col.type-enum_multiple
  span
  span {
  display: inline-block;
  padding: 4px 6px;
  margin: 2px 2px 2px 0;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #dbdfea;
  width: auto;
  background-color: #ffffff;
}
div.aga-table:not(.aga-table-modern) .aga-table-row .aga-table-col {
  white-space: nowrap;
}

div.aga-table.aga-table-modern .aga-table-body .aga-table-row {
  border-top: 4px solid var(--aga-c-6);
}
div.aga-table.aga-table-modern .aga-table-body .aga-table-row:first-child {
  /* border-top: 0 none; */
}

div.aga-table.aga-table-modern input[type="checkbox"] {
  display: none;
}
div.aga-table.aga-table-modern input:checked + label,
div.aga-table.aga-table-modern input:checked + label:hover {
  color: #004de6;
}
div.aga-table.aga-table-modern div.aga-table-detail {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.15s ease-out;
  flex-basis: 100%;
  background-color: #f5f5f5;
  padding: 0;
  opacity: 0;
}
div.aga-table.aga-table-modern input:checked ~ div.aga-table-detail {
  max-height: 1000px;
  transition: max-height 0.15s ease-in;
  border: 6px solid #ffffff;
  padding-left: 10px;
  opacity: 1;
}
div.aga-table.aga-table-modern
  .aga-table-body
  .aga-table-row
  input
  ~ div.aga-table-detail
  .aga-table-cell {
  background-color: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 25px 6px 0;
}
div.aga-table.aga-table-modern
  .aga-table-detail
  div.aga-table-cell
  .aga-table-col {
  border: 0 none;
  padding: 6px 6px;
}
div.aga-table.aga-table-modern
  .aga-table-header
  .aga-table-row
  .aga-table-col[aga-table-more],
div.aga-table.aga-table-modern
  .aga-table-body
  .aga-table-row
  .aga-table-col[aga-table-more] {
  padding: 0 8px 0 0;
}
div.aga-table.aga-table-modern input:checked ~ label:before {
  transform: rotate(-180deg);
}
div.aga-table.aga-table-modern input ~ label:not(.aga-icon-switch-base):before {
  font-size: 24px;
  cursor: pointer;
  transition: transform 0.15s ease;
}
div.aga-table.aga-table-modern div.aga-table-detail .aga-table-row {
  padding: 6px 20px;
}
div.aga-table.aga-table-modern .aga-table-header .aga-table-col {
  font-weight: 600;
}
div.aga-table.aga-table-modern .aga-table-detail div.aga-table-cell:before {
  content: attr(aga-table-label);
  margin-right: 10px;
  font-weight: 600;
  min-width: 100px;
  font-size: 16px;
}
div.aga-table.aga-table-modern .aga-table-body .aga-table-col.aga-table-more,
div.aga-table.aga-table-modern .aga-table-header .aga-table-col.aga-table-more {
  padding: 6px 8px;
  width: 40px;
  box-sizing: border-box;
}
div.aga-table.aga-table-modern .aga-table-body .aga-table-col .more {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}
div.table-wrapper div.aga-table .aga-table-header .aga-table-row .aga-table-col {
  color: #7f8482;
  line-height: 20px;
  font-size: 14px;
}
div.aga-table.aga-table-modern
  .aga-table-body
  .aga-table-row
  .aga-table-col.aga-action-col, div.aga-table.aga-table-modern .aga-table-header .aga-table-row .aga-table-col.aga-action-col {
  /* justify-content: flex-end; */
  justify-content: center;
}
div.aga-table.aga-table-modern
  .aga-table-body
  .aga-table-row
  .aga-table-col
  i.aga-icon-chart-bar {
  font-size: 16px;
  cursor: pointer;
}
div.aga-table.aga-table-modern .aga-table-body .aga-table-row .aga-table-col i.aga-icon-share{cursor: pointer;position: relative;top: 4px;}
div.aga-table.aga-table-modern .aga-table-body .aga-table-row .aga-table-col i.aga-icon-share:hover{color: var(--aga-c-1);}
div.aga-table.aga-table-modern
  .aga-table-body
  .aga-table-row
  .aga-table-col
  i.aga-icon-chart-bar:hover {
  color: var(--aga-c-1);
}
@media screen and (max-width: 840px) {
  body div.aga-table.aga-table-modern .aga-button:not(.aga-button-no-icon) {
    font-size: inherit;
    padding: 0 10px;
  }
}
/*table - new-end*/
.page-row.aga-crud .page-block {
  width: 100%;
}
div.aga-table.aga-table-modern
  .aga-table-body
  .aga-table-row:first-child
  .aga-table-col
  span.property-cover-photo,div.aga-table.aga-table-modern
  .aga-table-body
  .aga-table-row
  .aga-table-col
  span.property-cover-photo {
  cursor: pointer;
}
/*Table view-end*/

table.table.auto-table {
  table-layout: auto;
}
table.table.auto-table tr.table-item td {
  width: auto;
}

.descending span.aga-icon-sortdown-light.sort-icon:before,
.ascending span.aga-icon-sortup-light.sort-icon:after {
  display: inline-block;
  font-size: 14px;
  color: #000000;
}
.aga-crud .result-view .ascending.sort-option .sort-icon {
  color: rgb(179, 179, 179);
}
.aga-fake {
  display: none;
}
.aga-fake {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 2px);
  background: #eee;
  overflow: hidden;
  display: block;
  border-radius: 2px;
  margin-top: 1px;
}
.aga-table-preload.aga-table .aga-table-body .aga-table-row .aga-table-col,
.aga-fake-contains {
  position: relative;
  color: rgba(0, 0, 0, 0);
  pointer-events: none !important;
  cursor: default;
}
.aga-table-preload.aga-table
  .aga-table-body
  .aga-table-row
  .aga-table-col
  > span:after,
.aga-fake:after {
  content: "";
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  animation: slide 1s infinite;
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.8)),
    color-stop(99%, rgba(128, 186, 232, 0)),
    color-stop(100%, rgba(125, 185, 232, 0))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
  opacity: 0.64;
}
.aga-fake-mask {
  display: none;
}
div.aga-table .aga-table-row.aga-fake-mask {
  display: none !important;
}
img.aga-fake-inline-contains {
  position: relative;
  object-position: -99999px 99999px;
  background: #eee;
}
@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.aga-table-preload.aga-table
  .aga-table-body
  .aga-table-row
  .aga-table-col
  > span {
  width: 100%;
  height: calc(100% - 2px);
  background: #eeeeee;
}


div.table-wrapper div.aga-table .aga-table-body .aga-table-col .property-cover-photo{
  max-width: 55px;
  height: 41px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
div.table-wrapper div.aga-table .aga-table-body .aga-table-col .property-cover-photo img {
  visibility: hidden;
}