@charset "UTF-8";
[class*=custom_modal__] * {
  padding: 0px;
  margin: 0px;
  font-family: "Avenir LT Std", sans-serif;
  box-sizing: border-box;
  line-height: 100%;
  transition: all ease 0.5s;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  word-break: break-word;
  font-size: 16px;
}

[class*=custom_modal__] i[class*=fa] {
  font-family: "Font Awesome 5 Pro";
}

.unset__all {
  all: unset;
}

.py--5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.cursor-not {
  opacity: 0.5;
  cursor: not-allowed;
}

#html-body .btn_tag {
  padding: 10px;
  font-size: 0.875rem;
  border-radius: 100vw;
  text-transform: capitalize;
  line-height: 100%;
  font-weight: 700;
  border: 1px solid;
  background-color: #ffffff;
  border-color: #323232;
  color: #323232;
  cursor: pointer;
  transition: none;
}
#html-body .btn_tag > span {
  all: unset;
}
#html-body .btn_tag:is(a:visited, .alink:visited) {
  color: unset;
}
#html-body .btn_tag__initial {
  color: initial;
  background-color: initial;
  border-color: initial;
}
#html-body .btn_tag__initial:is(:active, :focus, :hover, :visited) {
  color: initial;
  background-color: initial;
  border-color: initial;
}
#html-body .btn_tag.none_link:not(.btn_tag__primary, .hover-none):is(:active, :focus, :hover, :visited) {
  color: initial;
  background-color: initial;
  border-color: initial;
}
#html-body .btn_tag:not(.btn_tag__secondary, [type=reset], [type=submit], .unset_btn):is(:active, :focus) {
  background: #067DF4;
}
#html-body .btn_tag.btn_icon::after {
  content: "";
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto;
  mask-size: auto;
  -webkit-mask-position: center;
  mask-position: center;
  background-size: 0px;
  display: inline-block;
  background-color: #000000;
  position: relative;
}
#html-body .btn_tag.btn_icon.filter-icon::after {
  -webkit-mask-image: url(../images/filter-variant.svg);
  mask-image: url(../images/filter-variant.svg);
  background-image: url(../images/filter-variant.svg);
  padding: 5px 15.5px;
}
#html-body .btn_tag.btn_icon.share-icon::after {
  -webkit-mask-image: url(../images/share-variant-icon.svg);
  mask-image: url(../images/share-variant-icon.svg);
  background-image: url(../images/share-variant-icon.svg);
  padding: 9px 15.5px;
  margin-bottom: -3px;
  right: -1px;
}
#html-body .btn_tag.btn_icon.detail-icon::after {
  -webkit-mask-image: url(../images/detail-new-icon.svg);
  mask-image: url(../images/detail-new-icon.svg);
  background-image: url(../images/detail-new-icon.svg);
  padding: 9px 12.5px;
  margin-bottom: -3px;
  right: -4px;
}
#html-body .btn_tag.btn_icon.fav-icon::after {
  -webkit-mask-image: url(../images/fav-new-icon.svg);
  mask-image: url(../images/fav-new-icon.svg);
  background-image: url(../images/fav-new-icon.svg);
  padding: 8px 10.5px;
  margin-bottom: -2px;
  right: -3px;
}
#html-body .btn_tag.btn_icon.fav-icon.active::after {
  -webkit-mask-image: url(../images/fav-icon-active.svg);
  mask-image: url(../images/fav-icon-active.svg);
  background-image: url(../images/fav-icon-active.svg);
}
#html-body .btn_tag__primary {
  background-color: #067DF4;
  background: #067DF4;
  border-color: #067DF4;
  color: #ffffff;
  border: 1px solid #067DF4;
}
#html-body .btn_tag__primary:hover {
  color: #067DF4;
  background-color: #ffffff;
}
#html-body .btn_tag__primary.hover-none:active, #html-body .btn_tag__primary.hover-none:hover {
  background-color: #067DF4;
  background: #067DF4;
  border: 1px solid transparent;
  color: #ffffff;
}
#html-body .btn_tag__primary.hover-none.btn_icon::after {
  content: "";
  background-color: #ffffff;
}
#html-body .btn_tag__primary.hover-none.btn_icon:hover::after {
  content: "";
  background-color: #ffffff;
}
#html-body .btn_tag__primary.btn_icon::after {
  content: "";
  background-color: #ffffff;
}
#html-body .btn_tag__primary.btn_icon:hover::after {
  content: "";
  background-color: #067DF4;
}
#html-body .btn_tag__secondary {
  background-color: #DCDCDC;
  border-color: #DCDCDC;
  color: #000000;
}
#html-body .btn_tag__secondary.hover-none:active, #html-body .btn_tag__secondary.hover-none:hover {
  background-color: #DCDCDC;
  background: #DCDCDC;
  border: 1px solid transparent;
  color: #000000;
}
#html-body .btn_tag__secondary_03 {
  background-color: #D9D9D9;
  border-color: #D9D9D9;
  color: #000000;
}
#html-body .btn_tag__secondary_03.hover-none:active, #html-body .btn_tag__secondary_03.hover-none:hover {
  background-color: #D9D9D9;
  background: #D9D9D9;
  border: 1px solid transparent;
  color: #000000;
}
#html-body .btn_tag__success {
  background-color: #299118;
  border-color: #299118;
  color: #ffffff;
}
#html-body .btn_tag__success.hover-none:active, #html-body .btn_tag__success.hover-none:hover {
  background-color: #299118;
  background: #299118;
  border: 1px solid transparent;
  color: #ffffff;
}
#html-body .btn_tag__warning {
  background-color: #FFC01D;
  border-color: #FFC01D;
  color: #ffffff;
}
#html-body .btn_tag__warning.hover-none:active, #html-body .btn_tag__warning.hover-none:hover {
  background-color: #FFC01D;
  background: #FFC01D;
  border: 1px solid transparent;
  color: #ffffff;
}
#html-body .btn_tag__custom-info {
  background-color: #9CD7D3;
  border-color: #9CD7D3;
  color: #323232;
}
#html-body .btn_tag__custom-info.hover-none:active, #html-body .btn_tag__custom-info.hover-none:hover {
  background-color: #9CD7D3;
  background: #9CD7D3;
  border: 1px solid transparent;
  color: #ffffff;
}
#html-body .btn_tag__md {
  font-size: 1rem;
  font-weight: 700;
  padding: 5px 10px 5px 10px;
  border-radius: 20px;
  height: 30px;
}
#html-body .btn_tag__xs {
  font-size: 0.875rem;
  line-height: 116%;
  font-weight: 700;
  height: 23px;
  padding: 3px;
  border-radius: 15px;
}
#html-body .btn_tag__sm {
  font-size: 0.875rem;
  line-height: 116%;
  font-weight: 700;
  padding: 3px 10px 3px 10px;
  border-radius: 15px;
}
#html-body .btn_tag__h18px {
  font-size: 0.75rem;
  line-height: 100%;
  font-weight: 700;
  padding: 1px 5px 1px 5px;
  border-radius: 20px;
}

.txt {
  font-weight: 400;
  color: #000000;
}
.txt__xs {
  font-size: 0.75rem;
}
.txt__sm {
  font-size: 0.875rem;
}
.txt__md {
  font-size: 1rem;
}
.txt__lg {
  font-size: 1.25rem;
}
.txt__xlg {
  font-size: 1.375rem;
}
.txt__xxlg {
  font-size: 1.5rem;
}
.txt__fwt700 {
  font-weight: 700 !important;
}
.txt__fwt400 {
  font-weight: 400;
}
.txt__primary {
  color: #067DF4;
}
.txt__black-000 {
  color: #000000;
}

.custom_modal {
  font-size: 16px;
}
.custom_modal__carousel_details ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom_modal__carousel_details ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom_modal__carousel_details .modal-inner-wrap {
  max-width: 888px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
.custom_modal__carousel_details .modal-inner-wrap header.modal-header {
  padding: 15px 30px 0px 30px !important;
}
.custom_modal__carousel_details .modal-inner-wrap header.modal-header h1.modal-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  border: 0;
  padding: 0;
  text-align: left;
}
.custom_modal__carousel_details .modal-inner-wrap header.modal-header .action-close {
  background-color: transparent !important;
}
.custom_modal__carousel_details .modal-inner-wrap header.modal-header .action-close::before {
  background-color: inherit !important;
  color: #000 !important;
}
.custom_modal__carousel_details .modal-inner-wrap .modal-content {
  padding-top: 10px !important;
  padding: 10px 30px 10px 30px;
}
.custom_modal__carousel_details .modal-inner-wrap .modal-content .carousel-detail-section {
  padding: 10px 0px;
}
.custom_modal__carousel_details .modal-inner-wrap .modal-content .carousel-detail-section > ul li {
  margin-bottom: 10px;
}
.custom_modal__carousel_details .modal-inner-wrap .modal-content .carousel-detail-section .scroll-container {
  overflow: scroll;
  overflow-y: visible;
  display: flex;
  gap: 10px;
  padding: 10px 0 !important;
}
.custom_modal__carousel_details .modal-inner-wrap .modal-content .carousel-detail-section .scroll-container::-webkit-scrollbar {
  height: 35px;
  position: relative;
}
.custom_modal__carousel_details .modal-inner-wrap .modal-content .carousel-detail-section .scroll-container::-webkit-scrollbar-thumb {
  background: transparent;
}
.custom_modal__carousel_details .modal-inner-wrap .modal-content .carousel-detail-section .scroll-container::-webkit-scrollbar-track {
  background: transparent;
}
.custom_modal__carousel_details .modal-inner-wrap .modal-content .carousel-detail-section .scroll-container .scroll-card {
  min-height: 235px;
  display: flex !important;
  gap: 10px;
  padding: 10px;
  border-radius: 10px;
  background-color: #F5F5F5;
}
.custom_modal__carousel_details .modal-inner-wrap .modal-content .carousel-detail-section .scroll-container .scroll-card.active {
  background-color: #DCDCDC;
}
.custom_modal__carousel_details .modal-inner-wrap .modal-content .carousel-detail-section .scroll-container .scroll-card .owl-carousel-container {
  max-width: 300px;
  position: relative;
}
.custom_modal__carousel_details .modal-inner-wrap .modal-content .carousel-detail-section .scroll-container .scroll-card .owl-carousel-container .owl-nav button[class*=owl-] {
  position: absolute;
  top: calc(50% + 5px);
}
.custom_modal__carousel_details .modal-inner-wrap .modal-content .carousel-detail-section .scroll-container .scroll-card .owl-carousel-container .owl-nav button[class*=owl-] span {
  display: none;
}
.custom_modal__carousel_details .modal-inner-wrap .modal-content .carousel-detail-section .scroll-container .scroll-card .owl-carousel-container .owl-nav button {
  transform: translate(10%, -50%) scale(1);
  padding: 0;
  background-color: transparent;
}
.custom_modal__carousel_details .modal-inner-wrap .modal-content .carousel-detail-section .scroll-container .scroll-card .owl-carousel-container .owl-nav button::before {
  content: "";
  background: url(../images/owl-arrow.svg) no-repeat;
  position: relative;
  rotate: 270deg;
  background-position: 50%;
  width: 20px;
  height: 20px;
}
.custom_modal__carousel_details .modal-inner-wrap .modal-content .carousel-detail-section .scroll-container .scroll-card .sub-details {
  display: flex;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  gap: 5px;
}
.custom_modal__carousel_details .modal-inner-wrap .modal-content .carousel-detail-section .scroll-container .scroll-card .sub-details li {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.custom_modal__carousel_details .modal-inner-wrap .modal-content .carousel-detail-section .scroll-container .scroll-card .sub-details li span:nth-child(1) {
  font-weight: 700;
}
.custom_modal__carousel_details .modal-inner-wrap .modal-content .carousel-detail-section .scroll-container .scroll-card .sub-details li:last-of-type {
  margin-top: auto;
}
.custom_modal__carousel_details .modal-inner-wrap .modal-content .block-list {
  background-color: #F5F5F5;
  padding: 10px;
  margin: 10px 0;
}
.custom_modal__carousel_details .modal-inner-wrap .modal-content .block-list h5 {
  margin: 0;
  font-size: 16px;
}
.custom_modal__carousel_details .modal-inner-wrap .modal-content .block-list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  justify-content: space-between;
}
.custom_modal__carousel_details .modal-inner-wrap .modal-content .block-list ul li {
  flex: 0 1 33.3333333333%;
  margin-top: 10px;
  display: flex;
  gap: 20px;
  max-width: 250px;
}
@media (max-width: 991.68px) {
  .custom_modal__carousel_details .modal-inner-wrap .modal-content .block-list ul li {
    flex: 0 1 50%;
  }
}
@media (max-width: 568.68px) {
  .custom_modal__carousel_details .modal-inner-wrap .modal-content .block-list ul li {
    flex: 0 1 100%;
  }
}
.custom_modal__carousel_details .modal-inner-wrap .modal-content .block-list ul li span {
  display: block;
  font-size: 14px;
  line-height: 120%;
}
.custom_modal__carousel_details .modal-inner-wrap .modal-content .block-list ul li span:nth-of-type(1) {
  font-weight: 700;
  max-width: 120px;
  width: 100%;
}
@media (max-width: 568.68px) {
  .custom_modal__carousel_details .modal-inner-wrap .modal-content .block-list ul li span:nth-of-type(1) {
    max-width: 50%;
  }
}
.custom_modal__carousel_details .modal-inner-wrap .modal-content .block-list ul li span:nth-of-type(2) {
  font-weight: 100;
  max-width: 110px;
}
@media (max-width: 568.68px) {
  .custom_modal__carousel_details .modal-inner-wrap .modal-content .block-list ul li span:nth-of-type(2) {
    max-width: 50%;
  }
}
.custom_modal__carousel_details .modal-inner-wrap .modal-content .inline-list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 10px;
}
@media (max-width: 991.68px) {
  .custom_modal__carousel_details .modal-inner-wrap .modal-content .inline-list ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 991.68px) {
  .custom_modal__carousel_details .modal-inner-wrap .modal-content .inline-list ul li {
    max-width: 100%;
  }
}
.custom_modal__carousel_details .modal-inner-wrap footer {
  border: 0 !important;
  padding: 10px 30px 40px 30px;
}
.custom_modal__sync_carousel .modal-inner-wrap {
  max-width: 1178px;
  border-radius: 10px;
  width: 100% !important;
  margin-top: 15px;
  max-height: 100% !important;
  overflow: hidden;
}
.custom_modal__sync_carousel .modal-inner-wrap header.modal-header {
  padding: 10px !important;
}
.custom_modal__sync_carousel .modal-inner-wrap header.modal-header h1.modal-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  border: 0;
  padding: 17px 0 10px 20px;
  text-align: left;
  display: inline-block;
}
.custom_modal__sync_carousel .modal-inner-wrap header.modal-header .action-close {
  background-color: transparent !important;
}
.custom_modal__sync_carousel .modal-inner-wrap header.modal-header .action-close::before {
  background-color: inherit !important;
  color: #000 !important;
}
.custom_modal__sync_carousel .modal-inner-wrap .modal-content {
  padding: 10px;
  padding-top: 10px !important;
  overflow: hidden;
}
.custom_modal__sync_carousel .modal-inner-wrap .modal-content .file--content {
  background-color: #DCDCDC;
  padding: 20px;
  border-radius: 10px;
  display: flex;
}
.custom_modal__sync_carousel .modal-inner-wrap .modal-content .file--content #sync1 {
  width: 80%;
  padding: 5px 20px;
}
.custom_modal__sync_carousel .modal-inner-wrap .modal-content .file--content #sync1 .item {
  width: 100%;
  text-align: center;
  max-height: 500px;
  overflow-y: scroll;
}
.custom_modal__sync_carousel .modal-inner-wrap .modal-content .file--content #sync1 .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.custom_modal__sync_carousel .modal-inner-wrap .modal-content .file--content #sync2 {
  width: 20%;
  padding: 0px 5px;
}
.custom_modal__sync_carousel .modal-inner-wrap .modal-content .file--content #sync2 .owl-stage {
  display: flex;
  flex-direction: column;
  row-gap: 13px;
}
.custom_modal__sync_carousel .modal-inner-wrap .modal-content .file--content #sync2 .owl-item {
  width: -webkit-fill-available !important;
}
.custom_modal__sync_carousel .modal-inner-wrap .modal-content .file--content #sync2 .scroll-container-image {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 464px;
}
.custom_modal__sync_carousel .modal-inner-wrap .modal-content .file--content #sync2 .slider--sub-heading {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 20px;
}
.custom_modal__sync_carousel .modal-inner-wrap .modal-content .file--content #sync2 .item {
  margin: 5px;
  cursor: pointer;
  width: 100%;
  height: 165px;
}
.custom_modal__sync_carousel .modal-inner-wrap .modal-content .file--content #sync2 .item:not(:last-of-type) {
  margin-bottom: 20px;
}
.custom_modal__sync_carousel .modal-inner-wrap .modal-content .file--content #sync2 .item img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.custom_action_close {
  padding: 0px;
  background-color: #fff;
  font-weight: 600;
  border-radius: 3px;
}
.custom_action_close:hover {
  background-color: #000;
}
.custom_action_close:hover::before {
  color: #fff;
}
.custom_action_close:is(:active, :focus) {
  background-color: #fff;
  box-shadow: none;
}
.custom_action_close:is(:active, :focus)::before {
  color: #000;
}
.custom_action_close > span {
  display: none;
}
.custom_action_close::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #222222;
  content: "\e616";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  font-weight: 600;
}

.offer-layout .offer-layout-action > div:nth-of-type(1) {
  display: inline-flex;
  gap: 20px;
}
.offer-layout .offer-layout-action > div:nth-of-type(2) {
  margin-top: 20px;
}
.offer-layout .offer-layout-action > div:nth-of-type(2) .search-input {
  min-width: 400px;
  padding: 5px 10px;
  height: auto;
  line-height: 100%;
  border: 1px solid #8C8C8C;
  width: auto;
}
.offer-layout .offer-layout-action > div:nth-of-type(2) .search-input::-moz-placeholder {
  color: #323232;
}
.offer-layout .offer-layout-action > div:nth-of-type(2) .search-input::placeholder {
  color: #323232;
}
.offer-layout .btn_tag {
  line-height: normal;
}
.offer-layout .btn_tag.selected-status {
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.54);
  -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.54);
  background-color: #f3f3f3;
}
.offer-layout .btn_tag:not(.btn_tag__success, .btn_tag__primary) {
  color: #323232;
}
.offer-layout .offer-layout-content .dataTables_filter input {
  border: 1px solid rgba(0, 0, 0, 0.568627451);
  height: 30px;
  margin-left: 10px !important;
}

.btn_tag__data_xs {
  font-size: 0.75rem;
  line-height: normal;
  font-weight: 400;
  height: auto;
  padding: 0 5px;
  border-radius: 15px;
}
.btn_tag__data_xs.arrow-icon {
  position: relative;
  padding: 0 15px 0 5px;
}
.btn_tag__data_xs.arrow-icon::after {
  content: " ❯";
  font-size: 7px;
  position: absolute;
  right: 6px;
  top: 3px;
}

#html-body .select-option {
  all: unset;
  border-radius: 20px;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  border: 1px solid #000000;
  padding: 5px 10px;
  height: auto;
  background-image: url(../images/select-drop-down.svg);
  background-repeat: no-repeat !important;
  background-origin: padding-box !important;
  background-position-x: 94% !important;
  padding-right: 30px !important;
}

.section-table-layout {
  margin-top: 20px !important;
}
.section-table-layout table {
  font-size: 1rem;
}
.section-table-layout table thead {
  background-color: #F5F5F5;
  border-radius: 5px;
  display: flex;
}
.section-table-layout table thead tr {
  display: flex;
  width: 100%;
}
.section-table-layout table thead tr th {
  padding: 10px 10px 10px 20px;
  flex: 1 1 100%;
  max-width: 12.5%;
  width: auto !important;
}
.section-table-layout table thead tr th:is(:nth-last-of-type(2), :nth-last-of-type(3), :last-of-type) .tag_tooltip > span {
  right: 0;
}
.section-table-layout table thead tr th.sorting_asc.sorting_disabled::after {
  display: none;
}
.section-table-layout table thead tr th.sorting_asc.sorting_disabled::before {
  display: none;
}
.section-table-layout table tbody {
  padding-top: 20px !important;
  display: block;
}
.section-table-layout table tbody tr {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 10px;
  padding: 20px 0px;
  border-bottom: 1px solid #DCDCDC;
}
.section-table-layout table tbody tr td {
  padding: 10px 10px 10px 20px !important;
  flex: 1 1 100%;
  max-width: 12.5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: -moz-fit-content;
  height: fit-content;
}
.section-table-layout table tbody tr td:is(:nth-last-of-type(2), :nth-last-of-type(3), :last-of-type) .tag_tooltip > span {
  right: 0;
}
.section-table-layout table tbody tr td.status {
  padding: 10px 0 !important;
}
.section-table-layout table tbody tr td.status a {
  display: inline-block;
  height: auto;
}
.section-table-layout table tbody tr td:last-of-type {
  max-width: 100%;
}
.section-table-layout table tbody tr td:last-of-type > div {
  display: flex;
  gap: 15px;
}
.section-table-layout table tbody tr td:last-of-type > div.todo-container {
  margin-bottom: 10px;
  gap: 10px;
  align-items: center;
}
.section-table-layout table tbody tr td:last-of-type > div.todo-container .todo-icon {
  background-image: url(../images/checkbox-blank-badge-outline.svg);
  background-repeat: no-repeat;
  padding: 12px;
  display: block;
}
.section-table-layout table tbody tr td:last-of-type > div.todo-container p {
  margin: 0;
}
.section-table-layout a.btn_tag__primary:is(:visited) {
  color: #fff;
}

