/*
	Developer: Ali BATURAY.
	Site: www.alibaturay.com
	E-mail:contact@alibaturay.com
	Location:Turkey,Antalya
*/
:root {
  --grey-scale-black: #191716;
  --base-white: #fff;
  --grey-scale-white: #fff;
  --background-colors-background-color-1: #f6f6f4;
  --background-colors-background-color-3: #e7e6e0;
  --Background-Color-1: #f6f6f4;
  --grey-scale-grey-600: #aea9a3;
  --grey-scale-grey-700: #8d8882;
  --grey-scale-grey-800: #68635f;
  --grey-scale-grey-900: #4f4a45;
  --grey-scale-dvider-color: #dbd9d3;
  --Grey-500: #dbd9d3;
  --main-colors-green-500: #026d6d;
  --main-colors-Green-700: #1e5454;
  --main-colors-green-800: #18494d;
  --error-300: #fda29b;
  --main-colors-red-700: #d1333a;
  --main-colors-yellow-700: #ffe01b;
  --main-colors-yellow-800: #edcd00;
  --main-colors-yellow-900: #f3c119;
  --main-colors-orange: #ffb22b;
  --Rich-Yellow: #b6a567;
  --Hover-color: #fbfbf9;
  --background-colors-background-color-2: #efeeea;
  --Blue-400: #94a0ef;
  --Blue-800: #4d64ec;
  --color-gray-grey-500: #666;
  --color-gray-grey-800: #262828;
  --Background-Color-2: #efeeea;
  --Grey-700: #8d8882;
  --Grey-900: #4f4a45;
  --Green-500: #026d6d;
  --Green-700: #1e5454;
  --Black: #191716;
  --Mind-Green: #a8ffbe;
  --Red-800: #8f1e23;
}
.block {
  display: block;
}
.iblock {
  display: inline-block;
}
.inline {
  display: inline;
}
.none {
  display: none;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.tcenter {
  text-align: center !important;
}
.tleft {
  text-align: left !important;
}
.tright {
  text-align: right !important;
}
.w100 {
  width: 100%;
}
a {
  text-decoration: none !important;
}
.w-light {
  font-weight: 300 !important;
}
.w-bold {
  font-weight: bold !important;
}
.w-normal {
  font-weight: normal !important;
}
.w-semi,
.w-medium {
  font-weight: 500 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.p-0 {
  padding: 0 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-b-32 {
  padding-bottom: 32px !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-t-32 {
  padding-top: 32px !important;
}
h1 {
  color: #000;
  font-family: 'HelveticaNowDisplay';
  font-size: 28px;
  font-weight: 500;
}
h1 + p {
  padding-top: 16px;
}
h2 {
  color: #000;
  font-family: 'HelveticaNowDisplay';
  font-size: 26px;
  font-weight: 500;
}
h2 + p {
  padding-top: 16px;
}
h3 {
  color: #000;
  font-family: 'HelveticaNowDisplay';
  font-size: 24px;
  font-weight: 500;
}
h3 + p {
  padding-top: 16px;
}
h4 {
  color: #000;
  font-family: 'HelveticaNowDisplay';
  font-size: 22px;
  font-weight: 500;
}
h4 + p {
  padding-top: 16px;
}
h5 {
  color: #000;
  font-family: 'HelveticaNowDisplay';
  font-size: 20px;
  font-weight: 500;
}
h5 + p {
  padding-top: 16px;
}
h6 {
  color: #000;
  font-family: 'HelveticaNowDisplay';
  font-size: 18px;
  font-weight: 500;
}
h6 + p {
  padding-top: 16px;
}
.colorGrey900 {
  color: var(--Grey-900) !important;
}
input[type='text'],
input[type='password'],
textarea {
  -webkit-appearance: none;
}
input[type='text']:focus,
input[type='password']:focus,
textarea:focus {
  outline: none;
}
input {
  -webkit-appearance: none;
}
p {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
form {
  margin: 0;
}
.t-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
}
.pointer {
  cursor: pointer;
}
.nowrap {
  white-space: nowrap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
img {
  max-width: 100%;
}
a {
  cursor: pointer;
}
.form-group {
  padding-top: 20px;
}
.form-group > label {
  font-weight: 500;
  margin-bottom: 6px;
  display: inline-block;
  color: var(--Black);
}
.form-group > div {
  position: relative;
}
.form-group > div > label {
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 40px;
  font-size: 18px;
  width: 40px;
  text-align: center !important;
  display: block;
  color: var(--main-colors-red-700);
}
.form-group > div > i {
  position: absolute;
  left: 10px;
  top: 22px;
  font-size: 20px;
  line-height: 0;
  color: var(--Grey-700);
}
.form-group > div > i + .form-control {
  padding-left: 34px;
}
.form-group > div .prefix {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
}
.form-group > div .prefix .form-group {
  padding-top: 0;
}
.form-group > div .prefix .form-group > label {
  display: none;
}
.form-group > div .prefix .form-group .form-control {
  border: none;
  background: none;
}
.form-group > div .prefix .form-group .form-control:focus {
  box-shadow: none;
}
.form-group > div .prefix .form-group:before {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  height: 18px;
  width: 1px;
  background: var(--grey-scale-dvider-color);
  margin-top: -9px;
}
.form-group .form-control {
  border-radius: 4px;
  border: 1px solid var(--grey-scale-dvider-color);
  background: var(--grey-scale-white);
  padding: 9px 14px;
  color: var(--grey-scale-black);
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  display: block;
}
.form-group .form-control.invalid {
  border-color: var(--error-300) !important;
}
.form-group .form-control::-ms-input-placeholder {
  color: var(--grey-scale-grey-700);
}
.form-group .form-control::placeholder {
  color: var(--grey-scale-grey-700);
}
.form-group .form-control:-webkit-autofill,
.form-group .form-control:-webkit-autofill:hover,
.form-group .form-control:-webkit-autofill:focus,
.form-group .form-control:-webkit-autofill:active {
  background-image: none !important;
  background-color: unset !important;
  color: unset !important;
}
.form-group .form-control.form-control-xs {
  padding: 6px 14px;
  font-size: 14px;
}
.form-group .form-control:focus {
  z-index: 5;
  box-shadow: none;
  background: var(--background-colors-background-color-1);
  outline: none;
}
.form-group .form-control.form-control-info {
  background: #dbe7f0 !important;
  color: #36516c !important;
}
.form-group .form-control.form-control-success {
  background: #e2ece0 !important;
  color: #324d3f !important;
}
.form-group .form-control.form-control-danger {
  background: #fbe8e1 !important;
  color: #72281c !important;
}
.form-group.form-group-sm .form-control {
  font-size: 14px;
  line-height: 20px;
  padding: 7px 14px;
}
.form-group .invalid-feedback {
  display: block;
  padding-top: 6px;
  color: var(--main-colors-red-700);
}
.form-group.floatingLabel {
  padding-top: 5px;
}
.form-group.floatingLabel > label {
  margin-bottom: 0;
  padding: 0 12px;
  margin-top: -9px;
  display: block;
  font-size: 12px;
}
.form-group.floatingLabel > label span {
  position: relative;
  top: 10px;
  padding: 0 6px;
  background: #fff;
  display: inline-block;
  z-index: 8;
}
.form-group.floatingLabel .validIcon {
  font-size: 20px;
}
.form-group.floatingLabel .form-control {
  font-size: 14px;
  line-height: 20px;
  appearance: none;
}
.form-group.floatingLabel .form-control:focus {
  background: var(--grey-scale-white);
  border-color: var(--grey-scale-grey-700);
}
.form-group.floatingLabel select.form-control {
  height: 40px;
}
.form-group.floatingLabel .dateInput .openCalendar {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
  width: 40px;
  text-align: center !important;
  display: block;
  color: var(--Black);
  z-index: 6;
}
.form-group.floatingLabel .dateInput .openCalendar i {
  font-size: 20px;
  cursor: pointer;
  display: block;
  line-height: 40px;
  width: 100%;
}
.form-group.floatingLabel .dateInput .form-control {
  padding-right: 32px !important;
}
.form-group.floatingLabel .dateInput .flatpickr-input {
  position: absolute;
  right: 0;
  top: 0;
  background: red;
  width: 40px;
  opacity: 0;
}
.form-group.floatingLabel .dateInput + .validIcon {
  right: 40px;
}
.form-group.floatingLabel .select {
  position: relative;
}
.form-group.floatingLabel .select .search {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
}
.form-group.floatingLabel .select .search.visible {
  opacity: 1;
}
.form-group.floatingLabel .select .search.noBackColor {
  background: transparent;
}
.form-group.floatingLabel .select .form-control {
  padding-right: 32px !important;
}
.form-group.floatingLabel .select .list {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  min-width: 100%;
  padding-top: 5px;
  visibility: hidden;
  opacity: 0;
}
.form-group.floatingLabel .select .list ul {
  padding: 6px 0;
  border-radius: 4px;
  box-shadow: 0 0 3px var(--grey-scale-grey-700);
  border: 1px solid var(--grey-scale-grey-700);
  background: var(--grey-scale-white);
}
.form-group.floatingLabel .select .list ul li {
  padding: 2px 14px;
  font-size: 13px;
  color: var(--grey-scale-black);
  cursor: pointer;
}
.form-group.floatingLabel .select .list ul li.select {
  background: var(--background-colors-background-color-2);
}
.form-group.floatingLabel .select .list ul li.chosen {
  background: var(--main-colors-green-500);
  color: #fff;
}
.form-group.floatingLabel .select.open .list {
  opacity: 1;
  visibility: visible;
}
.form-group.floatingLabel .select:before {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 24px;
  width: 32px;
  line-height: 0;
  text-align: center !important;
  display: block;
  font-family: 'resboxIcon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e965';
  z-index: 1;
}
.form-group.floatingLabel.listbox {
  position: relative;
  height: 100%;
}
.form-group.floatingLabel.listbox .form-control {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-group.floatingLabel.listbox .form-control.validInput {
  height: 0;
  border: none;
  opacity: 0;
  padding: 0;
}
.form-group.floatingLabel.listbox .search.visible {
  opacity: 1;
}
.form-group.floatingLabel.listbox .search.noBackColor {
  background: transparent;
}
.form-group.floatingLabel.listbox .list {
  height: 100%;
  position: relative;
}
.form-group.floatingLabel.listbox .list ul {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid var(--grey-scale-dvider-color);
  border-top: none;
  height: 270px;
  max-height: 270px;
  overflow: auto;
}
.form-group.floatingLabel.listbox .list ul li {
  position: relative;
  padding: 2px 14px 2px 36px;
  font-size: 13px;
  color: var(--grey-scale-black);
  cursor: pointer;
}
.form-group.floatingLabel.listbox .list ul li .icon {
  position: absolute;
  left: 14px;
  top: 0;
  font-size: 16px;
}
.form-group.floatingLabel.listbox .list ul li .icon i {
  display: block;
  line-height: 23px;
}
.form-group.floatingLabel.listbox .list ul li .icon i.resboxIcon-square-check-filled {
  color: rgba(255, 255, 255, 0.75);
}
.form-group.floatingLabel.listbox .list ul li .icon i.resboxIcon-square-check-filled:before {
  position: relative;
  z-index: 3;
}
.form-group.floatingLabel.listbox .list ul li:nth-child(even) {
  background: var(--background-colors-background-color-1);
}
.form-group.floatingLabel.listbox .list ul li.select {
  background: var(--background-colors-background-color-2);
}
.form-group.floatingLabel.listbox .list ul li.select:before {
  display: none !important;
}
.form-group.floatingLabel.listbox .list ul li.chosen {
  background: var(--main-colors-green-500);
  color: #fff;
}
.form-group.floatingLabel.listbox .list ul li::-moz-selection {
  background: none;
}
.form-group.floatingLabel.listbox .list ul li::selection {
  background: none;
}
.form-group.floatingLabel.listbox .list.invalid ul {
  border-color: var(--error-300) !important;
}
.form-group.floatingLabel.listbox .over .form-control {
  border-radius: 4px !important;
}
.form-group.floatingLabel.listbox .over .form-control.validInput {
  height: unset;
  padding: 9px 14px;
  opacity: 1;
  border: 1px solid var(--grey-scale-dvider-color);
  border-radius: 4px;
  opacity: 0;
}
.form-group.floatingLabel.listbox .over .form-control.textInput {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.form-group.floatingLabel.listbox .over .search {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  display: none;
}
.form-group.floatingLabel.listbox .over .list {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 8px;
  z-index: 9;
  background: #fff;
  border-radius: 4px;
  border: 1px solid var(--grey-scale-dvider-color);
  width: 100%;
  height: auto;
  display: none;
  max-height: 300px;
  overflow: auto;
}
.form-group.floatingLabel.listbox .over .list ul {
  border: none;
  padding: 6px 0;
  box-shadow: 0 0 3px var(--grey-scale-dvider-color);
  height: auto;
  max-height: unset;
}
.form-group.floatingLabel.listbox .over .list ul li {
  padding: 7px 14px 7px 42px;
  min-height: 34px;
  cursor: pointer;
  color: var(--grey-scale-black);
  font-size: 14px;
  line-height: 20px;
}
.form-group.floatingLabel.listbox .over .list ul li .icon {
  left: 14px;
  top: 50%;
  margin-top: -12px;
}
.form-group.floatingLabel.listbox .over .list ul li .icon i {
  font-size: 24px;
}
.form-group.floatingLabel.listbox .over .list ul li .icon .resboxIcon-square-check-filled {
  color: var(--main-colors-green-800);
}
.form-group.floatingLabel.listbox .over .list ul li.select {
  background: var(--grey-scale-dvider-color);
}
.form-group.floatingLabel.listbox .over .list ul li.chosen {
  background: none;
  font-weight: 500;
}
.form-group.floatingLabel.listbox .open .list ul {
  border-color: var(--grey-scale-grey-700);
}
.form-group.floatingLabel.listbox .open.over .search,
.form-group.floatingLabel.listbox .open.over .list {
  display: block;
}
.form-group.floatingLabel.treeview {
  position: relative;
  height: 100%;
}
.form-group.floatingLabel.treeview .form-control {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-group.floatingLabel.treeview .form-control.validInput {
  height: 0;
  border: none;
  opacity: 0;
  padding: 0;
}
.form-group.floatingLabel.treeview .search.visible {
  opacity: 1;
}
.form-group.floatingLabel.treeview .search.noBackColor {
  background: transparent;
}
.form-group.floatingLabel.treeview .list {
  height: 100%;
}
.form-group.floatingLabel.treeview .list ul {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid var(--grey-scale-dvider-color);
  border-top: none;
  height: 570px;
  max-height: 570px;
  overflow: auto;
}
.form-group.floatingLabel.treeview .list ul li > div {
  position: relative;
  padding: 2px 14px 2px 36px;
  font-size: 13px;
  color: var(--grey-scale-black);
  cursor: pointer;
}
.form-group.floatingLabel.treeview .list ul li > div .icon {
  position: absolute;
  left: 14px;
  top: 0;
  font-size: 16px;
}
.form-group.floatingLabel.treeview .list ul li > div .icon i {
  display: block;
  line-height: 23px;
}
.form-group.floatingLabel.treeview .list ul li > div .icon i.resboxIcon-square-check-filled {
  color: rgba(255, 255, 255, 0.75);
}
.form-group.floatingLabel.treeview .list ul li > div .icon i.resboxIcon-square-check-filled:before {
  position: relative;
  z-index: 3;
}
.form-group.floatingLabel.treeview .list ul li:nth-child(even) > div {
  background: var(--background-colors-background-color-1);
}
.form-group.floatingLabel.treeview .list ul li.select > div {
  background: var(--background-colors-background-color-2);
}
.form-group.floatingLabel.treeview .list ul li.chosen > div {
  background: var(--main-colors-green-500);
  color: #fff;
}
.form-group.floatingLabel.treeview .list ul li section {
  padding: 4px 12px 10px;
}
.form-group.floatingLabel.treeview .list ul li section ul {
  border-radius: 4px;
  border-top: 1px solid var(--grey-scale-dvider-color);
}
.form-group.floatingLabel.treeview .list ul li section ul li > div {
  padding-left: 28px;
}
.form-group.floatingLabel.treeview .list ul li section ul li > div .icon {
  left: 6px;
}
.form-group.floatingLabel.treeview .list.invalid ul {
  border-color: var(--error-300) !important;
}
.form-group.floatingLabel.treeview .open .list ul {
  border-color: var(--grey-scale-grey-700);
}
.form-group.labelNone > label {
  visibility: hidden;
}
.form-group .form-check label {
  position: relative;
  padding: 2px 0 2px 24px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}
.form-group .form-check label:before {
  position: absolute;
  font-family: 'resboxIcon' !important;
  content: '\e957';
  left: 0;
  top: 1px;
  font-size: 20px;
}
.form-group .form-check input {
  display: none;
}
.form-group .form-check input:checked + label:before {
  content: '\e958';
  color: var(--main-colors-green-800);
}
.form-group .inputRight {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.form-group .inputRight button {
  padding: 0;
  border: none;
  line-height: 32px;
  min-width: 28px;
  padding: 0 3px;
  background: none;
  font-size: 18px;
  cursor: pointer;
  display: block;
  color: var(--Grey-900);
}
.form-group .inputRight button > * {
  display: block;
}
.form-group .inputRight + .validIcon {
  right: 28px;
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group .form-group .form-control {
  border-radius: 0;
  margin-left: 1px;
}
.input-group .form-group:first-child .form-control {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.input-group .form-group:last-child .form-control {
  margin-left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.formSelectList {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  overflow: auto;
  background: #fff;
  border: 1px solid var(--grey-scale-dvider-color);
  box-shadow: 0 0 3px var(--grey-scale-dvider-color);
  border-radius: 4px;
  max-height: 300px;
}
.formSelectList ul {
  margin: 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.03);
  padding: 6px 0;
  max-height: 100%;
}
.formSelectList ul li {
  position: relative;
  padding: 8px 14px;
  min-height: 34px;
  cursor: pointer;
  color: var(--grey-scale-black);
}
.formSelectList ul li.select {
  background: var(--grey-scale-dvider-color);
}
.formSelectList ul li.chosen {
  background: rgba(219, 217, 211, 0.5);
  font-weight: 500;
  background: var(--background-colors-background-color-2);
}
.formSelectList ul li .slotOption {
  display: flex;
  align-items: center;
}
.formSelectList ul li .slotOption > * {
  flex: 1 0 0;
}
.formSelectList ul li .slotOption .icons {
  flex: 0 0 auto;
  font-size: 0;
}
.formSelectList ul li .slotOption .icons i,
.formSelectList ul li .slotOption .icons img {
  font-size: 20px;
  position: relative;
  display: inline-block;
  color: var(--vz-success);
  margin-right: 2px;
  vertical-align: middle;
  line-height: 0;
}
.formSelectList ul li .slotOption .icons i.danger,
.formSelectList ul li .slotOption .icons img.danger {
  color: var(--vz-danger);
}
.formSelectList ul li .slotOption .icons i.warning,
.formSelectList ul li .slotOption .icons img.warning {
  color: var(--vz-warning);
}
.formSelectList ul li .slotOption .icons i.gray,
.formSelectList ul li .slotOption .icons img.gray {
  color: var(--vz-gray);
}
.formSelectList ul li .slotOption .icons i.info,
.formSelectList ul li .slotOption .icons img.info {
  color: var(--vz-info);
}
.formSelectList ul li .slotOption .icons i.pink,
.formSelectList ul li .slotOption .icons img.pink {
  color: pink;
}
.formSelectList ul li .slotOption .icons i b,
.formSelectList ul li .slotOption .icons img b {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center !important;
  font-size: 10px;
  color: #fff;
  font-style: normal;
  line-height: 0;
  font-weight: 700;
  font-family: Inter, sans-serif;
}
.formSelectList ul li .slotOption .icons i.rounded,
.formSelectList ul li .slotOption .icons img.rounded {
  border-radius: 100% !important;
}
.formSelectListYedek {
  position: fixed;
  z-index: 100;
  background: #fff;
}
.formSelectListYedek ul {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid var(--grey-scale-grey-700);
  border-top: none;
  max-height: 270px;
  overflow: auto;
}
.formSelectListYedek ul li {
  position: relative;
  padding: 4px 14px;
  font-size: 13px;
  min-height: 27px;
  color: var(--grey-scale-black);
  cursor: pointer;
}
.formSelectListYedek ul li:nth-child(even) {
  background: var(--background-colors-background-color-1);
}
.formSelectListYedek ul li.select {
  background: var(--background-colors-background-color-2);
}
.formSelectListYedek ul li.select:before {
  display: none;
}
.formSelectListYedek ul li.chosen {
  background: var(--main-colors-green-500);
  color: #fff;
}
.formSelectListYedek ul li::-moz-selection {
  background: none;
}
.formSelectListYedek ul li::selection {
  background: none;
}
.formSelectListYedek.invalid ul {
  border-color: var(--error-300) !important;
}
.form-check.switch label {
  display: block;
  position: relative;
  height: 16px;
  min-width: 26px;
}
.form-check.switch label:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  width: 26px;
  height: 10px;
  margin-top: -5px;
  border-radius: 5px;
  background: var(--background-colors-background-color-3);
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.form-check.switch label:after {
  position: absolute;
  content: '';
  left: -2px;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border-radius: 75px;
  border: 0.375px solid rgba(0, 0, 0, 0.04);
  background: var(--grey-scale-white);
  box-shadow: 0px 0.75px 0.75px 0px rgba(0, 0, 0, 0.16), 0px 2.25px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.form-check.switch input {
  display: none;
}
.form-check.switch input:checked + label:before {
  background: var(--main-colors-green-500);
}
.form-check.switch input:checked + label:after {
  left: 12px;
}
.form-check.checkbox label {
  position: relative;
  min-height: 18px;
  padding-left: 24px;
  display: inline-block;
  cursor: pointer;
}
.form-check.checkbox label i {
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 24px;
  opacity: 0;
  color: var(--grey-scale-dvider-color);
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.form-check.checkbox label i:first-child {
  opacity: 1;
}
.form-check.checkbox label span {
  padding-left: 6px;
  color: var(--grey-scale-black);
  font-size: 14px;
  line-height: 20px;
}
.form-check.checkbox label.checked i {
  color: var(--main-colors-green-800);
}
.form-check.checkbox label.maybe i {
  color: var(--grey-scale-grey-900);
}
.form-check.checkbox input {
  display: none;
}
.form-check.checkbox input:checked + label i {
  opacity: 1;
  color: var(--main-colors-green-800);
}
.form-check.checkbox input:checked + label i:first-child {
  opacity: 0;
}
.rowInput {
  display: flex;
}
.rowInput > div {
  padding-left: 0;
  padding-right: 0;
}
.rowInput .form-group .form-control {
  border-radius: 0;
  position: relative;
  border-left-width: 0px;
}
.rowInput .form-group:first-child .form-control {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-left-width: 1px;
}
.rowInput .form-group:last-child .form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.rowInput:first-child .form-group {
  padding-top: 0;
  margin-top: -8px;
}
.form-section {
  margin-bottom: 1.5rem;
}
.form-section h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary, #1a1a1a);
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--border-color, #e5e5e5);
}
.form-section > .row {
  margin: 0 -7px;
}
.form-section > .row > div {
  padding: 0 7px;
}
.form-section:last-child {
  margin-bottom: 0;
}
.form-action {
  display: flex;
  justify-content: flex-end;
}
.form-action .btn {
  width: auto;
  margin: 0;
}
.context-menu {
  position: fixed;
  z-index: 1000;
  box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
  border-radius: 4px;
  border: 1px solid var(--grey-scale-dvider-color);
  background: #fff;
  box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.05), 0px 6px 4px -2px rgba(0, 0, 0, 0.1);
  max-height: calc(100% - 70px);
  min-width: 200px;
}
.context-menu > ul {
  padding: 6px 0;
  list-style: none;
}
.context-menu > ul li {
  position: relative;
  line-height: 16px;
  padding: 8px 40px;
  font-size: 13px;
  cursor: pointer;
  color: var(--ag-foreground-color, #181d1f);
}
.context-menu > ul li > .icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  font-size: 18px;
  line-height: 18px;
  width: 40px;
  display: block;
  text-align: center !important;
}
.context-menu > ul li > .icon .icon i {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
}
.context-menu > ul li:hover {
  background: var(--ag-row-hover-color, rgba(33, 150, 243, 0.1));
}
.context-menu > ul li:hover > .icon .icon i {
  opacity: 0;
}
.context-menu > ul li:hover > .icon .icon i:last-child {
  opacity: 1;
}
@keyframes process {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0.25;
  }
}
.btn {
  width: 100%;
  border-radius: 4px;
  background: var(--main-colors-green-800);
  padding: 0;
  border: none;
  color: var(--base-white);
  font-weight: 500;
  overflow: hidden;
  text-align: center !important;
  padding: 10px 18px;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.btn > span {
  position: relative;
  z-index: 3;
}
.btn > span > span {
  position: relative;
  display: inline-block;
  padding-right: 32px;
}
.btn > span > span i {
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 0;
  font-size: 24px;
}
.btn > span > span.reverse {
  padding-left: 32px;
  padding-right: 0;
}
.btn > span > span.reverse i {
  left: 0;
  right: auto;
}
.btn > span > span.process {
  padding-left: 24px;
  padding-right: 0;
  position: relative;
}
.btn > span > span.process:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border: 3px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
  transform: scale(0);
  animation: process 0.7s linear infinite;
}
.btn * {
  position: relative;
  z-index: 2;
}
.btn:hover,
.btn:focus {
  background: var(--main-colors-green-500);
}
.btn:disabled {
  cursor: default;
}
.btn.wAuto {
  width: unset;
}
.btn.btn-xs {
  padding: 8px 12px;
  font-size: 14px !important;
}
.btn.btn-md {
  font-size: 16px;
  line-height: 24px;
  padding: 16px 18px;
}
.btn .progresBar {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: attr('width');
  background: rgba(0, 0, 0, 0.5);
}
.btn.btn-text {
  color: var(--Mind-Green);
  font-size: 14px;
  font-weight: 500;
  background: none;
}
.btn.btn-text:hover {
  background: var(--Green-500);
}
.btn.btn-gray {
  color: var(--Green-700);
  background: var(--Background-Color-1);
}
.btn.btn-gray:hover {
  background: var(--Background-Color-2);
}
.btn.btn-danger {
  color: var(--base-white);
  background: var(--Red-800);
}
.btn.btn-danger:hover {
  background: var(--main-colors-red-700);
}
.btn.btn-info {
  color: var(--base-white);
  background: var(--Blue-800);
}
.btn.btn-info:hover {
  background: var(--Blue-400);
}
.swal2-container .swal2-html-container {
  text-align: center !important;
}
.swal2-container .swal2-actions .btn {
  margin-top: 8px;
}
.swal2-container .swal2-actions .btn:first-child {
  margin-top: 0;
}
.swal2-container .swal2-icon-content {
  font-size: 40px;
}
.btnPill {
  font-size: 0;
  display: inline-block;
  padding: 4px;
  border: none;
  border-radius: 30px;
  color: var(--Grey-900);
  background: var(--Background-Color-2);
  cursor: pointer;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.btnPill > * {
  display: inline-block;
  vertical-align: middle;
  padding: 0 4px;
}
.btnPill > *:first-child:last-child {
  padding: 0 12px;
}
.btnPill > span {
  font-size: 14px;
  line-height: 22px;
}
.btnPill > i,
.btnPill > b {
  font-size: 20px;
}
.btnPill > b {
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  color: var(--Grey-700);
}
.btnPill:hover {
  color: var(--main-colors-Green-700);
}
.btnPill:hover > b {
  color: var(--main-colors-Green-700);
}
.btn2 {
  border: none;
  border-radius: 4px;
  background: var(--background-colors-background-color-2);
  color: var(--grey-scale-grey-900);
  font-size: 0;
  font-weight: 500;
  padding: 9px 12px;
  cursor: pointer;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.btn2 > * {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.btn2 > i {
  font-size: 20px;
  padding-right: 8px;
}
.btn2:hover {
  color: var(--grey-scale-black);
}
.icon {
  position: relative;
}
.icon.hover > i {
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.icon.hover > i:last-child {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.icon.hover:hover > i {
  opacity: 0;
}
.icon.hover:hover > i:last-child {
  opacity: 1;
}
.icon.active > i {
  opacity: 0;
}
.icon.active > i:last-child {
  opacity: 1;
}
.dot {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: var(--main-colors-yellow-800);
}
.dot-danger {
  background: #c3352a;
}
.dot-success {
  background: #324d3b;
}
.dot-info {
  background: #6794d3;
}
.text-danger {
  color: #c3352a;
}
.text-success {
  color: #324d3b !important;
}
.text-warning {
  color: var(--main-colors-yellow-900);
}
.text-green-700 {
  color: var(--Green-700) !important;
}
.font-weight-400 {
  font-weight: 400 !important;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.font-weight-600 {
  font-weight: 600 !important;
}
.font-weight-700 {
  font-weight: 700 !important;
}
.badge {
  border-radius: 4px;
  border: 1px solid rgba(56, 57, 57, 0.05);
  background: #e2ece0;
  padding: 1px 4px;
  color: #324d3f;
  font-size: 12px;
  font-weight: 500;
}
.badge-purple {
  background: #f5e1f8;
  color: var(--grey-scale-black);
}
.badge-gray {
  background: var(--Background-Color-2);
  color: var(--Grey-800);
}
.badge-info {
  background: #dbe7f0;
  color: #36516c;
}
.badge-warning {
  background: #f9f4e3;
  color: #483617;
}
.badge-danger {
  background: #fbe8e1;
  color: #72281c;
}
.badge.badge-md {
  padding: 4px 6px;
  font-size: 14px;
}
.pager {
  display: flex;
  align-items: center;
  margin: 0 -4px;
}
.pager > * {
  padding: 0 4px;
}
.pager > span {
  color: var(--grey-scale-grey-800);
  font-size: 13px;
}
.pager > div {
  font-size: 0;
}
.pager > div button {
  display: inline-block;
  padding: 0;
  border-radius: 4px;
  border: none;
  color: var(--grey-scale-grey-800);
  background: var(--grey-scale-white);
  box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.1);
  opacity: 1;
  font-size: 20px;
  line-height: 24px;
  width: 24px;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  cursor: pointer;
}
.pager > div button:last-child {
  margin-left: 8px;
}
.pager > div button[disabled] {
  background: none;
  box-shadow: none;
  opacity: 0.25;
  cursor: unset;
}
.pageHead {
  border-bottom: 1px solid var(--grey-scale-dvider-color);
  background: var(--background-colors-background-color-1);
  padding: 0 32px;
  display: flex;
  align-items: center;
  min-height: 66px;
  position: fixed;
  left: 271px;
  top: 68px;
  right: 0;
  z-index: 9;
}
.pageHead > * {
  flex: 0 0 auto;
}
.pageHead h1 {
  color: var(--grey-scale-black);
  font-family: HelveticaNowDisplay;
  font-size: 28px;
  font-weight: 500;
  flex: 1 0 0;
  line-height: 41px;
}
.pageHead .row {
  margin: 0 -4px;
}
.pageHead .row > * {
  padding: 0 4px;
}
.pageAction {
  position: fixed;
  z-index: 9;
  right: 32px;
  bottom: 32px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(219, 217, 211, 0.1);
  background: var(--Black);
  box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -4px rgba(16, 24, 40, 0.08);
}
.pageAction .btn {
  border: 1px solid rgba(219, 217, 211, 0.05);
  background: #393834;
}
.pageAction + .page {
  padding-bottom: 130px;
}
.page {
  padding: 16px 32px;
  display: flex;
  min-height: calc(100vh - 140px);
  flex-wrap: wrap;
  align-items: flex-start !important;
  position: relative;
}
.page > * {
  width: 100%;
  flex: 0 0 100%;
  height: auto;
}
.step {
  display: flex;
  align-items: start;
}
.step > ul {
  flex: 0 0 auto;
  border-radius: 4px 0 0 4px;
  border: 1px solid var(--grey-scale-dvider-color);
  border-right: none;
  background: var(--Hover-color);
}
.step > ul li {
  border-top: 1px solid var(--grey-scale-dvider-color);
}
.step > ul li > div {
  position: relative;
  right: -1px;
  cursor: pointer;
  padding: 12px 16px;
  font-size: 14px;
  color: var(--grey-scale-grey-900);
}
.step > ul li > div strong {
  font-weight: 400;
}
.step > ul li.active > div {
  background: #fff;
  color: var(--main-colors-green-500);
}
.step > ul li.active > div strong {
  font-weight: 500;
}
.step > ul li:first-child {
  border-top: none;
}
.step > div {
  flex: 1 0 0;
  padding: 16px;
  border-radius: 0 4px 4px 4px;
  border: 1px solid var(--grey-scale-dvider-color);
}
.emptyData {
  text-align: center !important;
  align-self: center;
}
.emptyData > i {
  display: block;
  font-size: 88px;
  color: var(--main-colors-green-500);
}
.emptyData h1 {
  color: #000;
  font-family: 'HelveticaNowDisplay';
  font-size: 28px;
  font-weight: 500;
  max-width: 500px;
  display: block;
  margin: 0 auto;
  padding: 16px 0 8px;
}
.emptyData p {
  color: var(--Black);
  max-width: 500px;
  display: block;
  margin: 0 auto;
}
.table {
  overflow: auto;
}
.table table {
  border-spacing: 0;
  border-right: 1px solid var(--grey-scale-dvider-color);
  border-bottom: 1px solid var(--grey-scale-dvider-color);
}
.table table thead {
  border-bottom: 1px solid var(--grey-scale-dvider-color);
  background: var(--background-colors-background-color-1);
}
.table table thead tr th {
  padding: 10px 24px;
  border-top: 1px solid var(--grey-scale-dvider-color);
  border-left: 1px solid var(--grey-scale-dvider-color);
  color: var(--grey-scale-black);
  font-size: 16px;
  font-weight: 400;
  text-align: left !important;
  white-space: nowrap;
}
.table table tbody tr td {
  color: var(--grey-scale-grey-900);
  font-size: 14px;
  padding: 11px 24px;
  border-top: 1px solid var(--grey-scale-dvider-color);
  border-left: 1px solid var(--grey-scale-dvider-color);
}
.table.table-sm table thead tr th {
  font-size: 14px;
  padding: 7px 16px;
}
.table.table-sm table tbody tr td {
  font-size: 13px;
  padding: 8px 16px;
}
.textEllipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.agGridTable {
  overflow: hidden;
}
.agGridTable > div > div {
  padding: 0;
}
.agGridTable .notData {
  text-align: center !important;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.agGridTable .notData .icon {
  font-size: 60px;
  display: inline-block;
}
.agGridTable .notData .icon i {
  display: block;
  color: var(--main-colors-green-500);
}
.agGridTable .notData > p {
  display: block;
  font-size: 24px;
  color: var(--grey-scale-grey-900);
  padding: 12px 0;
}
.agGridTable .notData > span {
  display: block;
}
.agGridTable .notData > span a {
  font-weight: 500;
  color: var(--main-colors-green-500);
}
.agGridTable > .row {
  margin: 0 -1px 0 0;
}
.agGridTable .ag-root-wrapper {
  border: none !important;
  border-top: 1px solid var(--grey-scale-dvider-color) !important;
}
.agGridTable .ag-root-wrapper .ag-header {
  height: 64px !important;
  min-height: 64px !important;
  background: var(--background-colors-background-color-1);
}
.agGridTable .ag-root-wrapper .ag-header .ag-pinned-left-header {
  border-right: none !important;
}
.agGridTable .ag-root-wrapper .ag-header .ag-header-cell {
  padding: 0 12px;
}
.agGridTable .ag-root-wrapper .ag-header .ag-header-cell .ag-cell-label-container .ag-header-cell-text {
  color: var(--grey-scale-black);
  font-size: 13px;
  font-weight: 500;
  padding: 0;
}
.agGridTable .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-resize::after {
  top: 0;
  height: 100%;
  background: var(--grey-scale-dvider-color) !important;
}
.agGridTable .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-menu-button {
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.agGridTable .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-menu-button .ag-icon {
  font-family: 'resboxIcon' !important;
  font-size: 16px;
  color: var(--grey-scale-grey-700);
}
.agGridTable .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-menu-button .ag-icon:before {
  content: '\e95f';
}
.agGridTable .ag-root-wrapper .ag-header .ag-header-cell .ag-icon-asc::before {
  font-family: 'resboxIcon' !important;
  font-size: 20px;
  color: var(--grey-scale-black);
  content: '\e964';
}
.agGridTable .ag-root-wrapper .ag-header .ag-header-cell .ag-icon-desc::before {
  font-family: 'resboxIcon' !important;
  font-size: 20px;
  color: var(--grey-scale-black);
  content: '\e966';
}
.agGridTable .ag-root-wrapper .ag-header .ag-header-cell.checkbox {
  padding: 10px 8px;
}
.agGridTable .ag-root-wrapper .ag-header .ag-header-row-column .ag-header-cell.lockPosition:before {
  display: none;
}
.agGridTable .ag-root-wrapper .ag-header .ag-header-row-column .ag-header-cell[col-id='isSelected'] {
  padding: 0 8px;
}
.agGridTable .ag-root-wrapper .ag-header .ag-header-row-column-filter {
  height: 32px !important;
  background: #fff !important;
}
.agGridTable .ag-root-wrapper .ag-header .ag-header-row-column-filter .ag-header-cell {
  border-right: 1px solid var(--grey-scale-dvider-color);
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.agGridTable .ag-root-wrapper .ag-header .ag-header-row-column-filter .ag-header-cell > div {
  height: 100%;
}
.agGridTable .ag-root-wrapper .ag-header .ag-header-row-column-filter .ag-floating-filter-input {
  height: 100% !important;
}
.agGridTable .ag-root-wrapper .ag-header .ag-header-row-column-filter .ag-input-field {
  height: 100% !important;
}
.agGridTable .ag-root-wrapper .ag-header .ag-header-row-column-filter .ag-input-field .ag-input-wrapper {
  height: 100% !important;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.agGridTable .ag-root-wrapper .ag-header .ag-header-row-column-filter .ag-input-field .ag-input-wrapper .ag-input-field-input {
  position: relative;
  z-index: 2;
  font-size: 12px;
  font-weight: 500;
  height: 100% !important;
  border: none !important;
  padding: 0 12px 0 36px;
  background: transparent;
  color: var(--grey-scale-black);
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.agGridTable .ag-root-wrapper .ag-header .ag-header-row-column-filter .ag-input-field .ag-input-wrapper:after {
  position: absolute;
  left: 12px;
  top: 50%;
  font-family: 'resboxIcon' !important;
  font-size: 20px;
  color: var(--grey-scale-grey-700);
  content: '\e929';
  line-height: 0;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.agGridTable .ag-root-wrapper .ag-header .ag-header-row-column-filter .ag-input-field .ag-input-wrapper > .clearFilter {
  position: absolute;
  right: 0px;
  top: 50%;
  font-size: 20px;
  color: var(--grey-scale-grey-600);
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 20px;
  width: 20px;
  margin-top: -10px;
  opacity: 0;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.agGridTable .ag-root-wrapper .ag-header .ag-header-row-column-filter .ag-input-field .ag-input-wrapper > .clearFilter:hover {
  color: var(--grey-scale-grey-800);
}
.agGridTable .ag-root-wrapper .ag-header .ag-header-row-column-filter .ag-input-field .ag-input-wrapper.filtered {
  background: var(--background-colors-background-color-1);
}
.agGridTable .ag-root-wrapper .ag-header .ag-header-row-column-filter .ag-input-field .ag-input-wrapper.filtered .ag-input-field-input {
  padding: 0 36px 0 12px;
}
.agGridTable .ag-root-wrapper .ag-header .ag-header-row-column-filter .ag-input-field .ag-input-wrapper.filtered .clearFilter {
  right: 8px;
  opacity: 1;
  z-index: 3;
}
.agGridTable .ag-root-wrapper .ag-header .ag-header-row-column-filter .ag-input-field .ag-input-wrapper.filtered:after {
  left: 0;
  opacity: 0;
}
.agGridTable .ag-root-wrapper .ag-header .ag-header-row-column-filter .booleanFilter .ag-wrapper select {
  padding: 0 24px !important;
  appearance: none;
}
.agGridTable .ag-root-wrapper .ag-header .ag-header-row-column-filter .booleanFilter .ag-wrapper:after {
  display: none;
}
.agGridTable .ag-root-wrapper .ag-header .ag-header-cell-filtered .ag-filter-icon {
  display: none;
}
.agGridTable .ag-root-wrapper .ag-body-viewport {
  height: unset !important;
}
.agGridTable .ag-root-wrapper .ag-body-viewport .ag-row {
  background: #fff;
  border-bottom: 1px solid var(--grey-scale-dvider-color) !important;
}
.agGridTable .ag-root-wrapper .ag-body-viewport .ag-row .ag-cell {
  color: var(--grey-scale-grey-900);
  font-size: 12px;
  padding: 6px 12px;
  line-height: 16px;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  border-right: 1px solid var(--grey-scale-dvider-color) !important;
}
.agGridTable .ag-root-wrapper .ag-body-viewport .ag-row .ag-cell.checkbox {
  padding: 6px 8px;
}
.agGridTable .ag-root-wrapper .ag-body-viewport .ag-row .ag-cell.ag-cell-focus {
  border-color: transparent;
}
.agGridTable .ag-root-wrapper .ag-body-viewport .ag-row.ag-row-odd {
  background: var(--background-colors-background-color-1);
}
.agGridTable .ag-root-wrapper .ag-body-viewport .ag-row.ag-row-selected .ag-cell {
  background: var(--ag-selected-row-background-color, rgba(33, 150, 243, 0.4)) !important;
}
.agGridTable .ag-root-wrapper .ag-row {
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.agGridTable .ag-root-wrapper .ag-row:hover {
  background: var(--background-colors-background-color-3, #f9f9f9) !important;
}
.agGridTable .ag-root-wrapper .ag-selection-checkbox {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.agGridTable .ag-root-wrapper .ag-selection-checkbox > div .ag-wrapper {
  box-shadow: none !important;
  background: none;
  width: 24px;
  height: 24px;
}
.agGridTable .ag-root-wrapper .ag-selection-checkbox > div .ag-wrapper:after {
  font-family: 'resboxIcon' !important;
  content: '\e957';
  font-size: 24px;
  line-height: 24px;
  color: var(--grey-scale-grey-800);
}
.agGridTable .ag-root-wrapper .ag-selection-checkbox > div .ag-wrapper.ag-checked:after {
  content: '\e958';
  color: var(--main-colors-green-800);
}
.agGridTable .ag-root-wrapper .ag-header-select-all {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.agGridTable .ag-root-wrapper .ag-header-select-all .ag-wrapper {
  box-shadow: none !important;
  background: none;
  width: 24px;
  height: 24px;
}
.agGridTable .ag-root-wrapper .ag-header-select-all .ag-wrapper:after {
  font-family: 'resboxIcon' !important;
  content: '\e957';
  font-size: 24px;
  line-height: 24px;
  color: var(--grey-scale-grey-800);
}
.agGridTable .ag-root-wrapper .ag-header-select-all .ag-wrapper.ag-checked:after {
  content: '\e958';
  color: var(--main-colors-green-800);
}
.agGridTable .ag-root-wrapper .ag-header-select-all .ag-wrapper.ag-indeterminate:after {
  content: '\e954';
  color: var(--Grey-600);
}
.agGridTable .ag-popup .ag-popup-child {
  border-radius: 4px;
  border: 1px solid var(--grey-scale-dvider-color);
  background: #fff;
  box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.05), 0px 6px 4px -2px rgba(0, 0, 0, 0.1);
  max-height: calc(100% - 70px);
  margin-top: 18px;
}
.agGridTable .ag-popup .ag-popup-child .ag-tabs-header {
  display: none;
}
.agGridTable.selectedRowTable .ag-root-wrapper .ag-header .ag-header-row-column-filter .ag-header-cell:first-child {
  border-right: none !important;
}
.agGridTable .noneFilter .ag-root-wrapper .ag-header {
  height: 42px !important;
  min-height: 42px !important;
}
.agGridTable .ag-menu .ag-menu-option [class^='resboxIcon'] {
  font-size: 18px;
  margin: 0 -1px;
}
.agGridTable .ag-menu .ag-menu-option.ag-menu-option-active div.icon.hover i {
  opacity: 0;
}
.agGridTable .ag-menu .ag-menu-option.ag-menu-option-active div.icon.hover i:last-child {
  opacity: 1;
}
.agGridTable .badge {
  margin: -2px 0;
}
.agGridTable .ag-body-horizontal-scroll-viewport {
  overflow-x: scroll;
}
.agGridTable.custom1 .ag-root-wrapper .ag-header {
  height: 65px !important;
  min-height: 65px !important;
}
.agGridTable.custom1 .ag-root-wrapper .ag-header .ag-header-row-column .ag-header-cell:before {
  display: none;
}
.agGridTable.custom1 .ag-root-wrapper .ag-header .ag-header-row-column .ag-cell-label-container .ag-header-cell-text {
  padding: 0 8px;
  font-weight: 500;
  font-size: 13px;
}
.agGridTable.custom1 .ag-root-wrapper .ag-header .ag-header-row-column-filter {
  height: 32px !important;
}
.agGridTable.custom1 .ag-root-wrapper .ag-header .ag-header-row-column-filter .ag-input-field .ag-input-wrapper .ag-input-field-input {
  padding: 0 12px 0 34px;
  font-weight: 500;
}
.agGridTable.custom1 .ag-root-wrapper .ag-header .ag-header-row-column-filter .ag-input-field .ag-input-wrapper:after {
  left: 12px;
  font-size: 16px;
  font-weight: 700;
}
.agGridTable.custom1 .ag-root-wrapper .ag-body-viewport .ag-row .ag-cell {
  padding: 6px 12px;
  font-size: 12px;
}
.agGridTable.custom1 .ag-root-wrapper .ag-body-viewport .ag-row.ag-row-odd {
  background: var(--background-colors-background-color-1);
}
.agGridTable.custom1 .ag-root-wrapper .ag-body-viewport .ag-row.ag-row-hover .ag-cell {
  background: var(--ag-even-row-background-color, #f6f6f4);
}
.agGridTable .resStatusCell {
  position: relative;
  padding: 0 16px 0 32px;
}
.agGridTable .resStatusCell .flag {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.agGridTable .resStatusCell > img {
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -8px;
}
.agGridTable .resStatusCell > i {
  position: absolute;
  right: -8px;
  top: 50%;
  line-height: 0;
  z-index: 5;
  font-size: 18px;
  color: #ff9800;
}
.agGridTableOld {
  overflow: hidden;
}
.agGridTableOld > div > div {
  padding: 0;
}
.agGridTableOld .notData {
  text-align: center !important;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.agGridTableOld .notData .icon {
  font-size: 60px;
  display: inline-block;
}
.agGridTableOld .notData .icon i {
  display: block;
  color: var(--main-colors-green-500);
}
.agGridTableOld .notData > p {
  display: block;
  font-size: 24px;
  color: var(--grey-scale-grey-900);
  padding: 12px 0;
}
.agGridTableOld .notData > span {
  display: block;
}
.agGridTableOld .notData > span a {
  font-weight: 500;
  color: var(--main-colors-green-500);
}
.agGridTableOld > .row {
  margin: 0 -1px 0 0;
}
.agGridTableOld .ag-root-wrapper {
  border: none !important;
  border-top: 1px solid var(--grey-scale-dvider-color) !important;
}
.agGridTableOld .ag-root-wrapper .ag-header {
  color: var(--grey-scale-black);
  height: 84px !important;
  min-height: 81px !important;
  background: var(--background-colors-background-color-1);
}
.agGridTableOld .ag-root-wrapper .ag-header .ag-pinned-left-header {
  border-right: none !important;
}
.agGridTableOld .ag-root-wrapper .ag-header .ag-header-cell .ag-cell-label-container .ag-header-cell-text {
  color: var(--grey-scale-black);
  font-size: 14px;
  font-weight: 400;
  padding: 0 20px;
}
.agGridTableOld .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-resize::after {
  top: 0;
  height: 100%;
  background: var(--grey-scale-dvider-color) !important;
}
.agGridTableOld .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-menu-button {
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.agGridTableOld .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-menu-button .ag-icon {
  font-family: 'resboxIcon' !important;
  font-size: 16px;
  color: var(--grey-scale-grey-700);
}
.agGridTableOld .ag-root-wrapper .ag-header .ag-header-cell .ag-header-cell-menu-button .ag-icon:before {
  content: '\e95f';
}
.agGridTableOld .ag-root-wrapper .ag-header .ag-header-cell .ag-icon-asc::before {
  font-family: 'resboxIcon' !important;
  font-size: 20px;
  color: var(--grey-scale-black);
  content: '\e964';
}
.agGridTableOld .ag-root-wrapper .ag-header .ag-header-cell .ag-icon-desc::before {
  font-family: 'resboxIcon' !important;
  font-size: 20px;
  color: var(--grey-scale-black);
  content: '\e966';
}
.agGridTableOld .ag-root-wrapper .ag-header .ag-header-cell.checkbox {
  padding: 10px 8px;
}
.agGridTableOld .ag-root-wrapper .ag-header .ag-header-row-column .ag-header-cell:before {
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'resboxIcon' !important;
  font-size: 22px;
  color: var(--grey-scale-grey-700);
  content: '\e95f';
}
.agGridTableOld .ag-root-wrapper .ag-header .ag-header-row-column .ag-header-cell.lockPosition:before {
  display: none;
}
.agGridTableOld .ag-root-wrapper .ag-header .ag-header-row-column .ag-header-cell.lockPosition .ag-header-cell-resize {
  display: flex !important;
  cursor: default;
}
.agGridTableOld .ag-root-wrapper .ag-header .ag-header-row-column .ag-header-cell[col-id='isSelected'] {
  padding: 0 8px;
}
.agGridTableOld .ag-root-wrapper .ag-header .ag-header-row-column-filter {
  height: 40px !important;
  background: #fff !important;
}
.agGridTableOld .ag-root-wrapper .ag-header .ag-header-row-column-filter .ag-header-cell {
  border-right: 1px solid var(--grey-scale-dvider-color);
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.agGridTableOld .ag-root-wrapper .ag-header .ag-header-row-column-filter .ag-header-cell > div {
  height: 100%;
}
.agGridTableOld .ag-root-wrapper .ag-header .ag-header-row-column-filter .ag-floating-filter-input {
  height: 100% !important;
}
.agGridTableOld .ag-root-wrapper .ag-header .ag-header-row-column-filter .ag-input-field {
  height: 100% !important;
}
.agGridTableOld .ag-root-wrapper .ag-header .ag-header-row-column-filter .ag-input-field .ag-input-wrapper {
  height: 100% !important;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.agGridTableOld .ag-root-wrapper .ag-header .ag-header-row-column-filter .ag-input-field .ag-input-wrapper .ag-input-field-input {
  position: relative;
  z-index: 2;
  height: 100% !important;
  border: none !important;
  padding: 0 16px 0 54px;
  background: transparent;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.agGridTableOld .ag-root-wrapper .ag-header .ag-header-row-column-filter .ag-input-field .ag-input-wrapper:after {
  position: absolute;
  left: 24px;
  top: 50%;
  font-family: 'resboxIcon' !important;
  font-size: 20px;
  color: var(--grey-scale-grey-700);
  content: '\e929';
  line-height: 0;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.agGridTableOld .ag-root-wrapper .ag-header .ag-header-row-column-filter .ag-input-field .ag-input-wrapper > .clearFilter {
  position: absolute;
  right: 0px;
  top: 50%;
  font-size: 20px;
  color: var(--grey-scale-grey-600);
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 20px;
  width: 20px;
  margin-top: -10px;
  opacity: 0;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.agGridTableOld .ag-root-wrapper .ag-header .ag-header-row-column-filter .ag-input-field .ag-input-wrapper > .clearFilter:hover {
  color: var(--grey-scale-grey-800);
}
.agGridTableOld .ag-root-wrapper .ag-header .ag-header-row-column-filter .ag-input-field .ag-input-wrapper.filtered {
  background: var(--background-colors-background-color-1);
}
.agGridTableOld .ag-root-wrapper .ag-header .ag-header-row-column-filter .ag-input-field .ag-input-wrapper.filtered .ag-input-field-input {
  padding: 0 36px 0 24px;
}
.agGridTableOld .ag-root-wrapper .ag-header .ag-header-row-column-filter .ag-input-field .ag-input-wrapper.filtered .clearFilter {
  right: 8px;
  opacity: 1;
  z-index: 3;
}
.agGridTableOld .ag-root-wrapper .ag-header .ag-header-row-column-filter .ag-input-field .ag-input-wrapper.filtered:after {
  left: 0;
  opacity: 0;
}
.agGridTableOld .ag-root-wrapper .ag-header .ag-header-row-column-filter .booleanFilter .ag-wrapper select {
  padding: 0 24px !important;
  appearance: none;
}
.agGridTableOld .ag-root-wrapper .ag-header .ag-header-row-column-filter .booleanFilter .ag-wrapper:after {
  display: none;
}
.agGridTableOld .ag-root-wrapper .ag-header .ag-header-cell-filtered .ag-filter-icon {
  display: none;
}
.agGridTableOld .ag-root-wrapper .ag-body-viewport {
  min-height: 500px;
}
.agGridTableOld .ag-root-wrapper .ag-body-viewport .ag-row {
  border-bottom: 1px solid var(--grey-scale-dvider-color) !important;
}
.agGridTableOld .ag-root-wrapper .ag-body-viewport .ag-row .ag-cell {
  color: var(--grey-scale-grey-900);
  font-size: 13px;
  padding: 10px 24px;
  line-height: 20px;
  border-right: 1px solid var(--grey-scale-dvider-color) !important;
}
.agGridTableOld .ag-root-wrapper .ag-body-viewport .ag-row .ag-cell.checkbox {
  padding: 10px 8px;
}
.agGridTableOld .ag-root-wrapper .ag-body-viewport .ag-row .ag-cell.ag-cell-focus {
  border-color: transparent;
}
.agGridTableOld .ag-root-wrapper .ag-row-even {
  background: #fff;
}
.agGridTableOld .ag-root-wrapper .ag-row-even.ag-row-selected .ag-cell {
  background: var(--ag-selected-row-background-color, rgba(33, 150, 243, 0.4)) !important;
}
.agGridTableOld .ag-root-wrapper .ag-row {
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.agGridTableOld .ag-root-wrapper .ag-row:hover {
  background: var(--ag-even-row-background-color, #f9f9f9);
}
.agGridTableOld .ag-root-wrapper .ag-selection-checkbox {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.agGridTableOld .ag-root-wrapper .ag-selection-checkbox > div .ag-wrapper {
  box-shadow: none !important;
  background: none;
  width: 24px;
  height: 24px;
}
.agGridTableOld .ag-root-wrapper .ag-selection-checkbox > div .ag-wrapper:after {
  font-family: 'resboxIcon' !important;
  content: '\e957';
  font-size: 24px;
  line-height: 24px;
  color: var(--grey-scale-grey-800);
}
.agGridTableOld .ag-root-wrapper .ag-selection-checkbox > div .ag-wrapper.ag-checked:after {
  content: '\e958';
  color: var(--main-colors-green-800);
}
.agGridTableOld .ag-root-wrapper .ag-header-select-all {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.agGridTableOld .ag-root-wrapper .ag-header-select-all .ag-wrapper {
  box-shadow: none !important;
  background: none;
  width: 24px;
  height: 24px;
}
.agGridTableOld .ag-root-wrapper .ag-header-select-all .ag-wrapper:after {
  font-family: 'resboxIcon' !important;
  content: '\e957';
  font-size: 24px;
  line-height: 24px;
  color: var(--grey-scale-dvider-color);
}
.agGridTableOld .ag-root-wrapper .ag-header-select-all .ag-wrapper.ag-checked:after {
  content: '\e958';
  color: var(--main-colors-green-800);
}
.agGridTableOld .ag-root-wrapper .ag-header-select-all .ag-wrapper.ag-indeterminate:after {
  content: '\e954';
  color: var(--Grey-600);
}
.agGridTableOld .ag-popup .ag-popup-child {
  border-radius: 4px;
  border: 1px solid var(--grey-scale-dvider-color);
  background: #fff;
  box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.05), 0px 6px 4px -2px rgba(0, 0, 0, 0.1);
  max-height: calc(100% - 70px);
  margin-top: 18px;
}
.agGridTableOld .ag-popup .ag-popup-child .ag-tabs-header {
  display: none;
}
.agGridTableOld.selectedRowTable .ag-root-wrapper .ag-header .ag-header-row-column-filter .ag-header-cell:first-child {
  border-right: none !important;
}
.agGridTableOld .noneFilter .ag-root-wrapper .ag-header {
  height: 42px !important;
  min-height: 42px !important;
}
.agGridTableOld .ag-menu .ag-menu-option [class^='resboxIcon'] {
  font-size: 18px;
  margin: 0 -1px;
}
.agGridTableOld .ag-menu .ag-menu-option.ag-menu-option-active div.icon.hover i {
  opacity: 0;
}
.agGridTableOld .ag-menu .ag-menu-option.ag-menu-option-active div.icon.hover i:last-child {
  opacity: 1;
}
.agGridTableOld.custom1 .ag-root-wrapper .ag-header {
  height: 65px !important;
  min-height: 65px !important;
}
.agGridTableOld.custom1 .ag-root-wrapper .ag-header .ag-header-row-column .ag-header-cell:before {
  display: none;
}
.agGridTableOld.custom1 .ag-root-wrapper .ag-header .ag-header-row-column .ag-cell-label-container .ag-header-cell-text {
  padding: 0 8px;
  font-weight: 500;
  font-size: 13px;
}
.agGridTableOld.custom1 .ag-root-wrapper .ag-header .ag-header-row-column-filter {
  height: 32px !important;
}
.agGridTableOld.custom1 .ag-root-wrapper .ag-header .ag-header-row-column-filter .ag-input-field .ag-input-wrapper .ag-input-field-input {
  padding: 0 12px 0 34px;
  font-weight: 500;
}
.agGridTableOld.custom1 .ag-root-wrapper .ag-header .ag-header-row-column-filter .ag-input-field .ag-input-wrapper:after {
  left: 12px;
  font-size: 16px;
  font-weight: 700;
}
.agGridTableOld.custom1 .ag-root-wrapper .ag-body-viewport .ag-row .ag-cell {
  padding: 6px 12px;
  font-size: 12px;
}
.agGridTableOld.custom1 .ag-root-wrapper .ag-body-viewport .ag-row.ag-row-odd {
  background: var(--background-colors-background-color-1);
}
.agGridTableOld.custom1 .ag-root-wrapper .ag-body-viewport .ag-row.ag-row-hover .ag-cell {
  background: rgba(0, 0, 0, 0.035);
}
.groupField > label {
  font-weight: 500;
  display: inline-block;
  color: var(--Black);
  margin-bottom: 0;
  padding: 0 12px;
  margin-top: -9px;
  display: block;
  font-size: 12px;
}
.groupField > label span {
  position: relative;
  top: 10px;
  padding: 0 6px;
  background: #fff;
  display: inline-block;
  z-index: 8;
}
.groupField > div {
  position: relative;
  border-radius: 4px;
  border: 1px solid var(--grey-scale-dvider-color);
  padding: 4px 12px 12px;
}
.groupField > div > .row {
  margin: 0 -6px;
}
.groupField > div > .row > div {
  padding: 0 6px;
}
.flag {
  display: inline-block;
  font-size: 0;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}
.flag img {
  display: block;
}
.flag:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(241deg, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.27) 26.27%, rgba(255, 255, 255, 0.26) 37%, rgba(0, 0, 0, 0.55) 48.7%, rgba(0, 0, 0, 0.24) 59.44%, rgba(255, 255, 255, 0.3) 73.64%, rgba(39, 39, 39, 0.22) 90.15%, rgba(0, 0, 0, 0.2) 100%);
  background-blend-mode: overlay;
  opacity: 0.2;
}
.dropdown .dMenu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  background: #fff;
  min-width: 172px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 16px 12px 0px rgba(0, 0, 0, 0.05), 0px 6px 4px -2px rgba(0, 0, 0, 0.1);
  overflow: auto;
  max-height: 75vh;
}
.dropdown .dMenu ul li {
  position: relative;
  font-size: 12px;
  display: block !important;
  color: var(--color-gray-grey-800);
  padding: 10px 16px 10px 44px;
  cursor: pointer;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.dropdown .dMenu ul li i {
  position: absolute;
  content: '';
  left: 16px;
  top: 50%;
  line-height: 0;
  font-size: 16px;
}
.dropdown .dMenu ul li:hover {
  background: var(--background-colors-background-color-1);
}
.dropdown.bottom .dMenu {
  top: auto;
  bottom: 100%;
}
.dropdown.right .dMenu {
  left: auto;
  right: 0;
}
.listFilterFloating {
  width: 100%;
}
.listFilterFloating > div {
  min-height: 39px;
  width: 100%;
}
.listFilterFloating > div .ag-input-field-input > span {
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  position: relative;
  height: 39px;
  line-height: 39px;
}
.waitResFilter {
  width: 100%;
  position: relative;
}
.waitResFilter > div {
  min-height: 39px;
  width: 100%;
}
.waitResFilter > div > i {
  position: absolute;
  left: 24px;
  top: 50%;
  font-size: 20px;
  color: var(--grey-scale-grey-700);
  line-height: 0;
}
.waitResFilter .ag-input-field-input {
  line-height: 39px;
}
.waitResFilter .ag-input-field-input .flag {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.waitResFilter .ag-input-field-input.flagin {
  padding-left: 56px !important;
}
.waitResFilter .ag-input-field-input > span {
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  position: relative;
  height: 39px;
}
.waitResFilter .ag-input-field-input > span img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.waitResFilter .ag-input-field-input > span.note {
  padding-right: 24px;
}
.waitResFilter > button {
  position: absolute;
  z-index: 5;
  right: 8px;
  top: 50%;
  font-size: 20px;
  color: var(--grey-scale-grey-600);
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 20px;
  width: 20px;
  margin-top: -10px;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.waitResFilter > button:hover {
  color: var(--grey-scale-grey-800);
}
.filterListCheckbox ul li {
  position: relative;
  padding: 4px 16px;
  border-bottom: 1px solid var(--Grey-500);
}
.filterListCheckbox ul li.head {
  color: var(--grey-scale-black);
  font-weight: 500;
  line-height: 20px;
  display: block;
  border-bottom: none;
  background: rgba(0, 0, 0, 0.05);
}
.filterListCheckbox ul li.head i {
  position: absolute;
  right: 16px;
  font-size: 16px;
  top: 50%;
  line-height: 0;
  color: var(--color-gray-grey-800);
}
.filterListCheckbox ul li.head + .head {
  border-top: 1px solid var(--Grey-500);
}
.filterListCheckbox ul li .form-check label {
  position: relative;
  padding: 2px 0 2px 24px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}
.filterListCheckbox ul li .form-check label:before {
  position: absolute;
  font-family: 'resboxIcon' !important;
  content: '\e957';
  left: 0;
  top: 1px;
  font-size: 20px;
}
.filterListCheckbox ul li .form-check input {
  display: none;
}
.filterListCheckbox ul li .form-check input:checked + label:before {
  content: '\e958';
  color: var(--main-colors-green-800);
}
.filterListCheckbox ul li:last-child {
  border: none;
}
.filterListCheckbox ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.dateFilter .ag-input-field-input {
  text-transform: capitalize;
}
.dateFilter span.ag-input-field-input {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 39px;
  font-weight: 400;
  opacity: 0.5;
}
.dateFilter .ag-wrapper > div {
  position: absolute;
  z-index: 8;
  left: 0;
  top: 0;
  width: 24px;
  padding: 7px 0;
  opacity: 0;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.dateFilter .ag-wrapper > div i {
  display: block;
  text-align: center !important;
  font-size: 16px;
  line-height: 12px;
  cursor: pointer;
}
.dateFilter .ag-wrapper:hover > div {
  opacity: 1;
}
.swal2-backdrop-show {
  background: rgba(0, 0, 0, 0.5);
}
.loadArea {
  text-align: center !important;
  padding: 76px 0;
  align-self: center;
}
.loadArea i {
  font-size: 36px;
  color: var(--grey-scale-black);
  display: block;
  animation-name: spin;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.helveticaNowDisplay {
  font-family: 'HelveticaNowDisplay';
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.modal > .content {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 5vh;
  width: 514px;
  max-width: 100%;
  background: #fff;
  transform: translate(-50%, 0%);
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  max-height: 90vh;
  overflow: auto;
}
.modal > .content > .title {
  border-bottom: 1px solid var(--grey-scale-dvider-color);
  padding: 16px 24px;
}
.modal > .content > .title h1 {
  color: var(--Black);
  font-size: 18px;
  font-weight: 500;
  display: block;
  position: relative;
}
.modal > .content > .title h1 a {
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 24px;
  display: block;
  padding: 10px;
  color: var(--Grey-700);
}
.modal > .content > .title h1 a .icon i {
  display: block;
}
.modal > .content .title {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  background: #fff;
}
.modal > .content > .body {
  padding: 24px;
}
.modal > .content > .body > form:first-child {
  margin-top: -16px;
}
.modal > .content > .foot {
  border-top: 1px solid var(--grey-scale-dvider-color);
  padding: 16px 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: sticky;
  bottom: 0;
  z-index: 8;
  background: #fff;
  box-shadow: 0 0 36px #fff;
}
.modal > .content > .foot > * {
  flex: auto 0 0;
  width: auto;
  margin-left: 10px;
}
.modal > .content > .foot > *:first-child {
  margin-left: 0;
}
.modal.stickyFoot .content > .foot {
  position: sticky;
  bottom: 0;
  background: #fff;
}
.modal.stickyFoot .content > .foot:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 100%;
  margin-bottom: 1px;
  right: 10px;
  height: 32px;
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.modal .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.modal.modal-top > .content {
  top: 5vh;
  transform: translateX(-50%);
}
.modal.modal-sm > .content {
  width: 410px;
}
.modal.modal-md > .content {
  width: 730px;
}
.modal.modal-lg > .content {
  width: 860px;
}
.modal.modal-xl > .content {
  width: 1360px;
}
.modal .modal > .content {
  top: 0;
}
.HelveticaNowText {
  font-family: 'HelveticaNowText';
}
form .btn {
  margin-top: 24px;
}
#bar {
  position: fixed;
  left: -10px;
  top: 0;
  z-index: 99;
  height: 100%;
  width: 16px;
  background: #c8bd96;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  animation: barPosition 3s linear 1;
}
#bar > div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: var(--main-colors-yellow-800);
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#bar span {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  opacity: 0;
  text-shadow: 0 0 2px #000;
  transform: translate(-50%, -50%) rotate(-90deg);
  animation: barTextShow 3s linear 1;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#bar:hover {
  left: 0;
}
#bar:hover span {
  opacity: 1;
}
@keyframes barPosition {
  0% {
    left: -10;
  }
  7% {
    left: 0px;
  }
  93% {
    left: 0px;
  }
  100% {
    left: -10px;
  }
}
@keyframes barTextShow {
  0% {
    opacity: 0;
  }
  7% {
    opacity: 1;
  }
  93% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.tab > ul {
  display: table;
  table-layout: fixed;
  text-align: center !important;
}
.tab > ul li {
  display: table-cell;
  color: var(--grey-scale-grey-900);
  font-size: 14px;
  padding: 8px;
  border-bottom: 1px solid var(--Grey-500);
  cursor: pointer;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.tab > ul li.active {
  color: var(--main-colors-Green-700);
  font-weight: 500;
  border-bottom-color: var(--main-colors-Green-700);
}
.sednaCard {
  border: 1px solid #c7c7c7;
  background: #eeeeee;
  margin-bottom: 4px;
}
.sednaCard > .head {
  display: block;
  background: #cccccc;
  border-bottom: 1px solid #c7c7c7;
  color: #353f4a;
  font-size: 12px;
  padding: 1px 12px;
}
.sednaCard > div {
  padding: 12px;
}
.sednaCard .formControlRez {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  margin-bottom: 4px;
  align-items: end;
}
.sednaCard .formControlRez > label {
  flex: 0 0 auto;
  font-size: 11px;
  color: #505050;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
  padding-right: 4px;
  text-align: right !important;
}
.sednaCard .formControlRez > label.auto {
  min-width: unset;
}
.sednaCard .formControlRez > div {
  flex: 1 0 0;
}
.sednaCard .formControlRez > div select,
.sednaCard .formControlRez > div input,
.sednaCard .formControlRez > div textarea {
  width: 100%;
  min-height: 22px;
  min-width: 50px;
  padding: 0 2px;
  font-size: 12px;
  display: block;
  text-align: left !important;
  border: 1px solid #cacaca;
  text-indent: 0;
  border-radius: 0;
  height: 22px;
}
.sednaCard .formControlRez > div select option,
.sednaCard .formControlRez > div input option,
.sednaCard .formControlRez > div textarea option {
  padding: 0;
}
.sednaCard .formControlRez > div select[disabled],
.sednaCard .formControlRez > div input[disabled],
.sednaCard .formControlRez > div textarea[disabled] {
  color: #505050;
  background: #f1f2f2;
}
.sednaCard .formControlRez > div select.has-error,
.sednaCard .formControlRez > div input.has-error,
.sednaCard .formControlRez > div textarea.has-error {
  background: rgba(255, 0, 0, 0.4) !important;
  border-color: red !important;
}
.sednaCard .formControlRez > div select.warning,
.sednaCard .formControlRez > div input.warning,
.sednaCard .formControlRez > div textarea.warning {
  border-color: #ffb22b;
  background: rgba(255, 178, 43, 0.4);
}
.sednaCard .formControlRez > div select[type='color'],
.sednaCard .formControlRez > div input[type='color'],
.sednaCard .formControlRez > div textarea[type='color'] {
  height: 21px;
  padding: 2px;
}
.sednaCard .formControlRez > div select.unProcess,
.sednaCard .formControlRez > div input.unProcess,
.sednaCard .formControlRez > div textarea.unProcess {
  border-color: purple;
  background-color: purple;
}
.sednaCard .formControlRez > div textarea {
  height: unset;
}
.sednaCard .formControlRez > div small {
  display: block;
  color: #c10000;
  font-size: 10px;
  font-weight: 500;
  border-top: none;
}
.sednaCard .formControlRez > div > .row {
  margin: -2px;
  align-items: flex-end;
}
.sednaCard .formControlRez > div > .row > div {
  padding: 2px;
}
.sednaCard .formControlRez > div ul {
  border-color: #97afcb;
}
.sednaCard .formControlRez > div .card-subtitle {
  font-size: 0;
  padding-top: 3px;
  display: block;
  margin: 0;
}
.sednaCard .formControlRez > div .card-subtitle > * {
  margin-right: 3px;
}
.sednaCard .formControlRez > div .card-subtitle .btnRez {
  line-height: 14px;
}
.sednaCard .formControlRez:last-child {
  margin-bottom: 0;
}
.sednaCard .formCheckRez input {
  display: none !important;
}
.sednaCard .formCheckRez input:checked + label i:before {
  opacity: 1;
}
.sednaCard .formCheckRez input[disabled] + label i {
  background: #ebecef;
}
.sednaCard .formCheckRez input:disabled + label i:before {
  background: #9da0aa;
}
.sednaCard .formCheckRez label {
  position: relative;
  padding: 0;
  font-size: 12px;
  color: #201f35;
  font-weight: 500;
  padding-left: 18px;
  line-height: 20px;
  margin: 0;
  height: auto;
  min-height: 14px;
}
.sednaCard .formCheckRez label i {
  position: absolute;
  left: 0;
  top: 1px;
  width: 14px;
  height: 14px;
  border: 1px solid #cacaca;
  background: #fff;
  font-size: 10px;
  text-align: center !important;
}
.sednaCard .formCheckRez label i:before {
  position: absolute;
  content: '';
  left: 1px;
  top: 1px;
  width: 10px;
  height: 10px;
  background: #a1a1a1;
  opacity: 0;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.sednaCard .formCheckRez label:after {
  display: none;
}
.sednaCard .formCheckRez label:before,
.sednaCard .formCheckRez label.active {
  display: none;
}
.sednaCard .btnRez {
  padding: 0 5px;
  line-height: 20px;
  border-radius: 0;
  font-weight: 500;
  color: #444;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #cacaca;
}
.sednaCard .btnRez > span {
  position: relative;
  display: inline-block;
  padding-left: 16px;
}
.sednaCard .btnRez > span i {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 18px;
}
.sednaCard .btnRez.btnMd {
  font-size: 14px;
  line-height: 28px;
  padding: 0 8px;
}
.sednaCard .btnRez.btnMd span {
  font-size: 14px;
  padding-left: 18px;
}
.sednaCard .btnRez.btnMd span i {
  font-size: 14px;
  line-height: 28px;
}
.sednaCard .btnRez.process i {
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
}
.sednaCard .btnRez[disabled] {
  opacity: 0.5;
}
.sednaTable {
  border-top: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
}
.sednaTable table {
  width: 100%;
  border-spacing: 0;
}
.sednaTable table thead {
  background: #dcd8d8;
  color: #353f4a;
  font-size: 12px;
  text-align: left !important;
}
.sednaTable table thead tr th {
  padding: 1px 8px;
  border-left: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}
.sednaTable table tbody tr td {
  padding: 1px 8px;
  border-left: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  color: #353f4a;
  font-size: 12px;
  text-align: left !important;
}
[data-tippy-root] .tippy-box .tippy-content {
  font-size: 10px;
  padding: 2px 4px;
  font-weight: 500;
}
[data-tippy-root] .tippy-box .tippy-arrow {
  width: 8px !important;
  height: 8px !important;
}
[data-tippy-root] .tippy-box .tippy-arrow:before {
  left: -4px !important;
  border-width: 4px 4px 4px 0 !important;
}
[data-tippy-root] .tippy-box[data-theme='badge-info'] {
  background: #dbe7f0 !important;
  color: #36516c;
  border: 1px solid rgba(56, 57, 57, 0.05);
}
[data-tippy-root] .tippy-box[data-theme='badge-info'] .tippy-content {
  font-size: 12px;
  line-height: 20px;
  padding: 1px 4px;
}
[data-tippy-root] .tippy-box[data-theme='badge-success'] {
  border: 1px solid rgba(56, 57, 57, 0.05);
  background: #e2ece0;
  color: #324d3f;
}
[data-tippy-root] .tippy-box[data-theme='badge-success'] .tippy-content {
  font-size: 12px;
  line-height: 20px;
  padding: 1px 4px;
}
[data-tippy-root] .tippy-box[data-theme='badge-purple'] {
  border: 1px solid rgba(56, 57, 57, 0.05);
  background: #f5e1f8;
  color: var(--grey-scale-black);
}
[data-tippy-root] .tippy-box[data-theme='badge-purple'] .tippy-content {
  font-size: 12px;
  line-height: 20px;
  padding: 1px 4px;
}
[data-tippy-root] .tippy-box[data-theme='badge-warning'] {
  border: 1px solid rgba(56, 57, 57, 0.05);
  background: #f9f4e3;
  color: #483617;
}
[data-tippy-root] .tippy-box[data-theme='badge-warning'] .tippy-content {
  font-size: 12px;
  line-height: 20px;
  padding: 1px 4px;
}
[data-tippy-root] .tippy-box[data-theme='validErrorLabel'] {
  background: var(--main-colors-red-700) !important;
  color: #fff;
  margin-right: -15px;
}
.card {
  padding-top: 30px;
}
.card .cardHead {
  border: 1px solid var(--grey-scale-dvider-color);
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  background: var(--background-colors-background-color-2);
}
.card .cardHead > * {
  color: var(--grey-scale-black);
  font-family: HelveticaNowDisplay;
  font-size: 18px;
  font-weight: 600;
  flex: 1 0 0;
  padding: 12px 16px;
}
.card .cardContent {
  border: 1px solid var(--grey-scale-dvider-color);
  border-radius: 0 0 4px 4px;
  padding: 16px;
}
.card .cardContent .cardFooter {
  display: flex;
  margin: 16px -16px 0;
  justify-content: flex-end;
}
.card .cardContent .cardFooter > * {
  flex: 0 0 auto;
  width: auto;
  padding: 0 16px;
}
.card .cardContent .cardFooter .btn {
  margin: 0;
}
.panel {
  background: var(--surface-color, #fff);
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.cTable {
  overflow: auto;
}
.cTable table {
  width: 100%;
  border-spacing: 0;
}
.cTable table thead tr th {
  text-align: left !important;
  padding: 0;
  height: 32px !important;
  min-height: 32px !important;
  background: var(--background-colors-background-color-1);
  color: var(--grey-scale-black);
  font-size: 13px;
  font-weight: 500;
  padding: 0 12px;
  border: 1px solid var(--grey-scale-dvider-color);
  border-right: none;
}
.cTable table thead tr th:first-child {
  border-left: none;
}
.cTable table tbody tr {
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  background: #fff;
}
.cTable table tbody tr td {
  color: var(--grey-scale-grey-900);
  font-size: 12px;
  padding: 6px 12px;
  border: 1px solid var(--grey-scale-dvider-color);
  border-top: none;
  border-right: none;
}
.cTable table tbody tr td:first-child {
  border-left: none;
}
.cTable table tbody tr td.edit {
  padding: 0;
}
.cTable table tbody tr td.edit .form-group {
  margin: 0;
}
.cTable table tbody tr td.edit .form-group > label {
  display: none;
}
.cTable table tbody tr td.edit .form-group > div > label {
  line-height: 30px;
  font-size: 16px;
  width: 30px;
}
.cTable table tbody tr td.edit .form-group > div .dateInput + label {
  right: 30px;
}
.cTable table tbody tr td.edit .form-group .form-control {
  background: none;
  border: none !important;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 18px;
  height: 30px;
  color: var(--grey-scale-grey-900);
}
.cTable table tbody tr td.edit .form-group .dateInput .openCalendar {
  width: 30px;
}
.cTable table tbody tr td.edit .form-group .dateInput .openCalendar i {
  font-size: 16px;
  line-height: 30px;
}
.cTable table tbody tr td.edit .rowInput > div {
  position: relative;
}
.cTable table tbody tr td.edit .rowInput > div:before {
  position: absolute;
  content: '';
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background: var(--grey-scale-dvider-color);
}
.cTable table tbody tr td.edit .rowInput > div[seperator]:before {
  content: attr(seperator);
  width: auto;
  background: none;
  bottom: unset;
  top: 50%;
  line-height: 0;
  font-size: 14px;
  font-weight: 500;
  transform: translateX(-50%);
}
.cTable table tbody tr td.edit .rowInput > div:first-child:before {
  display: none;
}
.cTable table tbody tr td.warning {
  background: var(--main-colors-yellow-900);
}
.cTable table tbody tr:nth-child(even) {
  background: var(--background-colors-background-color-1) !important;
}
.cTable table tbody tr:hover {
  background: var(--ag-even-row-background-color, #f6f6f4);
}
.notData {
  text-align: center !important;
  width: 100%;
  padding: 16px;
}
.notData .icon {
  font-size: 60px;
  display: inline-block;
}
.notData .icon i {
  display: block;
  color: var(--main-colors-green-500);
}
.notData > p {
  display: block;
  font-size: 24px;
  color: var(--grey-scale-grey-900);
  padding: 12px 0;
}
.notData > span {
  display: block;
}
.notData > span a {
  font-weight: 500;
  color: var(--main-colors-green-500);
}
.apexToolTip {
  background: #fff;
  overflow: hidden;
  border-radius: 4px;
  min-width: 160px;
}
.apexToolTip > .title {
  font-size: 13px;
  font-weight: 500;
  padding: 6px 12px;
  display: block;
  color: var(--grey-scale-black);
  background: var(--background-colors-background-color-1);
  border: none;
  border-bottom: 1px solid var(--grey-scale-dvider-color);
}
.apexToolTip > div {
  color: var(--grey-scale-grey-900);
  font-size: 12px;
  padding: 6px 12px;
  border-top: 1px solid var(--grey-scale-dvider-color);
  border-top: none;
  border-right: none;
}
.apexToolTip > div ul li strong {
  font-weight: 500;
  position: relative;
  padding-left: 20px;
}
.apexToolTip > div ul li strong span {
  position: absolute;
  left: 0;
  top: 50%;
  height: 4px;
  width: 16px;
  margin-top: -2px;
  display: block;
}
.apexToolTip > div ul li strong span.round {
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-top: -5px;
}
.processBar {
  position: relative;
  height: 20px;
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--grey-scale-dvider-color);
  background: var(--background-colors-background-color-1);
}
.processBar span {
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 0;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  text-shadow: 0 0 2px #000;
  z-index: 2;
}
.processBar > div {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: var(--Blue-800);
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.alert {
  background: #f3c119;
  border-radius: 4px;
  font-size: 12px;
  padding: 4px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--grey-scale-grey-900);
}
.alert strong {
  font-weight: 500;
}
.alert a {
  color: var(--grey-scale-grey-900);
  font-weight: 500;
}
.alert.alert-info {
  background: #dbe7f0;
  color: #165da4;
}
.emptyContent {
  text-align: center !important;
  padding: 36px;
  height: 100%;
  display: flex;
  align-items: center;
}
.emptyContent > div {
  flex: 0 0 100%;
  width: 100%;
}
.emptyContent > div > .icon {
  color: var(--main-colors-green-500);
  font-size: 64px;
}
.emptyContent > div > .icon > i {
  width: 100%;
  display: block;
}
.emptyContent > div > strong {
  display: block;
  font-size: 24px;
  color: var(--main-colors-green-500);
  padding: 16px 0 8px;
}
.emptyContent > div > p {
  display: block;
  font-size: 14px;
  color: var(--grey-scale-grey-900);
}
body {
  margin: 0;
  font-family: 'HelveticaNowText';
  font-size: 14px;
  color: var(--grey-scale-grey-800);
  box-sizing: border-box;
  border-left: 6px solid #c8bd96;
  min-height: 100vh;
}
body * {
  font-family: 'HelveticaNowText';
  box-sizing: border-box;
}
#developmentTitle {
  position: fixed;
  left: 50%;
  top: 21px;
  background: var(--Red-800);
  color: #fff;
  z-index: 99;
  font-weight: 500;
  padding: 4px 28px 4px 12px;
  border-radius: 4px;
  font-size: 10px;
  line-height: 16px;
  overflow: hidden;
}
#developmentTitle:before,
#developmentTitle:after {
  position: fixed;
  content: '';
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: var(--Red-800);
  z-index: 10;
}
#developmentTitle:after {
  left: auto;
  right: 0;
}
#developmentTitle i {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  background: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  cursor: pointer;
  width: 24px;
  text-align: center !important;
  line-height: 24px;
}
#developmentTitle span:before,
#developmentTitle span:after {
  position: fixed;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background: var(--Red-800);
  z-index: 10;
}
#developmentTitle span:after {
  top: auto;
  bottom: 0;
}
#header {
  position: fixed;
  z-index: 20;
  background: var(--base-white);
  width: 100%;
  border-bottom: 0.5px solid var(--grey-scale-dvider-color);
  padding: 12px 24px !important;
}
#header .logo {
  font-size: 0;
}
#header .logo a {
  display: inline-block;
}
#header .logo a img {
  height: 36px;
}
#header .right {
  font-size: 0;
}
#header .right > ul {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 0;
}
#header .right > ul > li,
#header .right > div {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#header .right > ul > li > div,
#header .right > div > div {
  display: inline-block;
  vertical-align: top;
}
#header .right > ul > li > div > i,
#header .right > div > div > i {
  font-size: 24px;
  padding: 8px;
  display: block;
  margin: 0;
  color: var(--grey-scale-grey-900);
  cursor: pointer;
}
#header .right > ul > li > span,
#header .right > div > span {
  border-radius: 20px;
  background: var(--main-colors-red-700);
  color: var(--grey-scale-white);
  text-align: center !important;
  font-size: 12px;
  font-weight: 500;
  width: 18px;
  border-radius: 100%;
  display: inline-block;
  margin: 8px 8px 0 -8px;
}
#header .right > div {
  position: relative;
  margin-left: 8px;
  padding-left: 8px;
}
#header .right > div > label {
  font-size: 28px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  padding: 8px;
  cursor: pointer;
  position: relative;
}
#header .right > div > label:after {
  position: absolute;
  content: '';
  left: 8px;
  top: 8px;
  right: 8px;
  bottom: 8px;
  border-radius: 100%;
  overflow: hidden;
  background: var(--main-colors-yellow-700);
  opacity: 0;
  z-index: -1;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#header .right > div > label:hover:after {
  opacity: 1;
}
#header .right > div i {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
#header .right > div:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background: var(--grey-scale-dvider-color);
}
#leftMenu {
  width: 265px;
  border-right: 0.5px solid var(--grey-scale-dvider-color);
  background: var(--Hover-color);
  bottom: 0;
  position: fixed;
  left: 6px;
  top: 68px;
  overflow: auto;
}
#leftMenu > div {
  display: table;
  width: 100%;
  height: 100%;
}
#leftMenu > div .menu > div {
  padding-top: 16px;
}
#leftMenu > div .menu > div > strong {
  position: relative;
  display: block;
  color: var(--grey-scale-grey-900);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 24px;
}
#leftMenu > div .menu > div > strong i {
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 24px;
  line-height: 0;
  color: var(--grey-scale-grey-600);
}
#leftMenu > div .menu > div > ul > li {
  position: relative;
  padding: 1px 4px;
}
#leftMenu > div .menu > div > ul > li a {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 4px;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  color: var(--grey-scale-grey-900);
}
#leftMenu > div .menu > div > ul > li a .icon {
  flex: 0 0 32px;
  font-size: 24px;
  margin: -2px 0;
}
#leftMenu > div .menu > div > ul > li a .icon i {
  display: block;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#leftMenu > div .menu > div > ul > li a .icon i.resboxIcon-folder,
#leftMenu > div .menu > div > ul > li a .icon i.resboxIcon-folder-filled {
  color: var(--Blue-400);
}
#leftMenu > div .menu > div > ul > li a .icon i.resboxIcon-folder-bookmarks,
#leftMenu > div .menu > div > ul > li a .icon i.resboxIcon-folder-bookmarks-filled {
  color: var(--Rich-Yellow);
}
#leftMenu > div .menu > div > ul > li a span {
  flex: 1 0 0;
  padding-right: 8px;
}
#leftMenu > div .menu > div > ul > li a span b {
  font-weight: 400;
  position: relative;
  padding-right: 28px;
}
#leftMenu > div .menu > div > ul > li a span b i {
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 0;
  font-size: 20px;
}
#leftMenu > div .menu > div > ul > li a span b i.resboxIcon-volume-off {
  color: var(--grey-scale-grey-700);
}
#leftMenu > div .menu > div > ul > li a span b i.resboxIcon-volume-full {
  color: var(--grey-scale-grey-900);
}
#leftMenu > div .menu > div > ul > li a > b {
  flex: 0 0 auto;
  padding-left: 8px;
  font-weight: normal !important;
}
#leftMenu > div .menu > div > ul > li a.resFly > span > b i {
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#leftMenu > div .menu > div > ul > li a.resFly > span > b i.resboxIcon-resfly-filled {
  opacity: 0;
  color: var(--Blue-800);
}
#leftMenu > div .menu > div > ul > li a.active {
  background: var(--background-colors-background-color-2);
  color: var(--main-colors-green-500);
  font-weight: 500;
}
#leftMenu > div .menu > div > ul > li a.active .icon i {
  opacity: 0;
  color: var(--main-colors-green-500);
}
#leftMenu > div .menu > div > ul > li a.active .icon i.resboxIcon-folder-bookmarks,
#leftMenu > div .menu > div > ul > li a.active .icon i.resboxIcon-folder-bookmarks-filled {
  color: #877536;
}
#leftMenu > div .menu > div > ul > li a.active .icon i:last-child {
  opacity: 1;
}
#leftMenu > div .menu > div > ul > li a.active > b {
  font-weight: 500 !important;
  color: var(--grey-scale-black);
}
#leftMenu > div .menu > div > ul > li a.active.resFly > span > b i.resboxIcon-resfly {
  opacity: 0;
}
#leftMenu > div .menu > div > ul > li a.active.resFly > span > b i.resboxIcon-resfly-filled {
  opacity: 1;
}
#leftMenu > div .menu > div > ul > li.soundSwitch > div {
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -8px;
}
#leftMenu > div .menu > div > ul > li:hover > a {
  background: var(--background-colors-background-color-1);
  color: var(--main-colors-green-500);
  font-weight: 500;
}
#leftMenu > div .menu > div > ul > li:hover > a .icon i {
  opacity: 0;
  color: var(--main-colors-green-500);
}
#leftMenu > div .menu > div > ul > li:hover > a .icon i.resboxIcon-folder-bookmarks,
#leftMenu > div .menu > div > ul > li:hover > a .icon i.resboxIcon-folder-bookmarks-filled {
  color: #877536;
}
#leftMenu > div .menu > div > ul > li:hover > a .icon i:last-child {
  opacity: 1;
}
#leftMenu > div .menu > div > ul > li:hover > a > span b {
  font-weight: 500;
}
#leftMenu > div .menu > div > ul > li:hover > a > b {
  font-weight: 500 !important;
  color: var(--grey-scale-black);
}
#leftMenu > div .menu > div > ul > li:hover > a.resFly > span > b i.resboxIcon-resfly {
  opacity: 0;
}
#leftMenu > div .menu > div > ul > li:hover > a.resFly > span > b i.resboxIcon-resfly-filled {
  opacity: 1;
}
#leftMenu > div .top {
  display: table-row;
}
#leftMenu > div .top > div {
  display: table-cell;
  height: 66px;
}
#leftMenu > div .top > div > time {
  display: block;
  font-size: 0;
  padding: 16px 24px;
  border-bottom: 1px solid var(--grey-scale-dvider-color);
  background: var(--background-colors-background-color-2);
}
#leftMenu > div .top > div > time strong {
  display: inline-block;
  vertical-align: middle;
  color: var(--grey-scale-black);
  font-family: HelveticaNowDisplay;
  font-size: 25px;
  font-weight: normal !important;
  line-height: 19px;
  padding-top: 5px;
  border-top: 2px solid var(--grey-scale-black);
}
#leftMenu > div .top > div > time > span {
  display: inline-block;
  vertical-align: middle;
  color: var(--grey-scale-black);
  font-size: 12px;
  padding-left: 10px;
}
#leftMenu > div .top > div > time > span span {
  display: block;
}
#leftMenu > div .top > div > time > span b {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-top: -4px;
}
#leftMenu > div .center {
  display: table-row;
}
#leftMenu > div .center > div {
  display: table-cell;
}
#leftMenu > div .bottom {
  display: table-row;
}
#leftMenu > div .bottom > div {
  display: table-cell;
  vertical-align: bottom;
  padding-top: 50px;
  padding-bottom: 16px;
}
#main {
  padding: 134px 0 0 265px;
}
#main > .row {
  margin: 0;
}
#main > .row > div {
  padding: 0;
}
#main.print {
  padding: 0;
}
#login {
  height: 100vh;
}
#login > .row {
  height: 100%;
}
#login #left > div {
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
}
#login #left > div > div {
  text-align: center !important;
}
#login #left > div > div h1 {
  color: var(--grey-scale-black);
  text-align: center;
  font-family: HelveticaNowDisplay;
  font-size: 28px;
  font-weight: 500;
  padding: 64px 0 4px;
}
#login #left > div > div p {
  text-align: center;
  display: block;
}
#login #left > div .tab {
  padding-top: 24px;
}
#login #left > div .tab ul {
  width: 100%;
}
#login #left > div > form {
  padding-top: 12px;
  min-height: 330px;
}
#login #left > div > form > span {
  text-align: center;
  padding: 18px 0 12px;
  display: block;
}
#login #left > div > form > p {
  text-align: right !important;
  padding: 24px 0;
}
#login #left > div > form > p a {
  color: var(--main-colors-green-500);
  font-weight: 500;
}
#login #left > div > form > p a:hover {
  text-decoration: underline !important;
}
#login #left > div > form .writeCode {
  margin: 0 -5px;
}
#login #left > div > form .writeCode > div {
  padding: 0 5px;
}
#login #left > div > form .writeCode > div .form-group > label {
  display: none;
}
#login #left > div > form .writeCode > div .form-group .form-control {
  padding: 9px 0;
  text-align: center !important;
  font-weight: 500;
  font-size: 16px;
}
#login #left > div > form .writeCode > div .form-group .validIcon {
  display: none;
}
#login #right {
  padding: 0;
}
#login #right img {
  height: 100vh;
  min-width: 360px;
  max-width: unset;
  object-fit: cover;
}
#home .page .top {
  padding-bottom: 16px;
}
#home .page .top ul {
  font-size: 0;
}
#home .page .top ul li {
  position: relative;
  display: inline-block;
  padding-right: 4px;
  vertical-align: middle;
}
#home .page .top ul li a {
  position: relative;
  display: block;
  color: var(--grey-scale-grey-900);
  font-size: 14px;
  padding: 8px 8px 8px 36px;
  border-bottom: 1px solid transparent;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#home .page .top ul li a .icon {
  position: absolute;
  left: 8px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
}
#home .page .top ul li a .icon i {
  display: block;
}
#home .page .top ul li a strong {
  font-weight: 500;
}
#home .page .top ul li a.select {
  padding-right: 30px;
}
#home .page .top ul li a.select .icon:last-child {
  font-size: 16px;
  left: auto;
  right: 8px;
}
#home .page .top ul li a.select.active {
  border-bottom-color: transparent !important;
}
#home .page .top ul li a.active {
  color: var(--main-colors-Green-700);
  font-weight: 500;
  border-bottom-color: var(--main-colors-Green-700);
}
#home .page .top ul li a.active > .icon > i {
  opacity: 0;
}
#home .page .top ul li a.active > .icon > i:last-child {
  opacity: 1;
}
#home .page .top ul li a:hover > .icon > i {
  opacity: 0;
}
#home .page .top ul li a:hover > .icon > i:last-child {
  opacity: 1;
}
#home .page .top ul li.agencyFilterDate .dMenu {
  left: unset;
  right: 0;
  min-width: 360px;
}
#home .page .top ul li.agencyFilterDate .dMenu ul li {
  padding: 11px 16px;
}
#home .page .top ul li.agencyFilterDate .dMenu ul li > i {
  left: auto;
}
#home .page .top ul li.agencyFilterDate .dMenu ul li .row {
  margin: 0 -4px;
}
#home .page .top ul li.agencyFilterDate .dMenu ul li .row > div {
  padding: 0 4px;
}
#home .page .top ul li.agencyFilterDate .dMenu ul li .form-group {
  padding-top: 0;
}
#home .page .top ul li.agencyFilterDate .dMenu ul li .form-check-label > i {
  left: 0;
}
#home .page .top ul li.agencyFilterDate .dMenu ul li:hover {
  background: none;
}
#home .page .top ul li.agencyFilterDate .dMenu .foot {
  position: sticky;
  bottom: 0;
  width: 100%;
  padding: 11px 16px;
  background: #fff;
  border-top: 1px solid var(--Grey-500);
}
#home .page .bulkProcess {
  padding-bottom: 15px;
}
#home .page .bulkProcess ul {
  margin: -4px;
}
#home .page .bulkProcess ul > li {
  padding: 4px;
}
#home .page .bulkProcess ul > li .btn2 {
  color: var(--Green-500);
}
#home .page .content .ag-pinned-left-header .ag-header-cell {
  border-right: none;
}
#settings .page {
  max-width: 1400px;
}
#settings .page > .content > .row {
  padding-top: 24px;
  margin: 0 -24px;
}
#settings .page > .content > .row > div {
  padding: 0 24px;
}
#settings .userInfo .file > label {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto 8px;
  border-radius: 100%;
  overflow: hidden;
  background: var(--background-colors-background-color-1);
  border: 1px solid var(--grey-scale-dvider-color);
  cursor: pointer;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#settings .userInfo .file > label img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#settings .userInfo .file > label span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  text-align: center !important;
  font-size: 48px;
  color: var(--grey-scale-grey-900);
  font-weight: 500;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#settings .userInfo .file > label:hover {
  border-color: var(--main-colors-green-500);
  box-shadow: 0 0 0 4px rgba(103, 148, 211, 0.2);
}
#settings .userInfo .file > label:hover span {
  color: var(--main-colors-green-500);
}
#settings .userInfo .file > span {
  display: block;
  text-align: center !important;
  padding-bottom: 8px;
}
#settings .userInfo .file > span small {
  display: block;
}
#settings form {
  padding: 24px 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid var(--grey-scale-dvider-color);
}
#settings form > h5 {
  padding-bottom: 12px;
}
#settings form:first-child {
  padding-top: 0;
}
#settings form:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#settings .notification .snoozeTime {
  padding-top: 18px;
}
#settings .notification .snoozeTime > span {
  position: relative;
  display: block;
  font-weight: 500;
  margin-bottom: 4px;
  padding-left: 28px;
  font-size: 16px;
  color: var(--Black);
}
#settings .notification .snoozeTime > span i {
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 0;
  font-size: 24px;
}
#settings .notification .snoozeTime .row {
  align-items: center;
  margin: 0 -6px;
  max-width: 280px;
  flex-wrap: nowrap;
}
#settings .notification .snoozeTime .row > div {
  padding: 0 6px;
}
#settings .notification .snoozeTime .row .form-group > label {
  display: none;
}
#settings .left {
  padding: 0 24px;
  border-right: 1px solid var(--grey-scale-dvider-color);
}
#setting {
  background: var(--background-subtle, #f8f9fa);
}
#setting .content {
  max-width: 1200px;
  padding: 32px;
}
#setting .content .left {
  min-width: 304px;
}
#setting .content .left ul li a {
  display: block;
  padding: 14px 16px;
  border: none;
  background: transparent;
  color: var(--text-secondary, #666);
  border-radius: 8px;
  cursor: pointer;
  text-align: left;
  font-weight: 500;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#setting .content .left ul li a:hover {
  background: var(--surface-hover, #f8f9fa);
  color: var(--text-primary, #1a1a1a);
}
#setting .content .left ul li a.active {
  background: var(--main-colors-green-500);
  color: white;
}
#setting .content .right .panel {
  padding: 32px;
}
#setting .content .right .profile .avatar {
  gap: 1.5rem;
  padding: 2rem;
  background: var(--surface-subtle, #f8f9fa);
  border-radius: 12px;
  margin-bottom: 2rem;
}
#setting .content .right .profile .avatar .row {
  align-items: center;
}
#setting .content .right .profile .avatar .file label {
  margin: none;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--main-colors-green-800);
  display: block;
  text-align: center !important;
  line-height: 80px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  cursor: pointer;
}
#setting .content .right .profile .avatar .file label img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 5;
  background: var(--main-colors-green-800);
}
#setting .content .right .profile .avatar .file label:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--main-colors-green-500);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
#setting .content .right .profile .avatar .file label:hover:before {
  transform: scale(1.2);
}
#setting .content .right .profile .avatar .file label .loadArea {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  padding: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#setting .content .right .profile .avatar .file label .loadArea i {
  line-height: 80px;
  text-align: center !important;
  color: #fff;
}
#setting .content .right .profile .avatar .file input {
  display: none;
}
#setting .content .right .profile .avatar .info h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary, #1a1a1a);
  margin-bottom: 0.25rem;
}
#setting .content .right .profile .avatar .info label {
  color: var(--primary-color, #007bff);
  font-weight: 500;
  cursor: pointer;
  display: block;
}
#setting .content .right .profile .avatar .info small {
  color: var(--text-tertiary, #999);
  font-size: 0.875rem;
  display: block;
  margin-top: 0.25rem;
}
#setting .content .right .notifications .cTable {
  margin: 16px 0;
}
#setting .content .right .notifications .cTable table tbody tr td:first-child {
  font-weight: 500;
  color: var(--grey-scale-black);
  background: var(--background-colors-background-color-1);
}
#setting .content .right .notifications .cTable table tbody tr td:last-child {
  position: relative;
  padding: 0 0 0 34px;
}
#setting .content .right .notifications .cTable table tbody tr td:last-child .icon {
  position: absolute;
  left: 12px;
  top: 50%;
  font-size: 18px;
  transform: translateY(-50%);
  cursor: pointer;
  color: var(--main-colors-green-500);
}
#setting .content .right .notifications .cTable table tbody tr td:last-child .icon i {
  display: block;
}
#setting .content .right .notifications .cTable table tbody tr td:last-child .icon i.resboxIcon-stop-circle-filled {
  color: var(--main-colors-red-700);
}
#setting .content .right .notifications .cTable table tbody tr td:last-child .form-group {
  padding-top: 0;
}
#setting .content .right .notifications .cTable table tbody tr td:last-child .form-group > label {
  display: none;
}
#setting .content .right .notifications .cTable table tbody tr td:last-child .form-group .form-control {
  border: none;
  background: none;
  padding: 0;
  height: 30px;
  font-size: 12px;
  color: var(--grey-scale-grey-900);
}
.userInfoModal .close {
  display: none !important;
}
.userInfoModal .alert {
  margin-bottom: 20px;
}
.userInfoModal .file > label {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto 8px;
  border-radius: 100%;
  overflow: hidden;
  background: var(--background-colors-background-color-1);
  border: 1px solid var(--grey-scale-dvider-color);
  cursor: pointer;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.userInfoModal .file > label img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.userInfoModal .file > label span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  text-align: center !important;
  font-size: 48px;
  color: var(--grey-scale-grey-900);
  font-weight: 500;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.userInfoModal .file > label:hover {
  border-color: var(--main-colors-green-500);
  box-shadow: 0 0 0 4px rgba(103, 148, 211, 0.2);
}
.userInfoModal .file > label:hover span {
  color: var(--main-colors-green-500);
}
.userInfoModal .file > span {
  display: block;
  text-align: center !important;
  padding-bottom: 8px;
}
.userInfoModal .file > span small {
  display: block;
}
#actions .agGridTable .code {
  position: relative;
  padding-left: 30px;
  min-height: 20px;
}
#actions .agGridTable .code .badge {
  min-width: 24px;
  text-align: center !important;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#actions .add .content {
  width: 860px;
}
#actions .add .content form > .row > div > .row {
  margin: 0 -5px;
}
#actions .add .content form > .row > div > .row > div {
  padding: 0 5px;
}
#actionConfiguration .pageHead .pager > span {
  text-align: right !important;
}
#actionConfiguration .pageHead .pager > span b {
  display: block;
  color: var(--grey-scale-grey-900);
  font-weight: 500;
}
#actionConfiguration .step > ul > li > div {
  padding-left: 32px;
  display: flex;
  align-items: center;
}
#actionConfiguration .step > ul > li > div span {
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  display: block;
  text-align: center !important;
  border-radius: 100%;
  background: #6794d3;
}
#actionConfiguration .step > ul > li > div span:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
#actionConfiguration .step > ul > li > div span.danger {
  background: #c3352a;
}
#actionConfiguration .step > ul > li > div span.warning {
  background: var(--main-colors-yellow-800);
  background: var(--main-colors-green-500);
}
#actionConfiguration .step > ul > li > div span.warning:before {
  background: var(--main-colors-yellow-800);
  transform: scale(0.5);
}
#actionConfiguration .step > ul > li > div > strong {
  flex: 1 0 0;
  padding-right: 8px;
}
#actionConfiguration .step > ul > li > div > div {
  flex: 0 0 auto;
  position: relative;
  padding-left: 10px;
}
#actionConfiguration .step > ul > li > div > div .dot {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
#actionConfiguration .step > ul > li > div > div b {
  font-size: 12px;
  font-weight: 500;
}
#actionConfiguration .step > ul > li > div > div b i {
  font-size: 24px;
  display: block;
  margin: -10px 0;
}
#actionConfiguration .step > ul > li.complated span {
  color: #fff;
  font-size: 16px;
  background: var(--main-colors-green-500);
}
#actionConfiguration .step > ul > li.complated strong {
  font-weight: 500;
}
#actionConfiguration .step > div {
  padding: 0;
}
#actionConfiguration .step > div > div {
  padding: 16px;
}
#actionConfiguration .step > div > section {
  border-top: 1px solid var(--grey-scale-dvider-color);
  padding: 16px;
  background: var(--Hover-color);
  border-radius: 0 0 4px 4px;
}
#actionConfiguration .step .step1 > .row > .left {
  flex: 0 0 80%;
  width: 80%;
}
#actionConfiguration .step .step1 > .row > .left > .row {
  margin: 0;
}
#actionConfiguration .step .step1 > .row > .left > .row > div {
  padding: 0;
}
#actionConfiguration .step .step1 > .row > .left > .row > div .form-group.floatingLabel.listbox .form-control {
  border-left-width: 0;
  border-radius: 0;
}
#actionConfiguration .step .step1 > .row > .left > .row > div .form-group.floatingLabel.listbox .list ul {
  border-left-width: 0px;
  border-radius: 0;
}
#actionConfiguration .step .step1 > .row > .left > .row > div:first-child .form-group.floatingLabel.listbox .form-control {
  border-left-width: 1px;
  border-radius: 4px 0 0 0;
}
#actionConfiguration .step .step1 > .row > .left > .row > div:first-child .form-group.floatingLabel.listbox .list ul {
  border-left-width: 1px;
  border-radius: 0 0 0 4px;
}
#actionConfiguration .step .step1 > .row > .left > .row > div:last-child .form-group.floatingLabel.listbox .form-control {
  border-radius: 0 4px 0 0;
}
#actionConfiguration .step .step1 > .row > .left > .row > div:last-child .form-group.floatingLabel.listbox .list ul {
  border-radius: 0 0 4px 0;
}
#actionConfiguration .step .step4 .sedna .row {
  margin: 0 -2px;
}
#actionConfiguration .step .step4 .sedna .row > div {
  padding: 0 2px;
}
#actionConfiguration .step .step4 .sedna > .row > .left .formControlRez > label {
  flex: 0 0 90px;
  width: 90px;
}
#actionConfiguration .step .step4 .sedna > .row > .left .formControlRez .formControlRez > label {
  flex: 0 0 auto;
  width: auto;
}
#actionConfiguration .step .step4 .sedna > .row > .left .formControlRez.check > label {
  flex: 0 0 auto;
  width: auto;
}
#actionConfiguration .step .step4 .sedna > .row > .left .netGross {
  margin: 0 -3px;
}
#actionConfiguration .step .step4 .sedna > .row > .left .netGross > div {
  padding: 0 3px;
}
#actionConfiguration .step .step4 .sedna > .row > .left .netGross > div .formControlRez > label {
  flex: 0 0 auto;
  width: auto;
}
#actionConfiguration .step .step4 .sedna > .row > .right .top .left ul {
  padding-left: 38px;
  padding-top: 4px;
}
#actionConfiguration .step .step4 .sedna > .row > .right .top .left ul li {
  text-align: center !important;
  font-size: 11px;
  color: #505050;
  font-weight: 500;
  line-height: 22px;
}
#actionConfiguration .step .step4 .sedna > .row > .right .top .left .formControlRez > label {
  flex: 0 0 38px;
  width: 38px;
}
#actionConfiguration .step .step4 .sedna > .row > .right .top .left .formControlRez > div input {
  width: 100%;
}
#actionConfiguration .step .step4 .sedna > .row > .right .top .right .formControlRez > label {
  flex: 0 0 88px;
  width: 88px;
}
#actionConfiguration .step .step4 .sedna > .row > .right .center .formControlRez > label {
  flex: 0 0 80px;
  width: 80px;
}
#actionConfiguration .step .step4 .sedna > .row > .right .bottom .sednaCard > div {
  padding: 0;
}
#actionConfiguration .step .step4 .sedna > .row > .right .bottom .sednaCard > div .sednaTable {
  display: flex;
  margin: -1px;
}
#actionConfiguration #bar {
  background: var(--main-colors-yellow-800);
}
#actionConfiguration #bar > div {
  background: var(--main-colors-green-500);
}
#forecastTest .form-group.floatingLabel.listbox {
  height: auto;
}
#forecastTest .form-group.floatingLabel.listbox .list ul {
  height: 172px;
}
#forecastTest .graphics {
  margin-top: 0;
}
#forecastTest .graphics > label {
  font-weight: 500;
  display: inline-block;
  color: var(--Black);
  margin-bottom: 0;
  padding: 0 12px;
  margin-top: -9px;
  display: block;
  font-size: 12px;
}
#forecastTest .graphics > label > span {
  position: relative;
  top: 10px;
  padding: 0 6px;
  background: #fff;
  display: inline-block;
  z-index: 8;
}
#forecastTest .graphics > div {
  position: relative;
  border-radius: 4px;
  border: 1px solid var(--grey-scale-dvider-color);
}
#forecastTest .period .cTable table tbody tr td .form-group {
  padding: 0;
}
#forecastTest .period .cTable table tbody tr td .rowInput {
  min-width: 240px;
}
#forecastTest .period .cTable table tbody tr td .rowInput .form-group .select .form-control {
  font-weight: 500;
}
#writeOfferA4 {
  position: relative;
  min-width: 29.7cm;
  min-height: 80vh;
  padding: 1cm;
}
#writeOfferA4 .top .row {
  align-items: center;
}
#writeOfferA4 .top .qr {
  padding-right: 0;
}
#writeOfferA4 .top .qr img {
  height: 1.5cm;
}
#writeOfferA4 .top .name strong {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: var(--Black);
}
#writeOfferA4 .top .name span {
  display: block;
  font-size: 14px;
  padding-bottom: 4px;
}
#writeOfferA4 .top .name u {
  text-decoration: none;
}
#writeOfferA4 .top .logo img {
  height: 1.5cm;
}
#writeOfferA4 .periods {
  padding-top: 1cm;
}
#writeOfferA4 .periods table tr th {
  padding: 0 6px;
  font-size: 12px;
}
#writeOfferA4 .periods table tr td {
  padding: 3px 6px;
  font-size: 11px;
}
#writeOfferA4 .periods table tr.stop td {
  color: var(--main-colors-red-700);
  font-weight: 500;
}
#writeOfferA4 .periods > p {
  padding-top: 0.15cm;
  font-style: italic;
  text-align: center !important;
  display: block;
  font-size: 12px;
  text-decoration: underline;
}
#writeOfferA4 .notes {
  padding-top: 0.5cm;
  font-size: 11px;
}
#writeOfferA4 .notes ul {
  padding-top: 0.5cm;
}
#writeOfferA4 .notes ul li {
  position: relative;
  padding-top: 4px;
  padding-left: 10px;
}
#writeOfferA4 .notes ul li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background: var(--Black);
}
#writeOfferA4 .buttons {
  position: absolute;
  right: 0;
  bottom: 1cm;
  padding: 0 1cm;
  width: auto;
  width: 100%;
}
#writeOfferA4 .buttons .row .row {
  margin: 0 -4px;
}
#writeOfferA4 .buttons .row .row > div {
  padding: 0 4px;
}
.printModal .title {
  display: none;
}
.printModal .content .body {
  padding: 0;
}
#extranet.history .groupField {
  margin-bottom: 16px;
}
#extranet.history .groupField > div {
  background: #f9f4e3;
}
#extranet.history .groupField > div .form-group {
  position: relative;
  z-index: 5;
}
#extranet.history .groupField > div .btn {
  margin-top: 14px;
}
.summaryCard {
  padding: 8px 0;
}
.summaryCard > div {
  border-radius: 4px;
  padding: 16px;
  border: 1px solid #e8e8e8;
}
.summaryCard > div > strong {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  color: var(--Black);
}
#forecastActions .filter {
  padding-bottom: 0;
}
#forecastActions .filter > label {
  font-weight: 500;
  display: inline-block;
  color: var(--Black);
  margin-bottom: 0;
  padding: 0 12px;
  margin-top: -9px;
  display: block;
  font-size: 12px;
}
#forecastActions .filter > label > span {
  position: relative;
  top: 10px;
  padding: 0 6px;
  background: #fff;
  display: inline-block;
  z-index: 8;
}
#forecastActions .filter > div {
  position: relative;
  border-radius: 4px;
  border: 1px solid var(--grey-scale-dvider-color);
  padding: 4px 12px 12px;
}
#forecastActions .filter > div .btn {
  margin-top: 8px;
}
#forecastActions .graphics {
  margin-top: 0;
}
#forecastActions .graphics > label {
  font-weight: 500;
  display: inline-block;
  color: var(--Black);
  margin-bottom: 0;
  padding: 0 12px;
  margin-top: -9px;
  display: block;
  font-size: 12px;
}
#forecastActions .graphics > label > span {
  position: relative;
  top: 10px;
  padding: 0 6px;
  background: #fff;
  display: inline-block;
  z-index: 8;
}
#forecastActions .graphics > div {
  position: relative;
  border-radius: 4px;
  border: 1px solid var(--grey-scale-dvider-color);
  padding-bottom: 8px;
}
#forecastActions .graphics > div > ul {
  padding: 16px 16px 0;
}
#forecastActions .graphics > div .alerts {
  text-align: center !important;
  font-size: 0;
}
#forecastActions .graphics > div .alerts p {
  display: inline-block;
  font-size: 12px;
  color: var(--Black);
  font-weight: 500;
  padding: 3px 12px 3px 22px;
  position: relative;
}
#forecastActions .graphics > div .alerts p strong {
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background: red;
  border-radius: 100%;
}
#forecastActions .graphics > div .alerts p strong.real {
  border: 3px solid rgba(0, 143, 251, 0.5);
  background: rgba(181, 216, 255, 0.5);
}
#forecastActions .graphics > div .alerts p strong.line {
  height: 4px;
  border-radius: 0;
  top: 10px;
}
#forecastActions .graphics > div .alerts p strong.base {
  border-radius: 3px;
  background: #55ce63;
  display: flex;
  overflow: hidden;
}
#forecastActions .graphics > div .alerts p strong.base span {
  flex: 1 0 0;
  height: 100%;
}
#forecastActions .emptyContent.process .processBar {
  margin: 0 auto;
}
#forecastActions .period .cTable table tbody tr td .form-group {
  padding: 0;
}
#forecastActions .period .cTable table tbody tr td .rowInput {
  min-width: 240px;
}
#forecastActions .period .cTable table tbody tr td .rowInput .form-group .select .form-control {
  font-weight: 500;
}
#forecastActions .period .cTable table tbody tr td.readOnlyArray {
  position: relative;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#forecastActions .period .cTable table tbody tr td.readOnlyArray input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#forecastActions .period .cTable table tbody tr.stopSale * {
  font-weight: 500;
  color: var(--Red-800);
}
#forecastActions .detail .summaryCard > div {
  padding: 8px 16px;
}
#forecastActions .detail .summaryCard > div > ul {
  padding-top: 4px;
}
#forecastActions .detail .summaryCard > div > ul > li {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #cecece;
  font-size: 12px;
  padding: 2px 0;
}
#forecastActions .detail .summaryCard > div > ul > li > * {
  flex: 1 0 0;
}
#forecastActions .detail .summaryCard > div > ul > li > span {
  color: var(--grey-scale-grey-900);
}
#forecastActions .detail .summaryCard > div > ul > li strong {
  text-align: right !important;
  color: var(--Black);
  font-weight: 500;
}
#forecastActions .detail .summaryCard > div > ul > li strong.changed > span {
  position: relative;
  display: inline-block;
  color: var(--main-colors-red-700);
  padding-left: 15px;
}
#forecastActions .detail .summaryCard > div > ul > li strong.changed > span i {
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 0;
  font-size: 10px;
  transform: scaleY(0.75);
}
#forecastActions .detail .summaryCard > div > ul > li strong.changed.up > span {
  color: var(--main-colors-green-500);
}
#forecastActions .detail .summaryCard > div > ul > li:last-child {
  border-bottom: none;
}
#forecastActions .detail .top {
  margin: -8px;
}
#forecastActions .detail .top > div {
  padding: 0 8px;
  flex: 0 0 20%;
  width: 20%;
}
#forecastActions .detail .top > div.graphic {
  flex: 0 0 80%;
  width: 80%;
  padding: 0 8px 8px;
}
#forecastActions .detail .top > div.graphic .graphics > div {
  padding-bottom: 8px;
}
#forecastActions .detail .top > div.graphic .graphics .apexToolTip .cTable table tbody tr td:first-child {
  position: relative;
  font-weight: 500;
  padding-left: 32px;
}
#forecastActions .detail .top > div.graphic .graphics .apexToolTip .cTable table tbody tr td:first-child i {
  position: absolute;
  left: 7px;
  top: 50%;
  line-height: 0;
  font-size: 18px;
  color: var(--main-colors-green-500);
  text-align: center !important;
}
#forecastActions .detail .top > div.graphic .graphics .apexToolTip .cTable table tbody tr td:first-child i.resboxIcon-arrow-down-circle-filled {
  color: var(--main-colors-red-700);
}
#forecastActions .detail .top > div.graphic .graphics .apexToolTip .cTable table tbody tr td:first-child i.resboxIcon-circle-minus-filled {
  color: #f4bd31;
}
#forecastActions .detail .detailReport > .row {
  margin: 0 -6px;
}
#forecastActions .detail .detailReport > .row > div {
  padding: 0 6px;
}
#forecastActions .detail .detailReport > .row > div .card {
  padding-top: 12px;
}
#forecastActions .detail .detailReport .cTable table tbody tr td.icon {
  position: relative;
  padding-left: 32px;
}
#forecastActions .detail .detailReport .cTable table tbody tr td.icon i {
  position: absolute;
  left: 7px;
  top: 50%;
  line-height: 0;
  font-size: 18px;
  color: var(--main-colors-green-500);
  text-align: center !important;
}
#forecastActions .detail .detailReport .cTable table tbody tr td.icon i.resboxIcon-arrow-down-circle-filled {
  color: var(--main-colors-red-700);
}
#forecastActions .detail .detailReport .cTable table tbody tr td.icon i.resboxIcon-circle-minus-filled {
  color: #f4bd31;
}
#forecastActions .detail .detailReport .cTable table tbody tr td:last-child strong {
  font-weight: 500;
}
#forecastActions .detail .detailReport.sub .tab {
  margin-bottom: 16px;
}
#forecastActions .send form > .row {
  margin: 0 -6px;
}
#forecastActions .send form > .row > div {
  padding: 0 6px;
}
#forecastActions.agency .filter > div > .row {
  margin: 0 -4px;
}
#forecastActions.agency .filter > div > .row > div {
  padding: 0 6px;
}
#forecastActions.agency .period .card {
  padding-top: 0;
}
#writeExtranetA4 {
  position: relative;
  min-width: 29.7cm;
  min-height: 80vh;
  padding: 1cm 1cm 194px;
}
#writeExtranetA4 .head {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#writeExtranetA4 .head .tab {
  border-bottom: 1px solid var(--Grey-500);
}
#writeExtranetA4 .head .tab ul {
  margin-bottom: -1px;
}
#writeExtranetA4 .head .tab ul li {
  line-height: 20px;
  padding: 14px;
}
#writeExtranetA4 .close {
  position: absolute;
  right: 4px;
  top: 4px;
  font-size: 24px;
  padding: 8px;
  color: var(--grey-scale-grey-800);
}
#writeExtranetA4:before {
  position: absolute;
  content: '';
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.1;
  height: 100%;
  background: url('../img/logomark.png') no-repeat bottom -2cm right -2cm;
}
#writeExtranetA4 .cTable {
  overflow: unset;
}
#writeExtranetA4 .cTable table {
  font-weight: 500;
  border-top: 1px solid var(--grey-scale-dvider-color);
}
#writeExtranetA4 .cTable table thead tr th {
  font-weight: 600;
  border-top: none;
  padding: 4px 6px;
  font-size: 11px;
  min-height: unset !important;
  height: unset !important;
  background: var(--background-colors-background-color-3);
}
#writeExtranetA4 .cTable table thead tr th:first-child {
  border-left: 1px solid var(--grey-scale-dvider-color);
}
#writeExtranetA4 .cTable table thead tr th:last-child {
  border-right: 1px solid var(--grey-scale-dvider-color);
}
#writeExtranetA4 .cTable table tbody tr th {
  padding: 0;
  background: var(--background-colors-background-color-1);
  color: var(--grey-scale-black);
  font-size: 11px;
  font-weight: 500;
  padding: 4px 6px;
  background: var(--background-colors-background-color-3);
  border: 1px solid var(--grey-scale-dvider-color);
  border-top: none;
  border-right: none;
  white-space: nowrap;
  text-align: left !important;
}
#writeExtranetA4 .cTable table tbody tr td {
  font-size: 11px;
  padding: 4px 6px;
}
#writeExtranetA4 .cTable table tbody tr td:first-child {
  border-left: 1px solid var(--grey-scale-dvider-color);
}
#writeExtranetA4 .cTable table tbody tr td:last-child {
  border-right: 1px solid var(--grey-scale-dvider-color);
}
#writeExtranetA4 .top {
  margin-top: 48px;
}
#writeExtranetA4 .top .row {
  align-items: center;
}
#writeExtranetA4 .top .qr {
  padding-right: 0;
  width: 145px;
}
#writeExtranetA4 .top .qr img {
  height: 2cm;
}
#writeExtranetA4 .top .name {
  width: 145px;
}
#writeExtranetA4 .top .name strong {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: var(--Black);
}
#writeExtranetA4 .top .name span {
  display: block;
  font-size: 14px;
  padding-bottom: 4px;
}
#writeExtranetA4 .top .name u {
  text-decoration: none;
}
#writeExtranetA4 .top .tcenter strong {
  font-size: 16px;
  font-weight: 500;
  color: var(--Black);
}
#writeExtranetA4 .top .tcenter span {
  display: block;
  font-size: 14px;
  padding: 0px 0 10px;
}
#writeExtranetA4 .top .tcenter u {
  text-decoration: none;
  font-size: 14px;
  padding: 2px 9px;
}
#writeExtranetA4 .top .logo {
  width: 290px;
  text-align: right !important;
}
#writeExtranetA4 .top .logo img {
  height: 1cm;
}
#writeExtranetA4 .center {
  padding-top: 1cm;
}
#writeExtranetA4 .center table tr th {
  padding: 0 6px;
  font-size: 12px;
}
#writeExtranetA4 .center table tr td {
  padding: 6px 6px;
  font-size: 11px;
  font-weight: 500;
}
#writeExtranetA4 .center table tr.stop td {
  color: var(--main-colors-red-700);
  font-weight: 500;
}
#writeExtranetA4 .center .guests > p {
  padding-top: 0.15cm;
  font-style: italic;
  text-align: center !important;
  display: block;
  font-size: 12px;
  text-decoration: underline;
}
#writeExtranetA4 .notes {
  padding-top: 0.5cm;
  font-size: 11px;
}
#writeExtranetA4 .notes ul {
  padding-top: 0.5cm;
}
#writeExtranetA4 .notes ul li {
  position: relative;
  padding-top: 4px;
  padding-left: 10px;
  font-weight: 500;
}
#writeExtranetA4 .notes ul li strong {
  font-weight: 600;
}
#writeExtranetA4 .notes ul li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background: var(--Black);
}
#writeExtranetA4 .buttons {
  position: absolute;
  right: 0;
  bottom: 1cm;
  padding: 0 1cm;
  width: auto;
  width: 100%;
}
#writeExtranetA4 .buttons .row {
  align-items: end;
}
#writeExtranetA4 .buttons .row .row {
  margin: 0 -4px;
}
#writeExtranetA4 .buttons .row .row > div {
  padding: 0 4px;
}
#writeExtranetA4 .buttons .row .right {
  position: relative;
}
#writeExtranetA4 .buttons .row .right .form-group > label {
  display: none;
}
#writeExtranetA4 .buttons .row .right .form-group textarea {
  width: 424px;
  padding-bottom: 60px;
}
#writeExtranetA4 .buttons .row .right .form-group textarea::placeholder {
  color: var(--grey-scale-black);
}
#writeExtranetA4 .buttons .row .right .row {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0;
  padding: 0 calc(var(--bs-gutter-x) * 0.5);
  flex-wrap: nowrap;
  justify-content: flex-end;
}
#writeExtranetA4 .logs {
  margin-top: 48px;
}
#writeExtranetA4.print {
  padding: 1cm;
  min-height: 21cm;
}
#writeExtranetA4.print .buttons {
  display: none;
}
#contactForm .content > .title {
  display: none;
}
#contactForm .content > .body {
  padding: 0;
}
#contactForm .content > .body > .row {
  margin: 0;
}
#contactForm .content > .body > .row > div {
  padding: 0;
}
#contactForm .content > .body > .row > div.left {
  text-align: center !important;
  position: relative;
}
#contactForm .content > .body > .row > div.left > div {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  text-align: center !important;
}
#contactForm .content > .body > .row > div.left > div h1 {
  color: #4e4846;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
  display: block;
}
#contactForm .content > .body > .row > div.left > div h1 span {
  color: #191716;
  font-weight: 600;
}
#contactForm .content > .body > .row > div.left > div img {
  display: block;
  padding: 8px 0 16px;
  margin: 0 auto;
  height: 250px;
}
#contactForm .content > .body > .row > div.left > div > p {
  display: block;
  font-size: 10px;
}
#contactForm .content > .body > .row > div.left > div > p b {
  display: block;
  font-weight: 500;
  font-size: 12px;
}
#contactForm .content > .body > .row > div.left > div > p a {
  font-weight: 500;
  color: var(--Green-700);
}
#contactForm .content > .body > .row > div.right {
  background: #013133;
  padding: 24px 24px 0;
}
#contactForm .content > .body > .row > div.right > div {
  text-align: center !important;
}
#contactForm .content > .body > .row > div.right > div img {
  height: 40px;
}
#contactForm .content > .body > .row > div.right > div p {
  font-weight: 500;
  color: #fff;
  padding: 6px 0 18px;
}
#contactForm .content > .body > .row > div.right > div > a {
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  padding: 8px;
  opacity: 0.7;
}
#contactForm .content > .body > .row > div.right > div > a i {
  display: block;
}
#contactForm .content > .body > .row > div.right form {
  background: #fff;
  padding: 16px 24px;
  border-radius: 10px 10px 0 0;
  text-align: right !important;
}
#contactForm .content > .body > .row > div.right form .form-group {
  text-align: left !important;
}
#contactForm .content > .body > .row > div.right form .form-group:first-child {
  padding-top: 0;
}
#contactForm .content > .body > .row > div.right form .btn {
  margin-top: 12px;
}
@media (max-width: 768px) {
  #login #right {
    display: none;
  }
}
.introJsOpen {
  overflow: hidden;
}
.introJsOpen .form-group.floatingLabel > label {
  position: relative;
  z-index: 999999999999;
}
@media print {
  body,
  html {
    border-left: none;
  }
  #writeOfferA4 {
    background: transparent;
    height: 21cm;
  }
  #writeOfferA4 .buttons {
    display: none;
  }
  #writeExtranetA4 {
    background: transparent;
    min-height: 100vh !important;
    min-width: 100vw !important;
    padding: 1cm;
    margin: 0 !important;
    overflow: hidden;
    page-break-after: avoid;
  }
  #writeExtranetA4 .head {
    display: none;
  }
  #writeExtranetA4 .top {
    margin-top: 0;
  }
  #writeExtranetA4 .cTable table thead {
    position: relative !important;
  }
  #writeExtranetA4 .cTable table tbody tr td {
    padding: 1mm 1.5mm;
  }
  #writeExtranetA4 .close {
    display: none;
  }
  #writeExtranetA4 .buttons {
    display: none;
  }
  @page {
    size: landscape;
  }
}
.printPage #writeExtranetA4 {
  background: transparent;
  min-height: 100vh !important;
  min-width: 100vw !important;
  padding: 1cm;
  margin: 0 !important;
  overflow: hidden;
  page-break-after: avoid;
}
.printPage #writeExtranetA4 .head {
  display: none;
}
.printPage #writeExtranetA4 .top {
  margin-top: 0;
}
.printPage #writeExtranetA4 .cTable table thead {
  position: relative !important;
}
.printPage #writeExtranetA4 .cTable table tbody tr td {
  padding: 1mm 1.5mm;
}
.printPage #writeExtranetA4 .close {
  display: none;
}
.printPage #writeExtranetA4 .buttons {
  display: none;
}
