﻿/*...button size.....*/
.button.ta-medium {
  font-size: 14px;
}

/*....Default.....*/
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.white-space-nowrap {
  white-space: nowrap;
}

.modal-width-small {
  width: 350px !important;
}

.modal-width-medium {
  width: 450px !important;
}

.modal-width-large {
  width: 550px !important;
}

.ta-small-sc {
  width: 400px;
  flex: none;
}

.ta-medium-sc {
  width: 600px;
  flex: none;
}

.ta-large-sc {
  width: 800px;
  flex: none;
}

.ta-extralarge-sc {
  width: 1000px;
  flex: none;
}

.image.ta-0x100 {
  width: 100px;
  height: auto;
}

.show-message.Primary {
  border-color: #1fb6ff;
  color: #008dd2;
  background: #6ccfff;
}

.show-message.Secondary {
  border-color: #715f9b;
  color: #4e426c;
  background: #9a8db9;
}

.show-message.Success {
  border-color: #83b53a;
  color: #597b27;
  background: #a7d06c;
}

.show-message.Info {
  border-color: #17a2b8;
  color: #0f6674;
  background: #36cee6;
}

.show-message.Warning {
  border-color: #ffc107;
  color: #ba8b00;
  background: #ffd454;
}

.show-message.Error {
  border-color: #D24546;
  color: #a32728;
  background: #e18383;
}

.show-message.Light {
  border-color: #ced4da;
  color: #a2aeb9;
  background: #fafafb;
}

.show-message.Dark {
  border-color: #343a40;
  color: #121416;
  background: #56606a;
}

.show-message.White {
  border-color: #fff;
  color: #d9d9d9;
  background: white;
}

.show-message.Black {
  border-color: #000;
  color: black;
  background: #262626;
}

.show-message.primary {
  border-color: #1fb6ff;
  color: #008dd2;
  background: #6ccfff;
}

.show-message.secondary {
  border-color: #715f9b;
  color: #4e426c;
  background: #9a8db9;
}

.show-message.success {
  border-color: #83b53a;
  color: #597b27;
  background: #a7d06c;
}

.show-message.info {
  border-color: #17a2b8;
  color: #0f6674;
  background: #36cee6;
}

.show-message.warning {
  border-color: #ffc107;
  color: #ba8b00;
  background: #ffd454;
}

.show-message.danger {
  border-color: #D24546;
  color: #a32728;
  background: #e18383;
}

.show-message.light {
  border-color: #ced4da;
  color: #a2aeb9;
  background: #fafafb;
}

.show-message.dark {
  border-color: #343a40;
  color: #121416;
  background: #56606a;
}

.show-message.white {
  border-color: #fff;
  color: #d9d9d9;
  background: white;
}

.show-message.black {
  border-color: #000;
  color: black;
  background: #262626;
}

.grid-item.hovered .buttons {
  display: none;
}

.grid-item.hovered:hover .buttons {
  display: block;
}

.ta-quarter-pw {
  width: 25%;
  flex: none;
}

.ta-medium-pw {
  width: 50%;
  flex: none;
}

.ta-small-pw {
  width: 33.33%;
  flex: none;
}

.ta-large-pw {
  width: 66.67%;
  flex: none;
}

.ta-extralarge-pw {
  width: 85%;
  flex: none;
}

.ta-full-pw {
  width: 100%;
  flex: none;
}

.ta-no-gutters {
  margin: 0 !important;
}

.ta-show {
  display: block !important;
}

/*....default....*/
.ta-max-content {
  width: max-content !important;
}

.column {
  padding: 8px 10px;
}