#html-body .custom_modal__detail_table_one .modal-inner-wrap {
  max-width: 1300px;
  min-width: auto;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#html-body .custom_modal__detail_table_one .modal-inner-wrap .modal-content {
  padding: 30px;
}
#html-body .custom_modal__detail_table_one .modal-inner-wrap .modal-content p {
  margin-bottom: 20px;
  color: #000000;
}
#html-body .custom_modal__detail_table_one .modal-inner-wrap .modal-content .table-content {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #8C8C8C;
  border-radius: 10px;
}
#html-body .custom_modal__detail_table_one .modal-inner-wrap .modal-content .table-content > section {
  display: flex;
}
#html-body .custom_modal__detail_table_one .modal-inner-wrap .modal-content .table-content > section.table-head {
  border-bottom: 1px solid #8C8C8C;
  padding: 10px 11px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px !important;
  justify-content: space-between;
  gap: 10px;
}
#html-body .custom_modal__detail_table_one .modal-inner-wrap .modal-content .table-content > section.table-head > div:nth-of-type(1) {
  max-width: 87px;
}
#html-body .custom_modal__detail_table_one .modal-inner-wrap .modal-content .table-content > section.table-head > div:nth-of-type(2) {
  max-width: 200px;
}
#html-body .custom_modal__detail_table_one .modal-inner-wrap .modal-content .table-content > section.table-head > div:nth-of-type(3) {
  max-width: 120px;
}
#html-body .custom_modal__detail_table_one .modal-inner-wrap .modal-content .table-content > section.table-head > div:nth-of-type(4) {
  max-width: 105px;
}
#html-body .custom_modal__detail_table_one .modal-inner-wrap .modal-content .table-content > section.table-head > div:nth-of-type(5) {
  max-width: 140px;
}
#html-body .custom_modal__detail_table_one .modal-inner-wrap .modal-content .table-content > section.table-head > div:nth-of-type(6) {
  max-width: 150px;
}
#html-body .custom_modal__detail_table_one .modal-inner-wrap .modal-content .table-content > section.table-head > div:nth-of-type(7) {
  max-width: 200px;
}
#html-body .custom_modal__detail_table_one .modal-inner-wrap .modal-content .table-content > section.table-head > div:nth-of-type(8) {
  max-width: 10px;
}
#html-body .custom_modal__detail_table_one .modal-inner-wrap .modal-content .table-content > section.table-body {
  padding: 15px 10px;
  flex-direction: column;
  gap: 10px;
}
#html-body .custom_modal__detail_table_one .modal-inner-wrap .modal-content .table-content > section > div {
  flex: 1 1 16.6666666667%;
  text-align: left;
}
#html-body .custom_modal__detail_table_one .modal-inner-wrap .modal-content .table-content > section .data-table-content {
  flex: 1 1 16.6666666667%;
  text-align: left;
}
#html-body .custom_modal__detail_table_one .modal-inner-wrap .modal-content .table-content > section .data-table-content .btn_tag {
  height: auto;
}
#html-body .custom_modal__detail_table_one .modal-inner-wrap .modal-content .table-content .table-body-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  gap: 10px;
}
#html-body .custom_modal__detail_table_one .modal-inner-wrap .modal-content .table-content .table-body-content#add-invoice {
  align-items: flex-start;
}
#html-body .custom_modal__detail_table_one .modal-inner-wrap .modal-content .table-content .table-body-content .data-table-content:nth-of-type(1) {
  max-width: 87px;
}
#html-body .custom_modal__detail_table_one .modal-inner-wrap .modal-content .table-content .table-body-content .data-table-content:nth-of-type(2) {
  max-width: 200px;
}
#html-body .custom_modal__detail_table_one .modal-inner-wrap .modal-content .table-content .table-body-content .data-table-content:nth-of-type(3) {
  max-width: 120px;
}
#html-body .custom_modal__detail_table_one .modal-inner-wrap .modal-content .table-content .table-body-content .data-table-content:nth-of-type(4) {
  max-width: 105px;
}
#html-body .custom_modal__detail_table_one .modal-inner-wrap .modal-content .table-content .table-body-content .data-table-content:nth-of-type(5) {
  max-width: 140px;
}
#html-body .custom_modal__detail_table_one .modal-inner-wrap .modal-content .table-content .table-body-content .data-table-content:nth-of-type(6) {
  max-width: 150px;
}
#html-body .custom_modal__detail_table_one .modal-inner-wrap .modal-content .table-content .table-body-content .data-table-content:nth-of-type(7) {
  max-width: 200px;
}
#html-body .custom_modal__detail_table_one .modal-inner-wrap .modal-content .table-content .table-body-content .data-table-content:nth-of-type(8) {
  max-width: 10px;
}
#html-body .custom_modal__detail_table_one input[type=date] {
  position: relative;
}
#html-body .custom_modal__detail_table_one input[type=date]::-webkit-inner-spin-button,
#html-body .custom_modal__detail_table_one input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  left: -50px;
  padding-right: 50px;
}
#html-body .custom_modal.hasnoheader header {
  display: none;
}
#html-body .custom_modal.hasnoheader header .action-close {
  display: none;
}
#html-body .custom_modal.hasnoheader .modal-content .action-close {
  border-radius: 5px;
  margin: 5px;
}
#html-body .custom_modal.hasnoheader .modal-content .action-close::before {
  background-color: transparent !important;
  color: #000;
  cursor: pointer;
}
#html-body .custom_modal.hasnoheader .modal-content .action-close:hover {
  background-color: #000 !important;
}
#html-body .custom_modal.hasnoheader .modal-content .action-close:hover::before {
  color: #fff;
}
#html-body .custom_modal.hasnofooter footer {
  display: none;
}
#html-body .line_h_normal {
  line-height: normal;
}
#html-body .default-input {
  all: unset;
  border-radius: 5px;
  border: 1px solid #8C8C8C;
  padding: 5px 10px;
  color: #323232;
  width: -webkit-fill-available;
  min-height: 19px;
}
#html-body .default-select {
  all: unset;
  border-radius: 5px !important;
  border: 1px solid #8C8C8C;
  padding: 5px 10px;
  color: #323232 !important;
  width: -webkit-fill-available;
  line-height: normal !important;
  display: inline-block;
  height: auto !important;
  background-image: url(../images/select-drop-down.svg);
  min-height: 19px;
}
#html-body .dollar-sign {
  position: relative;
}
#html-body .dollar-sign input {
  padding-left: 19px;
}
#html-body .dollar-sign:after {
  content: "$";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  line-height: 2;
  color: #323232;
}
#html-body .custom-select2-container-default .select2-container .select2-selection--multiple {
  display: flex;
  flex-direction: column-reverse;
  padding: 0;
  border: 0;
  justify-content: flex-end;
}
#html-body .custom-select2-container-default .select2-container .select2-selection--multiple[aria-expanded=false] .select2-search {
  position: relative;
}
#html-body .custom-select2-container-default .select2-container .select2-selection--multiple[aria-expanded=false] .select2-search:after {
  content: "Tasks";
  position: absolute;
  left: 10.8px;
  top: 0;
  bottom: 0;
  line-height: 1.8;
  height: 29px;
  margin-top: 1px;
}
#html-body .custom-select2-container-default .select2-container .select2-selection__clear {
  display: none;
}
#html-body .custom-select2-container-default .select2-container input.select2-search__field {
  all: unset;
  border-radius: 5px;
  border: 1px solid #8C8C8C;
  padding: 5px 10px;
  color: #323232;
  width: -webkit-fill-available !important;
  min-height: 19px;
  background-image: url(../images/select-drop-down.svg);
  background-repeat: no-repeat;
  background-position: 96%;
}

.btn_tag__data_xs {
  font-size: 0.75rem;
  line-height: normal;
  font-weight: 400;
  height: auto;
  padding: 0 5px;
  border-radius: 15px;
}
.btn_tag__data_xs.arrow-icon {
  position: relative;
  padding: 0 15px 0 5px;
}
.btn_tag__data_xs.arrow-icon::after {
  content: " ❯";
  font-size: 7px;
  position: absolute;
  right: 6px;
  top: 3px;
}

.commission-section-table .section-table-layout {
  position: relative;
  margin-top: 10px !important;
}
.commission-section-table .section-table-layout table {
  margin-top: 0 !important;
}
.commission-section-table .section-table-layout table thead tr th {
  max-width: 11.1111111111%;
  padding: 10px 10px 10px 10px;
  max-height: 100%;
}
.commission-section-table .section-table-layout table thead tr th.sorting {
  padding-right: 15px;
}
.commission-section-table .section-table-layout table thead tr th.sorting::before {
  right: -1px;
}
.commission-section-table .section-table-layout table thead .modal-content {
  padding: 0;
  position: static;
}
.commission-section-table .section-table-layout table thead .modal-content div.alert {
  padding: 10px 15px;
  margin: 0 0 10px 0px;
}
.commission-section-table .section-table-layout table thead .modal-content .section_content {
  margin: 0 20px !important;
}
.commission-section-table .section-table-layout table thead .modal-content .section_content .box_section {
  border: 1px solid #C7C7C7;
  padding: 7px 13px;
  width: 100%;
  min-height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  position: relative;
}
.commission-section-table .section-table-layout table thead .modal-content .section_content .box_section input[type=text] {
  border: 0;
  padding: 0;
}
.commission-section-table .section-table-layout table thead .modal-content .section_content:nth-of-type(1) {
  word-break: break-word;
}
@media (max-width: 1399.68px) {
  .commission-section-table .section-table-layout table thead .modal-content .section_content:nth-of-type(1) {
    word-break: break-all;
  }
}
.commission-section-table .section-table-layout table tbody tr td {
  max-width: 11.1111111111%;
  padding: 10px 10px 10px 10px !important;
  word-break: break-word;
  text-align: left;
}
.commission-section-table .section-table-layout table tbody tr td:last-of-type {
  max-width: 100%;
}
.commission-section-table .section-table-layout table tbody tr td.status {
  padding: 10px 0 !important;
}
.commission-section-table .section-table-layout table tbody tr td.status a {
  display: inline-block;
  height: auto;
}
@media (max-width: 991.68px) {
  .commission-section-table .section-table-layout table {
    display: flex;
  }
  .commission-section-table .section-table-layout table thead {
    width: -moz-fit-content;
    width: fit-content;
    flex: 1 0 200px;
  }
  .commission-section-table .section-table-layout table thead tr {
    flex-direction: column;
  }
  .commission-section-table .section-table-layout table thead tr th {
    max-width: 100%;
  }
  .commission-section-table .section-table-layout table thead tr th.d-none {
    display: block !important;
    min-height: 100px;
  }
  .commission-section-table .section-table-layout table tbody {
    display: flex;
    flex: 1 0 calc(100% - 200px);
    overflow: auto;
    padding: 0 !important;
  }
  .commission-section-table .section-table-layout table tbody tr {
    flex-direction: column;
    padding: 0;
    flex: 1 0 33.3333333333%;
    flex-wrap: nowrap;
  }
  .commission-section-table .section-table-layout table tbody tr td {
    max-width: 100%;
  }
  .commission-section-table .section-table-layout table tbody tr td:last-of-type {
    min-height: 100px;
    overflow: auto;
  }
  .commission-section-table .section-table-layout table tbody tr td:last-of-type > div {
    flex-direction: column;
  }
  .commission-section-table .section-table-layout table tbody tr td:last-of-type > div > a {
    align-self: flex-end;
  }
}
@media (max-width: 567.68px) {
  .commission-section-table .section-table-layout table thead {
    flex: 1 1 120px;
  }
  .commission-section-table .section-table-layout table tbody {
    flex: 1 1 calc(100% - 120px);
  }
  .commission-section-table .section-table-layout table tbody tr {
    flex: 1 0 100%;
  }
  .commission-section-table .section-table-layout table tbody tr td {
    max-width: 100%;
  }
  .commission-section-table .section-table-layout table tbody tr td:last-of-type > div > a {
    height: auto;
  }
}
.commission-section-table .btn_tag {
  line-height: 125%;
}
.commission-section-table .btn_tag:focus {
  border-width: 1px !important;
}
.commission-section-table .btn_tag.btn_tag__secondary:focus {
  background: #8C8C8C;
}
.commission-section-table .btn_tag.btn_tag__primary:focus {
  background: #067DF4;
}
.commission-section-table div.dataTables_wrapper div.dataTables_length {
  text-align: right !important;
  position: static;
  margin-bottom: 10px;
}
.commission-section-table div.dataTables_wrapper div.dataTables_length select {
  border: 1px solid #8C8C8C;
  border-radius: 5px !important;
  width: 64px !important;
  min-height: 29px;
  height: auto;
  padding: 0 9px;
  background-image: url(../images/select-drop-down.svg);
  background-position: 90% 50% !important;
}
.commission-section-table div.dataTables_wrapper div.dataTables_length label {
  font-size: 16px;
}

.text-info-banner {
  height: 206px;
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 1400px) {
  .text-info-banner {
    padding: 0;
  }
}
@media (max-width: 1080.68px) {
  .text-info-banner {
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 10px;
  }
}
.text-info-banner h4 {
  max-width: 161px;
  word-break: break-word;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 750;
}
.text-info-banner .d-inline {
  display: inline;
}
.text-info-banner .dollar-mark::before {
  position: relative;
  content: "$";
  padding-right: 1px;
}
.text-info-banner > .text-banner-card {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  align-self: stretch;
  flex-direction: column;
  max-width: 150px;
}
.text-info-banner > .text-banner-card:nth-of-type(1) {
  max-width: 161px;
}
.text-info-banner > .text-banner-card:nth-of-type(2) {
  max-width: 161px;
  margin: 0;
  position: relative;
}
.text-info-banner > .text-banner-card:nth-of-type(2) span {
  line-height: 19.2px;
}
@media (max-width: 1080.68px) {
  .text-info-banner > .text-banner-card:nth-of-type(2) {
    max-width: 131px;
  }
}
.text-info-banner > .text-banner-card:nth-of-type(3) {
  max-width: 137px;
  row-gap: 10px;
}
.text-info-banner > .text-banner-card:nth-of-type(4) {
  max-width: 185px;
  row-gap: 10px;
}
.text-info-banner > .text-banner-card:nth-of-type(5) {
  max-width: 133px;
  row-gap: 10px;
}
.text-info-banner > .text-banner-card:nth-of-type(6) {
  max-width: 230px;
  row-gap: 10px;
}
.text-info-banner > .text-banner-card:nth-of-type(7) {
  max-width: 163px;
  row-gap: 10px;
}
.text-info-banner > .text-banner-card .banner-text {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-direction: column;
  font-weight: 700;
  line-height: 1.8rem;
  height: 100%;
}
@media (max-width: 1400px) {
  .text-info-banner > .text-banner-card .banner-text {
    line-height: 1.5rem;
  }
}
.text-info-banner span {
  line-height: 100%;
}
.text-info-banner .font_size_24 {
  font-size: 1.5rem;
  line-height: 28.8px;
}
@media (max-width: 1400px) {
  .text-info-banner .font_size_24 {
    font-size: 1.3rem;
  }
}
.text-info-banner .font_size_20 {
  font-size: 1.25rem;
}
@media (max-width: 1400px) {
  .text-info-banner .font_size_20 {
    font-size: 1.2rem;
  }
}
.text-info-banner .font_size_16 {
  font-size: 1rem;
  line-height: 19.8px;
}
@media (max-width: 1400px) {
  .text-info-banner .font_size_16 {
    font-size: 0.85rem;
  }
}
.text-info-banner .font_size_14 {
  font-size: 0.875rem;
  line-height: 16.8px;
}
@media (max-width: 1400px) {
  .text-info-banner .font_size_14 {
    font-size: 0.85rem;
  }
}

.payment-details-table > h6 {
  font-size: 18px;
  background-color: #F5F5F5;
  padding: 10px !important;
  border-radius: 5px 5px 0px 0px;
  text-align: left;
}
.payment-details-table .section-table-layout {
  margin: 0 !important;
}
.payment-details-table .section-table-layout table {
  border-bottom: 1px solid #DCDCDC;
}
.payment-details-table .section-table-layout table tbody {
  padding-top: 0px !important;
}
.payment-details-table .section-table-layout table tbody > tr {
  padding: 10px 0 !important;
  border-bottom: 0;
}
@media (max-width: 1353.68px) {
  .payment-details-table .section-table-layout table tbody > tr {
    width: 100%;
  }
}
@media (max-width: 567.68px) {
  .payment-details-table .section-table-layout table tbody > tr {
    flex-direction: column;
  }
}
.payment-details-table .section-table-layout table tbody > tr > td {
  max-width: 33.3333333333%;
  padding: 10px 10px 10px 10px !important;
  word-break: break-word;
  text-align: left;
}
.payment-details-table .section-table-layout table tbody > tr > td:nth-of-type(1) {
  max-width: 180px;
}
.payment-details-table .section-table-layout table tbody > tr > td:nth-of-type(2) {
  max-width: calc(100% - 200px);
}
@media (max-width: 567.68px) {
  .payment-details-table .section-table-layout table tbody > tr > td {
    max-width: 100%;
  }
}
.payment-details-table .section-table-layout table tbody > tr > td:last-of-type {
  max-width: 100%;
}
.payment-details-table .section-table-layout table tbody > tr > td.fee-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.payment-details-table .section-table-layout table tbody > tr > td.fee-section > div {
  display: grid;
  grid-template-columns: 20% 80%;
  gap: 10px;
}
.payment-details-table .section-table-layout table tbody > tr > td.fee-section > div > div:not(.button-container) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 567.68px) {
  .payment-details-table .section-table-layout table tbody > tr > td.fee-section > div {
    grid-template-columns: 100%;
  }
}
.payment-details-table .section-table-layout table tbody > tr > td.status {
  padding: 10px 0 !important;
}
.payment-details-table .section-table-layout table tbody > tr > td.status a {
  display: inline-block;
  height: auto;
}
.payment-details-table .section-table-layout table tbody > tr > td.button-container {
  display: flex;
  flex-direction: column;
}
.payment-details-table .section-table-layout table tbody > tr > td.button-container > div:not(:is(:nth-of-type(2), :nth-of-type(5), :nth-of-type(8))) {
  display: none;
}
.payment-details-table .section-table-layout table tbody > tr > td.button-container > div:is(:nth-of-type(2), :nth-of-type(5), :nth-of-type(8)) {
  min-height: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.payment-details-table .section-table-layout table tbody > tr > td.button-container > div:is(:nth-of-type(2), :nth-of-type(5), :nth-of-type(8)):not(:last-of-type) {
  margin-bottom: 10px;
}

#html-body .keyword-search {
  min-width: 300px;
  padding: 5px 10px;
  height: auto;
  line-height: 100%;
  border: 1px solid #8C8C8C;
  width: auto;
}
@media (max-width: 1399.68px) {
  #html-body .keyword-search {
    min-width: auto;
    width: 135px;
  }
}
@media (min-width: 1800.68px) {
  #html-body .keyword-search {
    min-width: auto;
    width: 600px;
  }
  #html-body .keyword-search.keyword-search-width {
    width: 400px;
  }
}
#html-body .info-icon {
  background-image: url(../images/Info-icon.svg);
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: -5px;
  cursor: pointer;
}
#html-body .info-icon-box {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
#html-body .info-icon-box > span {
  width: -moz-min-content;
  width: min-content;
}
#html-body .info-icon-box .info-icon {
  margin-bottom: 0;
}