/*.....scroll bar design for datagrid table......*/
.taDatagrid-wrapper {
  overflow: auto;
}
.taDatagrid-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.taDatagrid-wrapper::-webkit-scrollbar {
  height: 12px;
  background-color: #F5F5F5;
}
.taDatagrid-wrapper::-webkit-scrollbar-thumb {
  background-color: #6c6c6c;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

/*data variables*/
.ta-formWrapper input[type=text], .ta-formWrapper input[type=password], .ta-formWrapper input[type=email], .ta-formWrapper input[type=number], .ta-formWrapper input[type=file], .ta-formWrapper select, .ta-formWrapper textarea, .ta-formWrapper .disableval-span, .ta-formWrapper .input, .ta-profile-edit-body input[type=text], .ta-profile-edit-body input[type=password], .ta-profile-edit-body input[type=email], .ta-profile-edit-body input[type=number], .ta-profile-edit-body input[type=file], .ta-profile-edit-body select, .ta-profile-edit-body textarea, .ta-profile-edit-body .disableval-span, .ta-profile-edit-body .input, .ta-resetPassword-body input[type=password] {
  background-color: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 2px;
  box-shadow: 0 0 1px white inset;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  height: 38px;
  max-width: 800px;
  padding: 8px 10px;
  resize: none;
  width: 100%;
}

.ta-formWrapper textarea {
  background-color: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 2px;
  box-shadow: 0 0 1px white inset;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  height: 38px;
  max-width: 800px;
  padding: 8px 10px;
  resize: none;
  width: 100%;
  min-height: 90px;
}

.ta-formWrapper input[type=text].ta-error, .ta-formWrapper input[type=password].ta-error, .ta-formWrapper input[type=email].ta-error, .ta-formWrapper input[type=number].ta-error, .ta-formWrapper input[type=file].ta-error, .ta-formWrapper select.ta-error, .ta-formWrapper textarea.ta-error, .ta-formWrapper .disableval-span.ta-error, .ta-formWrapper .input.ta-error {
  border: 1px solid #f41e1e;
}

.ta-error, .ta-required {
  color: #f41e1e;
}

.help {
  white-space: normal;
}

.ta-fw-500 {
  font-weight: 500;
}

.ta-upload {
  opacity: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}

.ta-btn {
  height: 38px;
  line-height: 28px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  padding: 5px 15px;
  font-weight: 700;
  border: 1px solid #eaeaec;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: pointer;
  background-color: #979797;
  display: inline-block;
  vertical-align: top;
  border-radius: 2px;
  margin-right: 30px;
  font-style: normal;
}

.ta-padding-unset {
  padding: unset;
}

/*......no-data........*/
.ta-no-data {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}
.ta-no-data h4 {
  color: #6c757d;
  font-weight: 500;
}

/*data-grid*/
.ta-nogutter {
  margin: 0 !important;
}

.taDatagrid-filter {
  margin-bottom: 20px;
}
.taDatagrid-filter .ta-group {
  display: flex;
  justify-content: flex-end;
  flex-flow: row wrap;
  gap: 15px;
}
.taDatagrid-filter .ta-group .ta-fwl-t {
  font-weight: 500;
}
.taDatagrid-filter .ta-group .select select {
  border-radius: 2px;
}
.taDatagrid-filter .ta-group .dg-search {
  position: relative;
}
.taDatagrid-filter .ta-group .dg-search input {
  border: 1px solid #2793da;
}
.taDatagrid-filter .ta-group .dg-search .ta-search {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background: #2793da;
  color: #ffffff;
}
.taDatagrid-filter .ta-group .ta-input-select {
  display: flex;
  gap: 5px;
  align-items: center;
}

.taDatagrid {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.taDatagrid .taDatagrid-header .columns {
  background: #9199a9;
  font-weight: 500;
  color: #ffffff;
  font-size: 12px;
}
.taDatagrid .taDatagrid-header .columns .column {
  padding: 14px 10px;
}
.taDatagrid .taDatagrid-body.ta-Datagrid-of {
  min-height: 250px;
}
.taDatagrid .taDatagrid-body .columns {
  font-size: 12px;
}
.taDatagrid .taDatagrid-body .ta-actionbtn .button {
  height: unset;
  padding: 2px 5px;
  font-size: 10px;
  border-color: transparent;
  font-weight: 500;
}
.taDatagrid .taDatagrid-body .columns:nth-child(even) {
  background: rgba(193, 202, 222, 0.4);
  align-items: center;
}
.taDatagrid .taDatagrid-body .columns:nth-child(odd) {
  background: rgba(237, 237, 237, 0.4);
  align-items: center;
}
.taDatagrid .taDatagrid-body .column {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border: 1px solid transparent;
  cursor: pointer;
}
.taDatagrid .taDatagrid-footer {
  background: #9199a9;
  font-size: 13px;
}
.taDatagrid .taDatagrid-footer .ta-dgpagination .pagination {
  justify-content: flex-end;
}
.taDatagrid .taDatagrid-footer .ta-dgpagination .pagination .pagination-list {
  flex-grow: unset;
}
.taDatagrid .taDatagrid-footer .pagination-link, .taDatagrid .taDatagrid-footer .pagination-next, .taDatagrid .taDatagrid-footer .pagination-previous {
  color: #f1eeee;
  min-width: 2.5em;
}
.taDatagrid .taDatagrid-footer .pagination-link.ta-current {
  background-color: #2793da;
  border-color: unset;
}
.taDatagrid .taDatagrid-footer .pagination-link[disabled], .taDatagrid .taDatagrid-footer .pagination-next[disabled], .taDatagrid .taDatagrid-footer .pagination-previous[disabled] {
  background-color: #000000;
}
.taDatagrid .taDatagrid-footer .pagination-previous, .taDatagrid .taDatagrid-footer .pagination-next {
  border: none;
}
.taDatagrid .ta-perPage .tadatagrid-item-perPage {
  display: flex;
  align-items: center;
}
.taDatagrid .ta-perPage .tadatagrid-item-perPage span {
  color: #f1eeee;
}
.taDatagrid .ta-perPage .tadatagrid-item-perPage .ta-perPage-dropDown {
  margin-right: 10px;
}
.taDatagrid .ta-perPage .tadatagrid-item-perPage .ta-perPage-dropDown .ta-dropDown-selector {
  height: 25px;
  width: 46px;
  border-radius: 4px;
}
.taDatagrid .ta-oneColumn {
  padding: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.taDatagrid .ta-oneColumn .ta-dataWrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.taDatagrid .ta-oneColumn .ta-dataWrapper .ta-dataPresent {
  font-weight: 500;
}
.taDatagrid .ta-oneColumn .ta-dataInputWrapper {
  width: 85%;
  display: flex;
  margin: auto;
}
.taDatagrid .ta-oneColumn .ta-dataInputWrapper .ta-dataInput {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-weight: 500;
}
.taDatagrid .ta-oneColumn .ta-dataInputWrapper .ta-dataInput .ta-input-title {
  font-size: 12px;
  line-height: 1.2;
  margin-right: 5px;
}
.taDatagrid .ta-oneColumn .ta-dataInputWrapper .ta-dataInput input {
  height: 30px;
}
.taDatagrid .ta-actionbtn ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.taDatagrid .ta-actionbtn {
  position: relative;
}
.taDatagrid .ta-actionbtn .fa {
  font-size: 16px;
}
.taDatagrid .ta-actionbtn .ta-actionbtnWrapper .fa {
  background: rgba(0, 0, 0, 0.05);
  padding: 5px 6px;
  border-radius: 12px;
  font-size: 18px;
  color: #6c6a8d;
}
.taDatagrid .ta-actionbtn .ta-actionbtnWrapper .fa:hover {
  background: rgba(0, 0, 0, 0.1);
}
.taDatagrid .ta-actionbtn .ta-drop-down {
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 5px;
  z-index: 20;
  display: none;
  text-align: left;
  padding: 4px 0;
  width: 135px;
  top: 110%;
  right: 25%;
}
.taDatagrid .ta-actionbtn .ta-drop-down li {
  padding: 5px 5px 5px 20px;
  color: #6c6a8d;
}
.taDatagrid .ta-actionbtn .ta-drop-down li .fa {
  font-size: 1rem;
  padding-right: 8px;
}
.taDatagrid .ta-actionbtn .ta-drop-down li:hover {
  background: rgba(191, 191, 191, 0.2);
}
.taDatagrid .taDatagrid-body-wrapper .columns:nth-last-child(-n+3) .ta-actionbtn .ta-drop-down {
  top: unset;
  bottom: 110%;
}
.taDatagrid .taDatagrid-body-wrapper .columns:nth-child(-n+2) .ta-actionbtn .ta-drop-down.ta-action-effect {
  top: 110%;
  bottom: unset;
}

/*.....data grid......*/
.ta-grid-table {
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}
.ta-grid-table .ta-oneColumn {
  padding: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.ta-grid-table .ta-oneColumn .ta-dataWrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.ta-grid-table .ta-oneColumn .ta-dataWrapper .ta-dataPresent {
  font-weight: 500;
}
.ta-grid-table .ta-oneColumn .ta-dataInputWrapper {
  width: 85%;
  display: flex;
  margin: auto;
}
.ta-grid-table .ta-oneColumn .ta-dataInputWrapper .ta-dataInput {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-weight: 500;
}
.ta-grid-table .ta-oneColumn .ta-dataInputWrapper .ta-dataInput .ta-input-title {
  font-size: 12px;
  line-height: 1.2;
  margin-right: 5px;
}
.ta-grid-table .ta-oneColumn .ta-dataInputWrapper .ta-dataInput input {
  height: 30px;
}
.ta-grid-table .ta-actionbtn ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ta-grid-table .table-container {
  margin-bottom: 0;
  border-top: 1px solid #EFF2F7;
  border-right: 1px solid #EFF2F7;
  border-left: 1px solid #EFF2F7;
}
.ta-grid-table .table-container.ta-Datagrid-of {
  min-height: 250px;
}
.ta-grid-table .table-container.ta-Datagrid-of1 {
  min-height: 300px;
}
.ta-grid-table .table {
  width: 100%;
  font-size: 14px;
}
.ta-grid-table .table thead {
  background: #F1F4F8;
}
.ta-grid-table .table thead th.table-sn {
  min-width: 65px;
  max-width: 65px;
  width: 65px;
}
.ta-grid-table .table thead th.table-action {
  min-width: 110px;
  max-width: 110px;
  width: 110px;
}
.ta-grid-table .table thead th:not(:last-child) {
  border-right: 1px solid #ffffff;
}
.ta-grid-table .table tfoot {
  background: #F1F4F8;
}
.ta-grid-table .table tfoot th:not(:last-child) {
  border-right: 2px solid #ffffff;
}
.ta-grid-table .table td, .ta-grid-table .table th {
  border: unset;
  padding: 0.75rem;
}
.ta-grid-table .table th {
  font-weight: 500;
  color: #0b0c0c;
}
.ta-grid-table .table td {
  font-weight: 400;
  color: #0b0c0c;
}
.ta-grid-table .table tr {
  border-bottom: 1px solid #EFF2F7;
}
.ta-grid-table .table tr td:not(:last-child) {
  border-right: 1px solid #EFF2F7;
}
.ta-grid-table .table tbody .ta-actionbtn .button {
  height: unset;
  padding: 3px 3px;
  border-radius: 2px;
  font-size: 14px;
  border-color: transparent;
  font-weight: 500;
}
.ta-grid-table .table tbody .ta-actionbtn ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ta-grid-table .table tbody .ta-actionbtn {
  position: relative;
  cursor: pointer;
}
.ta-grid-table .table tbody .ta-actionbtn .ta-actionbtnWrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}
.ta-grid-table .table tbody .ta-actionbtn .ta-actionbtnWrapper i {
  font-size: 14px;
}
.ta-grid-table .table tbody .ta-actionbtn .ta-drop-down {
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 5px;
  z-index: 20;
  display: none;
  text-align: left;
  padding: 4px 0;
  min-width: 135px;
  top: 110%;
  right: 25%;
}
.ta-grid-table .table tbody .ta-actionbtn .ta-drop-down li {
  padding: 5px 5px 5px 10px;
  color: #6c6a8d;
  display: flex;
  align-items: center;
  gap: 6px;
}
.ta-grid-table .table tbody .ta-actionbtn .ta-drop-down li i {
  min-width: 18px;
}
.ta-grid-table .table tbody .ta-actionbtn .ta-drop-down li:hover {
  background: rgba(191, 191, 191, 0.2);
}
.ta-grid-table .table tbody tr:nth-last-child(-n+3) .ta-actionbtn .ta-drop-down {
  top: unset;
  bottom: 110%;
}
.ta-grid-table .table tbody tr:nth-child(-n+2) .ta-actionbtn .ta-drop-down.ta-action-effect {
  top: 110%;
  bottom: unset;
}
.ta-grid-table .table-action-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}
.ta-grid-table .table-action-wrapper i {
  font-size: 14px;
}
.ta-grid-table .ta-grid-table-footer {
  background: #ffffff;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding: 0.75rem;
  border: 1px solid #EFF2F7;
}
.ta-grid-table .ta-grid-table-footer .ta-grid-table-item-perPage {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ta-grid-table .ta-grid-table-footer .ta-grid-table-item-perPage select {
  border: unset;
  background: #F1F4F8;
  border-radius: 4px;
  padding: 4px 5px;
  color: #0b0c0c;
}
.ta-grid-table .ta-grid-table-footer .ta-grid-table-item-perPage span {
  color: #878A99;
  font-size: 14px;
  font-weight: 500;
}
.ta-grid-table .ta-grid-table-footer .pagination .pagination-previous {
  order: 1;
}
.ta-grid-table .ta-grid-table-footer .pagination .pagination-list {
  order: 2;
}
.ta-grid-table .ta-grid-table-footer .pagination .pagination-list .pagination-link {
  background: #EAF1F4;
  color: #0b0c0c;
  border: unset;
  border-radius: 4px;
}
.ta-grid-table .ta-grid-table-footer .pagination .pagination-list .pagination-link.ta-current {
  border: 1px solid #262d3c;
  background: #262d3c;
  color: #ffffff;
}
.ta-grid-table .ta-grid-table-footer .pagination .pagination-next {
  order: 3;
}

/*.......Accordain..........*/
.taAccordain {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.taAccordain .taAccordain-header .columns {
  background: #9199a9;
  font-weight: 400;
  color: #ffffff;
  font-size: 15px;
}
.taAccordain .taDatagrid-body ul li:nth-child(even) {
  background: rgba(193, 202, 222, 0.4);
  align-items: center;
}
.taAccordain .taDatagrid-body ul li .menu-sorting-list .childDiv {
  background: #f5f5f5;
}
.taAccordain .taDatagrid-body ul li .childDiv {
  background: #eeeeee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  border-left: 4px solid #2793da;
}
.taAccordain .taDatagrid-body .ta-actionbtn .button {
  height: unset;
  padding: 5px 5px;
  font-size: 14px;
  border-color: transparent;
}

.panel-heading {
  border-radius: unset;
}

/*.......tooltip........*/
.edit-category {
  position: relative;
}
.edit-category .ta-tooltiptext {
  visibility: hidden;
  color: #262d3c;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 21px;
  font-size: 12px;
}

.edit-category:hover .ta-tooltiptext {
  visibility: visible;
}

.delete-category {
  position: relative;
}
.delete-category .ta-tooltiptext {
  visibility: hidden;
  color: #262d3c;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 21px;
  font-size: 12px;
}

.delete-category:hover .ta-tooltiptext {
  visibility: visible;
}

/*.....Dpannel.....*/
.ta-DpannelBody {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
}

.ta-Dpannel .ta-DpannelForm {
  display: grid;
}
.ta-Dpannel .ta-Dpannel-title {
  margin-bottom: 10px;
}
.ta-Dpannel .ta-Dpannel-title h1 {
  font-size: 18px;
  font-weight: 500;
  color: #262d3c;
}
.ta-Dpannel .ta-Dpannel-title h2 {
  font-size: 16px;
  font-weight: 400;
  color: #262d3c;
}
.ta-Dpannel .ta-formHeader {
  margin-bottom: 15px;
}
.ta-Dpannel .ta-formHeader .ta-formSubtitle {
  font-weight: 500;
  color: #000;
}
.ta-Dpannel .ta-DpannelBody {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper-title {
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5px;
}
.ta-Dpannel .ta-DpannelBody .ta-formValue.ta-position {
  position: relative;
}
.ta-Dpannel .ta-DpannelBody .ta-formValue button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 85%;
  right: 0;
  width: 38px;
  height: 38px;
  border-radius: 0 4px 4px 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background: #2793da;
  color: #ffffff;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-oneColumn {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 25px;
  margin-bottom: 25px;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-oneColumn.ta-fixed {
  grid-template-columns: 1fr !important;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-oneColumn .ta-fieldset {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  min-height: 29px;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-oneColumn .ta-fieldset .ta-formKey {
  display: inline-block;
  font-weight: 500;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-oneColumn .ta-fieldset .ta-formValue {
  width: auto;
  float: none;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-oneColumn .ta-fieldset .ta-checkBox-body {
  display: flex;
  align-items: center;
  height: 100%;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-oneColumn .ta-fieldset .ta-checkBox-body .ta-checkBox:not(:last-child) {
  margin-right: 15px;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-oneColumn .ta-fieldset .ta-checkBox-body .ta-checkBox {
  display: flex;
  align-items: center;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-oneColumn .ta-fieldset .ta-checkBox-body .ta-checkBox .ta-checkBox-title {
  margin-left: 5px;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-fourColumn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 25px;
  margin-bottom: 25px;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-fourColumn.ta-fixed {
  grid-template-columns: 1fr 1fr 1fr 1fr !important;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-fourColumn .ta-fieldset {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  min-height: 29px;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-fourColumn .ta-fieldset .ta-formKey {
  display: inline-block;
  font-weight: 500;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-fourColumn .ta-fieldset .ta-formValue {
  width: auto;
  float: none;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-fourColumn .ta-fieldset .ta-checkBox-body {
  display: flex;
  align-items: center;
  height: 100%;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-fourColumn .ta-fieldset .ta-checkBox-body .ta-checkBox:not(:last-child) {
  margin-right: 15px;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-fourColumn .ta-fieldset .ta-checkBox-body .ta-checkBox {
  display: flex;
  align-items: center;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-fourColumn .ta-fieldset .ta-checkBox-body .ta-checkBox .ta-checkBox-title {
  margin-left: 5px;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-twoColumn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
  margin-bottom: 25px;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-twoColumn.ta-fixed {
  grid-template-columns: 1fr 1fr !important;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-twoColumn .ta-fieldset {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  min-height: 29px;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-twoColumn .ta-fieldset .ta-formKey {
  display: inline-block;
  font-weight: 500;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-twoColumn .ta-fieldset .ta-formValue {
  width: auto;
  float: none;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-twoColumn .ta-checkBox-body {
  display: flex;
  align-items: center;
  height: 100%;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-twoColumn .ta-checkBox-body .ta-checkBox:not(:last-child) {
  margin-right: 15px;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-twoColumn .ta-checkBox-body .ta-checkBox {
  display: flex;
  align-items: center;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-twoColumn .ta-checkBox-body .ta-checkBox .ta-checkBox-title {
  margin-left: 5px;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-threeColumn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
  margin-bottom: 25px;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-threeColumn.ta-fixed {
  grid-template-columns: 1fr 1fr 1fr !important;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-threeColumn .ta-fieldset {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  min-height: 29px;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-threeColumn .ta-fieldset .ta-formKey {
  display: inline-block;
  font-weight: 500;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-threeColumn .ta-fieldset .ta-formValue {
  width: auto;
  float: none;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-threeColumn .ta-fieldset .ta-checkBox-body {
  display: flex;
  align-items: center;
  height: 100%;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-threeColumn .ta-fieldset .ta-checkBox-body .ta-checkBox:not(:last-child) {
  margin-right: 15px;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-threeColumn .ta-fieldset .ta-checkBox-body .ta-checkBox {
  display: flex;
  align-items: center;
}
.ta-Dpannel .ta-DpannelBody .ta-formWrapper.ta-threeColumn .ta-fieldset .ta-checkBox-body .ta-checkBox .ta-checkBox-title {
  margin-left: 5px;
}
.ta-Dpannel .ta-DpannelBody .ta-documentsWrapper .ta-documentsBody .ta-documentContent .ta-document-title {
  font-weight: 500;
}
.ta-Dpannel .ta-DpannelBody .ta-documentsWrapper .ta-documentsBody .ta-documentContent .ta-documents-file {
  display: none;
}
.ta-Dpannel .ta-DpannelBody .ta-documentsWrapper .ta-documentsBody .ta-documentContent .ta-documents-file .fileUploadWrapper button {
  display: none;
}
.ta-Dpannel .ta-DpannelBody .ta-documentsWrapper .ta-documentsBody .ta-document-btn {
  margin: 10px 0 20px 0;
}
.ta-Dpannel .ta-btnWrapper {
  display: flex;
  justify-content: flex-end;
}
.ta-Dpannel .ta-btnWrapper input:not(:last-child) {
  margin-right: 5px;
}

.ta-Dpannel-table {
  margin: 0 0 20px 0;
  padding: 0 30px 0 0;
}
.ta-Dpannel-table table {
  width: 100%;
}
.ta-Dpannel-table table input {
  width: 100%;
}
.ta-Dpannel-table table th, .ta-Dpannel-table table tr {
  padding: 5px 0;
}
.ta-Dpannel-table table .ta-title {
  font-weight: bold;
  color: #363636;
}

.ta-dCheckBox-group {
  display: flex;
  margin-bottom: 25px;
  gap: 30px;
  flex-flow: wrap;
}
.ta-dCheckBox-group .ta-fieldset {
  display: flex !important;
  gap: 8px;
  align-items: center;
}
.ta-dCheckBox-group .ta-fieldset .ta-formKey {
  font-size: 18px;
  font-weight: 500;
}

.ta-dImage-wrapper {
  display: flex;
  gap: 25px;
  flex-flow: wrap;
  margin-bottom: 25px;
}
.ta-dImage-wrapper .ta-formKey {
  margin-bottom: 8px;
  font-weight: 500;
}
.ta-dImage-wrapper .ta-image-upload-wrapper {
  display: flex;
  align-items: center;
}
.ta-dImage-wrapper .ta-image-upload-wrapper .image {
  display: flex;
  align-items: center;
  padding: 4px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.ta-dImage-wrapper.ta-dSwrapper {
  justify-content: space-between;
}
.ta-dImage-wrapper.ta-dSwrapper .ta-image-upload-wrapper {
  gap: 20px;
}
.ta-dImage-wrapper.ta-dSwrapper .ta-image-upload-wrapper .ta-img-border {
  padding: 4px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
.ta-dImage-wrapper.ta-dSwrapper .ta-image-upload-wrapper .ta-img-border img {
  height: 60px;
  width: auto;
}
.ta-dImage-wrapper.ta-dSwrapper .ta-formKey {
  margin-bottom: 6px;
}
.ta-dImage-wrapper.ta-dSwrapper .ta-formKey .ta-formLabel {
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

/*....image gallary......*/
.ta-gallery-formWrapper .ta-gallery-content .ta-gallery-column {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
}
.ta-gallery-formWrapper .ta-gallery-content .ta-gallery-column .ta-item {
  background: #ffffff;
  padding: 5px;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  position: relative;
  height: 225px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.ta-gallery-formWrapper .ta-gallery-content .ta-gallery-column .ta-item .ta-gallery-img {
  overflow: hidden;
}
.ta-gallery-formWrapper .ta-gallery-content .ta-gallery-column .ta-item .ta-gallery-img img {
  transition: 0.3s;
}
.ta-gallery-formWrapper .ta-gallery-content .ta-gallery-column .ta-item .ta-gallery-img img:hover {
  transform: scale(1.1);
}
.ta-gallery-formWrapper .ta-gallery-content .ta-gallery-column .ta-item .ta-actionbtn {
  position: absolute;
  top: 0%;
  right: 0%;
  background: rgba(198, 196, 196, 0.8);
  padding: 2px 5px;
  border-radius: 0 0 0 5px;
}
.ta-gallery-formWrapper .ta-gallery-content .ta-gallery-column .ta-item .ta-actionbtn button {
  height: unset;
  padding: 2px 3px;
  background: transparent;
}

.ta-lbltitle {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

/*.....Theme setting......*/
.ta-theme-change {
  display: flex;
}
.ta-theme-change .ta-theme-color {
  display: flex;
  align-items: center;
  margin-right: 25px;
}
.ta-theme-change .ta-theme-color .ta-theme-dark {
  color: #ffffff;
  background: #000000;
  padding: 4px 8px;
  margin-left: 8px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 1px 4px 7px 1px rgba(38, 45, 60, 0.6);
}
.ta-theme-change .ta-theme-color .ta-theme-light {
  color: #000000;
  background: #ffffff;
  padding: 4px 8px;
  margin-left: 8px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 1px 4px 7px 1px rgba(38, 45, 60, 0.6);
}

/*.....Border Section........*/
.ta-form-border-section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin: 30px 0 20px 0;
}

.ta-border-green {
  border-bottom: 1px solid #32CD32;
  padding-bottom: 5px;
}

.ta-border-red {
  border-bottom: 1px solid #ff0f0f;
  padding-bottom: 5px;
}

.ta-border-blue {
  border-bottom: 1px solid #1e5ecc;
  padding-bottom: 5px;
}

.ta-border-dark {
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
}

.ta-border-yellow {
  border-bottom: 1px solid #ffcc00;
  padding-bottom: 5px;
}

.ta-border-light {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding-bottom: 5px;
}

/*......radio design........*/
.ta-radioWrapper.ta-vertical {
  display: grid;
  grid-gap: 5px;
  padding: 5px 0 0 0;
}
.ta-radioWrapper.ta-vertical .radio + .radio {
  margin: 0 !important;
}

/*......modal design.......*/
.modal-card-body .ta-modal-upload-section {
  display: flex;
  justify-content: center;
}
.modal-card-body .ta-modal-upload-section .ta-search-img {
  margin-right: 20px;
}
.modal-card-body .ta-uploaded-img-wrapper {
  padding: 20px 0;
}
.modal-card-body .ta-uploaded-img-wrapper .ta-uploaded-img {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  flex-flow: row wrap;
}
.modal-card-body .ta-uploaded-img-wrapper .ta-sign-wrapper {
  position: relative;
}
.modal-card-body .ta-uploaded-img-wrapper .ta-sign-wrapper .ta-sign {
  position: absolute;
  right: -1px;
  bottom: -6px;
  display: none;
}

/*.......Detail........*/
.ta-companyDetails .ta-detailTitle {
  color: #0593bc;
  font-weight: 500;
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.ta-companyDetails .ta-detailTitle .ta-title {
  font-size: 22px;
}
.ta-companyDetails .ta-detailTitle .ta-subtitle {
  font-size: 20px;
  font-weight: 400;
}
.ta-companyDetails .ta-detailWrapper {
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.ta-companyDetails .ta-detailWrapper .control:not(:last-child) {
  margin-bottom: 10px;
}
.ta-companyDetails .ta-detailWrapper .control {
  display: grid;
  grid-template-columns: 40% 5% auto;
  grid-gap: 12px;
  align-items: center;
}
.ta-companyDetails .ta-detailWrapper .control .key {
  color: #000000;
  font-weight: 500;
}
.ta-companyDetails .ta-detailWrapper .control .value {
  color: #000000;
}
.ta-companyDetails .ta-detailWrapper .control .fa {
  line-height: 1.7;
  font-weight: 600;
  color: #000000;
}
.ta-companyDetails .ta-detailWrapper .ta-sectionTitle {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}

/**......Delete image button.......***/
.gallery .content {
  position: relative;
}
.gallery .content .ta-actionbtn {
  position: absolute;
  top: 10px;
  left: 10px;
}
.gallery .content .ta-actionbtn .ta-delete-img {
  background: rgba(255, 15, 15, 0.5);
  padding: 1px 6px;
  border-radius: 4px;
  color: #ffffff;
}
.gallery .content .ta-sign {
  position: absolute;
  top: 40px;
  left: 10px;
  color: #008000;
}
.gallery .content .ta-sign .fa-check {
  background: #ffffff;
  padding: 3px 4px;
  border-radius: 4px;
}

/*.......Component Editor Design........*/
.btnGrpWrapper-a {
  display: flex;
  gap: 30px;
}
.btnGrpWrapper-a .panel:not(:last-child) {
  margin-bottom: unset;
}
.btnGrpWrapper-a .list-group-a {
  padding: 20px;
  box-shadow: 2px 2px 10px rgb(146, 146, 146);
}
.btnGrpWrapper-a .list-group-a .title {
  color: #335970;
}
.btnGrpWrapper-a .list-group-a .list-group-item-a {
  width: 350px;
  justify-content: space-between;
}
.btnGrpWrapper-a .list-group-a .list-group-item-a.ta-pagetitle {
  background-color: hsl(0deg, 0%, 71%);
  color: #101820;
}
.btnGrpWrapper-a .list-group-a .list-group-item-a.ta-active {
  background-color: hsl(203deg, 37%, 32%);
  color: #fff;
  border-radius: 0 100px 100px 0;
  width: 380px;
}

/*.....side pannel design......*/
.ta-filter-body-wrapper .ta-formWrapper.ta-oneColumn {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  margin-bottom: 15px;
}
.ta-filter-body-wrapper .ta-formWrapper.ta-oneColumn .ta-fieldset {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  min-height: 29px;
}
.ta-filter-body-wrapper .ta-formWrapper.ta-oneColumn .ta-fieldset .ta-formKey {
  display: inline-block;
  font-weight: 500;
}
.ta-filter-body-wrapper .ta-formWrapper.ta-oneColumn .ta-fieldset .ta-formValue {
  width: auto;
  float: none;
}
.ta-filter-body-wrapper .ta-formWrapper.ta-oneColumn .ta-fieldset .ta-checkBox-body {
  display: flex;
  align-items: center;
  height: 100%;
}
.ta-filter-body-wrapper .ta-formWrapper.ta-oneColumn .ta-fieldset .ta-checkBox-body .ta-checkBox:not(:last-child) {
  margin-right: 15px;
}
.ta-filter-body-wrapper .ta-formWrapper.ta-oneColumn .ta-fieldset .ta-checkBox-body .ta-checkBox {
  display: flex;
  align-items: center;
}
.ta-filter-body-wrapper .ta-formWrapper.ta-oneColumn .ta-fieldset .ta-checkBox-body .ta-checkBox .ta-checkBox-title {
  margin-left: 5px;
}
.ta-filter-body-wrapper .ta-formWrapper.ta-twoColumn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  margin-bottom: 15px;
}
.ta-filter-body-wrapper .ta-formWrapper.ta-twoColumn .ta-fieldset {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  min-height: 29px;
}
.ta-filter-body-wrapper .ta-formWrapper.ta-twoColumn .ta-fieldset .ta-formKey {
  display: inline-block;
  font-weight: 500;
}
.ta-filter-body-wrapper .ta-formWrapper.ta-twoColumn .ta-fieldset .ta-formValue {
  width: auto;
  float: none;
}
.ta-filter-body-wrapper .ta-formWrapper.ta-twoColumn .ta-checkBox-body {
  display: flex;
  align-items: center;
  height: 100%;
}
.ta-filter-body-wrapper .ta-formWrapper.ta-twoColumn .ta-checkBox-body .ta-checkBox:not(:last-child) {
  margin-right: 15px;
}
.ta-filter-body-wrapper .ta-formWrapper.ta-twoColumn .ta-checkBox-body .ta-checkBox {
  display: flex;
  align-items: center;
}
.ta-filter-body-wrapper .ta-formWrapper.ta-twoColumn .ta-checkBox-body .ta-checkBox .ta-checkBox-title {
  margin-left: 5px;
}
.ta-filter-body-wrapper .ta-formWrapper.ta-threeColumn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  margin-bottom: 15px;
}
.ta-filter-body-wrapper .ta-formWrapper.ta-threeColumn .ta-fieldset {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  min-height: 29px;
}
.ta-filter-body-wrapper .ta-formWrapper.ta-threeColumn .ta-fieldset .ta-formKey {
  display: inline-block;
  font-weight: 500;
}
.ta-filter-body-wrapper .ta-formWrapper.ta-threeColumn .ta-fieldset .ta-formValue {
  width: auto;
  float: none;
}
.ta-filter-body-wrapper .ta-formWrapper.ta-threeColumn .ta-fieldset .ta-checkBox-body {
  display: flex;
  align-items: center;
  height: 100%;
}
.ta-filter-body-wrapper .ta-formWrapper.ta-threeColumn .ta-fieldset .ta-checkBox-body .ta-checkBox:not(:last-child) {
  margin-right: 15px;
}
.ta-filter-body-wrapper .ta-formWrapper.ta-threeColumn .ta-fieldset .ta-checkBox-body .ta-checkBox {
  display: flex;
  align-items: center;
}
.ta-filter-body-wrapper .ta-formWrapper.ta-threeColumn .ta-fieldset .ta-checkBox-body .ta-checkBox .ta-checkBox-title {
  margin-left: 5px;
}

/*.....Front page Component setting design.......*/
.ta-component-manage .ta-component-manage-wrapper .ta-formWrapper.ta-oneColumn {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  margin-bottom: 15px;
}
.ta-component-manage .ta-component-manage-wrapper .ta-formWrapper.ta-oneColumn .ta-fieldset {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  min-height: 29px;
}
.ta-component-manage .ta-component-manage-wrapper .ta-formWrapper.ta-oneColumn .ta-fieldset .ta-formKey {
  display: inline-block;
  font-weight: 500;
}
.ta-component-manage .ta-component-manage-wrapper .ta-formWrapper.ta-oneColumn .ta-fieldset .ta-formValue {
  width: auto;
  float: none;
}
.ta-component-manage .ta-component-manage-wrapper .ta-formWrapper.ta-oneColumn .ta-fieldset .ta-checkBox-body {
  display: flex;
  align-items: center;
  height: 100%;
}
.ta-component-manage .ta-component-manage-wrapper .ta-formWrapper.ta-oneColumn .ta-fieldset .ta-checkBox-body .ta-checkBox:not(:last-child) {
  margin-right: 15px;
}
.ta-component-manage .ta-component-manage-wrapper .ta-formWrapper.ta-oneColumn .ta-fieldset .ta-checkBox-body .ta-checkBox {
  display: flex;
  align-items: center;
}
.ta-component-manage .ta-component-manage-wrapper .ta-formWrapper.ta-oneColumn .ta-fieldset .ta-checkBox-body .ta-checkBox .ta-checkBox-title {
  margin-left: 5px;
}
.ta-component-manage .ta-component-manage-wrapper .ta-formWrapper.ta-twoColumn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  margin-bottom: 15px;
}
.ta-component-manage .ta-component-manage-wrapper .ta-formWrapper.ta-twoColumn .ta-fieldset {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  min-height: 29px;
}
.ta-component-manage .ta-component-manage-wrapper .ta-formWrapper.ta-twoColumn .ta-fieldset .ta-formKey {
  display: inline-block;
  font-weight: 500;
}
.ta-component-manage .ta-component-manage-wrapper .ta-formWrapper.ta-twoColumn .ta-fieldset .ta-formValue {
  width: auto;
  float: none;
}
.ta-component-manage .ta-component-manage-wrapper .ta-formWrapper.ta-twoColumn .ta-checkBox-body {
  display: flex;
  align-items: center;
  height: 100%;
}
.ta-component-manage .ta-component-manage-wrapper .ta-formWrapper.ta-twoColumn .ta-checkBox-body .ta-checkBox:not(:last-child) {
  margin-right: 15px;
}
.ta-component-manage .ta-component-manage-wrapper .ta-formWrapper.ta-twoColumn .ta-checkBox-body .ta-checkBox {
  display: flex;
  align-items: center;
}
.ta-component-manage .ta-component-manage-wrapper .ta-formWrapper.ta-twoColumn .ta-checkBox-body .ta-checkBox .ta-checkBox-title {
  margin-left: 5px;
}
.ta-component-manage .ta-component-manage-wrapper .ta-formWrapper.ta-threeColumn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  margin-bottom: 15px;
}
.ta-component-manage .ta-component-manage-wrapper .ta-formWrapper.ta-threeColumn .ta-fieldset {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  min-height: 29px;
}
.ta-component-manage .ta-component-manage-wrapper .ta-formWrapper.ta-threeColumn .ta-fieldset .ta-formKey {
  display: inline-block;
  font-weight: 500;
}
.ta-component-manage .ta-component-manage-wrapper .ta-formWrapper.ta-threeColumn .ta-fieldset .ta-formValue {
  width: auto;
  float: none;
}
.ta-component-manage .ta-component-manage-wrapper .ta-formWrapper.ta-threeColumn .ta-fieldset .ta-checkBox-body {
  display: flex;
  align-items: center;
  height: 100%;
}
.ta-component-manage .ta-component-manage-wrapper .ta-formWrapper.ta-threeColumn .ta-fieldset .ta-checkBox-body .ta-checkBox:not(:last-child) {
  margin-right: 15px;
}
.ta-component-manage .ta-component-manage-wrapper .ta-formWrapper.ta-threeColumn .ta-fieldset .ta-checkBox-body .ta-checkBox {
  display: flex;
  align-items: center;
}
.ta-component-manage .ta-component-manage-wrapper .ta-formWrapper.ta-threeColumn .ta-fieldset .ta-checkBox-body .ta-checkBox .ta-checkBox-title {
  margin-left: 5px;
}

/*------------------------pop-up-------------------*/
.ta-hPopup-body .ta-active {
  background: unset;
}
.ta-hPopup-body .modal-background {
  background-color: rgba(10, 10, 10, 0.4);
}
.ta-hPopup-body .modal-card {
  max-height: unset;
  width: unset;
  overflow: unset;
}
.ta-hPopup-body .ta-modal-close {
  position: relative;
}
.ta-hPopup-body .ta-modal-close button {
  position: absolute;
  right: -15px;
  top: -15px;
  height: 26px;
  width: 26px;
  min-width: 26px;
  min-height: 26px;
  background-color: #b40000;
}
.ta-hPopup-body .ta-hPopup .ta-hPopup-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ta-hPopup-body .ta-hPopup .ta-hPopup-wrapper a img {
  max-height: 70vh;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 10px solid #ffffff;
  border-radius: 4px;
}