.section-table-container .payment-details-next-table {
  width: 60%;
}
@media (max-width: 1399.68px) {
  .section-table-container .payment-details-next-table {
    width: 55%;
  }
}
@media (max-width: 1080.68px) {
  .section-table-container .payment-details-next-table {
    width: 100%;
  }
}
.section-table-container .payment-details-next-table .section-table-layout h6 {
  font-size: 18px;
  background-color: #F5F5F5;
  padding: 10px !important;
  border-radius: 5px 5px 0px 0px;
  text-align: left;
}
.section-table-container .payment-details-next-table .section-table-layout table tr {
  flex-wrap: nowrap;
  gap: 20px;
  padding: 0 10px;
  justify-content: space-between;
}
@media (max-width: 1399.68px) {
  .section-table-container .payment-details-next-table .section-table-layout table tr {
    gap: 10px;
  }
}
.section-table-container .payment-details-next-table .section-table-layout table tr td {
  max-width: 20%;
  padding: 0 !important;
  word-break: break-word;
  text-align: left;
  font-size: 18px;
  align-content: center;
  min-height: 42px;
  min-width: 40px;
}
.section-table-container .payment-details-next-table .section-table-layout table tr td:nth-of-type(1) {
  max-width: 200px;
  white-space: nowrap;
}
.section-table-container .payment-details-next-table .section-table-layout table tr td:nth-of-type(2) {
  max-width: 100px;
}
@media (max-width: 1399.68px) {
  .section-table-container .payment-details-next-table .section-table-layout table tr td:nth-of-type(2) {
    max-width: 86px;
  }
}
.section-table-container .payment-details-next-table .section-table-layout table tr td:nth-of-type(3) {
  max-width: 50px;
}
@media (min-width: 1399.68px) {
  .section-table-container .payment-details-next-table .section-table-layout table tr td:nth-of-type(3) {
    max-width: 110px;
  }
}
.section-table-container .payment-details-next-table .section-table-layout table tr td:nth-of-type(4) {
  max-width: 150px;
}
.section-table-container .payment-details-next-table .section-table-layout table tr td:nth-of-type(5) {
  max-width: 100px;
}
@media (max-width: 1399.68px) {
  .section-table-container .payment-details-next-table .section-table-layout table tr td:nth-of-type(5) {
    max-width: 70px;
  }
}
.section-table-container .payment-details-next-table .section-table-layout table tr td:nth-of-type(6) {
  max-width: 150px;
}
.section-table-container .payment-details-next-table .section-table-layout table tr td:nth-of-type(7) {
  max-width: 100px;
}
@media (max-width: 1399.68px) {
  .section-table-container .payment-details-next-table .section-table-layout table tr td:nth-of-type(7) {
    max-width: 70px;
  }
}
.section-table-container .payment-details-next-table .section-table-layout table tr th {
  max-width: 20%;
  padding: 0 !important;
  word-break: break-word;
  text-align: left;
  font-size: 16px;
  min-height: 58px;
  align-content: center;
  min-width: 50px;
}
@media (max-width: 1080.68px) {
  .section-table-container .payment-details-next-table .section-table-layout table tr th {
    min-height: auto;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
.section-table-container .payment-details-next-table .section-table-layout table tr th:nth-of-type(1) {
  max-width: 200px;
  white-space: nowrap;
}
.section-table-container .payment-details-next-table .section-table-layout table tr th:nth-of-type(2) {
  max-width: 100px;
}
@media (max-width: 1399.68px) {
  .section-table-container .payment-details-next-table .section-table-layout table tr th:nth-of-type(2) {
    max-width: 86px;
  }
}
.section-table-container .payment-details-next-table .section-table-layout table tr th:nth-of-type(3) {
  max-width: 50px;
}
@media (min-width: 1399.68px) {
  .section-table-container .payment-details-next-table .section-table-layout table tr th:nth-of-type(3) {
    max-width: 110px;
  }
}
.section-table-container .payment-details-next-table .section-table-layout table tr th:nth-of-type(4) {
  max-width: 150px;
}
.section-table-container .payment-details-next-table .section-table-layout table tr th:nth-of-type(5) {
  max-width: 100px;
}
@media (max-width: 1399.68px) {
  .section-table-container .payment-details-next-table .section-table-layout table tr th:nth-of-type(5) {
    max-width: 70px;
  }
}
.section-table-container .payment-details-next-table .section-table-layout table thead {
  border-radius: 0px 0px 5px 5px;
}
.section-table-container .payment-details-next-table .section-table-layout table tbody tr {
  border-bottom: 1px solid #DCDCDC;
}
@media (max-width: 1080.68px) {
  .section-table-container .payment-details-next-table .section-table-layout table {
    display: flex;
  }
  .section-table-container .payment-details-next-table .section-table-layout table thead {
    width: -moz-fit-content;
    width: fit-content;
    flex: 1 0 200px;
  }
  .section-table-container .payment-details-next-table .section-table-layout table thead tr {
    flex-direction: column;
  }
  .section-table-container .payment-details-next-table .section-table-layout table thead tr th {
    max-width: 100% !important;
    min-height: 40px;
    line-height: normal;
  }
  .section-table-container .payment-details-next-table .section-table-layout table thead tr th.sorting::before {
    right: -5px;
  }
  .section-table-container .payment-details-next-table .section-table-layout table thead tr th.sorting::after {
    right: -5px;
  }
  .section-table-container .payment-details-next-table .section-table-layout table tbody {
    display: flex;
    flex: 1 0 calc(100% - 200px);
    overflow: auto;
    padding: 0 !important;
  }
  .section-table-container .payment-details-next-table .section-table-layout table tbody tr {
    flex-direction: column;
    padding: 0px 10px !important;
    flex: 1 0 33.3333333333%;
    flex-wrap: nowrap;
  }
  .section-table-container .payment-details-next-table .section-table-layout table tbody tr td {
    max-width: 100% !important;
    min-height: 40px;
    line-height: normal;
  }
}
@media (max-width: 567.68px) {
  .section-table-container .payment-details-next-table .section-table-layout table {
    display: flex;
  }
  .section-table-container .payment-details-next-table .section-table-layout table thead {
    width: -moz-fit-content;
    width: fit-content;
    flex: 1 0 120px;
  }
  .section-table-container .payment-details-next-table .section-table-layout table thead tr {
    flex-direction: column;
  }
  .section-table-container .payment-details-next-table .section-table-layout table thead tr th {
    max-width: 100% !important;
    min-height: 30px;
  }
  .section-table-container .payment-details-next-table .section-table-layout table thead tr th.sorting::before {
    right: -5px;
  }
  .section-table-container .payment-details-next-table .section-table-layout table thead tr th.sorting::after {
    right: -5px;
  }
  .section-table-container .payment-details-next-table .section-table-layout table tbody tr {
    flex: 1 0 100%;
  }
}
.section-table-container .agent-summary-table {
  width: 40%;
}
@media (max-width: 1399.68px) {
  .section-table-container .agent-summary-table {
    width: 45%;
  }
}
@media (max-width: 1080.68px) {
  .section-table-container .agent-summary-table {
    width: 100%;
  }
}
.section-table-container .agent-summary-table .section-table-layout h6 {
  font-size: 18px;
  background-color: #F5F5F5;
  padding: 10px !important;
  border-radius: 5px 5px 0px 0px;
  text-align: left;
}
.section-table-container .agent-summary-table .section-table-layout table tr {
  flex-wrap: nowrap;
  gap: 20px;
  padding: 0px 5px;
  justify-content: space-between;
}
@media (max-width: 1399.68px) {
  .section-table-container .agent-summary-table .section-table-layout table tr {
    gap: 10px;
  }
}
.section-table-container .agent-summary-table .section-table-layout table tr td {
  max-width: 25%;
  padding: 0 !important;
  word-break: break-word;
  text-align: left;
  font-size: 18px;
  align-content: center;
  min-height: 42px;
}
.section-table-container .agent-summary-table .section-table-layout table tr td:nth-of-type(1) {
  max-width: 200px;
  white-space: nowrap;
}
.section-table-container .agent-summary-table .section-table-layout table tr td:nth-of-type(2) {
  max-width: 100px;
}
.section-table-container .agent-summary-table .section-table-layout table tr td:nth-of-type(3) {
  max-width: 150px;
}
.section-table-container .agent-summary-table .section-table-layout table tr td:nth-of-type(4) {
  max-width: 100px;
}
.section-table-container .agent-summary-table .section-table-layout table tr th {
  max-width: 25%;
  padding: 0 !important;
  word-break: break-word;
  text-align: left;
  font-size: 16px;
  align-content: center;
  min-height: 58px;
}
@media (max-width: 1080.68px) {
  .section-table-container .agent-summary-table .section-table-layout table tr th {
    min-height: auto;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
.section-table-container .agent-summary-table .section-table-layout table tr th:nth-of-type(1) {
  max-width: 200px;
  white-space: nowrap;
}
.section-table-container .agent-summary-table .section-table-layout table tr th:nth-of-type(2) {
  max-width: 100px;
}
.section-table-container .agent-summary-table .section-table-layout table tr th:nth-of-type(3) {
  max-width: 150px;
}
.section-table-container .agent-summary-table .section-table-layout table tr th:nth-of-type(4) {
  max-width: 100px;
}
.section-table-container .agent-summary-table .section-table-layout table tbody tr {
  border-bottom: 1px solid #DCDCDC;
}
.section-table-container .agent-summary-table .section-table-layout table thead {
  border-radius: 0px 0px 5px 5px;
}
@media (max-width: 1080.68px) {
  .section-table-container .agent-summary-table .section-table-layout table {
    display: flex;
    flex-wrap: wrap;
  }
  .section-table-container .agent-summary-table .section-table-layout table thead {
    width: -moz-fit-content;
    width: fit-content;
    flex: 1 0 200px;
  }
  .section-table-container .agent-summary-table .section-table-layout table thead tr {
    flex-direction: column;
  }
  .section-table-container .agent-summary-table .section-table-layout table thead tr th {
    max-width: 100% !important;
    min-height: 30px;
  }
  .section-table-container .agent-summary-table .section-table-layout table thead tr th.sorting::before {
    right: -5px;
  }
  .section-table-container .agent-summary-table .section-table-layout table thead tr th.sorting::after {
    right: -5px;
  }
  .section-table-container .agent-summary-table .section-table-layout table tbody {
    display: flex;
    flex: 1 0 calc(100% - 200px);
    overflow: auto;
    padding: 0 !important;
  }
  .section-table-container .agent-summary-table .section-table-layout table tbody tr {
    flex-direction: column;
    padding: 0px 10px !important;
    flex: 1 0 33.3333333333%;
    flex-wrap: nowrap;
  }
  .section-table-container .agent-summary-table .section-table-layout table tbody tr td {
    max-width: 100% !important;
  }
  .section-table-container .agent-summary-table .section-table-layout table tbody tr td:not(.wrapper_addAgent) {
    min-height: 30px;
  }
}
@media (max-width: 567.68px) {
  .section-table-container .agent-summary-table .section-table-layout table {
    display: flex;
  }
  .section-table-container .agent-summary-table .section-table-layout table thead {
    width: -moz-fit-content;
    width: fit-content;
    flex: 1 0 120px;
  }
  .section-table-container .agent-summary-table .section-table-layout table thead tr {
    flex-direction: column;
  }
  .section-table-container .agent-summary-table .section-table-layout table thead tr th {
    max-width: 100% !important;
    min-height: 30px;
  }
  .section-table-container .agent-summary-table .section-table-layout table thead tr th.sorting::before {
    right: -5px;
  }
  .section-table-container .agent-summary-table .section-table-layout table thead tr th.sorting::after {
    right: -5px;
  }
  .section-table-container .agent-summary-table .section-table-layout table tbody tr {
    flex: 1 0 100%;
  }
}
.section-table-container .btn_tag:focus {
  border-width: 1px !important;
}
.section-table-container .btn_tag.btn_tag__secondary:focus {
  background: #8C8C8C;
}
.section-table-container .btn_tag.btn_tag__primary:focus {
  background: #067DF4;
}
.section-table-container .total-count {
  display: flex;
  font-size: 18px;
  font-weight: 700;
  gap: 20px;
  padding: 0px 10px;
  width: 55%;
}
@media (max-width: 1080.68px) {
  .section-table-container .total-count {
    width: 100%;
  }
}
.section-table-container .total-count > div {
  flex: 1 1 100%;
  max-width: 33.3333333333%;
  text-align: left;
  min-height: 42px;
  align-content: center;
}
.section-table-container .total-count > div:nth-of-type(1) {
  max-width: 390px;
}
@media (max-width: 1080.68px) {
  .section-table-container .total-count > div:nth-of-type(1) {
    white-space: normal !important;
  }
}
.section-table-container .total-count > div:nth-of-type(2) {
  max-width: 150px;
}
@media (max-width: 1675.68px) {
  .section-table-container .total-count > div:nth-of-type(2) {
    flex: 0 2 100%;
  }
}
@media (max-width: 1300.68px) {
  .section-table-container .total-count > div:nth-of-type(2) {
    flex: 0 2.2 100%;
  }
}
@media (max-width: 1080.68px) {
  .section-table-container .total-count > div:nth-of-type(2) {
    flex: 1 2 100%;
  }
}
.section-table-container .total-count > div:nth-of-type(3) {
  max-width: 100px;
}
@media (max-width: 1675.68px) {
  .section-table-container .total-count > div:nth-of-type(3) {
    flex: 0 2 100%;
  }
}
@media (max-width: 1300.68px) {
  .section-table-container .total-count > div:nth-of-type(3) {
    flex: 0 2.2 100%;
  }
}
@media (max-width: 1080.68px) {
  .section-table-container .total-count > div:nth-of-type(3) {
    flex: 1 2 100%;
  }
}
.section-table-container .edit-mode-info {
  display: none;
  font-size: 18px;
  font-weight: 400;
  gap: 20px;
  padding: 0px 10px;
  width: 55%;
}
@media (max-width: 1080.68px) {
  .section-table-container .edit-mode-info {
    width: 100%;
  }
}
.section-table-container .edit-mode-info > div {
  flex: 1 1 100%;
  max-width: 33.3333333333%;
  text-align: left;
  min-height: 42px;
  align-content: center;
}
.section-table-container .edit-mode-info > div:nth-of-type(1) {
  max-width: 390px;
  text-align: right;
}
.section-table-container .edit-mode-info > div:nth-of-type(2) {
  max-width: 150px;
}
@media (max-width: 1675.68px) {
  .section-table-container .edit-mode-info > div:nth-of-type(2) {
    flex: 0 2 100%;
  }
}
@media (max-width: 1300.68px) {
  .section-table-container .edit-mode-info > div:nth-of-type(2) {
    flex: 0 2.2 100%;
  }
}
@media (max-width: 1080.68px) {
  .section-table-container .edit-mode-info > div:nth-of-type(2) {
    flex: 1 2 100%;
  }
}
.section-table-container .edit-mode-info > div:nth-of-type(3) {
  max-width: 100px;
}
@media (max-width: 1675.68px) {
  .section-table-container .edit-mode-info > div:nth-of-type(3) {
    flex: 0 2 100%;
  }
}
@media (max-width: 1300.68px) {
  .section-table-container .edit-mode-info > div:nth-of-type(3) {
    flex: 0 2.2 100%;
  }
}
@media (max-width: 1080.68px) {
  .section-table-container .edit-mode-info > div:nth-of-type(3) {
    flex: 1 2 100%;
  }
}
.section-table-container hr {
  margin: 0;
  border-color: #000;
  display: none;
}
.section-table-container :is(.save-mode, .cancel-mode) {
  display: none;
}
.section-table-container .edit-span + :is(input, select) {
  display: none;
}
.section-table-container.edit-mode span.edit-span {
  display: none;
}
.section-table-container.edit-mode span.edit-span + input {
  display: block;
}
.section-table-container.edit-mode span.edit-span + select {
  display: block;
}
.section-table-container.edit-mode hr {
  display: block;
}
.section-table-container.edit-mode .edit-mode-info {
  display: flex;
}
.section-table-container.edit-mode .edit-mode-btn {
  display: none;
}
.section-table-container.edit-mode :is(.save-mode, .cancel-mode) {
  display: block;
}
.section-table-container :is(input, select) {
  border: 1px solid #8C8C8C;
  border-radius: 2px !important;
  width: 100%;
  min-height: 23px;
  height: 100%;
}
.section-table-container select {
  background-image: url(../images/select-drop-down.svg);
}
@media (max-width: 1080.68px) {
  .section-table-container .payment-details-table {
    order: 1;
  }
  .section-table-container .payment-details-next-table {
    width: 100%;
    order: 2;
  }
  .section-table-container .agent-summary-table {
    width: 100%;
    order: 4;
  }
  .section-table-container > section:last-of-type {
    order: 3;
  }
}

.sale-commission-section-table .section-table-layout {
  margin-top: 10px !important;
  position: relative;
}
.sale-commission-section-table .section-table-layout table thead tr {
  padding: 0 10px;
  gap: 30px;
}
@media (max-width: 1399.68px) {
  .sale-commission-section-table .section-table-layout table thead tr {
    gap: 20px;
  }
}
.sale-commission-section-table .section-table-layout table thead tr th {
  max-width: 12.5%;
  padding: 0;
  align-content: center;
  min-height: 84px;
}
.sale-commission-section-table .section-table-layout table thead tr th.sorting::before {
  right: -15px;
}
.sale-commission-section-table .section-table-layout table thead tr th.sorting::after {
  right: -15px;
}
.sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(1) {
  max-width: 100px;
  min-width: 60px;
}
.sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(2) {
  max-width: 120px;
}
.sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(3) {
  max-width: 110px;
}
.sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(4) {
  max-width: 110px;
}
.sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(5) {
  max-width: 150px;
}
.sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(6) {
  max-width: 101px;
}
.sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(7) {
  max-width: 120px;
}
.sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(8) {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 1675.68px) {
  .sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(8) {
    flex: 0 0 100%;
    max-width: 20%;
  }
  .sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(8).sorting::before {
    right: -5px;
  }
  .sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(8).sorting::after {
    right: -5px;
  }
}
@media (max-width: 1399.68px) {
  .sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(8) {
    flex: 0 0 100%;
    max-width: 26%;
  }
}
@media (max-width: 1110.68px) {
  .sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(8) {
    max-width: 15%;
  }
}
.sale-commission-section-table .section-table-layout table tbody tr {
  padding: 0 10px;
  gap: 30px;
  border-bottom: 1px solid #DCDCDC;
  flex-wrap: nowrap;
  padding-bottom: 10px !important;
}
@media (max-width: 1399.68px) {
  .sale-commission-section-table .section-table-layout table tbody tr {
    gap: 20px;
  }
}
.sale-commission-section-table .section-table-layout table tbody tr td {
  max-width: 12.5%;
  padding: 0 !important;
  word-break: break-word;
  text-align: left;
}
.sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(1) {
  max-width: 100px;
  min-width: 60px;
}
.sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(2) {
  max-width: 120px;
  white-space: normal;
}
.sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(3) {
  max-width: 110px;
}
.sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(4) {
  max-width: 110px;
}
.sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(5) {
  max-width: 150px;
}
.sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(6) {
  max-width: 101px;
}
.sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(7) {
  max-width: 120px;
}
.sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(8) {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 1675.68px) {
  .sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(8) {
    flex: 0 0 100%;
    max-width: 20%;
  }
}
@media (max-width: 1399.68px) {
  .sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(8) {
    flex: 0 0 100%;
    max-width: 26%;
  }
}
@media (max-width: 1110.68px) {
  .sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(8) {
    max-width: 15%;
  }
}
.sale-commission-section-table .section-table-layout table tbody tr td.status {
  padding: 10px 0 !important;
}
.sale-commission-section-table .section-table-layout table tbody tr td.status a {
  display: inline-block;
  height: auto;
}
.sale-commission-section-table .section-table-layout table tbody tr td .list-items {
  flex-direction: column;
}
.sale-commission-section-table .section-table-layout table tbody tr td .list-items > div {
  display: flex;
  gap: 15px;
}
@media (max-width: 1110.68px) {
  .sale-commission-section-table .section-table-layout table tbody tr td .list-items > div {
    flex-direction: column;
  }
}
.sale-commission-section-table .section-table-layout table tbody tr td .list-items > div > span {
  flex: 1 1 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.sale-commission-section-table .section-table-layout table tbody tr td .list-items > div > span:nth-of-type(2) {
  max-width: 85px;
}
@media (max-width: 1399.68px) {
  .sale-commission-section-table .section-table-layout table tbody tr td .list-items > div > span:nth-of-type(2) {
    max-width: 72px;
  }
}
.sale-commission-section-table .section-table-layout table tbody tr td .list-items > div > span:nth-of-type(3) {
  max-width: 85px;
}
@media (max-width: 1399.68px) {
  .sale-commission-section-table .section-table-layout table tbody tr td .list-items > div > span:nth-of-type(3) {
    max-width: 72px;
  }
}
@media (max-width: 1080.68px) {
  .sale-commission-section-table .section-table-layout table {
    display: flex;
  }
  .sale-commission-section-table .section-table-layout table thead {
    width: -moz-fit-content;
    width: fit-content;
    flex: 1 0 200px;
  }
  .sale-commission-section-table .section-table-layout table thead tr {
    flex-direction: column;
  }
  .sale-commission-section-table .section-table-layout table thead tr th {
    max-width: 100% !important;
    min-height: auto;
  }
  .sale-commission-section-table .section-table-layout table thead tr th.sorting::before {
    right: -5px;
  }
  .sale-commission-section-table .section-table-layout table thead tr th.sorting::after {
    right: -5px;
  }
  .sale-commission-section-table .section-table-layout table thead tr th:last-of-type {
    min-height: 110px;
    flex: 1 1 100%;
    padding: 10px 0 !important;
  }
  .sale-commission-section-table .section-table-layout table tbody {
    display: flex;
    flex: 1 0 calc(100% - 200px);
    overflow: auto;
    padding: 0 !important;
  }
  .sale-commission-section-table .section-table-layout table tbody tr {
    flex-direction: column;
    padding: 0px 10px !important;
    flex: 1 0 33.3333333333%;
    flex-wrap: nowrap;
  }
  .sale-commission-section-table .section-table-layout table tbody tr td {
    max-width: 100% !important;
  }
  .sale-commission-section-table .section-table-layout table tbody tr td:last-of-type {
    min-height: 110px;
    overflow: auto;
    flex: 1 1 100%;
    padding: 10px 0 !important;
  }
}
@media (max-width: 568.68px) {
  .sale-commission-section-table .section-table-layout table thead {
    flex: 1 0 100px;
  }
  .sale-commission-section-table .section-table-layout table tbody {
    flex: 1 0 calc(100% - 100px);
  }
  .sale-commission-section-table .section-table-layout table tbody tr {
    flex: 1 0 100%;
  }
}
.sale-commission-section-table .btn_tag {
  line-height: 125%;
}
.sale-commission-section-table .btn_tag:focus {
  border-width: 1px !important;
}
.sale-commission-section-table .btn_tag.btn_tag__secondary:focus {
  background: #8C8C8C;
}
.sale-commission-section-table .btn_tag.btn_tag__primary:focus {
  background: #067DF4;
}
.sale-commission-section-table .dataTables_length {
  position: absolute;
  top: -45px;
  right: 0;
}
@media (max-width: 568.68px) {
  .sale-commission-section-table .dataTables_length {
    text-align: right !important;
    position: static;
  }
}
.sale-commission-section-table div.dataTables_wrapper div.dataTables_length select:is([name=current-sales-commission-table_length], [name=past-sales-commission-table_length]) {
  border: 1px solid #8C8C8C;
  border-radius: 5px !important;
  width: 64px !important;
  min-height: 29px;
  height: auto;
  padding: 0 9px;
  background-image: url(../images/select-drop-down.svg);
  background-position: 90% 50% !important;
}
.sale-commission-section-table div.dataTables_wrapper div.dataTables_length label {
  font-size: 16px;
}

.special-commission-section-table .section-table-layout {
  margin-top: 10px !important;
  position: relative;
}
.special-commission-section-table .section-table-layout table thead tr {
  padding: 0 10px;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1399.68px) {
  .special-commission-section-table .section-table-layout table thead tr {
    gap: 20px;
  }
}
.special-commission-section-table .section-table-layout table thead tr th {
  max-width: 11.1111111111%;
  padding: 0;
  align-content: center;
  min-height: 84px;
}
.special-commission-section-table .section-table-layout table thead tr th.sorting:not(:last-of-type)::before {
  right: -15px;
}
.special-commission-section-table .section-table-layout table thead tr th.sorting:not(:last-of-type)::after {
  right: -15px;
}
.special-commission-section-table .section-table-layout table thead tr th:nth-of-type(1) {
  max-width: 120px;
  min-width: 60px;
}
.special-commission-section-table .section-table-layout table thead tr th:nth-of-type(2) {
  max-width: 130px;
}
.special-commission-section-table .section-table-layout table thead tr th:nth-of-type(3) {
  max-width: 120px;
}
.special-commission-section-table .section-table-layout table thead tr th:nth-of-type(4) {
  max-width: 120px;
}
.special-commission-section-table .section-table-layout table thead tr th:nth-of-type(5) {
  max-width: 120px;
}
.special-commission-section-table .section-table-layout table thead tr th:nth-of-type(6) {
  max-width: 150px;
}
.special-commission-section-table .section-table-layout table thead tr th:nth-of-type(7) {
  max-width: 110px;
}
.special-commission-section-table .section-table-layout table thead tr th:nth-of-type(8) {
  max-width: 110px;
}
.special-commission-section-table .section-table-layout table thead tr th:nth-of-type(9) {
  max-width: 434px;
}
@media (max-width: 1675.68px) {
  .special-commission-section-table .section-table-layout table thead tr th:nth-of-type(9) {
    flex: 0 0 100%;
    max-width: 20%;
  }
}
@media (max-width: 1399.68px) {
  .special-commission-section-table .section-table-layout table thead tr th:nth-of-type(9) {
    flex: 0 0 100%;
    max-width: 22%;
  }
}
.special-commission-section-table .section-table-layout table tbody {
  padding-top: 10px !important;
}
.special-commission-section-table .section-table-layout table tbody tr {
  padding: 10px 10px !important;
  gap: 30px;
  border-bottom: 1px solid #DCDCDC;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 1399.68px) {
  .special-commission-section-table .section-table-layout table tbody tr {
    gap: 20px;
  }
}
.special-commission-section-table .section-table-layout table tbody tr td {
  max-width: 11.1111111111%;
  padding: 0 !important;
  word-break: break-word;
  text-align: left;
}
.special-commission-section-table .section-table-layout table tbody tr td:nth-of-type(1) {
  max-width: 120px;
  min-width: 60px;
}
.special-commission-section-table .section-table-layout table tbody tr td:nth-of-type(2) {
  max-width: 130px;
}
.special-commission-section-table .section-table-layout table tbody tr td:nth-of-type(3) {
  max-width: 120px;
}
.special-commission-section-table .section-table-layout table tbody tr td:nth-of-type(4) {
  max-width: 120px;
}
.special-commission-section-table .section-table-layout table tbody tr td:nth-of-type(5) {
  max-width: 120px;
}
.special-commission-section-table .section-table-layout table tbody tr td:nth-of-type(6) {
  max-width: 150px;
}
.special-commission-section-table .section-table-layout table tbody tr td:nth-of-type(7) {
  max-width: 110px;
}
.special-commission-section-table .section-table-layout table tbody tr td:nth-of-type(8) {
  max-width: 110px;
}
.special-commission-section-table .section-table-layout table tbody tr td:nth-of-type(9) {
  max-width: 434px;
}
@media (max-width: 1675.68px) {
  .special-commission-section-table .section-table-layout table tbody tr td:nth-of-type(9) {
    flex: 0 0 100%;
    max-width: 20%;
  }
}
@media (max-width: 1399.68px) {
  .special-commission-section-table .section-table-layout table tbody tr td:nth-of-type(9) {
    flex: 0 0 100%;
    max-width: 22%;
  }
}
.special-commission-section-table .section-table-layout table tbody tr td.status {
  padding: 10px 0 !important;
}
.special-commission-section-table .section-table-layout table tbody tr td.status a {
  display: inline-block;
  height: auto;
}
.special-commission-section-table .section-table-layout table tbody tr td .list-items {
  flex-direction: column;
}
.special-commission-section-table .section-table-layout table tbody tr td .list-items > div {
  display: flex;
  gap: 15px;
}
@media (max-width: 1110.68px) {
  .special-commission-section-table .section-table-layout table tbody tr td .list-items > div {
    flex-direction: column;
  }
}
.special-commission-section-table .section-table-layout table tbody tr td .list-items > div > span {
  flex: 1 1 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.special-commission-section-table .section-table-layout table tbody tr td .list-items > div > span:nth-of-type(2) {
  max-width: 85px;
}
@media (max-width: 1399.68px) {
  .special-commission-section-table .section-table-layout table tbody tr td .list-items > div > span:nth-of-type(2) {
    max-width: 76px;
  }
}
.special-commission-section-table .section-table-layout table tbody tr td .list-items > div > span:nth-of-type(3) {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 1399.68px) {
  .special-commission-section-table .section-table-layout table tbody tr td .list-items > div > span:nth-of-type(3) {
    max-width: 76px;
  }
}
.special-commission-section-table .section-table-layout table tbody tr td .list-items .looped-items {
  display: flex;
  gap: 15px;
}
.special-commission-section-table .section-table-layout table tbody tr td .list-items .looped-items.edit-mode-alignment > span:last-of-type > span {
  margin-bottom: 10px;
  display: inline-block;
}
.special-commission-section-table .section-table-layout table tbody tr td .list-items .looped-items .edit-mode-alignment {
  display: flex;
  gap: 15px;
}
.special-commission-section-table .section-table-layout table tbody tr td .list-items .looped-items .edit-mode-alignment > span {
  flex: 1 1 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.special-commission-section-table .section-table-layout table tbody tr td .list-items .looped-items.flex-gap-10 {
  gap: 10px !important;
}
.special-commission-section-table .section-table-layout table tbody tr td .list-items .looped-items > span {
  flex: 1 1 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.special-commission-section-table .section-table-layout table tbody tr td .list-items .looped-items > span.fw-bold {
  font-weight: 700;
}
@media (max-width: 1080.68px) {
  .special-commission-section-table .section-table-layout table {
    display: flex;
  }
  .special-commission-section-table .section-table-layout table thead {
    width: -moz-fit-content;
    width: fit-content;
    flex: 1 0 200px;
  }
  .special-commission-section-table .section-table-layout table thead tr {
    flex-direction: column;
  }
  .special-commission-section-table .section-table-layout table thead tr th {
    max-width: 100% !important;
    min-height: auto;
  }
  .special-commission-section-table .section-table-layout table thead tr th.sorting:not(:last-of-type)::before {
    right: -5px;
  }
  .special-commission-section-table .section-table-layout table thead tr th.sorting:not(:last-of-type)::after {
    right: -5px;
  }
  .special-commission-section-table .section-table-layout table thead tr th:last-of-type {
    min-height: 110px;
    flex: 1 1 100%;
    padding: 10px 0 !important;
  }
  .special-commission-section-table .section-table-layout table tbody {
    display: flex;
    flex: 1 0 calc(100% - 200px);
    overflow: auto;
    padding: 0 !important;
  }
  .special-commission-section-table .section-table-layout table tbody tr {
    flex-direction: column;
    padding: 0 10px !important;
    flex: 1 0 33.3333333333%;
    flex-wrap: nowrap;
  }
  .special-commission-section-table .section-table-layout table tbody tr td {
    max-width: 100% !important;
    align-content: center;
  }
  .special-commission-section-table .section-table-layout table tbody tr td:last-of-type {
    min-height: 110px;
    overflow: auto;
    flex: 1 1 100%;
    padding: 10px 0 !important;
  }
}
@media (max-width: 568.68px) {
  .special-commission-section-table .section-table-layout table thead {
    flex: 1 0 115px;
  }
  .special-commission-section-table .section-table-layout table tbody {
    flex: 1 0 calc(100% - 115px);
  }
  .special-commission-section-table .section-table-layout table tbody tr {
    flex: 1 0 100%;
  }
}
.special-commission-section-table .btn_tag {
  line-height: 125%;
}
.special-commission-section-table .btn_tag:focus {
  border-width: 1px !important;
}
.special-commission-section-table .btn_tag.btn_tag__secondary:focus {
  background: #8C8C8C;
}
.special-commission-section-table .btn_tag.btn_tag__primary:focus {
  background: #067DF4;
}
.special-commission-section-table .dataTables_length {
  position: absolute;
  top: -45px;
  right: 0;
}
@media (max-width: 568.68px) {
  .special-commission-section-table .dataTables_length {
    text-align: right !important;
    position: static;
  }
}
.special-commission-section-table div.dataTables_wrapper div.dataTables_length select:is([name=special-commission-table_length], [name=past-sales-commission-table_length]) {
  border: 1px solid #8C8C8C;
  border-radius: 5px !important;
  width: 64px !important;
  min-height: 29px;
  height: auto;
  padding: 0 9px;
  background-image: url(../images/select-drop-down.svg);
  background-position: 90% 50% !important;
}
.special-commission-section-table div.dataTables_wrapper div.dataTables_length label {
  font-size: 16px;
}

.manage-sale-commission-section-table .section-table-layout {
  position: relative;
  margin-top: 10px !important;
}
.manage-sale-commission-section-table .section-table-layout table thead {
  flex-direction: column;
}
.manage-sale-commission-section-table .section-table-layout table thead tr {
  justify-content: space-between;
  padding: 10px 10px;
  gap: 30px;
}
.manage-sale-commission-section-table .section-table-layout table thead tr:not(:first-of-type) {
  padding-top: 10px;
  background-color: #ffffff;
  border-bottom: 1px solid #DCDCDC;
}
@media (max-width: 1399.68px) {
  .manage-sale-commission-section-table .section-table-layout table thead tr {
    gap: 10px;
  }
}
.manage-sale-commission-section-table .section-table-layout table thead tr th {
  max-width: 16.6666666667%;
  padding: 0;
  min-height: 44px;
}
.manage-sale-commission-section-table .section-table-layout table thead tr th.sorting::before {
  right: -9px;
}
.manage-sale-commission-section-table .section-table-layout table thead tr th.sorting::after {
  right: -9px;
}
.manage-sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(1) {
  max-width: 150px;
}
@media (min-width: 1800.68px) {
  .manage-sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(1) {
    max-width: 150px;
  }
}
.manage-sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(2) {
  max-width: 170px;
}
@media (max-width: 1500.68px) {
  .manage-sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(2) {
    flex: 0 0 100%;
    max-width: 120px;
  }
}
.manage-sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(3) {
  max-width: 170px;
}
@media (max-width: 1500.68px) {
  .manage-sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(3) {
    flex: 0 0 100%;
    max-width: 120px;
  }
}
.manage-sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(4) {
  max-width: 220px;
  flex: 0 0.96 100%;
}
@media (min-width: 1800.68px) {
  .manage-sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(4) {
    max-width: 225px;
  }
}
.manage-sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(5) {
  max-width: 535px;
  flex: 0 0.85 100%;
}
@media (min-width: 1800.68px) {
  .manage-sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(5) {
    max-width: 535px;
    flex: 0 0 100%;
  }
}
.manage-sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(6) {
  max-width: 220px;
}
@media (min-width: 1800.68px) {
  .manage-sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(6) {
    max-width: 220px;
  }
}
.manage-sale-commission-section-table .section-table-layout table thead tr td {
  flex: 1 1 100%;
  max-width: 16.6666666667%;
  padding: 0 !important;
  word-break: break-word;
  text-align: left;
  position: relative;
}
.manage-sale-commission-section-table .section-table-layout table thead tr td input + div.mage-error {
  position: absolute;
  margin: 0;
  line-height: normal;
  font-size: 10px !important;
  top: 30px;
}
.manage-sale-commission-section-table .section-table-layout table thead tr td:nth-of-type(1) {
  max-width: 150px;
  white-space: nowrap;
}
@media (min-width: 1800.68px) {
  .manage-sale-commission-section-table .section-table-layout table thead tr td:nth-of-type(1) {
    max-width: 150px;
  }
}
.manage-sale-commission-section-table .section-table-layout table thead tr td:nth-of-type(2) {
  max-width: 170px;
}
@media (max-width: 1500.68px) {
  .manage-sale-commission-section-table .section-table-layout table thead tr td:nth-of-type(2) {
    flex: 0 0 100%;
    max-width: 120px;
  }
}
.manage-sale-commission-section-table .section-table-layout table thead tr td:nth-of-type(3) {
  max-width: 170px;
}
@media (max-width: 1500.68px) {
  .manage-sale-commission-section-table .section-table-layout table thead tr td:nth-of-type(3) {
    flex: 0 0 100%;
    max-width: 120px;
  }
}
.manage-sale-commission-section-table .section-table-layout table thead tr td:nth-of-type(4) {
  max-width: 220px;
  flex: 0 0.96 100%;
}
.manage-sale-commission-section-table .section-table-layout table thead tr td:nth-of-type(5) {
  max-width: 535px;
  flex: 0 0.85 100%;
}
@media (min-width: 1800.68px) {
  .manage-sale-commission-section-table .section-table-layout table thead tr td:nth-of-type(5) {
    max-width: 535px;
    flex: 0 0 100%;
  }
}
.manage-sale-commission-section-table .section-table-layout table thead tr td:nth-of-type(6) {
  max-width: 220px;
}
@media (min-width: 1800.68px) {
  .manage-sale-commission-section-table .section-table-layout table thead tr td:nth-of-type(6) {
    max-width: 225px;
  }
}
.manage-sale-commission-section-table .section-table-layout table thead tr td.status {
  padding: 10px 0 !important;
}
.manage-sale-commission-section-table .section-table-layout table thead tr td.status a {
  display: inline-block;
  height: auto;
}
.manage-sale-commission-section-table .section-table-layout table thead tr td .list-items {
  flex-direction: column;
  display: flex;
  gap: 20px;
}
.manage-sale-commission-section-table .section-table-layout table thead tr td .list-items > div[data-bind="foreach: Object.keys(feeData)"] {
  flex-direction: column;
}
.manage-sale-commission-section-table .section-table-layout table thead tr td .list-items :is(input, select) {
  align-self: flex-start;
}
.manage-sale-commission-section-table .section-table-layout table thead tr td .list-items :is(input, select).mage-error {
  margin-bottom: 10px !important;
}
.manage-sale-commission-section-table .section-table-layout table thead tr td .list-items div.mage-error {
  position: absolute;
  margin: 0;
  line-height: normal;
  font-size: 10px !important;
  top: 30px;
}
.manage-sale-commission-section-table .section-table-layout table thead tr td .list-items .d-inline-flex:not(.flex-column, .align-self-start) {
  position: relative;
  margin-bottom: 10px;
}
.manage-sale-commission-section-table .section-table-layout table thead tr td .list-items > div {
  display: flex;
  gap: 15px;
}
.manage-sale-commission-section-table .section-table-layout table thead tr td .list-items > div.edit-mode-alignment > span:last-of-type > span {
  margin-bottom: 10px;
  display: inline-block;
}
.manage-sale-commission-section-table .section-table-layout table thead tr td .list-items > div .edit-mode-alignment {
  display: flex;
  gap: 15px;
}
.manage-sale-commission-section-table .section-table-layout table thead tr td .list-items > div .edit-mode-alignment > span {
  flex: 1 1 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.manage-sale-commission-section-table .section-table-layout table thead tr td .list-items > div.flex-gap-10 {
  gap: 10px !important;
}
.manage-sale-commission-section-table .section-table-layout table thead tr td .list-items > div > span {
  flex: 1 1 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.manage-sale-commission-section-table .section-table-layout table thead tr td .list-items > div > span.fw-bold {
  font-weight: 700;
}
.manage-sale-commission-section-table .section-table-layout table thead tr td span {
  line-height: 21.6px;
}
.manage-sale-commission-section-table .section-table-layout table thead tr.edit-mode span.edit-span {
  display: none;
}
.manage-sale-commission-section-table .section-table-layout table thead tr.edit-mode span.edit-span ~ input {
  display: block;
}
.manage-sale-commission-section-table .section-table-layout table thead tr.edit-mode span.edit-span ~ select {
  display: block;
}
.manage-sale-commission-section-table .section-table-layout table thead tr.edit-mode span.nil-span {
  display: none;
}
.manage-sale-commission-section-table .section-table-layout table thead tr.edit-mode span.nil-span ~ .add-detail-span {
  display: block;
  font-weight: 700;
  font-size: 18px;
}
.manage-sale-commission-section-table .section-table-layout table thead tr.edit-mode .edit-mode-btn {
  display: none;
}
.manage-sale-commission-section-table .section-table-layout table thead tr.edit-mode :is(.save-mode, .cancel-mode) {
  display: block;
}
.manage-sale-commission-section-table .section-table-layout table thead tr.edit-mode .edit-mode-alignment {
  flex-direction: column;
  gap: 10px !important;
}
.manage-sale-commission-section-table .section-table-layout table thead tr.edit-mode .only-in-edit {
  display: block !important;
}
.manage-sale-commission-section-table .section-table-layout table thead tr.edit-mode .flex-edit {
  display: flex !important;
  gap: 5px !important;
  font-size: 16px !important;
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 1080.68px) {
  .manage-sale-commission-section-table .section-table-layout table thead tr.edit-mode .flex-edit {
    font-size: 1rem !important;
  }
}
.manage-sale-commission-section-table .section-table-layout table thead tr.edit-mode .flex-edit span {
  line-height: 19.2px;
}
.manage-sale-commission-section-table .section-table-layout table thead tr.edit-mode .flex-edit span.d-inline-flex {
  margin-bottom: 0;
}
.manage-sale-commission-section-table .section-table-layout table thead tr.edit-mode .flex-edit .inline-dropdown {
  width: 100%;
}
.manage-sale-commission-section-table .section-table-layout table thead tr.edit-mode .flex-edit .inline-dropdown span {
  flex: 1;
  margin-bottom: 5px;
}
@media (max-width: 1080.68px) {
  .manage-sale-commission-section-table .section-table-layout table thead tr.edit-mode .flex-edit {
    flex-direction: column;
  }
}
@media (min-width: 1080.68px) {
  .manage-sale-commission-section-table .section-table-layout table thead tr.edit-mode .flex-edit > span:first-of-type {
    flex: 1 1 140px;
  }
  .manage-sale-commission-section-table .section-table-layout table thead tr.edit-mode .flex-edit > span:first-of-type > input {
    flex: 1 1 80px;
  }
  .manage-sale-commission-section-table .section-table-layout table thead tr.edit-mode .flex-edit > span:first-of-type > select {
    flex: 1 1 60px;
  }
}
@media (min-width: 1399.68px) {
  .manage-sale-commission-section-table .section-table-layout table thead tr.edit-mode .flex-edit > span:first-of-type select {
    padding: 0 4px;
    background-position: right !important;
  }
}
@media (min-width: 1800.68px) {
  .manage-sale-commission-section-table .section-table-layout table thead tr.edit-mode .flex-edit > span:first-of-type select {
    padding: 0 4px;
    background-position: 75% 50% !important;
  }
}
@media (max-width: 1399.68px) {
  .manage-sale-commission-section-table .section-table-layout table thead tr.edit-mode .flex-edit > span:first-of-type > select {
    width: 25px !important;
  }
}
.manage-sale-commission-section-table .section-table-layout table thead tr.edit-mode .flex-edit > span:last-of-type > span {
  margin-bottom: 5px;
}
.manage-sale-commission-section-table .section-table-layout table thead tr.edit-mode .flex-edit > span:last-of-type > span.font-italic {
  padding-top: 10px;
}
.manage-sale-commission-section-table .section-table-layout table thead tr.edit-mode .flex-edit > span:last-of-type > span:first-of-type span {
  margin-bottom: 5px;
  display: inline-block;
}
@media (min-width: 1080.68px) {
  .manage-sale-commission-section-table .section-table-layout table thead tr.edit-mode .flex-edit > span:last-of-type {
    flex: 1 1 250px;
  }
}
@media (min-width: 1300.68px) {
  .manage-sale-commission-section-table .section-table-layout table thead tr.edit-mode .flex-edit {
    gap: 15px !important;
  }
}
.manage-sale-commission-section-table .section-table-layout table thead tr.edit-mode .flex-edit span:last-of-type > a {
  position: absolute;
  left: 5px;
  bottom: 0;
  font-size: 18px;
  line-height: normal;
  white-space: nowrap;
}
@media (max-width: 568.68px) {
  .manage-sale-commission-section-table .section-table-layout table thead tr.edit-mode .flex-edit span:last-of-type > a {
    font-size: 1rem;
    position: static;
    padding-top: 10px;
  }
}
.manage-sale-commission-section-table .section-table-layout table thead tr.edit-mode .hide-in-edit {
  display: none !important;
}
.manage-sale-commission-section-table .section-table-layout table tbody {
  padding-top: 10px !important;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr {
  padding: 0 10px;
  gap: 30px;
  border-bottom: 1px solid #DCDCDC;
  flex-wrap: nowrap;
  padding: 10px !important;
  justify-content: space-between;
}
@media (max-width: 1399.68px) {
  .manage-sale-commission-section-table .section-table-layout table tbody tr {
    gap: 10px;
  }
}
.manage-sale-commission-section-table .section-table-layout table tbody tr td {
  max-width: 16.6666666667%;
  padding: 0 !important;
  word-break: break-word;
  text-align: left;
  position: relative;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr td input + div.mage-error {
  position: absolute;
  margin: 0;
  line-height: normal;
  font-size: 10px !important;
  top: 30px;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(1) {
  max-width: 150px;
  white-space: normal;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(2) {
  max-width: 170px;
}
@media (max-width: 1500.68px) {
  .manage-sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(2) {
    flex: 0 0 100%;
    max-width: 120px;
  }
}
.manage-sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(3) {
  max-width: 170px;
}
@media (max-width: 1500.68px) {
  .manage-sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(3) {
    flex: 0 0 100%;
    max-width: 120px;
  }
}
.manage-sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(4) {
  max-width: 220px;
  flex: 0 0.96 100%;
}
@media (min-width: 1800.68px) {
  .manage-sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(4) {
    max-width: 225px;
  }
}
.manage-sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(5) {
  max-width: 535px;
  flex: 0 0.85 100%;
}
@media (min-width: 1800.68px) {
  .manage-sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(5) {
    max-width: 535px;
    flex: 0 0 100%;
  }
}
.manage-sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(6) {
  max-width: 220px;
}
@media (min-width: 1800.68px) {
  .manage-sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(6) {
    max-width: 220px;
  }
}
.manage-sale-commission-section-table .section-table-layout table tbody tr td.status {
  padding: 10px 0 !important;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr td.status a {
  display: inline-block;
  height: auto;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr td .list-items {
  flex-direction: column;
  display: flex;
  gap: 20px;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr td .list-items > div[data-bind="foreach: Object.keys(feeData)"] {
  flex-direction: column;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr td .list-items div.mage-error {
  position: absolute;
  margin: 0;
  line-height: normal;
  font-size: 10px !important;
  top: 30px;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr td .list-items .d-inline-flex:not(.flex-column, .align-self-start) {
  position: relative;
  margin-bottom: 10px;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr td .list-items > div {
  display: flex;
  gap: 15px;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr td .list-items > div .edit-mode-alignment {
  display: flex;
  gap: 15px;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr td .list-items > div .edit-mode-alignment > span {
  flex: 1 1 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr td .list-items > div.flex-gap-10 {
  gap: 10px !important;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr td .list-items > div > span {
  flex: 1 1 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr td .list-items > div > span.fw-bold {
  font-weight: 700;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr td .list-items .looped-items {
  display: flex;
  gap: 15px;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr td .list-items .looped-items.edit-mode-alignment > span:last-of-type > span {
  margin-bottom: 10px;
  display: inline-block;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr td .list-items .looped-items .edit-mode-alignment {
  display: flex;
  gap: 15px;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr td .list-items .looped-items .edit-mode-alignment > span {
  flex: 1 1 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr td .list-items .looped-items.flex-gap-10 {
  gap: 10px !important;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr td .list-items .looped-items > span {
  flex: 1 1 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr td .list-items .looped-items > span.fw-bold {
  font-weight: 700;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr td span {
  line-height: 21.6px;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr.edit-mode span.edit-span {
  display: none;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr.edit-mode span.edit-span ~ input {
  display: block;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr.edit-mode span.edit-span ~ select {
  display: block;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr.edit-mode span.nil-span {
  display: none;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr.edit-mode span.nil-span ~ .add-detail-span {
  display: block;
  font-weight: 700;
  font-size: 18px;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr.edit-mode .edit-mode-btn {
  display: none;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr.edit-mode :is(.save-mode, .cancel-mode) {
  display: block;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr.edit-mode .edit-mode-alignment {
  flex-direction: column;
  gap: 10px !important;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr.edit-mode .only-in-edit {
  display: block !important;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr.edit-mode .flex-edit {
  display: flex !important;
  gap: 5px !important;
  font-size: 16px !important;
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 1080.68px) {
  .manage-sale-commission-section-table .section-table-layout table tbody tr.edit-mode .flex-edit {
    font-size: 1rem !important;
  }
}
.manage-sale-commission-section-table .section-table-layout table tbody tr.edit-mode .flex-edit span {
  line-height: 19.2px;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr.edit-mode .flex-edit span.d-inline-flex {
  margin-bottom: 0;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr.edit-mode .flex-edit > span:first-of-type {
  width: calc(100% - 271px);
}
@media (max-width: 1800.68px) {
  .manage-sale-commission-section-table .section-table-layout table tbody tr.edit-mode .flex-edit > span:first-of-type {
    width: calc(100% - 200px);
  }
}
@media (max-width: 1399.68px) {
  .manage-sale-commission-section-table .section-table-layout table tbody tr.edit-mode .flex-edit > span:first-of-type {
    width: calc(100% - 110px);
  }
}
@media (min-width: 1399.68px) {
  .manage-sale-commission-section-table .section-table-layout table tbody tr.edit-mode .flex-edit > span:first-of-type select {
    padding: 0 4px;
    background-position: right !important;
  }
}
@media (min-width: 1300.68px) {
  .manage-sale-commission-section-table .section-table-layout table tbody tr.edit-mode .flex-edit {
    gap: 15px !important;
  }
}
.manage-sale-commission-section-table .section-table-layout table tbody tr.edit-mode .flex-edit span:last-of-type > a {
  position: absolute;
  left: 5px;
  bottom: 0;
  font-size: 18px;
  line-height: normal;
  white-space: nowrap;
}
.manage-sale-commission-section-table .section-table-layout table tbody tr.edit-mode .hide-in-edit {
  display: none !important;
}
@media (max-width: 1080.68px) {
  .manage-sale-commission-section-table .section-table-layout table {
    display: flex;
  }
  .manage-sale-commission-section-table .section-table-layout table thead {
    width: -moz-fit-content;
    width: fit-content;
    flex: 1 0 400px;
    flex-direction: row;
  }
  .manage-sale-commission-section-table .section-table-layout table thead tr {
    flex-direction: column;
    justify-content: space-between;
  }
  .manage-sale-commission-section-table .section-table-layout table thead tr th {
    max-width: 100% !important;
    min-height: auto;
    flex: 1 1 auto !important;
    align-content: center;
    max-height: 30px;
    height: 100%;
    border-bottom: 1px solid #000000;
  }
  .manage-sale-commission-section-table .section-table-layout table thead tr th.sorting::before {
    right: -5px;
  }
  .manage-sale-commission-section-table .section-table-layout table thead tr th.sorting::after {
    right: -5px;
  }
  .manage-sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(4) {
    max-height: 250px !important;
    height: 100% !important;
  }
  .manage-sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(5) {
    max-height: 300px !important;
    height: 100% !important;
  }
  .manage-sale-commission-section-table .section-table-layout table thead tr:last-of-type td {
    max-width: 100% !important;
    flex: 1 1 auto !important;
    max-height: 30px;
    height: 100%;
    border-bottom: 1px solid #000000;
  }
  .manage-sale-commission-section-table .section-table-layout table thead tr:last-of-type td:nth-of-type(4) {
    max-height: 250px !important;
    height: 100% !important;
    overflow: auto;
  }
  .manage-sale-commission-section-table .section-table-layout table thead tr:last-of-type td:nth-of-type(5) {
    max-height: 300px !important;
    height: 100% !important;
    overflow: auto;
  }
  .manage-sale-commission-section-table .section-table-layout table thead tr:last-of-type td:last-of-type {
    justify-items: right;
  }
  .manage-sale-commission-section-table .section-table-layout table tbody {
    display: flex;
    flex: 1 0 calc(100% - 400px);
    overflow: auto;
    padding: 0 !important;
  }
  .manage-sale-commission-section-table .section-table-layout table tbody tr {
    flex-direction: column;
    padding: 10px 10px !important;
    flex: 1 0 50%;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .manage-sale-commission-section-table .section-table-layout table tbody tr:nth-of-type(odd) {
    border-right: 0.5px solid #dcdcdc;
  }
  .manage-sale-commission-section-table .section-table-layout table tbody tr td {
    max-width: 100% !important;
    flex: 1 1 auto !important;
    max-height: 30px;
    height: 100%;
    border-bottom: 1px solid #000000;
  }
  .manage-sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(4) {
    max-height: 250px !important;
    height: 100% !important;
    overflow: auto;
  }
  .manage-sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(5) {
    max-height: 300px !important;
    height: 100% !important;
    overflow: auto;
  }
  .manage-sale-commission-section-table .section-table-layout table tbody tr td:last-of-type {
    justify-items: right;
  }
}
@media (max-width: 568.68px) {
  .manage-sale-commission-section-table .section-table-layout table thead {
    flex: 1 0 120px;
  }
  .manage-sale-commission-section-table .section-table-layout table tbody {
    flex: 1 0 calc(100% - 120px);
  }
  .manage-sale-commission-section-table .section-table-layout table tbody tr {
    flex: 1 0 100%;
  }
}
.manage-sale-commission-section-table .btn_tag {
  line-height: 125%;
}
@media (max-width: 1080.68px) {
  .manage-sale-commission-section-table .btn_tag {
    padding: 2px 5px;
    align-content: center;
    height: auto;
  }
}
.manage-sale-commission-section-table .btn_tag:focus {
  border-width: 1px !important;
}
.manage-sale-commission-section-table .btn_tag.btn_tag__secondary:focus {
  background: #8C8C8C;
}
.manage-sale-commission-section-table .btn_tag.btn_tag__primary:focus {
  background: #067DF4;
}
.manage-sale-commission-section-table :is(.save-mode, .cancel-mode) {
  display: none;
}
.manage-sale-commission-section-table .edit-span ~ :is(input, select) {
  display: none;
}
.manage-sale-commission-section-table .nil-span ~ .add-detail-span {
  display: none;
}
.manage-sale-commission-section-table :is(input, select, textarea) {
  border: 1px solid #8C8C8C;
  border-radius: 5px !important;
  width: 100%;
  min-height: 29px;
  height: auto;
  padding: 0 9px;
  font-size: 16px;
}
.manage-sale-commission-section-table :is(input, select, textarea)::-moz-placeholder {
  color: #8C8C8C;
}
.manage-sale-commission-section-table :is(input, select, textarea)::placeholder {
  color: #8C8C8C;
}
.manage-sale-commission-section-table :is(input, select) {
  line-height: 19.2px;
}
.manage-sale-commission-section-table input[type=number] {
  font-size: 16px !important;
}
.manage-sale-commission-section-table select {
  background-image: url(../images/select-drop-down.svg);
  background-origin: padding-box !important;
  background-position: calc(100% - 10px) !important;
  line-height: normal;
}
@media (max-width: 1399.68px) {
  .manage-sale-commission-section-table select {
    background-position: 99% !important;
  }
}
.manage-sale-commission-section-table .flex-edit,
.manage-sale-commission-section-table .only-in-edit {
  display: none !important;
}
.manage-sale-commission-section-table .fw-bold {
  font-weight: 700 !important;
}
.manage-sale-commission-section-table .flex-gap-5 {
  gap: 5px !important;
}
.manage-sale-commission-section-table input[type=date]::-webkit-calendar-picker-indicator {
  background-color: transparent;
  position: absolute;
  right: 8.5px;
}
@media (max-width: 1399.68px) {
  .manage-sale-commission-section-table input[type=date]::-webkit-calendar-picker-indicator {
    right: 0px;
  }
}
.manage-sale-commission-section-table input[type=date] {
  padding-inline: 2px !important;
  position: relative;
}
@media (max-width: 1399.68px) {
  .manage-sale-commission-section-table input[type=date] {
    font-size: 13px;
  }
}
@media (min-width: 1800.68px) {
  .manage-sale-commission-section-table input[type=date] {
    padding-inline: 9px !important;
  }
}
.manage-sale-commission-section-table .dataTables_length {
  position: absolute;
  top: -45px;
  right: 0;
}
@media (max-width: 568.68px) {
  .manage-sale-commission-section-table .dataTables_length {
    text-align: right !important;
    position: static;
  }
}
.manage-sale-commission-section-table div.dataTables_wrapper div.dataTables_length select:is([name=current-sales-commission-table_length], [name=manage-sale-commission-table_length]) {
  border: 1px solid #8C8C8C;
  border-radius: 5px !important;
  width: 64px !important;
  min-height: 29px;
  height: auto;
  padding: 0 9px;
  background-image: url(../images/select-drop-down.svg);
  background-position: 90% 50% !important;
}
.manage-sale-commission-section-table div.dataTables_wrapper div.dataTables_length label {
  font-size: 16px;
}

.board-panel {
  padding: 10px;
  background-color: #F5F5F5;
  border-radius: 5px;
}
.board-panel h6 {
  font-size: 18px !important;
  color: #000000;
}
.board-panel > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
@media (max-width: 600.68px) {
  .board-panel > div {
    grid-template-columns: 100%;
  }
}
.board-panel > div > section {
  display: grid;
  grid-template-columns: 150px auto;
  text-align: left;
  grid-gap: 5px;
  align-self: flex-start;
}
.board-panel > div > section > span:nth-of-type(odd) {
  font-weight: 700;
  font-size: 16px;
}
.board-panel > div > section > span:nth-of-type(even) {
  font-size: 18px;
}
.board-panel > div > section > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.board-panel > div > section > ul li {
  margin: 0;
  font-size: 18px;
}

.nav-tab {
  padding-bottom: 10px;
}
.nav-tab > a {
  padding: 10px;
  display: inline-block;
  border-bottom: 2px solid transparent;
  color: #8C8C8C;
  font-weight: 700;
  cursor: pointer;
}
.nav-tab > a.active {
  border-color: #067DF4;
  color: #067DF4;
}

.scroll-section {
  display: inline-flex;
  width: 100%;
  overflow: auto;
  gap: 10px;
}
@media (max-width: 1399.68px) {
  .scroll-section {
    width: 100%;
  }
}
@media (max-width: 568.68px) {
  .scroll-section {
    width: 100%;
    flex-direction: column;
    margin: 0;
    padding: 0px 5px;
  }
}
.scroll-section::-webkit-scrollbar {
  height: 0px;
}
.scroll-section:-webkit-scrollbar-track {
  border-radius: 4px;
}
.scroll-section::-webkit-scrollbar-thumb {
  background: #8C8C8C;
  border-radius: 4px;
}
.scroll-section::-webkit-scrollbar-button:single-button:horizontal:decrement {
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #555555 transparent;
}
.scroll-section > div {
  flex: 1 1 20%;
}
@media (max-width: 1800.68px) {
  .scroll-section > div:nth-of-type(1) {
    max-width: 92px;
  }
  .scroll-section > div:nth-of-type(2) {
    max-width: 75px;
  }
  .scroll-section > div:nth-of-type(3) {
    max-width: 110px;
  }
  .scroll-section > div:nth-of-type(4) {
    max-width: 127px;
  }
  .scroll-section > div:nth-of-type(5) {
    max-width: 95px;
  }
}
@media (max-width: 568.68px) {
  .scroll-section > div > .select2-container {
    width: 100% !important;
  }
}
@media (max-width: 568.68px) {
  .scroll-section > div {
    min-width: 100% !important;
  }
}
.scroll-section > div > .select2-container {
  width: -webkit-fill-available !important;
}
.scroll-section > a {
  white-space: nowrap;
  line-height: 135%;
}
.scroll-section > a.active {
  background-color: #067DF4 !important;
  border-color: #067DF4 !important;
  color: #ffffff !important;
}

.salescommisn_dtls,
.listcommisn_dtls {
  display: flex;
  gap: 10px;
}
@media (max-width: 568.68px) {
  .salescommisn_dtls,
  .listcommisn_dtls {
    flex-direction: column;
    margin: 20px 0;
  }
}

.txt__primary.none_link:is(:hover, :active) {
  text-decoration: underline;
  color: #067DF4;
  text-underline-offset: 4px;
}

/*my listings commision style - start */
.listCommission_Div .text-info-banner {
  height: 206px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1400px) {
  .listCommission_Div .text-info-banner {
    padding: 0;
  }
}
@media (max-width: 1080.68px) {
  .listCommission_Div .text-info-banner {
    flex-wrap: wrap;
    height: auto;
  }
}
@media (max-width: 800px) {
  .listCommission_Div .text-info-banner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.listCommission_Div .text-info-banner h4 {
  max-width: 161px;
  word-break: break-word;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 750;
}
.listCommission_Div .text-info-banner .d-inline {
  display: inline;
}
.listCommission_Div .text-info-banner .dollar-mark::before {
  position: relative;
  content: "$";
  padding-right: 1px;
}
.listCommission_Div .text-info-banner > .text-banner-card {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  align-self: stretch;
  flex-direction: column;
  max-width: 150px;
}
.listCommission_Div .text-info-banner > .text-banner-card:nth-of-type(1) {
  max-width: 161px;
}
.listCommission_Div .text-info-banner > .text-banner-card:nth-of-type(2) {
  max-width: 158px;
  position: unset;
  height: 100%;
  justify-content: center;
  display: flex;
}
.listCommission_Div .text-info-banner > .text-banner-card:nth-of-type(2) p {
  height: auto;
  margin-bottom: 0;
}
@media (max-width: 1080.68px) {
  .listCommission_Div .text-info-banner > .text-banner-card:nth-of-type(2) {
    max-width: 131px;
  }
}
.listCommission_Div .text-info-banner > .text-banner-card:nth-of-type(3) {
  max-width: 171px;
  row-gap: 35px;
}
.listCommission_Div .text-info-banner > .text-banner-card:nth-of-type(4) {
  max-width: 133px;
  row-gap: 40px;
}
.listCommission_Div .text-info-banner > .text-banner-card:nth-of-type(5) {
  max-width: 230px;
  row-gap: 40px;
}
.listCommission_Div .text-info-banner > .text-banner-card:nth-of-type(6) {
  max-width: 163px;
  row-gap: 40px;
}
.listCommission_Div .text-info-banner > .text-banner-card:nth-of-type(7) {
  max-width: 161px;
  row-gap: 40px;
}
.listCommission_Div .text-info-banner > .text-banner-card .banner-text {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-direction: column;
  font-weight: 700;
  line-height: 1.8rem;
  height: 100%;
}
@media (max-width: 1400px) {
  .listCommission_Div .text-info-banner > .text-banner-card .banner-text {
    line-height: 1.5rem;
  }
}
@media (max-width: 800px) {
  .listCommission_Div .text-info-banner > .text-banner-card .banner-text {
    line-height: 2rem;
  }
}
.listCommission_Div .text-info-banner > .text-banner-card .btn_tag {
  padding: 7px;
  font-size: 1rem;
  background-color: #DCDCDC;
  border: none;
}
.listCommission_Div .text-info-banner span {
  line-height: 100%;
}
.listCommission_Div .text-info-banner .font_size_24 {
  font-size: 1.5rem;
}
@media (max-width: 1400px) {
  .listCommission_Div .text-info-banner .font_size_24 {
    font-size: 1.3rem;
  }
}
.listCommission_Div .text-info-banner .font_size_20 {
  font-size: 1.25rem;
}
@media (max-width: 1400px) {
  .listCommission_Div .text-info-banner .font_size_20 {
    font-size: 1.2rem;
  }
}
.listCommission_Div .text-info-banner .font_size_16 {
  font-size: 1rem;
}
@media (max-width: 1400px) {
  .listCommission_Div .text-info-banner .font_size_16 {
    font-size: 0.85rem;
  }
}
.listCommission_Div .listcommisn_dtls .keyword-search {
  max-height: 28px;
}
.listCommission_Div .listcommisn_dtls input {
  height: 28px;
  border: 1px solid #323232;
}
.listCommission_Div .listcommisn_dtls input::-moz-placeholder {
  color: #323232;
}
.listCommission_Div .listcommisn_dtls input::placeholder {
  color: #323232;
}
.listCommission_Div .listcommisn_dtls .btn_tag.btn_tag__md.btn_tag__initial.none_link {
  border-radius: 20px !important;
}
.listCommission_Div .listcommisn_dtls .select2-search__field {
  padding: 0 9px !important;
  font-size: 14px !important;
  font-weight: 700;
}
.listCommission_Div .listcommisn_dtls .select2-container .select2-selection--multiple {
  border: 1px solid #323232;
  max-height: 28px;
  border-radius: 20px;
  min-height: 28px;
}
.listCommission_Div .listcommisn_dtls .select2-container a.btn_tag {
  height: 28px;
  line-height: 1 !important;
}
.listCommission_Div .commission-section-table table.dataTable thead > tr > th.sorting_asc:before,
.listCommission_Div .commission-section-table table.dataTable thead > tr > th.sorting_asc:after {
  content: "";
}

/*my listings commision style - end */
.sub-sale-commission-section-table .section-table-layout {
  margin-top: 10px !important;
  position: relative;
}
.sub-sale-commission-section-table .section-table-layout table thead tr {
  padding: 0 10px;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1399.68px) {
  .sub-sale-commission-section-table .section-table-layout table thead tr {
    gap: 20px;
  }
}
.sub-sale-commission-section-table .section-table-layout table thead tr th {
  max-width: 12.5%;
  padding: 0;
  align-content: center;
  min-height: 84px;
}
.sub-sale-commission-section-table .section-table-layout table thead tr th.sorting:not(:last-of-type)::before {
  right: -15px;
}
.sub-sale-commission-section-table .section-table-layout table thead tr th.sorting:not(:last-of-type)::after {
  right: -15px;
}
.sub-sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(1) {
  max-width: 100px;
  min-width: 60px;
}
.sub-sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(2) {
  max-width: 120px;
}
@media (min-width: 1500.68px) {
  .sub-sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(2) {
    max-width: 200px;
  }
}
.sub-sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(3) {
  max-width: 110px;
}
.sub-sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(4) {
  max-width: 110px;
}
.sub-sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(5) {
  max-width: 150px;
}
.sub-sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(6) {
  max-width: 101px;
}
.sub-sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(7) {
  max-width: 120px;
}
.sub-sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(8) {
  max-width: 434px;
}
@media (max-width: 1675.68px) {
  .sub-sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(8) {
    flex: 0 0 100%;
    max-width: 20%;
  }
  .sub-sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(8).sorting::before {
    right: -5px;
  }
  .sub-sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(8).sorting::after {
    right: -5px;
  }
}
@media (max-width: 1399.68px) {
  .sub-sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(8) {
    flex: 0 0 100%;
    max-width: 26%;
  }
}
@media (max-width: 1110.68px) {
  .sub-sale-commission-section-table .section-table-layout table thead tr th:nth-of-type(8) {
    max-width: 15%;
  }
}
.sub-sale-commission-section-table .section-table-layout table tbody {
  padding-top: 10px !important;
}
.sub-sale-commission-section-table .section-table-layout table tbody tr {
  padding: 10px 10px !important;
  gap: 30px;
  border-bottom: 1px solid #DCDCDC;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 1399.68px) {
  .sub-sale-commission-section-table .section-table-layout table tbody tr {
    gap: 20px;
  }
}
.sub-sale-commission-section-table .section-table-layout table tbody tr td {
  max-width: 12.5%;
  padding: 0 !important;
  word-break: break-word;
  text-align: left;
}
.sub-sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(1) {
  max-width: 100px;
  min-width: 60px;
}
.sub-sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(2) {
  max-width: 120px;
  white-space: normal;
}
@media (min-width: 1500.68px) {
  .sub-sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(2) {
    max-width: 200px;
  }
}
.sub-sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(3) {
  max-width: 110px;
}
.sub-sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(4) {
  max-width: 110px;
}
.sub-sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(5) {
  max-width: 150px;
}
.sub-sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(6) {
  max-width: 101px;
}
.sub-sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(7) {
  max-width: 120px;
}
.sub-sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(8) {
  max-width: 434px;
}
@media (max-width: 1675.68px) {
  .sub-sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(8) {
    flex: 0 0 100%;
    max-width: 20%;
  }
}
@media (max-width: 1399.68px) {
  .sub-sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(8) {
    flex: 0 0 100%;
    max-width: 26%;
  }
}
@media (max-width: 1110.68px) {
  .sub-sale-commission-section-table .section-table-layout table tbody tr td:nth-of-type(8) {
    max-width: 15%;
  }
}
.sub-sale-commission-section-table .section-table-layout table tbody tr td.status {
  padding: 10px 0 !important;
}
.sub-sale-commission-section-table .section-table-layout table tbody tr td.status a {
  display: inline-block;
  height: auto;
}
.sub-sale-commission-section-table .section-table-layout table tbody tr td .list-items {
  flex-direction: column;
}
.sub-sale-commission-section-table .section-table-layout table tbody tr td .list-items > div {
  display: flex;
  gap: 15px;
}
@media (max-width: 1110.68px) {
  .sub-sale-commission-section-table .section-table-layout table tbody tr td .list-items > div {
    flex-direction: column;
  }
}
.sub-sale-commission-section-table .section-table-layout table tbody tr td .list-items > div > span {
  flex: 1 1 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.sub-sale-commission-section-table .section-table-layout table tbody tr td .list-items > div > span:nth-of-type(2) {
  max-width: 85px;
}
@media (max-width: 1399.68px) {
  .sub-sale-commission-section-table .section-table-layout table tbody tr td .list-items > div > span:nth-of-type(2) {
    max-width: 72px;
  }
}
.sub-sale-commission-section-table .section-table-layout table tbody tr td .list-items > div > span:nth-of-type(3) {
  max-width: 85px;
}
@media (max-width: 1399.68px) {
  .sub-sale-commission-section-table .section-table-layout table tbody tr td .list-items > div > span:nth-of-type(3) {
    max-width: 72px;
  }
}
.sub-sale-commission-section-table .section-table-layout table tbody tr td .list-items .looped-items {
  display: flex;
  gap: 15px;
}
.sub-sale-commission-section-table .section-table-layout table tbody tr td .list-items .looped-items.edit-mode-alignment > span:last-of-type > span {
  margin-bottom: 10px;
  display: inline-block;
}
.sub-sale-commission-section-table .section-table-layout table tbody tr td .list-items .looped-items .edit-mode-alignment {
  display: flex;
  gap: 15px;
}
.sub-sale-commission-section-table .section-table-layout table tbody tr td .list-items .looped-items .edit-mode-alignment > span {
  flex: 1 1 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.sub-sale-commission-section-table .section-table-layout table tbody tr td .list-items .looped-items.flex-gap-10 {
  gap: 10px !important;
}
.sub-sale-commission-section-table .section-table-layout table tbody tr td .list-items .looped-items > span {
  flex: 1 1 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.sub-sale-commission-section-table .section-table-layout table tbody tr td .list-items .looped-items > span.fw-bold {
  font-weight: 700;
}
@media (max-width: 1080.68px) {
  .sub-sale-commission-section-table .section-table-layout table {
    display: flex;
  }
  .sub-sale-commission-section-table .section-table-layout table thead {
    width: -moz-fit-content;
    width: fit-content;
    flex: 1 0 200px;
  }
  .sub-sale-commission-section-table .section-table-layout table thead tr {
    flex-direction: column;
  }
  .sub-sale-commission-section-table .section-table-layout table thead tr th {
    max-width: 100% !important;
    min-height: auto;
  }
  .sub-sale-commission-section-table .section-table-layout table thead tr th.sorting:not(:last-of-type)::before {
    right: -5px;
  }
  .sub-sale-commission-section-table .section-table-layout table thead tr th.sorting:not(:last-of-type)::after {
    right: -5px;
  }
  .sub-sale-commission-section-table .section-table-layout table thead tr th:last-of-type {
    min-height: 110px;
    flex: 1 1 100%;
    padding: 10px 0 !important;
  }
  .sub-sale-commission-section-table .section-table-layout table tbody {
    display: flex;
    flex: 1 0 calc(100% - 200px);
    overflow: auto;
    padding: 0 !important;
  }
  .sub-sale-commission-section-table .section-table-layout table tbody tr {
    flex-direction: column;
    padding: 0px 10px !important;
    flex: 1 0 33.3333333333%;
    flex-wrap: nowrap;
  }
  .sub-sale-commission-section-table .section-table-layout table tbody tr td {
    max-width: 100% !important;
    align-content: center;
  }
  .sub-sale-commission-section-table .section-table-layout table tbody tr td:last-of-type {
    min-height: 110px;
    overflow: auto;
    flex: 1 1 100%;
    padding: 10px 0 !important;
  }
}
@media (max-width: 568.68px) {
  .sub-sale-commission-section-table .section-table-layout table thead {
    flex: 1 0 115px;
  }
  .sub-sale-commission-section-table .section-table-layout table tbody {
    flex: 1 0 calc(100% - 115px);
  }
  .sub-sale-commission-section-table .section-table-layout table tbody tr {
    flex: 1 0 100%;
  }
}
.sub-sale-commission-section-table .btn_tag {
  line-height: 125%;
}
.sub-sale-commission-section-table .btn_tag:focus {
  border-width: 1px !important;
}
.sub-sale-commission-section-table .btn_tag.btn_tag__secondary:focus {
  background: #8C8C8C;
}
.sub-sale-commission-section-table .btn_tag.btn_tag__primary:focus {
  background: #067DF4;
}
.sub-sale-commission-section-table .dataTables_length {
  position: absolute;
  top: -45px;
  right: 0;
}
@media (max-width: 568.68px) {
  .sub-sale-commission-section-table .dataTables_length {
    text-align: right !important;
    position: static;
  }
}
.sub-sale-commission-section-table div.dataTables_wrapper div.dataTables_length select:is([name=current-sales-commission-table_length], [name=past-sales-commission-table_length]) {
  border: 1px solid #8C8C8C;
  border-radius: 5px !important;
  width: 64px !important;
  min-height: 29px;
  height: auto;
  padding: 0 9px;
  background-image: url(../images/select-drop-down.svg);
  background-position: 90% 50% !important;
}
.sub-sale-commission-section-table div.dataTables_wrapper div.dataTables_length label {
  font-size: 16px;
}

#html-body .custom_modal__action.modal_details .modal-inner-wrap {
  max-width: 1080px !important;
  padding-bottom: 20px;
}
#html-body .custom_modal__action.modal_details .modal-inner-wrap .modal-content .error-msg {
  justify-content: flex-end;
  color: #BB1818;
}
#html-body .custom_modal__action.modal_details .modal-inner-wrap .modal-content > form {
  justify-items: flex-end;
  margin-bottom: 10px;
}
#html-body .custom_modal__action.modal_details .modal-inner-wrap .modal-content > form .inline-section {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 10px;
}
#html-body .custom_modal__action.modal_details .modal-inner-wrap .modal-content > form .inline-section > span {
  flex: 1 1 100%;
  text-align: left;
  position: relative;
}
#html-body .custom_modal__action.modal_details .modal-inner-wrap .modal-content > form .inline-section > span:nth-of-type(odd) {
  max-width: 80px;
  padding-top: 7px;
  margin: 0;
}
#html-body .custom_modal__action.modal_details .modal-inner-wrap .modal-content > form .inline-section > span:not(:last-of-type) {
  margin-right: 30px;
}
#html-body .custom_modal__action.modal_details .modal-inner-wrap .modal-content > form .inline-section > span div.mage-error {
  position: absolute;
  z-index: 9;
  top: 38px;
  margin: 0;
  color: #BB1818;
}
#html-body .custom_modal__action.modal_details .modal-inner-wrap .modal-content > form .inline-section > span.select-two-inline .select2-container--default .select2-selection--multiple .select2-selection__clear {
  position: absolute;
  color: #BB1818;
  right: 20px;
  margin: 0;
  top: 7px;
}
#html-body .custom_modal__action.modal_details .modal-inner-wrap .modal-content > form .inline-section > span.select-two-inline .select2-container--default .select2-selection--multiple {
  gap: 20px;
}
#html-body .custom_modal__action.modal_details .modal-inner-wrap .modal-content > form .inline-section input {
  padding: 0px 7px;
  height: auto;
  min-height: 32px;
  text-align: left;
  border: 1px solid #000;
}
#html-body .custom_modal__action.modal_details .modal-inner-wrap .modal-content .grid-system-container {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-gap: 10px;
}
#html-body .custom_modal__action.modal_details .modal-inner-wrap .modal-content .grid-system-container > div {
  display: flex;
  width: 100%;
  gap: 5px;
}
#html-body .custom_modal__action.modal_details .modal-inner-wrap .modal-content .grid-system-container > div > span {
  flex: 1 1 11.1111111111%;
  font-size: 16px;
  font-weight: 700;
}
#html-body .custom_modal__action.modal_details .modal-inner-wrap .modal-content .grid-system-container > div > span:not(:first-of-type) {
  text-align: left;
}
#html-body .custom_modal__action.modal_details .modal-inner-wrap .modal-content .grid-system-container > div > span:first-of-type {
  max-width: 60px;
}
#html-body .custom_modal__action.modal_details .modal-inner-wrap .modal-content .grid-system-container > div > span:last-of-type {
  text-align: center;
}
#html-body .custom_modal__action.modal_details .modal-inner-wrap .modal-content .grid-system-container > div:last-of-type {
  max-height: 300px;
  padding: 15px 0px;
  overflow: auto;
}
#html-body .custom_modal__action.modal_details .modal-inner-wrap .modal-content .grid-system-container #listing-agent-data {
  display: flex;
  width: 100%;
  gap: 5px;
}
#html-body .custom_modal__action.modal_details .modal-inner-wrap .modal-content .grid-system-container #listing-agent-data > div {
  flex: 1 1 11.1111111111%;
}
#html-body .custom_modal__action.modal_details .modal-inner-wrap .modal-content .grid-system-container #listing-agent-data > div:not(:first-of-type) {
  text-align: left;
}
#html-body .custom_modal__action.modal_details .modal-inner-wrap .modal-content .grid-system-container #listing-agent-data > div:first-of-type {
  max-width: 60px;
}
#html-body .custom_modal__action.modal_details .modal-inner-wrap .modal-content .grid-system-container #listing-agent-data > div:last-of-type {
  text-align: center;
}

.text-left a.btn_tag__primary {
  line-height: normal;
  display: inline-block;
}

#html-body .btn_tag.unset_btn {
  border: 1px solid;
}
#html-body .link_tag {
  color: #067DF4;
  border: none;
  background: none;
}
#html-body .link_tag:hover {
  color: #067DF4;
  background: none;
  border: none;
}
#html-body .link_tag:active {
  color: #067DF4;
  background: none;
  border: none;
}
#html-body .brick-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
#html-body .brick-list:has(span:nth-child(5)) > span {
  max-width: 137px;
}
#html-body .brick-list:has(span:nth-child(5)) > span > p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#html-body .brick-list > span {
  display: inline-flex;
  gap: 10px;
  padding: 5px 10px;
  background-color: #F2F2F2;
  border-radius: 3px;
}
#html-body .brick-list > span.icon-plus {
  gap: 6px;
}
#html-body .brick-list > span.icon-plus::before {
  content: "+";
  font-size: 20px;
  line-height: 14px;
}
#html-body .brick-list > span.icon-plus p {
  font-weight: 750px;
  font-size: 14px;
}
#html-body .brick-list > span > p {
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  color: #464646;
}
#html-body .brick-list > span > a {
  rotate: 45deg;
  color: #464646;
  font-weight: 300;
  font-size: 22.5px;
  line-height: 50%;
  cursor: pointer;
}

#html-body .modals-wrapper .custom_modal__share_project {
  z-index: 1009;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap {
  max-width: 100%;
  width: 826px;
  max-height: 90%;
  position: relative;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 1399.98px) {
  #html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 826.98px) {
  #html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap {
    max-width: 100%;
    min-height: auto;
  }
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-header h1 {
  font-size: 1.125rem;
  padding-right: 55px;
  padding-left: 20px;
  text-align: left;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-header .action-close {
  background-color: transparent;
  height: auto;
  width: auto;
  right: 20px;
  top: 5px;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-header .action-close::before {
  color: #000;
  background-color: #fff !important;
  border-radius: 4px;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-header .action-close:hover::before {
  color: #fff;
  background-color: #000 !important;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-content {
  padding: 0;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-content div.alert {
  padding: 10px 15px;
  margin: 0 0 10px 0px;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-content .section_content {
  margin: 0 20px !important;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-content .section_content .box_section {
  border: 1px solid #C7C7C7;
  padding: 7px 13px;
  width: 100%;
  min-height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  position: relative;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-content .section_content .box_section input[type=text] {
  border: 0;
  padding: 0;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-content .section_content .box_section select {
  border: 0;
  padding: 0;
  background-image: url(../images/select-default-dropdown.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 0px 7px;
  background-position: 50%;
}
@media (max-width: 500.68px) {
  #html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-content .section_content .box_section select {
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 15px;
    background-origin: padding-box !important;
  }
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-content .section_content .box_section:not(:last-of-type) {
  margin-bottom: 9px;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-content .section_content .box_section label {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  display: inline-block;
  margin-right: 0.5rem;
  color: #000000;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-content .section_content .box_section .section-left-align {
  display: inline-flex;
  margin-left: auto;
  gap: 7px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #000;
  align-items: center;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-content .section_content .box_section .section-left-align button {
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  gap: 5px;
  text-transform: none;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-content .section_content .box_section .section-left-align button.icon-plus::before {
  content: "+";
  font-size: 20px;
  line-height: 16px;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-content .section_content .box_section .section-left-align button.drop-icon {
  background-image: url(../images/select-default-dropdown.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  padding: 7px 11px;
  background-position: 50%;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-content .section_content .box_section .section-left-align button.import-icon {
  background-image: url(../images/import-icon.svg);
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: 0%;
  padding-left: 16px;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-content .section_content .box_section .section-left-align button.file-icon {
  white-space: nowrap;
  background-image: url(../images/file-blue.svg);
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: 0%;
  padding-left: 16px;
}
@media (max-width: 500.68px) {
  #html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-content .section_content .box_section .section-left-align button.file-icon {
    white-space: normal;
    text-align: left;
  }
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-content .section_content .box_section .section-left-align a {
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  color: #000;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-content .section_content .box_section.area-text {
  min-height: 350px;
  display: inline-block;
  padding: 0;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-content .section_content .box_section.area-text .tox-tinymce {
  min-height: 350px;
  border: 0;
  border-radius: 4px;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-content .section_content .box_section.area-text .tox-statusbar {
  height: 30px;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-content .section_content .box_section.area-text .tox-statusbar .tox-statusbar__text-container {
  align-items: center;
}
@media (max-width: 500.68px) {
  #html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-content .section_content .box_section.area-text .tox-editor-container {
    gap: 35px;
  }
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-content .section_content .box_section .placeholder-select {
  font-size: 14.5px;
  font-weight: 350;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-content .section_content .popup-bg-attachment {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-content .section_content .popup-bg-attachment.active {
  display: block;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-content footer {
  text-align: right;
  padding: 17px 21px;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-content footer button.send-email-button {
  text-transform: capitalize;
  padding: 9px 20.5px;
  border-radius: 30px;
  line-height: 100%;
  background-color: #067DF4;
  font-size: 14px;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-content footer button.mobile-share-button {
  text-transform: capitalize;
  padding: 9px 20.5px;
  border-radius: 30px;
  line-height: 100%;
  background-color: #067DF4;
  font-size: 14px;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-content div:is(.mage-error, #share-client-error, #share-attachment-error, #share-content-error) {
  display: block;
  color: #BB1818 !important;
  position: absolute;
  bottom: 1px;
  font-size: 10px !important;
  left: 9px;
  margin: 0;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-content div#share-content-error {
  bottom: -15px;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .modal-content table > tbody > tr > :is(th, td) {
  padding: 0 !important;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .absolute-elements {
  position: absolute;
  right: 20px;
  top: 92px;
}
@media (max-width: 500.68px) {
  #html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .absolute-elements {
    top: 105px;
  }
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .absolute-elements select {
  border: 1px solid #DDDDDD !important;
  border-radius: 4px !important;
  padding: 4.5px 10px !important;
  min-width: 150px;
  font-size: 14px;
  background-size: 14px !important;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .dropdown-section {
  position: absolute;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2509803922);
  top: 40px;
  right: -3px;
  left: -3px;
  z-index: 99;
  background-color: #fff;
  transform-origin: top;
  transition: all ease 0.1s;
  border-radius: 4px;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .dropdown-section .list-data-column-two {
  padding: 16px 17px 24px 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-height: 352px;
  overflow: auto;
}
@media (max-width: 500.68px) {
  #html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .dropdown-section .list-data-column-two {
    grid-template-columns: 1fr;
  }
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .dropdown-section .list-data-column-two > .list-data-items {
  display: flex;
  font-size: 0.875rem;
  grid-gap: 10px;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .dropdown-section .list-data-column-two > .list-data-items p {
  color: #000000;
  font-weight: 700;
  word-break: break-all;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .dropdown-section .list-data-column-two > .list-data-items i {
  color: #000000;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .dropdown-section .list-data-column-two > .list-data-items input {
  align-self: flex-start;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .dropdown-section .dropdown-section-footer {
  padding: 13px 15px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #D8D8D8;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .dropdown-section .dropdown-section-footer p {
  font-size: 14px;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .dropdown-section .dropdown-section-footer button {
  border-width: 2px;
  font-size: 14px;
  padding: 9px 23.5px;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup {
  position: absolute;
  inset: 0;
  background-color: #fff;
  z-index: 999;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  transform-origin: right top;
  transition: all ease 0.1s;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup.overlay-popup-email-template .content-section {
  height: calc(100% - 84px);
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup.overlay-popup-email-template .content-section .form-section {
  height: 100%;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup .content-section {
  height: 100%;
  overflow: auto;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup .content-section > div {
  height: calc(100% - 83px);
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup .content-section > div #client-form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup .content-section > div #client-import-form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup .content-section > div #client-import-form a#download-client-import-form {
  color: #067DF4;
  font-size: 0.875rem;
  cursor: pointer;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup .content-section > div #client-import-form .fade-out-text {
  position: absolute;
  bottom: -30px;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup .content-section > div #client-import-form > div {
  position: relative;
}
@media (max-width: 991.68px) {
  #html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup .content-section > div #client-import-form > div:nth-of-type(3) {
    height: 100%;
  }
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup.dispay_show + .overlay-popup-bg {
  display: block;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup header {
  display: flex;
  min-height: 30px;
  align-items: center;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup header .client-close.fa-arrow-left {
  border: 1px solid #000;
  padding: 7px 9px;
  border-radius: 1.25rem;
  line-height: 100%;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup header h1 {
  padding-left: 10px;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup .content-section .button-section {
  padding-top: 26px;
  padding-bottom: 21px;
  display: inline-block;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup .content-section .button-section button {
  font-size: 14px;
  line-height: 100%;
  padding: 9px 19px;
  border-width: 2px;
  border-color: #000;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup .content-section .button-section button.active {
  background-color: #000000;
  color: #ffffff;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup .content-section .form-section span {
  display: block;
  position: relative;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup .content-section .form-section span div.mage-error {
  bottom: -12px !important;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup .content-section .form-section span label {
  font-size: 15px;
  color: #000000;
  margin-bottom: 9px;
  display: inline-block;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup .content-section .form-section span input[type=text] {
  border: 1px solid #c7c7c7;
  border-radius: 7px;
  min-height: 28px;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup .content-section .form-section span:not(:last-of-type) {
  margin-bottom: 10px;
  min-height: 40px;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup .content-section .form-section .label-file-container {
  display: block;
  padding: 196.62px 263.5px 134px 263.5px;
  border: 1px dashed #9B9090;
  justify-items: center;
  background-image: url(../images/file-upload-icon.svg);
  background-position: 50% 134px;
  background-repeat: no-repeat;
}
@media (max-width: 1399.68px) {
  #html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup .content-section .form-section .label-file-container {
    padding: 120.62px 263.5px 60.62px 263.5px;
    background-position: 50% 55px;
  }
}
@media (max-width: 991.68px) {
  #html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup .content-section .form-section .label-file-container {
    padding: 0;
    height: 100%;
    align-content: center;
    background-position: 50% 30%;
  }
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup .content-section .form-section .label-file-container .label-file-button {
  font-size: 14px;
  line-height: 100%;
  padding: 8px 19px;
  border-width: 2px;
  margin-top: 21px;
  display: inline-block;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup .content-section .form-section .label-file-container #share-client-file-name {
  display: block;
  position: relative;
  font-size: 15px;
  color: #8c8c8c;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup footer {
  margin-top: auto;
  text-align: right;
  padding: 10px 0 0 0;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup + .overlay-popup {
  z-index: 1000;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup.overlay-popup-email-template {
  right: 20%;
  left: 20%;
  border: 1px solid #000;
  transform-origin: bottom right;
  bottom: -20px;
  overflow: auto;
}
@media (max-width: 700.68px) {
  #html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup.overlay-popup-email-template {
    right: 10%;
    left: 10%;
    bottom: 0;
  }
}
@media (min-width: 1399.68px) {
  #html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup.overlay-popup-email-template {
    top: -46px;
    bottom: -16px;
  }
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup.overlay-popup-email-template + .overlay-popup-bg {
  display: none;
  background-color: rgba(51, 51, 51, 0.55);
  position: absolute;
  inset: 0;
  z-index: 999;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup.overlay-popup-email-template.display_show + .overlay-popup-bg {
  display: block;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup.overlay-popup-email-template * p {
  margin-top: 0rem;
  margin-bottom: 2.4rem;
  font-size: 15px;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup.overlay-popup-email-template * ul, #html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup.overlay-popup-email-template * ol {
  margin-top: 0rem;
  margin-bottom: 2.4rem;
  font-size: 15px;
  padding-inline-start: 40px;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup.overlay-popup-email-template * > li {
  margin-top: 0rem;
  margin-bottom: 1.2rem;
}
#html-body .modals-wrapper .custom_modal__share_project .modal-inner-wrap .overlay-popup.overlay-popup-email-template * h3 {
  color: #222222;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 1.7rem;
}
@media (max-width: 1399.68px) {
  #html-body .listcommisn_dtls .keyword-search {
    min-width: auto;
    width: 180px;
  }
}
@media (max-width: 1399.68px) {
  #html-body .listcommisn_dtls .scroll-section div:nth-of-type(1) {
    max-width: 92px;
  }
  #html-body .listcommisn_dtls .scroll-section div:nth-of-type(2) {
    max-width: 105px;
  }
  #html-body .listcommisn_dtls .scroll-section div:nth-of-type(3) {
    max-width: 127px;
  }
  #html-body .listcommisn_dtls .scroll-section div:nth-of-type(4) {
    max-width: 127px;
  }
}
#html-body .btn_tag__anchor {
  padding: 4px 10px;
  font-size: 1rem;
  line-height: normal;
  border-radius: 20px;
  align-items: center;
}
#html-body .btn_tag.txt__md {
  font-size: 1rem;
}
#html-body :is(.salescommisn_dtls, .listcommisn_dtls) .scroll-section {
  align-items: center;
}
#html-body :is(.salescommisn_dtls, .listcommisn_dtls) .scroll-section > div :is(input, .select2-selection__placeholder) {
  font-size: 14px;
}
#html-body :is(.salescommisn_dtls, .listcommisn_dtls) .scroll-section > a {
  font-size: 14px;
  line-height: normal;
}

#html-body .btn_tag.txt__md {
  font-size: 1rem;
}

#html-body .property_matching-section {
  max-height: 650px;
  height: auto;
  border-radius: 6px;
  border: 1px solid #E8E8E8;
}
@media (max-width: 500.68px) {
  #html-body .property_matching-section {
    max-height: 100%;
  }
}
#html-body .property_matching-section > section {
  display: flex;
}
@media (max-width: 500.68px) {
  #html-body .property_matching-section > section {
    flex-direction: column;
  }
}
@media (max-width: 500.68px) {
  #html-body .property_matching-section > section > div {
    max-width: 100% !important;
  }
}
#html-body .property_matching-section > section .section-one {
  flex: 1 1 100%;
  max-width: 344px;
  border-right: 1px solid #E8E8E8;
}
@media (min-width: 1680.68px) {
  #html-body .property_matching-section > section .section-one {
    max-width: 27%;
  }
}
@media (max-width: 1399.68px) {
  #html-body .property_matching-section > section .section-one {
    max-width: 280px;
  }
}
#html-body .property_matching-section > section .section-one .menu-section {
  display: flex;
  padding: 0.594rem 0.625rem 0.594rem 0.938rem;
  justify-content: space-between;
  align-items: center;
}
#html-body .property_matching-section > section .section-one .menu-section h4 {
  margin: 0;
  font-weight: 750;
  font-size: 15px;
  line-height: 100%;
  text-transform: uppercase;
}
#html-body .property_matching-section > section .section-one .menu-section > div {
  display: flex;
  gap: 4px;
}
#html-body .property_matching-section > section .section-one .menu-section > div span {
  height: 38px;
  width: 38px;
  display: inline-block;
  border-radius: 1.25rem;
  border: 1px solid #E2E2E2;
  align-content: center;
  text-align: center;
  cursor: pointer;
}
#html-body .property_matching-section > section .section-one .menu-section > div span a {
  padding-left: 13px;
  background-repeat: no-repeat;
  padding-top: 0px;
}
#html-body .property_matching-section > section .section-one .menu-section > div span a.calendar-icon {
  background-image: url(../images/calender-icon-new.svg);
}
#html-body .property_matching-section > section .section-one .menu-section > div span a.shop-icon {
  background-image: url(../images/shope-new.svg);
}
#html-body .property_matching-section > section .section-one .list-section {
  border-top: 1px solid #E2E2E2;
  padding: 5px 10px;
}
#html-body .property_matching-section > section .section-one .round-count {
  position: relative;
}
#html-body .property_matching-section > section .section-one .round-count > :is(a, span) {
  display: block;
  height: 23px;
  width: 23px;
  align-content: center;
  text-align: center;
  background-color: #CACACA;
  border-radius: 30px;
  color: #ffffff;
}
#html-body .property_matching-section > section .section-two {
  flex: 1 1 100%;
  max-width: 320px;
  border-right: 1px solid #E8E8E8;
  display: flex;
  flex-direction: column;
}
#html-body .property_matching-section > section .section-two:not(.client-detail) {
  background-image: url(../images/em.png);
  background-repeat: no-repeat;
  background-position: 50% 30%;
}
@media (max-width: 1399.68px) {
  #html-body .property_matching-section > section .section-two {
    max-width: 100%;
  }
}
@media (min-width: 1680.68px) {
  #html-body .property_matching-section > section .section-two {
    max-width: 23%;
  }
}
#html-body .property_matching-section > section .section-two > div {
  padding: 18px 15px;
}
#html-body .property_matching-section > section .section-two > div .inline-list > h6 {
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  margin-top: 0 !important;
  margin-bottom: 17px;
}
#html-body .property_matching-section > section .section-two > div .inline-list .scroll-div .label-lists {
  display: flex;
  gap: 17px;
}
#html-body .property_matching-section > section .section-two > div .inline-list .scroll-div .label-lists:not(:last-of-type) {
  margin-bottom: 14px;
}
#html-body .property_matching-section > section .section-two > div .inline-list .scroll-div .label-lists > label {
  flex: 1 1 100%;
  max-width: 75px;
  display: inline-block;
  font-weight: 300;
  font-size: 12px;
  line-height: 100%;
  color: #7E7E7E;
}
@media (max-width: 1399.68px) {
  #html-body .property_matching-section > section .section-two > div .inline-list .scroll-div .label-lists > label {
    max-width: 60px;
    flex: 1 0 100%;
  }
}
#html-body .property_matching-section > section .section-two > div .inline-list .scroll-div .label-lists p {
  flex: 1 1 100%;
  max-width: 100%;
  word-break: break-word;
  display: inline-block;
  margin: 0 !important;
  font-family: Avenir LT Std;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
}
#html-body .property_matching-section > section .section-two > div .inline-list.single-line .label-lists {
  display: flex;
}
#html-body .property_matching-section > section .section-two > div .inline-list.double-line {
  max-height: 235px;
  overflow: auto;
}
#html-body .property_matching-section > section .section-two > div .inline-list.double-line .label-lists {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 0 22px 0;
  margin: 0;
  border-bottom: 1px solid #E1E1E1;
}
#html-body .property_matching-section > section .section-two > div .inline-list.double-line .label-lists :is(label, p) {
  max-width: 100%;
}
#html-body .property_matching-section > section .section-two > div .inline-list.double-line .label-lists p {
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  color: #000000;
}
#html-body .property_matching-section > section .section-two > div .inline-list.double-line .label-lists label {
  font-size: 13px;
  color: #A4A4A4;
}
#html-body .property_matching-section > section .section-two > div .inline-list:not(:last-of-type) {
  padding-bottom: 22px;
  border-bottom: 1px solid #E1E1E1;
}
#html-body .property_matching-section > section .section-two .button-section {
  margin-top: auto;
  border-top: 1px solid #E2E2E2;
  display: flex;
  gap: 10px;
  align-items: center;
}
#html-body .property_matching-section > section .section-two .button-section > button {
  width: -moz-fit-content;
  width: fit-content;
}
#html-body .property_matching-section > section .section-two .button-section > button:first-of-type {
  width: 60%;
}
#html-body .property_matching-section > section .section-two .button-section > button:last-of-type {
  width: 40%;
}
@media (max-width: 1399.68px) {
  #html-body .property_matching-section > section .section-two .button-section > button {
    min-height: -moz-fit-content;
    min-height: fit-content;
    max-height: 18px;
    padding: 11px;
  }
}
#html-body .property_matching-section > section .section-three {
  flex: 1 1 100%;
  max-width: 684px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1680.68px) {
  #html-body .property_matching-section > section .section-three {
    max-width: 50%;
  }
}
@media (max-width: 1399.68px) {
  #html-body .property_matching-section > section .section-three {
    max-width: 280px;
  }
}
#html-body .property_matching-section > section .section-three .tab_section {
  padding: 10px;
  display: flex;
}
#html-body .property_matching-section > section .section-three .tab_section a {
  display: inline-block;
  padding: 14px 18px;
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
  color: #BBBBBB;
  border-bottom: 2px solid transparent;
  position: relative;
  cursor: pointer;
}
#html-body .property_matching-section > section .section-three .tab_section a > span {
  position: absolute;
  height: 23px;
  width: 23px;
  align-content: center;
  text-align: center;
  background-color: #CACACA;
  border-radius: 30px;
  color: #ffffff;
  bottom: 10px;
  right: 18px;
}
#html-body .property_matching-section > section .section-three .tab_section a:last-of-type {
  padding-right: 51px;
}
#html-body .property_matching-section > section .section-three .tab_section a:first-child.active {
  color: #000000;
  border-color: #000000;
  width: 100%;
}
#html-body .property_matching-section > section .section-three .tab_section a:first-child.active > span {
  background-color: #000000;
}
#html-body .property_matching-section > section .section-three .sub_tab_section a.list-properties {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-color: #f1f1f1;
}
#html-body .property_matching-section > section .section-three .sub_tab_section a.list-properties .filter-search {
  padding: 0;
}
#html-body .property_matching-section > section .section-three .sub_tab_section a.list-properties .filter-search > button {
  margin-block: -10px;
}
#html-body .property_matching-section > section .section-three .sub_tab_section .left_tab_content {
  width: 100%;
}
#html-body .property_matching-section > section .section-three .sub_tab_section .left_tab_content a:last-of-type {
  padding-right: 0;
}
#html-body .property_matching-section > section .section-three .sub_tab_section .left_tab_content .sub_prop_tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#html-body .property_matching-section > section .section-three .sub_tab_section .left_tab_content .sub_prop_tab a {
  font-size: 12px;
  text-transform: capitalize;
  width: 100%;
  border-color: #f1f1f1;
}
#html-body .property_matching-section > section .section-three .sub_tab_section .left_tab_content .sub_prop_tab a.active {
  border-color: #000000;
  color: #000000;
}
@media (max-width: 1399.68px) {
  #html-body .property_matching-section > section .section-three .sub_tab_section .left_tab_content .sub_prop_tab {
    flex-direction: column;
  }
}
#html-body .property_matching-section > section .section-three .sub_tab_section .right_tab_content {
  width: 100%;
}
#html-body .property_matching-section > section .section-three .sub_tab_section .right_tab_content a:last-of-type {
  padding-right: 0;
}
@media (max-width: 1399.68px) {
  #html-body .property_matching-section > section .section-three .sub_tab_section {
    flex-direction: column-reverse;
  }
}
#html-body .property_matching-section > section .section-three .list-section {
  padding: 5px 10px;
  height: 455px;
}
#html-body .property_matching-section > section .section-three .list-section .card-scroll-section {
  overflow-y: auto;
  height: calc(100% - 40px);
}
#html-body .property_matching-section > section .section-three .list-section .card-scroll-section .card-info-section {
  padding: 13px 12px 11px 13px;
}
#html-body .property_matching-section > section .section-three .list-section .card-scroll-section .card-info-section .img-content {
  height: 68px;
  width: 68px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-color: #b9b9b9;
  flex: 0 0 68px;
}
#html-body .property_matching-section > section .section-three .list-section .card-scroll-section .card-info-section .content-details {
  align-content: center;
  min-height: 52px;
}
#html-body .property_matching-section > section .section-three .list-section .card-scroll-section .card-info-section .content-details h6 {
  font-weight: 400;
  font-size: 19px;
  line-height: 92%;
  margin: 0;
  margin-bottom: 5px;
}
#html-body .property_matching-section > section .section-three .list-section .card-scroll-section .card-info-section .content-details .inline-content {
  display: flex;
  gap: 17px;
  margin-bottom: 5px;
}
@media (max-width: 1300.68px) {
  #html-body .property_matching-section > section .section-three .list-section .card-scroll-section .card-info-section .content-details .inline-content {
    flex-direction: column;
  }
}
#html-body .property_matching-section > section .section-three .list-section .card-scroll-section .card-info-section .content-details .inline-content > span {
  display: flex;
}
#html-body .property_matching-section > section .section-three .list-section .card-scroll-section .card-info-section .content-details .inline-content > span > label {
  font-weight: 300;
  font-size: 11px;
  line-height: 100%;
  display: inline-block;
  color: #8b8b8b;
  white-space: nowrap;
}
#html-body .property_matching-section > section .section-three .list-section .card-scroll-section .card-info-section .content-details .inline-content > span > p {
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  margin: 0 !important;
}
#html-body .property_matching-section > section .section-three .list-section .card-scroll-section .card-info-section .content-details .address-title {
  font-weight: 300;
  font-size: 14px;
  line-height: 93%;
  margin: 0;
  color: #BBBBBB;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
#html-body .property_matching-section > section .section-three .list-section .card-scroll-section .card-info-section .add-edit-section {
  margin-left: auto;
  min-height: 68px;
  align-content: center;
  justify-items: flex-end;
}
#html-body .property_matching-section > section .section-three .list-section .card-scroll-section .card-info-section .add-edit-section > span {
  display: flex;
  gap: 7px;
  top: -10px;
  position: relative;
}
#html-body .property_matching-section > section .section-three .list-section .card-scroll-section .card-info-section .add-edit-section > span .list-label {
  font-weight: 350;
  font-size: 11px;
  line-height: 100%;
}
#html-body .property_matching-section > section .section-three .list-section .card-scroll-section .card-info-section .add-edit-section > span p {
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
}
#html-body .property_matching-section > section .section-three .list-section .card-scroll-section .card-info-section .add-edit-section a {
  cursor: pointer;
}
#html-body .property_matching-section > section .section-three .list-section .card-scroll-section .card-info-section .add-edit-section .icon-add {
  display: inline-block;
  height: 23px;
  width: 23px;
  background-image: url(../images/add-icon.svg);
}
#html-body .property_matching-section > section .section-three .list-section .card-scroll-section .card-info-section .add-edit-section .icon-checked {
  display: inline-block;
  height: 23px;
  width: 23px;
  background-image: url(../images/check-icon.svg);
}
#html-body .property_matching-section > section .section-three .list-section .card-scroll-section .card-info-section .add-edit-section .icon-delete {
  display: inline-block;
  height: 23px;
  width: 23px;
  background-image: url(../images/delete-icon.svg);
}
#html-body .property_matching-section > section .section-three .list-section .card-scroll-section .card-info-section:hover {
  border: 1px solid #067DF4;
  background-color: #ECF2FF;
  cursor: default;
}
#html-body .property_matching-section > section .section-three .list-section .card-scroll-section .card-info-section:hover .text-profile {
  background-color: #CCDCFF;
}
#html-body .property_matching-section > section .section-three .list-section .card-scroll-section .card-info-section:not(:last-of-type) {
  margin-bottom: 7px !important;
}
@media (max-width: 1399.68px) {
  #html-body .property_matching-section > section .section-three .list-section {
    height: 397px;
  }
}
#html-body .property_matching-section > section .section-three .button-section {
  padding: 18px 15px;
  margin-top: auto;
  border-top: 1px solid #E2E2E2;
  justify-content: flex-end;
  display: flex;
}
#html-body .property_matching-section > section .section-three .button-section > button {
  border-color: #D9D9D9;
  background-color: transparent;
  color: #000000;
}
#html-body .property_matching-section > section .section-three .button-section > button.save_btn {
  min-width: 90px;
  margin-right: 6px;
}
#html-body .property_matching-section > section .section-three .button-section > button.schedule_btn {
  min-width: 137px;
  margin-right: 6px;
}
#html-body .property_matching-section > section .section-three .button-section > button.sent_btn {
  min-width: 110px;
}
#html-body .property_matching-section > section .section-three .button-section > button.color_primary_grade {
  background-color: #067DF4;
  border-color: #067DF4;
  color: #ffffff;
}
#html-body .property_matching-section > section .filter-search {
  display: flex;
  gap: 4px;
  padding-bottom: 6px;
}
#html-body .property_matching-section > section .filter-search input[type=text] {
  border-radius: 50px !important;
  border: 1px solid #E2E2E2;
  height: 33px;
  padding: 5.5px 12.5px 5.5px 41px;
  background-image: url(../images/search-icon-new.svg);
  background-clip: padding-box;
  background-repeat: no-repeat;
  background-position: 17px 50%;
  font-size: 11px;
  font-weight: 700;
}
#html-body .property_matching-section > section .filter-search > button {
  font-size: 11px;
  padding: 10px 17px;
  border: 1px solid #E2E2E2;
  text-transform: uppercase;
}
#html-body .property_matching-section > section .card-scroll-section {
  overflow-y: auto;
  height: 535px;
}
@media (max-width: 500.68px) {
  #html-body .property_matching-section > section .card-scroll-section {
    height: auto;
  }
}
#html-body .property_matching-section > section .card-scroll-section .card-info-section {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid #f1f1f1;
  padding: 13px 12px;
  cursor: pointer;
}
#html-body .property_matching-section > section .card-scroll-section .card-info-section .text-profile {
  font-size: 18px;
  height: 46px;
  width: 46px;
  align-content: center;
  text-align: center;
  background-color: #f0f0f0;
  border-radius: 27.5px;
  font-weight: 700;
  line-height: 100%;
  flex: 0 0 46px;
}
#html-body .property_matching-section > section .card-scroll-section .card-info-section .profile-details h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 13px;
  margin-top: 0;
}
#html-body .property_matching-section > section .card-scroll-section .card-info-section .profile-details > span {
  display: flex;
  gap: 17px;
}
#html-body .property_matching-section > section .card-scroll-section .card-info-section .profile-details > span:not(:last-of-type) {
  margin-bottom: 9px !important;
}
#html-body .property_matching-section > section .card-scroll-section .card-info-section .profile-details > span > label {
  font-weight: 300;
  font-size: 11px;
  line-height: 100%;
  color: #8b8b8b;
  flex: 1 1 100%;
  max-width: 26px;
}
#html-body .property_matching-section > section .card-scroll-section .card-info-section .profile-details > span > p {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  margin: 0 !important;
  word-break: break-word;
}
#html-body .property_matching-section > section .card-scroll-section .card-info-section .profile-details + .round-count {
  margin-left: auto;
}
#html-body .property_matching-section > section .card-scroll-section .card-info-section:hover {
  border: 1px solid #067DF4;
  background-color: #ECF2FF;
}
#html-body .property_matching-section > section .card-scroll-section .card-info-section:hover .text-profile {
  background-color: #CCDCFF;
}
#html-body .property_matching-section > section .card-scroll-section .card-info-section:not(:last-of-type) {
  margin-bottom: 7px !important;
}
#html-body .btn_tag.h-44 {
  font-weight: 750;
  font-size: 13px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  min-height: 44px;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
}
#html-body .btn_tag.txt {
  font-weight: 400;
  color: #000000;
}
#html-body .btn_tag.txt__xxs {
  font-size: 11px;
}
#html-body p {
  margin: 0;
}
#html-body .text-green-custom {
  color: #34B951;
}
#html-body .text-red-custom {
  color: #EE3939;
}
#html-body .text-yellow-custom {
  color: #F3AE25;
}

.project-grid-page > .title-section {
  padding: 32px 30px 14px 30px;
}
.project-grid-page > .title-section h3 {
  font-family: Avenir LT Std;
  font-weight: 700;
  font-size: 31px;
  line-height: 100%;
}
.project-grid-page > .title-section p {
  font-family: Avenir LT Std;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}
.project-grid-page .grid-section {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: fit-content(50%) 50%;
  padding: 15px 30px 62px 30px;
  gap: 20px 0px;
}
.project-grid-page .grid-section .sales-details {
  padding-left: 20px;
}
.project-grid-page .grid-section .sales-details > a {
  padding: 10px;
  font-family: Avenir LT Std;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  background-color: #067DF4;
  white-space: nowrap;
  color: #fff;
}
.project-grid-page .grid-section .sales-details > h3 {
  margin: 0;
  padding-top: 25px;
  font-family: Avenir LT Std;
  font-weight: 700;
  font-size: 31px;
  line-height: 100%;
}
.project-grid-page .grid-section .sales-details > h3 .curr {
  font-size: 25px;
  font-weight: 700;
}
.project-grid-page .grid-section .sales-details p {
  font-family: Avenir LT Std;
  font-weight: 350;
  font-size: 15px;
  line-height: 21px;
}
.project-grid-page .grid-section .sales-details > h6 {
  font-family: Avenir LT Std;
  font-weight: 600;
  font-size: 18px;
}
.project-grid-page .grid-section .sales-details > h6:nth-of-type(2) {
  margin: 29px 0 33px 0;
}
.project-grid-page .grid-section .sales-details .list-section {
  margin: 26px 0 35px 0;
  display: flex;
  gap: 28px;
}
.project-grid-page .grid-section .sales-details .list-section .list-detail-section {
  font-family: Avenir LT Std;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  color: #636363;
  display: flex;
  gap: 11px;
}
.project-grid-page .grid-section .sales-details .list-section .list-detail-section i {
  height: 12px;
  width: 16px;
  display: block;
}
.project-grid-page .grid-section .sales-details .list-section .list-detail-section i.bed-sm-gray {
  background-image: url(../images/bed-sm-gray.svg);
  position: relative;
  top: 3px;
}
.project-grid-page .grid-section .sales-details .list-section .list-detail-section i.tub-sm-gray {
  background-image: url(../images/tub-sm-gray.svg);
  height: 14px;
}
.project-grid-page .grid-section .sales-details .list-section .list-detail-section i.car-sm-gray {
  background-image: url(../images//car-sm-gray.svg);
}
.project-grid-page .grid-section .sales-details .list-section .list-detail-section i.sq-sm-gray {
  background-image: url(../images/sq-sm-gray.svg);
  height: 16px;
}
.project-grid-page .grid-section .sales-details .list-detail-box {
  display: flex;
  gap: 36px 11px;
  flex-wrap: wrap;
}
.project-grid-page .grid-section .sales-details .list-detail-box .list-detail-box-items {
  display: flex;
  gap: 7px;
  flex: 1 1 25%;
}
.project-grid-page .grid-section .sales-details .list-detail-box .list-detail-box-items i.round-icon {
  width: 33px;
  height: 33px;
  display: block;
}
.project-grid-page .grid-section .sales-details .list-detail-box .list-detail-box-items i.round-icon.home {
  background-image: url(../images/home-gray-bg.svg);
}
.project-grid-page .grid-section .sales-details .list-detail-box .list-detail-box-items i.round-icon.group {
  background-image: url(../images/group-gray-bg.svg);
}
.project-grid-page .grid-section .sales-details .list-detail-box .list-detail-box-items i.round-icon.brick {
  background-image: url(../images/brick-gray-bg.svg);
}
.project-grid-page .grid-section .sales-details .list-detail-box .list-detail-box-items i.round-icon.open-door {
  background-image: url(../images/open-door-gray-bg.svg);
}
.project-grid-page .grid-section .sales-details .list-detail-box .list-detail-box-items i.round-icon.flower {
  background-image: url(../images/flower-gray-bg.svg);
}
.project-grid-page .grid-section .sales-details .list-detail-box .list-detail-box-items i.round-icon.car {
  background-image: url(../images/car-gray-bg.svg);
}
.project-grid-page .grid-section .sales-details .list-detail-box .list-detail-box-items .box-details {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.project-grid-page .grid-section .sales-details .list-detail-box .list-detail-box-items .box-details > p:first-of-type {
  font-family: Avenir LT Std;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  color: #9D9D9D;
}
.project-grid-page .grid-section .sales-details .list-detail-box .list-detail-box-items .box-details > p:last-of-type {
  font-family: Avenir LT Std;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
}
.project-grid-page .grid-section .enquiry-details {
  padding-right: 20px;
}
.project-grid-page .grid-section .enquiry-details .grid-table {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 588px;
  gap: 0 15px;
}
.project-grid-page .grid-section .enquiry-details .grid-table ul {
  flex-wrap: wrap;
  max-height: 354px;
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  overflow: hidden;
  border: 1px solid #E4EAF0;
  margin: 0;
  gap: 0 !important;
}
.project-grid-page .grid-section .enquiry-details .grid-table ul li {
  display: inline-flex;
  justify-content: left;
  height: 44px;
  background-color: #F2F4F9;
  margin: 0;
  align-items: center;
  padding-left: 15px;
  font-size: 12px;
  color: #161E34;
}
.project-grid-page .grid-section .enquiry-details .grid-table ul li:not(:nth-child(4n+3)):not(:nth-child(4n+4)) {
  background-color: #E8EDF1;
}
.project-grid-page .grid-section .enquiry-details .grid-table ul li label {
  font-size: 16px;
}
.project-grid-page .grid-section .enquiry-details .grid-table ul li > div {
  font-size: 16px;
}
.project-grid-page .grid-section .enquiry-details h4 {
  font-size: 18px;
  line-height: 100%;
  color: #000000;
  font-weight: 600;
  margin-bottom: 25px;
}
.project-grid-page .grid-section .enquiry-details .top-content {
  list-style: none;
  padding-left: 0;
}
.project-grid-page .grid-section .enquiry-details .top-content li {
  margin-bottom: 25px;
}
.project-grid-page .grid-section .enquiry-details .top-content li h6 {
  font-size: 14px;
  line-height: 100%;
  color: #000000;
  font-weight: 700;
}
.project-grid-page .grid-section .enquiry-details .top-content li p {
  font-size: 15px;
  line-height: 100%;
  color: #696969;
  font-weight: 300;
}
.project-grid-page .grid-section .enquiry-details .agent-form-section input[type=text],
.project-grid-page .grid-section .enquiry-details .agent-form-section input[type=date],
.project-grid-page .grid-section .enquiry-details .agent-form-section input[type=email],
.project-grid-page .grid-section .enquiry-details .agent-form-section input[type=tel] {
  width: 100%;
  height: 40px !important;
  min-height: 40px !important;
  border-radius: 50px !important;
  border: 1px solid #A3A3A3;
  color: #000;
  font-weight: 500;
  padding: 0 15px;
  margin-top: 8px !important;
}
.project-grid-page .grid-section .enquiry-details .agent-form-section .field {
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.project-grid-page .grid-section .enquiry-details .agent-form-section .field span {
  width: 100%;
  margin: 10px 0;
}
.project-grid-page .grid-section .enquiry-details .agent-form-section .field textarea {
  border-radius: 26px;
  border: 1px solid #A3A3A3;
  color: #000;
  font-weight: 500;
  padding: 0 15px;
  margin-bottom: 20px;
  margin-top: 8px;
}
.project-grid-page .grid-section .enquiry-details .agent-form-section .primary-btn-tag {
  background-color: #067DF4;
  color: #fff !important;
  border: 1px solid #067DF4;
  padding: 10px 40px;
  border-radius: 55px;
  font-size: 14px;
}
.project-grid-page .grid-section .enquiry-details form ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 14px;
}
.project-grid-page .grid-section .enquiry-details form ul li {
  flex: 1 1 46.5%;
  margin: 0;
}
.project-grid-page .grid-section .enquiry-details form ul li label {
  font-family: Avenir LT Std;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
}
.project-grid-page .grid-section .enquiry-details form ul li span input {
  font-family: Avenir LT Std;
  font-weight: 350;
  font-size: 14px;
  line-height: 100%;
  border: 1px solid #A3A3A3;
  padding-inline: 17px;
  border-radius: 50px !important;
}
.project-grid-page .grid-section .enquiry-details form ul li:is(:nth-last-of-type(3), :last-of-type, .captcha_li) {
  flex: 1 1 100%;
}
.project-grid-page .grid-section .enquiry-details form ul li:is(:nth-last-of-type(3), :last-of-type, .captcha_li) textarea {
  font-family: Avenir LT Std;
  font-weight: 350;
  font-size: 14px;
  line-height: 100%;
  border: 1px solid #A3A3A3;
  padding-inline: 17px;
  border-radius: 26px !important;
}
.project-grid-page .grid-section .enquiry-details form ul li:is(:nth-last-of-type(3), :last-of-type, .captcha_li) .info-input-btn {
  background-color: #628FF1;
  color: #fff;
  max-width: 216px;
  height: 44px;
  border-radius: 54px;
  font-family: Avenir LT Std;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
}
.project-grid-page .grid-section .enquiry-details .grid-table ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  gap: 5px;
}
.project-grid-page .grid-section .enquiry-details .grid-table ul li {
  flex: 1 1 46.5%;
  margin: 0;
  display: flex;
  gap: 10px;
}

#html-body #maincontent .w-100 {
  width: 100%;
}
#html-body #maincontent .w-135 {
  width: 135px;
}
#html-body #maincontent .popup-slider {
  max-width: auto;
}
#html-body #maincontent .popup-slider-wide-s {
  max-width: 425px !important;
  width: 425px !important;
}
#html-body #maincontent .popup-slider-wide-s .modal-inner-wrap {
  max-width: 425px !important;
  width: 425px !important;
}
#html-body #maincontent .popup-slider-wide-m {
  max-width: 636px !important;
  width: 636px !important;
}
#html-body #maincontent .popup-slider-wide-m .modal-inner-wrap {
  max-width: 636px !important;
  width: 636px !important;
}
#html-body #maincontent .popup-slider-wide-L {
  max-width: 1000px !important;
  width: 1000px !important;
}
#html-body #maincontent .popup-slider-wide-L .modal-inner-wrap {
  max-width: 1000px !important;
  width: 1000px !important;
}
#html-body #maincontent .popup-slider-right {
  right: 0;
  left: auto;
}
#html-body #maincontent .popup-slider-left {
  right: auto;
  left: 0;
}
#html-body #maincontent .popup-slider-center {
  right: auto;
  left: auto;
  top: auto;
  bottom: auto;
}
#html-body #maincontent .popup-slider.content-scroll-popup {
  overflow: hidden;
}
#html-body #maincontent .popup-slider.content-scroll-popup .modal-inner-wrap .modal-header {
  padding: 20px 17px 14px 14px;
  align-items: center;
}
#html-body #maincontent .popup-slider.content-scroll-popup .modal-inner-wrap .modal-header .modal-title {
  padding: 0;
}
#html-body #maincontent .popup-slider.content-scroll-popup .modal-inner-wrap .modal-content {
  height: auto;
}
#html-body #maincontent .popup-slider.content-scroll-popup .modal-inner-wrap .modal-content .prop-form {
  height: auto;
  padding: 0;
}
#html-body #maincontent .popup-slider.content-scroll-popup .modal-inner-wrap .modal-content .prop-form > form .scroll-div {
  height: calc(100vh - 143px);
  padding: 23px 14px 23px 22px;
  overflow: auto;
}
#html-body #maincontent .popup-slider.content-scroll-popup .modal-inner-wrap .modal-footer {
  padding: 12px 13px 12px 21px !important;
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-title {
  text-transform: uppercase;
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content.content-project-proposal {
  height: auto;
  gap: 0;
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content.content-project-proposal > section {
  padding: 15px 17px;
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content.content-project-proposal > section > span {
  display: flex;
  margin-bottom: 18px;
  gap: 9px;
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content.content-project-proposal > section > span label {
  max-width: 60px;
  font-family: Avenir LT Std;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  color: #5C5C5C;
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content.content-project-proposal > section p {
  font-family: Avenir LT Std;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #8F8F8F;
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content.content-project-proposal .card-scroll-section {
  overflow-y: auto;
  height: calc(100vh - 327px);
  padding-top: 24px;
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content.content-project-proposal .card-scroll-section .card-info-section {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid #f1f1f1;
  padding: 13px 12px;
  cursor: pointer;
  padding: 13px 12px 11px 13px;
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content.content-project-proposal .card-scroll-section .card-info-section .img-content {
  height: 68px;
  width: 68px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: #b9b9b9;
  flex: 0 0 68px;
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content.content-project-proposal .card-scroll-section .card-info-section .content-details {
  align-content: center;
  min-height: 52px;
}
@media (min-width: 1399.68px) {
  #html-body #maincontent .popup-slider .modal-inner-wrap .modal-content.content-project-proposal .card-scroll-section .card-info-section .content-details {
    flex: 1 0 100%;
    max-width: 205px;
  }
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content.content-project-proposal .card-scroll-section .card-info-section .content-details h6 {
  font-weight: 400;
  font-size: 19px;
  line-height: 92%;
  margin: 0;
  margin-bottom: 5px;
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content.content-project-proposal .card-scroll-section .card-info-section .content-details .inline-content {
  display: flex;
  gap: 17px;
  margin-bottom: 5px;
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content.content-project-proposal .card-scroll-section .card-info-section .content-details .inline-content > span {
  display: flex;
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content.content-project-proposal .card-scroll-section .card-info-section .content-details .inline-content > span > label {
  font-weight: 300;
  font-size: 11px;
  line-height: 100%;
  display: inline-block;
  color: #8b8b8b;
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content.content-project-proposal .card-scroll-section .card-info-section .content-details .inline-content > span > p {
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  margin: 0 !important;
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content.content-project-proposal .card-scroll-section .card-info-section .content-details .address-title {
  font-weight: 300;
  font-size: 14px;
  line-height: 93%;
  margin: 0;
  color: #BBBBBB;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content.content-project-proposal .card-scroll-section .card-info-section .add-edit-section {
  margin-left: auto;
  min-height: 68px;
  align-content: center;
  justify-items: flex-end;
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content.content-project-proposal .card-scroll-section .card-info-section .add-edit-section > span {
  display: flex;
  gap: 7px;
  top: -10px;
  position: relative;
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content.content-project-proposal .card-scroll-section .card-info-section .add-edit-section > span .list-label {
  font-weight: 350;
  font-size: 11px;
  line-height: 100%;
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content.content-project-proposal .card-scroll-section .card-info-section .add-edit-section > span p {
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content.content-project-proposal .card-scroll-section .card-info-section .add-edit-section a {
  cursor: pointer;
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content.content-project-proposal .card-scroll-section .card-info-section .add-edit-section .icon-add {
  display: inline-block;
  height: 23px;
  width: 23px;
  background-image: url(../images/add-icon.svg);
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content.content-project-proposal .card-scroll-section .card-info-section .add-edit-section .icon-checked {
  display: inline-block;
  height: 23px;
  width: 23px;
  background-image: url(../images/check-icon.svg);
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content.content-project-proposal .card-scroll-section .card-info-section .add-edit-section .icon-delete {
  display: inline-block;
  height: 23px;
  width: 23px;
  background-image: url(../images/delete-icon.svg);
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content.content-project-proposal .card-scroll-section .card-info-section:hover {
  border: 1px solid #067DF4;
  background-color: #ECF2FF;
  cursor: default;
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content.content-project-proposal .card-scroll-section .card-info-section:hover .text-profile {
  background-color: #CCDCFF;
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content.content-project-proposal .card-scroll-section .card-info-section:not(:last-of-type) {
  margin-bottom: 7px !important;
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content .schedule-list {
  padding: 20px;
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content .schedule-list .card {
  padding: 13px;
  border-radius: 7px;
  background-color: #fff;
  border: 1px solid #E6E6E6;
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content .schedule-list .card h6 {
  font-family: Avenir LT Std;
  font-weight: 400;
  font-size: 19px;
  line-height: 100%;
  margin-bottom: 9px;
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content .schedule-list .card p {
  font-family: Avenir LT Std;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: #B8B8B8;
  margin-bottom: 15px;
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content .schedule-list .card label {
  margin-bottom: 13px;
  font-family: Avenir LT Std;
  font-weight: 300;
  font-size: 12px;
  line-height: 100%;
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content .schedule-list .card label > span {
  font-family: Avenir LT Std;
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content .schedule-list .card .inline-pill-list ul:not(:last-of-type) {
  margin-bottom: 8px;
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content .schedule-list .card .inline-pill-list ul li {
  display: block;
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content .schedule-list .card .inline-pill-list ul li:first-of-type {
  font-family: Avenir LT Std;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  margin-right: 10px;
  color: #707070;
}
#html-body #maincontent .popup-slider .modal-inner-wrap .modal-content .prop-form .inline-pill-list ul {
  border: 1px solid #A3A3A3;
  border-radius: 50px;
  padding: 5px;
  width: 100%;
  height: 40px !important;
  min-height: 40px !important;
}
#html-body #maincontent .popup-default {
  z-index: 999;
}
#html-body #maincontent .popup-default .modal-inner-wrap {
  padding: 0;
  border-radius: 0px !important;
}
#html-body #maincontent .popup-default .modal-header {
  padding: 0px 18px 0px 20px;
  border-bottom: 1px solid #E5E5E5;
}
#html-body #maincontent .popup-default .modal-header .modal-title {
  padding: 17px 0px 14px 0px;
}
#html-body #maincontent .popup-default .modal-content {
  padding: 0 !important;
}
#html-body #maincontent .popup-default-wide-L .modal-inner-wrap {
  max-width: 1000px !important;
  width: 1000px !important;
}
#html-body #maincontent .popup-default .schedule-list {
  padding: 13px 18px;
  height: calc(100vh - 143px);
  overflow: auto;
}
#html-body #maincontent .popup-default .schedule-list .card {
  padding: 13px;
  border-radius: 7px;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#html-body #maincontent .popup-default .schedule-list .card:not(:last-of-type) {
  margin-bottom: 6px;
}
#html-body #maincontent .popup-default .schedule-list .card h6 {
  font-family: Avenir LT Std;
  font-weight: 400;
  font-size: 19px;
  line-height: 100%;
  margin-bottom: 9px;
}
#html-body #maincontent .popup-default .schedule-list .card p {
  font-family: Avenir LT Std;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: #B8B8B8;
  margin-bottom: 15px;
}
#html-body #maincontent .popup-default .schedule-list .card label {
  margin-bottom: 13px;
  font-family: Avenir LT Std;
  font-weight: 300;
  font-size: 12px;
  line-height: 100%;
}
#html-body #maincontent .popup-default .schedule-list .card label > span {
  font-family: Avenir LT Std;
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
}
#html-body #maincontent .popup-default .schedule-list .card .inline-pill-list {
  padding: 10px 0;
}
#html-body #maincontent .popup-default .schedule-list .card .inline-pill-list > ul {
  flex-wrap: nowrap;
}
#html-body #maincontent .popup-default .schedule-list .card .inline-pill-list > ul:not(:last-of-type) {
  margin-bottom: 8px;
}
#html-body #maincontent .popup-default .schedule-list .card .inline-pill-list > ul li {
  display: block;
}
#html-body #maincontent .popup-default .schedule-list .card .inline-pill-list > ul li:first-of-type {
  font-family: Avenir LT Std;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  margin-right: 10px;
  color: #707070;
  white-space: nowrap;
}
#html-body #maincontent .popup-default .schedule-list .card .inline-pill-list > ul ul {
  flex-wrap: wrap;
}
#html-body #maincontent .popup .inline-pill-list ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}
#html-body #maincontent .popup .inline-pill-list ul:not(:last-of-type) {
  margin-bottom: 8px;
}
#html-body #maincontent .popup .inline-pill-list ul li > a {
  font-family: Avenir LT Std;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  padding: 8px;
  background-color: #f0f0f0;
  color: #747474;
  border-radius: 1.25rem;
  display: inline-flex;
}
#html-body #maincontent .popup .card-icon .icon-edit {
  display: inline-block;
  height: 23px;
  width: 23px;
  background-image: url(../images/edit-icon-new.svg);
  cursor: pointer;
}
#html-body #maincontent .popup .card-icon .icon-delete {
  display: inline-block;
  height: 23px;
  width: 23px;
  background-image: url(../images/delete-icon.svg);
  cursor: pointer;
}

#html-body .button-section > button .spinner-border {
  display: none;
}
#html-body .button-section > button.spinner-enabled {
  pointer-events: none !important;
  opacity: 0.5 !important;
}
#html-body .button-section > button.spinner-enabled .spinner-border {
  display: inline-block;
}

#html-body .modals-wrapper .custom_modal__tab_popup .modal-inner-wrap {
  min-width: 100%;
  border-radius: 30px 30px 0 0;
  height: 100%;
  overflow: hidden;
  margin-bottom: 0 !important;
}
#html-body .modals-wrapper .custom_modal__tab_popup .modal-inner-wrap .modal-header {
  padding: 25px 6.75rem 21px 6.75rem;
  display: flex;
  align-items: center;
  border: 1px solid #EAEAEA;
}
#html-body .modals-wrapper .custom_modal__tab_popup .modal-inner-wrap .modal-header .modal-title {
  padding: 5.5px 0;
  display: inline-block;
  order: 2;
}
#html-body .modals-wrapper .custom_modal__tab_popup .modal-inner-wrap .modal-header .action-close {
  order: 1;
  position: static;
  background-color: #fff !important;
}
#html-body .modals-wrapper .custom_modal__tab_popup .modal-inner-wrap .modal-header .action-close::before {
  display: none;
}
#html-body .modals-wrapper .custom_modal__tab_popup .modal-inner-wrap .modal-header .action-close::after {
  content: "<";
  color: #000;
}
#html-body .modals-wrapper .custom_modal__tab_popup .modal-inner-wrap .modal-content {
  padding: 20px 6.75rem 20px 6.75rem;
  max-height: 655px;
}
#html-body .modals-wrapper .custom_modal__tab_popup .modal-inner-wrap .modal-content .boxlist {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#html-body .modals-wrapper .custom_modal__tab_popup .modal-inner-wrap .modal-content .boxlist span {
  flex: 1 1 24.5%;
}

@media (max-width: 500.68px) {
  .res-500-pad-top-200 {
    padding-top: 200px !important;
  }
}/*# sourceMappingURL=assets.css.map */